Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-07 | 30 | -0/+92 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(activity): make emails for link share uploads true by default | skjnldsv | 2024-12-06 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | fix(systemtags): handle null dav value | skjnldsv | 2024-12-06 | 2 | -2/+6 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | chore(systemtags): add inline tag color tests | skjnldsv | 2024-12-06 | 2 | -3/+108 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | feat(systemtags): allow setting color with occ | skjnldsv | 2024-12-06 | 2 | -5/+11 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | fix(systemtags): fix elementColor computation | skjnldsv | 2024-12-06 | 3 | -10/+13 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | feat(systemtags): add colors in bulk tagging action | skjnldsv | 2024-12-06 | 9 | -35/+429 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 8 | -18/+132 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Merge pull request #49352 from nextcloud/s3-disable-multipart | Julius Knorr | 2024-12-06 | 2 | -11/+33 | |
|\ \ | | | | | | | improve handling of large single-part s3 uploads | |||||
| * | | fix: improve assembly stream | Robin Appelman | 2024-12-05 | 2 | -11/+33 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-06 | 68 | -8/+342 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(signed-request): use share owner on reshare | Maxence Lange | 2024-12-05 | 2 | -3/+9 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | fix(ocm): get details from sharedSecret from provider | Maxence Lange | 2024-12-05 | 2 | -36/+62 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Merge pull request #49404 from Thatoo/Thatoo-patch-1 | Arthur Schiwon | 2024-12-05 | 1 | -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 ↵ | Thatoo | 2024-11-20 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | first value Signed-off-by: Thatoo <Thatoo@users.noreply.github.com> | |||||
* | | | Merge pull request #49644 from nextcloud/artonge/fix/sharetype | F. E Noel Nfebe | 2024-12-05 | 1 | -1/+11 | |
|\ \ \ | | | | | | | | | fix(files_sharing): List of share type during recipient lookup | |||||
| * | | | fix(files_sharing): List of share type during recipient lookup | Louis Chemineau | 2024-12-04 | 1 | -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 Transifex | Nextcloud bot | 2024-12-05 | 206 | -212/+414 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Merge pull request #48793 from nextcloud/dav-open-log-path | John Molakvoæ | 2024-12-04 | 1 | -2/+7 | |
|\ \ \ \ | ||||||
| * | | | | fix: log which file cannot be opened | Robin Appelman | 2024-12-04 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | test: add test for permissions of copied share | Robin Appelman | 2024-12-04 | 1 | -0/+26 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #49288 from nextcloud/smb-acl-fail-soft | Robin Appelman | 2024-12-04 | 1 | -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-soft | Robin Appelman | 2024-11-14 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | fix: Throw exception when copy failed | Louis Chemineau | 2024-12-04 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | | | fix: Copying a live photo to a folder with a conflicting mov file | Louis Chemineau | 2024-12-04 | 1 | -14/+22 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | | | fix: Handle copy of folders containing live photos | Louis Chemineau | 2024-12-04 | 1 | -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 copy | Louis Chemineau | 2024-12-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | | | Merge pull request #49643 from ↵ | Benjamin Gaussorgues | 2024-12-04 | 1 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | nextcloud/feat/files_external/enable-ownerless-shares | |||||
| * | | | | | feat(files_external): Enable ownerless shares | provokateurin | 2024-12-04 | 1 | -1/+2 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | | fix(signed-request): removing unstable from public | Maxence Lange | 2024-12-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | | feat(signatory): switch to qbmapper | Maxence Lange | 2024-12-04 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | | fix(ocm): simpler code | Maxence Lange | 2024-12-04 | 1 | -5/+15 | |
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 4 | -20/+36 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 4 | -12/+212 | |
|/ / / / | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | Merge pull request #49633 from nextcloud/bugfix/noid/fix-max-request-values | Joas Schilling | 2024-12-04 | 1 | -2/+1 | |
|\ \ \ \ | | | | | | | | | | | fix(setupcheck): Disable PhpMaxFileSize setupcheck for now | |||||
| * | | | | fix(setupcheck): Disable PhpMaxFileSize setupcheck for now | Joas Schilling | 2024-12-04 | 1 | -2/+1 | |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #49167 from nextcloud/feat/caption-cant-upload | Pytal | 2024-12-03 | 2 | -24/+19 | |
|\ \ \ \ | | | | | | | | | | | feat(files): Update caption for screen readers when uploading is not possible | |||||
| * | | | | chore: Remove unused icon | Christopher Ng | 2024-12-03 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
| * | | | | feat(files): Update caption for screen readers when uploading is not possible | Christopher Ng | 2024-12-03 | 2 | -22/+19 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | | | | Merge pull request #49265 from nextcloud/feat/dav-trashbin-backend | Pytal | 2024-12-03 | 1 | -0/+10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | feat(trashbin): Add backend dav property | |||||
| * | | | | feat(trashbin): Add backend dav property | Christopher Ng | 2024-12-03 | 1 | -0/+10 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-04 | 98 | -140/+480 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix: Only show share permission if re-sharable | nfebe | 2024-12-03 | 1 | -2/+5 | |
| | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | | | refactor: Use new `ShareType` across file_sharing | nfebe | 2024-12-03 | 17 | -133/+108 | |
| | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | | | Merge branch 'master' into fix/external-storage-service-cast-id | Alexander Piskun | 2024-12-03 | 1001 | -7476/+20518 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #49232 from ↵ | John Molakvoæ | 2024-12-03 | 2 | -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 Alghamdi | 2024-11-29 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled at files_reminders app load. Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com> | |||||
| * | | | | Merge pull request #49569 from nextcloud/shared-watcher-perf | Stephan Orbaugh | 2024-12-03 | 1 | -13/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | perf: improve performance of SharedStorage::getWatcher | |||||
| | * | | | | perf: improve performance of SharedStorage::getWatcher | Robin Appelman | 2024-11-29 | 1 | -13/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | | Merge pull request #49527 from nextcloud/skjnldsv-patch-1 | John Molakvoæ | 2024-12-03 | 1 | -1/+1 | |
| |\ \ \ \ \ |