aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-203-4/+8
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2018-12/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47182 from nextcloud/orphan-cleanup-chunk-perfRobin Appelman2024-08-191-9/+6
|\ | | | | perf: improve cleanup of tags/comments
| * perf: improve cleanup of tags/commentsRobin Appelman2024-08-151-9/+6
| | | | | | | | | | | | delete entire chunk at once instead of one-by-one Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1910-2/+232
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-18120-158/+400
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Access node owner by top level `owner` propertyFerdinand Thiessen2024-08-175-18/+29
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1726-4/+172
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Use cache in LDAP backend's checkPasswordAkhil2024-08-162-11/+13
| | | | | | | | Signed-off-by: Akhil <akhil@e.email>
* | Merge pull request #47248 from nextcloud/fix/settings-stylesJohn Molakvoæ2024-08-163-14/+17
|\ \
| * | chore: Compile assetsFerdinand Thiessen2024-08-152-2/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Adjust legacy CSS styles for new Nextcloud 30 designFerdinand Thiessen2024-08-151-12/+15
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #38630 from joshtrichards/jr-readdir-false-falseJohn Molakvoæ2024-08-162-3/+3
|\ \ \
| * \ \ Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-165957-137116/+231474
| |\ \ \ | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | Clean-up some remaining readdir calls with undesirable false evaluation ↵Josh Richards2023-06-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | | | Merge pull request #37761 from nextcloud/invalidateTokensOnlySeenUsersJohn Molakvoæ2024-08-162-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix: expect invalidateTokensOfUser only be called for seen usersArtur Neumann2024-08-161-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
| * | | | invalidate oauth2 tokens only for seen usersArtur Neumann2024-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | | | Uses early returns.Faraz Samapoor2024-08-163-37/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | Refactors encryption app commands.Faraz Samapoor2024-08-167-161/+56
|/ / / / | | | | | | | | | | | | | | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1648-82/+298
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #47258 from ↵Joas Schilling2024-08-151-5/+19
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/noid/translated-predefined-user-status Don't save translated predefined user status as custom status
| * | | fix(userstatus): Don't set predefined user status as custom when changing ↵Joas Schilling2024-08-151-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(adminaudit): Don't crash when creating folderJoas Schilling2024-08-151-2/+3
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | / Fix(l10n): Update translations from TransifexNextcloud bot2024-08-151234-17088/+4934
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47212 from nextcloud/chore/master-is-now-31John Molakvoæ2024-08-1431-61/+61
|\ \
| * | feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-1430-60/+60
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(security): Update expiration date in security.txtJoas Schilling2024-08-141-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #46809 from ↵Kate2024-08-144-24/+16
|\ \ \ | | | | | | | | | | | | nextcloud/refactor/files_external/security-attributes
| * | | refactor(files_external): Replace security annotations with respective ↵provokateurin2024-08-144-24/+16
| | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #47201 from ↵Christoph Wurst2024-08-142-2/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/also-run-user-status-automation-for-start-and-end fix(userstatus): run user status automation job for start and end events
| * | | | fix(userstatus): run user status automation job for start and end eventsAnna Larch2024-08-142-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Merge pull request #46887 from nextcloud/fix/versions-catch-insertion-errorJohn Molakvoæ2024-08-141-1/+21
|\ \ \ \ \
| * | | | | fix(files_versions): Catch constraint error on version insertionCôme Chilliet2024-07-301-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #46966 from nextcloud/fix/cache-uploader-get-content-functionJohn Molakvoæ2024-08-143-12/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-143-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of trigger a PROPFIND for every new-menu entry clicks, or conflict handling of uploads, we can just use the cached content from the file store. If we do not have any cache entry we fetch new, but otherwise this is not needed. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #46813 from ↵Kate2024-08-141-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/files_versions/security-attributes
| * | | | | | refactor(files_versions): Replace security annotations with respective ↵provokateurin2024-07-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #46812 from ↵Kate2024-08-141-3/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | nextcloud/refactor/files_trashbin/security-attributes
| * | | | | | refactor(files_trashbin): Replace security annotations with respective ↵provokateurin2024-07-271-3/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #47016 from nextcloud/refactor/cleanup-files-viewJohn Molakvoæ2024-08-142-62/+20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-142-62/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial state is no longer used, it was only used in legacy UI and in the f2v rewrite it was only used for the `id` which can be loaded just from the URL. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #46806 from nextcloud/refactor/federation/security-attributesKate2024-08-142-20/+20
|\ \ \ \ \ \
| * | | | | | refactor(federation): Replace security annotations with respective attributesprovokateurin2024-07-282-20/+20
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #46814 from nextcloud/refactor/oauth2/security-attributesKate2024-08-142-8/+12
|\ \ \ \ \ \
| * | | | | | refactor(oauth2): Replace security annotations with respective attributesprovokateurin2024-07-292-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #46816 from nextcloud/refactor/settings/security-attributesKate2024-08-1413-75/+91
|\ \ \ \ \ \ \
| * | | | | | | refactor(settings): Replace security annotations with respective attributesprovokateurin2024-07-2713-75/+91
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #46821 from ↵Kate2024-08-141-2/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | nextcloud/refactor/updatenotification/security-attributes
| * | | | | | refactor(updatenotification): Replace security annotations with respective ↵provokateurin2024-07-271-2/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>