aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0730-0/+92
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(activity): make emails for link share uploads true by defaultskjnldsv2024-12-061-1/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(systemtags): handle null dav valueskjnldsv2024-12-062-2/+6
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(systemtags): add inline tag color testsskjnldsv2024-12-062-3/+108
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(systemtags): allow setting color with occskjnldsv2024-12-062-5/+11
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(systemtags): fix elementColor computationskjnldsv2024-12-063-10/+13
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(systemtags): add colors in bulk tagging actionskjnldsv2024-12-069-35/+429
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(systemtags): add color support backendskjnldsv2024-12-068-18/+132
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #49352 from nextcloud/s3-disable-multipartJulius Knorr2024-12-062-11/+33
|\ \ | | | | | | improve handling of large single-part s3 uploads
| * | fix: improve assembly streamRobin Appelman2024-12-052-11/+33
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0668-8/+342
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(signed-request): use share owner on reshareMaxence Lange2024-12-052-3/+9
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-052-36/+62
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | 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
| |\ \ \ \ \