aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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-3010-28/+100
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2992-110/+252
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-282-2/+4
|\ \ | | | | | | | | | nextcloud/fix/noid/stable27-encode-uri-trashbin-restore
| * | fix: encode uri for trashbin deleteDaniel Kesselberg2023-09-262-2/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #40640 from nextcloud/backport/40619/stable27Louis2023-09-281-3/+3
|\ \ \ | | | | | | | | [stable27] Use proper app id in Version.vue
| * | | 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-2830-6/+352
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2762-8/+270
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files): Adjust files list jsunit tests for file size bugfixFerdinand Thiessen2023-09-264-26/+26
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-268-6/+114
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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-221-54/+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-221-13/+18
| | | | | | | | | | | | 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-252-2/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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-238-135/+146
|\ \ | | | | | | [stable27] ocm services
| * | ocm servicesMaxence Lange2023-09-228-135/+146
| |/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2360-40/+246
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2214-8/+142
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Auto set password for new email sharesfenn-cs2023-09-211-3/+9
| | | | | | | | Suggest auto generated password for new public share (mail share). Resolves : https://github.com/nextcloud/server/issues/40493 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-21104-86/+120
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Consider share type for enforced share expiry datesfenn-cs2023-09-203-28/+18
| | | | | | | | | | | | | | | | | | | | | We have three kind of share expiry date enforcements. - `isDefaultExpireDateEnforced` - `isDefaultInternalExpireDateEnforced` - `isDefaultRemoteExpireDateEnforced` Before these commit, `isExpiryDateEnforced` that is used to disable/enable the set expiry date checkbox does not take those into consideration which is problematic as those have different applications. In addition, this commit now uses `isExpiryDateEnforced` to disable/enable the input for expiry date that shows up before the creation of link shares. Here, `hasExpirationDate` is also removed from 'SharingEntryLink` component as it is not used. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Properly align all sharing-entry typesfenn-cs2023-09-204-48/+56
| | | | | | | | SharingEntryLink and regular ShareEntry were not properly visually aligned before this commit. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #40487 from nextcloud/backport/40183/stable27Robin Appelman2023-09-203-10/+152
|\ | | | | [stable27] SFTP improvements
| * improve s3 error handlingRobin Appelman2023-09-191-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * sftp psalm fixesRobin Appelman2023-09-182-11/+15
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * psalm suppressRobin Appelman2023-09-181-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * implement fseek for sftp read streamRobin Appelman2023-09-182-3/+30
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * more optimized getPermissions/getMetaDataRobin Appelman2023-09-181-0/+44
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * sftp optimize file_put_contents, writeStream and copyRobin Appelman2023-09-181-1/+55
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix error during sftp stream closeRobin Appelman2023-09-181-0/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * clear sftp stat cache when opening a write streamRobin Appelman2023-09-181-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-20146-694/+990
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | kerberos sso ci fixesRobin Appelman2023-09-197-11/+77
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-1930-20/+70
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: use faster method to fetch user countDaniel Kesselberg2023-09-181-1/+1
| | | | | | | | | | countUsers: the actual user count reported by the backend. countSeenUsers: count every user who was logged in once. 1: We should avoid expensive operations (like asking every backend for it's user count) in migrations. 2: The current check is wrong because countUsers returns an array. var_dump([] > 1000) => true ;) Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #40444 from nextcloud/backport/40418/stable27Daniel2023-09-181-4/+1
|\
| * fix: don't use davtags for tag searchDaniel Kesselberg2023-09-151-4/+1
| | | | | | | | | | | | | | | | | | 1. https://github.com/nextcloud/server/pull/26813 Initial implementation with support for systemtags and davtags (vcategory) 2. https://github.com/nextcloud/server/pull/39062 Additional check if the given tag exists, though ISystemTagManager.getAllTags only looks for systemtags Therefore it's not possible anymore to search for davtags and unnecessary to join the other tables. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #40473 from nextcloud/backport/39860/stable27Robin Appelman2023-09-181-6/+10
|\ \ | | | | | | [stable27] don't preload metadata for the sub-childen
| * | only triger metadata preload logic when at least one metadata is requestedRobin Appelman2023-09-181-6/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | don't preload metadata for the sub-childenRobin Appelman2023-09-181-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #40448 from nextcloud/manual/backport/stable27/40440Louis2023-09-181-3/+10
|\ \ \ | |/ / |/| | [stable27] Backport consider link shares in removeShare method in SharingTab #40440
| * | Consider link shares in removeShare method in SharingTabfenn-cs2023-09-181-3/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Currently, the `removeShare` method in the `SharingTab` view, does not take into account `linkShares`. Since link shares now shares thesame detail view with other share types, it should therefore be considered hence this commit. Resolves : https://github.com/nextcloud/server/issues/40396 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>