summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from Transifexv29.0.0Nextcloud bot2024-04-24138-138/+1016
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2314-2/+160
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-224-0/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2120-12/+278
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2052-22/+532
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-19154-538/+704
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Also restore shares after ownership transfer for object storageFerdinand Thiessen2024-04-181-38/+73
| | | | | | | | | | When a file is moved between different storages then the file id is not (always) preserved. This means the file id has to be adjusted for all shares. So in case the file id does not exist anymore we try to find the new file id based on the target path of the transfer and the path suffix of the share. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(sharing): Don't change the type of the controller argumentJoas Schilling2024-04-181-2/+2
| | | | | | [EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives. Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ↵Ferdinand Thiessen2024-04-185-6/+59
| | | | | | | | files are disabled by user Needed to adjust the store creation to be able to inject pinia before the vue app is initialized. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #44910 from nextcloud/backport/44838/stable29Benjamin Gaussorgues2024-04-183-144/+76
|\
| * fix(shareApiController): avoid duplicated expiryDate operationsfenn-cs2024-04-181-27/+10
| | | | | | | | | | | | | | | | `expireDate` can be set once and used anywhere needed, the current implementation, duplicates this behavior which leads to `parseDate` receiving an a date object it parsed and returend earlier in the createShare method. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * refactor(shareApiController): use contrusctor property promotion & DI loggerfenn-cs2024-04-183-117/+66
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #44887 from nextcloud/backport/44882/stable29Benjamin Gaussorgues2024-04-181-0/+10
|\ \ | |/ |/|
| * fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-181-0/+10
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1844-0/+670
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44885 from nextcloud/backport/44878/stable29Joas Schilling2024-04-171-3/+6
|\ | | | | [stable29] fix(status): Update status time when reverting to it manually
| * fix(status): Update status time when reverting to it manuallyJoas Schilling2024-04-171-3/+6
| | | | | | | | | | | | This prevents the DAV meeting status from overwriting it again Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #44880 from nextcloud/backport/44869/stable29Benjamin Gaussorgues2024-04-171-6/+2
|\ \ | |/ |/|
| * fix(systemtags): Use built-in input label to satisfy a11y check of NcSelectFerdinand Thiessen2024-04-171-6/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Inherit some node attributes when creating new nodes to preserve ↵Ferdinand Thiessen2024-04-174-9/+35
| | | | | | | | | | | | shared state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Sanitize `share-types` attribute in download actionFerdinand Thiessen2024-04-171-1/+2
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #44846 from nextcloud/backport/44806/stable29Benjamin Gaussorgues2024-04-171-1/+1
|\
| * chore: Switch widget to primary colorChristopher Ng2024-04-161-1/+1
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit ccede9b2ad2cfe9706286156f9252c08e8f94c1b)
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-17112-250/+314
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1610-2/+150
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-04-1510-53/+75
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1514-38/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1410-8/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-134-40/+338
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1210-10/+208
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44778 from nextcloud/backport/44771/stable29Arthur Schiwon2024-04-112-5/+13
|\ | | | | [stable29] fix(federation): give some time to prepare both servers
| * fix(federation): give some time to prepare both serversArthur Schiwon2024-04-112-5/+13
| | | | | | | | | | | | | | | | | | | | | | - when this background job runs, while the current server was not being added as trusted_server in the other instance, yet, the secret sharing would not be attempted again, without visual feedback. - the change allows 5 attempts, which gives more than 20minutes to complete. More do not really help as the endpoint is brute force protected. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #44735 from nextcloud/backport/44714/stable29Arthur Schiwon2024-04-111-2/+1
|\ \ | | | | | | [stable29] Call davGetFavoritesReport after the registration of propfind properties
| * | fix(files): Call davGetFavoritesReport after the registration of propfind ↵Louis Chemineau2024-04-091-2/+1
| | | | | | | | | | | | | | | | | | | | | properties Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #44760 from nextcloud/backport/44450/stable29Arthur Schiwon2024-04-112-25/+28
|\ \ \ | | | | | | | | [stable29] fix(breadcrumbs): improved rendering of breadcrumb progress bar
| * | | fix(Cypress): Adjust tests for new breadcrumbsEduardo Morales2024-04-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * | | fix(files): Hide full view name on small mobile to prevent overflowFerdinand Thiessen2024-04-101-10/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * | | fix(breadcrumbs): Improved breadcrumb progress bar mobile renderingEduardo Morales2024-04-102-19/+21
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | Merge pull request #44765 from nextcloud/backport/44350/stable29Arthur Schiwon2024-04-113-1/+21
|\ \ \ \ | |_|_|/ |/| | | [stable29] fix(LDAP): escape DN on check-user
| * | | docs(LDAP): add info on stored DN formArthur Schiwon2024-04-102-0/+19
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(LDAP): escape DN on check-userArthur Schiwon2024-04-101-1/+2
| |/ / | | | | | | | | | | | | | | | | | | the DN has to be escaped differently when used as a base and we were missing it here in the search method call in the check-user command. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #44732 from nextcloud/backport/44216/stable29Joas Schilling2024-04-1112-130/+1041
|\ \ \ | | | | | | | | [stable29] feat(core): Include core capabilities in OpenAPI
| * | | chore(deps): Update openapi-extractorprovokateurin2024-04-0812-130/+1041
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1112-2/+124
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1022-20/+58
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0962-58/+96
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-088-0/+150
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0722-4/+202
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0612-6/+96
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-05128-416/+616
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>