summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #40779 from nextcloud/release/27.1.2v27.1.2Arthur Schiwon2023-10-051-2/+2
|\ | | | | 27.1.2
| * 27.1.2Arthur Schiwon2023-10-051-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40778 from nextcloud/backport/40745/stable27Arthur Schiwon2023-10-052-1/+2
|\ \ | |/ |/| [stable27] fix ocm-provider rewrite rules
| * Update .htaccessMaxence Lange2023-10-051-1/+1
| | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * fix ocm-provider rewrite rulesMaxence Lange2023-10-052-1/+2
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-05242-266/+424
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0414-2/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-03102-110/+196
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0212-6/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-016-4/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-3012-30/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2996-122/+266
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40646 from nextcloud/release/27.1.2_rc1v27.1.2rc1Arthur Schiwon2023-09-281-2/+2
|\ | | | | 27.1.2 RC1
| * 27.1.2 RC1Arthur Schiwon2023-09-261-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40631 from nextcloud/backport/40541/stable27Arthur Schiwon2023-09-282-1/+81
|\ \ | | | | | | [stable27] fix(dav): expand recurrences when searching
| * | fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-262-1/+81
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #40642 from ↵Daniel2023-09-284-5/+7
|\ \ \ | | | | | | | | | | | | nextcloud/fix/noid/stable27-encode-uri-trashbin-restore
| * | | fix: encode uri for trashbin deleteDaniel Kesselberg2023-09-264-5/+7
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #40640 from nextcloud/backport/40619/stable27Louis2023-09-283-6/+6
|\ \ \ \ | | | | | | | | | | [stable27] Use proper app id in Version.vue
| * | | | chore(assets): Recompile assetsnextcloud-command2023-09-262-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Use proper app id in Version.vueLouis Chemineau2023-09-261-3/+3
| | |/ / | |/| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2836-8/+362
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2764-8/+272
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40638 from nextcloud/fix/files-testsFerdinand Thiessen2023-09-264-26/+26
|\ \ \ | |/ / |/| | [stable27] Fix jsunit tests
| * | fix(files): Adjust files list jsunit tests for file size bugfixFerdinand Thiessen2023-09-264-26/+26
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #40623 from nextcloud/backport/40501/stable27Côme Chilliet2023-09-262-4/+7
|\ \ | | | | | | [stable27] Store size in int|float for 32bit support
| * | Store size in int|float for 32bit supportCôme Chilliet2023-09-252-4/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2610-6/+144
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40605 from nextcloud/fix/format-file-sizesFerdinand Thiessen2023-09-255-14/+12
|\ \ | | | | | | [stable27] Revert change that made `OC.Util.humanFileSize` return decimal sizes instead of binary
| * | chore: Compile assetsFerdinand Thiessen2023-09-244-6/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Revert change that made `OC.Util.humanFileSize` return base 10 instead ↵Ferdinand Thiessen2023-09-241-8/+6
| |/ | | | | | | | | | | | | | | | | | | of base 2 Previously the `OC.Util.humanFileSize` was returning file sizes base 2, meaning 1024 bytes = 1 KiB, but the `@nextcloud/files` library had a regression that set the default to base 10. Meaning 1000 bytes = 1 KB. This is fixed for current `@nextcloud/libraries` but for stable27 we need to fix this manually by wrapping the function. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #40581 from nextcloud/backport/39818/stable27Louis2023-09-251-42/+170
|\ \ | | | | | | [stable27] Let `occ trashbin:restore` restore also from groupfolders and add filters
| * | Rename since/until in verbose messageRobin Windey2023-09-221-2/+2
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * | Code adjustments according to PR reviewRobin Windey2023-09-222-60/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete unnecessary function docs * Rename parameters to 'since' and 'until' * Style: use '&&' instead of 'and' * Add types Signed-off-by: GitHub <noreply@github.com>
| * | Make scope parsing more readableRobin Windey2023-09-221-9/+10
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * | Decouple from groupfolders app & remove PSALM warningsRobin Windey2023-09-222-13/+24
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * | Let occ trashbin:restore restore also from groupfolders and add additional ↵Robin Windey2023-09-221-29/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filters * Using the TrashManager allows access to all deleted files * Add 'scope' parameter to choose where to restore from (user or groupfolders) * Add 'restore-from' and 'restore-to' date parameters to filter files to be restored by their deletion date * Add 'dry-run' flag to be able to see which files would be restored and being able to adjust the filter parameters accordingly Signed-off-by: GitHub <noreply@github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-254-2/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40557 from nextcloud/fix/dialogs-issues-stable27John Molakvoæ2023-09-248-16/+16
|\ \
| * | chore: Update `@nextcloud/dialogs` to 4.2.1Ferdinand Thiessen2023-09-238-16/+16
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2424-8/+152
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40586 from nextcloud/backport/39574/39574-stable27Maxence Lange2023-09-2326-250/+1243
|\ \ | | | | | | [stable27] ocm services
| * | ocm servicesMaxence Lange2023-09-2226-250/+1243
| |/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2366-42/+276
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2220-10/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40525 from nextcloud/release/27.1.1v27.1.1Arthur Schiwon2023-09-211-2/+2
|\ | | | | 27.1.1
| * 27.1.1Arthur Schiwon2023-09-201-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40379 from nextcloud/backport/38808/stable27Arthur Schiwon2023-09-214-4/+6
|\ \ | | | | | | [stable27] Fix issues where unencrypted_size was being falsely used for non-encrypted home folders
| * | fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-122-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-122-1/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>