aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #49404 from Thatoo/Thatoo-patch-1Arthur Schiwon2024-12-051-1/+8
|\ \ \ | |/ / |/| | fix(user_ldap): retrieve from LDAP first "email shaped" value instead…
| * | fix(user_ldap): retrieve from LDAP first "email shaped" value instead of ↵Thatoo2024-11-201-1/+8
| | | | | | | | | | | | | | | first value Signed-off-by: Thatoo <Thatoo@users.noreply.github.com>
* | | Merge pull request #49644 from nextcloud/artonge/fix/sharetypeF. E Noel Nfebe2024-12-051-1/+11
|\ \ \ | | | | | | | | fix(files_sharing): List of share type during recipient lookup
| * | | fix(files_sharing): List of share type during recipient lookupLouis Chemineau2024-12-041-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ShareType lists both names and ids so Object.entries return too much. This was also making useless the following condition adding ShareType.Email Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-05206-212/+414
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48793 from nextcloud/dav-open-log-pathJohn Molakvoæ2024-12-041-2/+7
|\ \ \ \
| * | | | fix: log which file cannot be openedRobin Appelman2024-12-041-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | test: add test for permissions of copied shareRobin Appelman2024-12-041-0/+26
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #49288 from nextcloud/smb-acl-fail-softRobin Appelman2024-12-041-1/+6
|\ \ \ \ | | | | | | | | | | fix: smb: don't fail hard if we can't load acls for a file
| * | | | fix: smb: don't fail hard if we can't load acls for a filesmb-acl-fail-softRobin Appelman2024-11-141-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | fix: Throw exception when copy failedLouis Chemineau2024-12-041-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | fix: Copying a live photo to a folder with a conflicting mov fileLouis Chemineau2024-12-041-14/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | fix: Handle copy of folders containing live photosLouis Chemineau2024-12-041-56/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to recursively look for live photos in the folder, and then handle them as usual. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-041-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #49643 from ↵Benjamin Gaussorgues2024-12-041-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/feat/files_external/enable-ownerless-shares
| * | | | | feat(files_external): Enable ownerless sharesprovokateurin2024-12-041-1/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | fix(signed-request): removing unstable from publicMaxence Lange2024-12-041-0/+4
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | feat(signatory): switch to qbmapperMaxence Lange2024-12-041-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | fix(ocm): simpler codeMaxence Lange2024-12-041-5/+15
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | fix(ocm): switching to IdentityProofMaxence Lange2024-12-044-20/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | feat(ocm): signing ocm requestsMaxence Lange2024-12-044-12/+212
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #49633 from nextcloud/bugfix/noid/fix-max-request-valuesJoas Schilling2024-12-041-2/+1
|\ \ \ \ | | | | | | | | | | fix(setupcheck): Disable PhpMaxFileSize setupcheck for now
| * | | | fix(setupcheck): Disable PhpMaxFileSize setupcheck for nowJoas Schilling2024-12-041-2/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #49167 from nextcloud/feat/caption-cant-uploadPytal2024-12-032-24/+19
|\ \ \ \ | | | | | | | | | | feat(files): Update caption for screen readers when uploading is not possible
| * | | | chore: Remove unused iconChristopher Ng2024-12-031-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | feat(files): Update caption for screen readers when uploading is not possibleChristopher Ng2024-12-032-22/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #49265 from nextcloud/feat/dav-trashbin-backendPytal2024-12-031-0/+10
|\ \ \ \ \ | |/ / / / |/| | | | feat(trashbin): Add backend dav property
| * | | | feat(trashbin): Add backend dav propertyChristopher Ng2024-12-031-0/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0498-140/+480
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: Only show share permission if re-sharablenfebe2024-12-031-2/+5
| | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | refactor: Use new `ShareType` across file_sharingnfebe2024-12-0317-133/+108
| | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | Merge branch 'master' into fix/external-storage-service-cast-idAlexander Piskun2024-12-031001-7476/+20518
|\ \ \
| * \ \ Merge pull request #49232 from ↵John Molakvoæ2024-12-032-0/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | falghamdi125/files_reminders-logging-notifications-app-not-enabled Add an error log message that notifications app isn't enabled at file…
| | * | | Fix(files_reminders): Add an error log message that notifications app isn't ↵Faisal Alghamdi2024-11-292-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled at files_reminders app load. Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
| * | | | Merge pull request #49569 from nextcloud/shared-watcher-perfStephan Orbaugh2024-12-031-13/+8
| |\ \ \ \ | | | | | | | | | | | | perf: improve performance of SharedStorage::getWatcher
| | * | | | perf: improve performance of SharedStorage::getWatcherRobin Appelman2024-11-291-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Merge pull request #49527 from nextcloud/skjnldsv-patch-1John Molakvoæ2024-12-031-1/+1
| |\ \ \ \ \
| | * | | | | chore(config): set min supported desktop to `2.7.0`John Molakvoæ2024-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | fix(files): properly update paths and folder children on node moveskjnldsv2024-12-033-57/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | feat(templates): make second click as confirmation on templates pickerLuka Trovic2024-12-022-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
| * | | | | | Merge pull request #49558 from nextcloud/chore/remove_legacy_endpointKate2024-12-024-167/+1
| |\ \ \ \ \ \
| | * | | | | | chore: remove legacy action to test remote endpointBenjamin Gaussorgues2024-11-294-167/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | | | | | | Merge pull request #49581 from nextcloud/fix/noid/add-absence-capabilityJoas Schilling2024-12-024-3/+48
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | chore(absence): Add capability
| | * | | | | | | chore(absence): Add capability for absence replacement supportMarcel Müller2024-12-013-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
| | * | | | | | | chore(absence): Add capability for absence apiMarcel Müller2024-12-014-3/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
| * | | | | | | | fix(setupcheck): Make the Memcache setupcheck use the cacheJoas Schilling2024-12-021-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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>