Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(caldav): allow renaming of birthday calendars | Anna Larch | 2024-08-20 | 3 | -4/+8 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-20 | 18 | -12/+206 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #47182 from nextcloud/orphan-cleanup-chunk-perf | Robin Appelman | 2024-08-19 | 1 | -9/+6 |
|\ | | | | | perf: improve cleanup of tags/comments | ||||
| * | perf: improve cleanup of tags/comments | Robin Appelman | 2024-08-15 | 1 | -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 Transifex | Nextcloud bot | 2024-08-19 | 10 | -2/+232 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-18 | 120 | -158/+400 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Access node owner by top level `owner` property | Ferdinand Thiessen | 2024-08-17 | 5 | -18/+29 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-17 | 26 | -4/+172 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Use cache in LDAP backend's checkPassword | Akhil | 2024-08-16 | 2 | -11/+13 |
| | | | | | | | | Signed-off-by: Akhil <akhil@e.email> | ||||
* | | Merge pull request #47248 from nextcloud/fix/settings-styles | John Molakvoæ | 2024-08-16 | 3 | -14/+17 |
|\ \ | |||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2024-08-15 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix: Adjust legacy CSS styles for new Nextcloud 30 design | Ferdinand Thiessen | 2024-08-15 | 1 | -12/+15 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #38630 from joshtrichards/jr-readdir-false-false | John Molakvoæ | 2024-08-16 | 2 | -3/+3 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into jr-readdir-false-false | John Molakvoæ | 2024-08-16 | 5957 | -137116/+231474 |
| |\ \ \ | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | | | Clean-up some remaining readdir calls with undesirable false evaluation ↵ | Josh Richards | 2023-06-24 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | | | | | Merge pull request #37761 from nextcloud/invalidateTokensOnlySeenUsers | John Molakvoæ | 2024-08-16 | 2 | -2/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | fix: expect invalidateTokensOfUser only be called for seen users | Artur Neumann | 2024-08-16 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> | ||||
| * | | | | invalidate oauth2 tokens only for seen users | Artur Neumann | 2024-08-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> | ||||
* | | | | | Uses early returns. | Faraz Samapoor | 2024-08-16 | 3 | -37/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | | | | | Refactors encryption app commands. | Faraz Samapoor | 2024-08-16 | 7 | -161/+56 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-16 | 48 | -82/+298 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #47258 from ↵ | Joas Schilling | 2024-08-15 | 1 | -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 Schilling | 2024-08-15 | 1 | -5/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | fix(adminaudit): Don't crash when creating folder | Joas Schilling | 2024-08-15 | 1 | -2/+3 |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-15 | 1234 | -17088/+4934 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #47212 from nextcloud/chore/master-is-now-31 | John Molakvoæ | 2024-08-14 | 31 | -61/+61 |
|\ \ | |||||
| * | | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-08-14 | 30 | -60/+60 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(security): Update expiration date in security.txt | Joas Schilling | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #46809 from ↵ | Kate | 2024-08-14 | 4 | -24/+16 |
|\ \ \ | | | | | | | | | | | | | nextcloud/refactor/files_external/security-attributes | ||||
| * | | | refactor(files_external): Replace security annotations with respective ↵ | provokateurin | 2024-08-14 | 4 | -24/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #47201 from ↵ | Christoph Wurst | 2024-08-14 | 2 | -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 events | Anna Larch | 2024-08-14 | 2 | -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-error | John Molakvoæ | 2024-08-14 | 1 | -1/+21 |
|\ \ \ \ \ | |||||
| * | | | | | fix(files_versions): Catch constraint error on version insertion | Côme Chilliet | 2024-07-30 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | | | Merge pull request #46966 from nextcloud/fix/cache-uploader-get-content-function | John Molakvoæ | 2024-08-14 | 3 | -12/+36 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | perf(files): Cache `getContents` function used for uploader | Ferdinand Thiessen | 2024-08-14 | 3 | -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 ↵ | Kate | 2024-08-14 | 1 | -3/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/files_versions/security-attributes | ||||
| * | | | | | | refactor(files_versions): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | | Merge pull request #46812 from ↵ | Kate | 2024-08-14 | 1 | -3/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | nextcloud/refactor/files_trashbin/security-attributes | ||||
| * | | | | | | refactor(files_trashbin): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 1 | -3/+4 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | Merge pull request #47016 from nextcloud/refactor/cleanup-files-view | John Molakvoæ | 2024-08-14 | 2 | -62/+20 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | refactor(files): Drop unneeded initial state | Ferdinand Thiessen | 2024-08-14 | 2 | -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-attributes | Kate | 2024-08-14 | 2 | -20/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | refactor(federation): Replace security annotations with respective attributes | provokateurin | 2024-07-28 | 2 | -20/+20 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | Merge pull request #46814 from nextcloud/refactor/oauth2/security-attributes | Kate | 2024-08-14 | 2 | -8/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | refactor(oauth2): Replace security annotations with respective attributes | provokateurin | 2024-07-29 | 2 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | | Merge pull request #46816 from nextcloud/refactor/settings/security-attributes | Kate | 2024-08-14 | 13 | -75/+91 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | refactor(settings): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 13 | -75/+91 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | | Merge pull request #46821 from ↵ | Kate | 2024-08-14 | 1 | -2/+4 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | nextcloud/refactor/updatenotification/security-attributes | ||||
| * | | | | | | refactor(updatenotification): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 1 | -2/+4 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> |