aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(SharingEntryLink): Show default password before create if anyfenn-cs2024-12-091-2/+6
| | | | | | | | | | | | Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : https://github.com/nextcloud/server/issues/48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* fix(files_sharing): add accessible labels in link share creationGrigorii K. Shartsev2024-12-091-14/+13
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files_sharing): checkbox for password in link share is not shownGrigorii K. Shartsev2024-12-091-0/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-096-12/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0868-40/+942
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0730-0/+92
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0668-8/+342
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-05206-212/+414
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(setupcheck): Disable PhpMaxFileSize setupcheck for nowJoas Schilling2024-12-041-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0498-140/+480
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-028-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-018-24/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-3012-18/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-29132-2244/+2244
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: stricter access to testremote endpointBenjamin Gaussorgues2024-11-281-1/+2
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2820-4/+188
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2710-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2654-72/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: improve oci compatibility when purging calendar invitationsbackport/49454/stable28Richard Steinmetz2024-11-251-2/+2
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: invalid usage of IQueryBuilder::createNamedParameter()Richard Steinmetz2024-11-251-3/+3
| | | | | | And fix a typo: chunck -> chunk Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #49463 from nextcloud/backport/48600/stable28Stephan Orbaugh2024-11-2516-33/+17
|\ | | | | [stable28] fix(BackgroundJobs): Adjust intervals and time sensitivities
| * fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable28provokateurin2024-11-2516-33/+17
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-252-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2514-4/+74
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2428-10/+176
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: (CalDav) Delete invitation when deleting Calendars or Eventsbackport/47832/stable28SebastianKrupinski2024-11-231-2/+51
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2316-10/+116
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2220-8/+86
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49388 from nextcloud/backport/49332/stable28Git'Fellow2024-11-211-1/+5
|\ | | | | [stable28] fix(job): Check if carddata is resource and read it to string
| * fix(job): Check if carddata is resource and read it to stringbackport/49332/stable28Mikhail Kotelnikov2024-11-191-1/+5
| | | | | | | | | | | | | | Fixes nextcloud/server#46100 Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Mikhail Kotelnikov <fox@woland.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2138-46/+358
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-20110-304/+206
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49381 from nextcloud/backport/49372/stable28John Molakvoæ2024-11-194-0/+84
|\ \
| * | fix(settings): psalm PhpMaxFileSize setup check warningbackport/49372/stable28skjnldsv2024-11-191-6/+6
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(settings): add big file upload setup checksskjnldsv2024-11-194-0/+84
| |/ | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* / fix(files): edit locally buttonsbackport/49150/stable28skjnldsv2024-11-191-8/+7
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): improve delete display name when trashbin is disabledbackport/49199/stable28Richard Steinmetz2024-11-191-14/+14
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1918-32/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Allow downloading multiple nodes not from same baseFerdinand Thiessen2024-11-184-13/+142
| | | | | | | | | | | | When downloading files in e.g. the *favorites* or *recent* view, then the nodes are not always share the same parent folder and we can not use the current directory as it is probably just a virtual one. So we calculate the longest common base and use that as the directory for the download endpoint. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: override iTip Broker to fix several issuesbackport/48583/stable28SebastianKrupinski2024-11-175-0/+375
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1848-106/+472
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1730-46/+120
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-16134-138/+178
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1538-12/+138
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1492-194/+226
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingbackport/49139/stable28SebastianKrupinski2024-11-132-2/+29
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-138-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-122-0/+17
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Clean-up some remaining readdir calls with undesirable false evaluation ↵Josh Richards2024-11-122-3/+3
| | | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com> [skip ci]
* fix(files_external): cast storage id intbackport/49218/stable28skjnldsv2024-11-121-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>