tobiasKaminsky
8ec5994151
Show conflict notification with newer API
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-01 16:01:28 +02:00
Tobias Kaminsky
8e86617177
Merge pull request #11673 from nextcloud/fixShowingOneGroupfolder
...
fix showing only one groupfolder
2023-06-01 10:48:44 +02:00
Nextcloud bot
940428224c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-01 02:24:20 +00:00
Nextcloud bot
8dfd82a25b
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-01 02:23:51 +00:00
Tobias Kaminsky
8cd3edffff
Merge pull request #11672 from nextcloud/groupfolderCapability
...
Store groupfolder capability
2023-05-31 08:56:19 +02:00
Tobias Kaminsky
1e5d1e85da
Merge pull request #11286 from afflux/documentsstorageprovider-emptypath
...
handle files that have just been uploaded in DocumentStorageProvider
2023-05-31 08:32:11 +02:00
Nextcloud bot
6a262ff4a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-31 02:30:43 +00:00
Nextcloud bot
983ebae82d
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-31 02:30:15 +00:00
tobiasKaminsky
40d8ea8673
fix showing only one groupfolder
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-30 18:55:02 +02:00
Andy Scherzinger
58fce22ab6
Merge pull request #11675 from nextcloud/fix/password-protected-pdfs
...
Fix crash when opening password-protected pdfs.
2023-05-30 18:53:29 +02:00
ZetaTom
00904fbcf0
Fix crash when opening password-protected pdfs.
...
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-05-30 15:22:17 +02:00
Andy Scherzinger
c7d0d0f47d
reformat code
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-30 13:56:12 +02:00
tobiasKaminsky
095c5c6766
Store groupfolder capability
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-30 10:40:18 +02:00
dependabot[bot]
c776bfd0e7
Build(deps): Bump com.diffplug.spotless from 6.18.0 to 6.19.0
...
Bumps com.diffplug.spotless from 6.18.0 to 6.19.0.
---
updated-dependencies:
- dependency-name: com.diffplug.spotless
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 08:47:24 +02:00
Nextcloud bot
0a0b9cd2c5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-30 02:26:14 +00:00
Nextcloud bot
ffcf2287ea
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-30 02:25:46 +00:00
Kjell Braden
5127f12a45
add test for successive write in DocumentsStorageProvider
...
Signed-off-by: Kjell Braden <afflux@pentabarf.de>
2023-05-29 11:29:21 +02:00
Kjell Braden
d0db9427cd
handle files that have just been uploaded in DocumentStorageProvider
...
fixes #11283
Directly after upload, UploadFileOperation may change paths to the empty
string (see commit a7304351b1
). Most accessors of OCFile handle this, so
DocumentStorageProvider must use one that does.
Signed-off-by: Kjell Braden <afflux@pentabarf.de>
2023-05-29 11:29:21 +02:00
Nextcloud bot
597b3c7317
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-29 02:46:15 +00:00
Nextcloud bot
903f06be5b
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-29 02:45:47 +00:00
Nextcloud bot
656fe547ad
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-28 02:25:29 +00:00
Nextcloud bot
abb5fe4af7
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-28 02:24:59 +00:00
Nextcloud bot
97b8275f20
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-27 02:24:18 +00:00
Nextcloud bot
ce7d6f27ef
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-27 02:23:49 +00:00
tobiasKaminsky
cfe41aced6
correct check for groupfolder entry
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-26 17:20:04 +02:00
tobiasKaminsky
99f5941a60
use TrashbinFile
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-26 09:04:31 +02:00
Nextcloud bot
c3405d1d56
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-26 02:24:06 +00:00
Nextcloud bot
26f5ebd0c5
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-26 02:23:37 +00:00
Andy Scherzinger
22886939b2
remove empty lines
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-25 19:32:06 +02:00
tobiasKaminsky
a917ca4bff
have fixed header
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-25 19:05:26 +02:00
tobiasKaminsky
35e276af9e
on landscape mode: scroll is now working
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-25 19:05:21 +02:00
Andy Scherzinger
2c4d5e5a0d
Merge pull request #11658 from tanganellilore/fix_app_videoplayer_agent
...
Add user agent on Exoplayer
2023-05-25 19:01:36 +02:00
dependabot[bot]
2ae867cc80
Build(deps): Bump androidx.lifecycle:lifecycle-viewmodel-ktx
...
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.5.1 to 2.6.1.
---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 13:23:35 +00:00
Andy Scherzinger
ae2c57ba46
Merge pull request #11655 from nextcloud/dependabot/gradle/io.coil-kt-coil-2.4.0
...
Build(deps): Bump io.coil-kt:coil from 2.2.2 to 2.4.0
2023-05-25 15:22:25 +02:00
Lorenzo Tanganelli
7b0669f65e
move import at the end
...
Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
Signed-off-by: lorenzo.tanganelli <lorenzo.tanganelli@staff.aruba.it>
2023-05-25 15:14:58 +02:00
Lorenzo Tanganelli
649950fe23
add useragent on Exoplayer
...
Signed-off-by: lorenzo.tanganelli <lorenzo.tanganelli@staff.aruba.it>
2023-05-25 15:14:58 +02:00
Andy Scherzinger
ff6feca39c
Migrate Transformations use to Kotlin extension method syntax
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-25 15:07:39 +02:00
dependabot[bot]
6a80d2b770
Build(deps): Bump io.coil-kt:coil from 2.2.2 to 2.4.0
...
Bumps [io.coil-kt:coil](https://github.com/coil-kt/coil ) from 2.2.2 to 2.4.0.
- [Release notes](https://github.com/coil-kt/coil/releases )
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md )
- [Commits](https://github.com/coil-kt/coil/compare/2.2.2...2.4.0 )
---
updated-dependencies:
- dependency-name: io.coil-kt:coil
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 15:07:39 +02:00
tobiasKaminsky
8d0faaeca5
Migration is needed, otherwise it drops database 😨
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-25 14:09:35 +02:00
Andy Scherzinger
e383ab2ab2
Merge pull request #11631 from nextcloud/dependabot/gradle/commons-io-commons-io-2.12.0
...
Build(deps): Bump commons-io:commons-io from 2.11.0 to 2.12.0
2023-05-25 10:05:05 +02:00
Andy Scherzinger
7667519748
Merge pull request #11647 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.23.0
...
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.22.0 to 1.23.0
2023-05-25 09:30:46 +02:00
Andy Scherzinger
fb3bb49b52
Merge pull request #11648 from nextcloud/fixRotateNewFolder
...
Rotate new folder dialog led to crash
2023-05-25 09:29:14 +02:00
Nextcloud bot
a82b934f32
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-25 02:31:48 +00:00
Nextcloud bot
1d67a8426f
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-25 02:31:19 +00:00
Christian Paul
e51c0f7471
Comment Typo: it's capacity -> its capacity
...
Signed-off-by: Christian Paul <info@jaller.de>
2023-05-24 22:49:54 +02:00
tobiasKaminsky
6f1461e0e6
Rotate new folder dialog led to crash
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-24 20:01:50 +02:00
Nextcloud bot
ce0e12bf38
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-24 02:25:20 +00:00
Nextcloud bot
5cd8a63c3a
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-24 02:24:50 +00:00
dependabot[bot]
095dcf095e
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin
...
Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/detekt/detekt/releases )
- [Commits](https://github.com/detekt/detekt/commits )
---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 01:57:05 +00:00
Tobias Kaminsky
439e5ec10b
Merge pull request #11638 from nextcloud/fix/11600
...
Fix text duplication when using TextEditorWebView
2023-05-23 08:47:22 +02:00