Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(TempManager): Simplify and unify implementations and remove legacy ↵backport/51194/stable29 | provokateurin | 2025-03-04 | 1 | -6/+6 |
| | | | | | | behavior Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Change UserAgent to *cloudbackport/50053/stable29 | Johannes Endres | 2025-02-21 | 1 | -1/+1 |
| | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de> | ||||
* | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2025-02-13 | 1 | -0/+7 |
| | | | | | | Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat: Use inline password confirmation in external storage settings | Louis Chemineau | 2025-02-11 | 1 | -0/+17 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(Http): Only allow valid HTTP status code values via templatebackport/49882/stable29 | provokateurin | 2025-02-03 | 17 | -33/+35 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(IInitialState): Allow provideLazyInitialState() closure to return arraybackport/50077/stable29 | provokateurin | 2025-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | docs(HTTP): Add proper docs for CORS attributebackport/50070/stable29 | provokateurin | 2025-01-09 | 1 | -1/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(HTTP): Adjust JSONResponse data typebackport/50035/stable29 | provokateurin | 2025-01-07 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable29 | provokateurin | 2024-11-25 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(TimedJob): Add debug log about time sensitive jobs with long intervals | provokateurin | 2024-11-25 | 1 | -0/+5 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable29 | provokateurin | 2024-09-16 | 1 | -3/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(linkReferenceProvider): better size check | Julien Veyssier | 2024-09-03 | 1 | -5/+15 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(upgrade): migration attributes | Maxence Lange | 2024-08-06 | 12 | -0/+552 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix: Pass the mountpoint target user to storages without owner | Julius Härtl | 2024-07-22 | 1 | -0/+12 |
| | | | | | | | | | | | | | Storages that do not have a dedicated owner (e.g. groupfolders, external storages) currently always assume the current session user as the owner. This leads to several issues when there is no user session but a node is obtained through a user folder. In order to have the correct user available we need to pass the user that is used to setup a mountpoint along to the storage layer as we generally assume that an owner is available for those. Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(dashboard): Document expected icon behaviour | Joas Schilling | 2024-07-19 | 2 | -2/+16 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> [skip ci] | ||||
* | test: update DummyJobList | Robin Appelman | 2024-07-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: delete background jobs by id when cleaning up | Robin Appelman | 2024-07-10 | 2 | -1/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(federation): Fix missing protocol on CloudID remote | Joas Schilling | 2024-06-27 | 1 | -1/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #45566 from nextcloud/backport/45222/stable29 | John Molakvoæ | 2024-06-07 | 1 | -1/+1 |
|\ | |||||
| * | feat(caldav): order the calendar objects by start date for search | Daniel Kesselberg | 2024-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Sorting the events by the start date leads to more predictable results for the search API consumers. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #44894 from nextcloud/backport/44644/stable29 | John Molakvoæ | 2024-06-07 | 2 | -4/+7 |
|\ \ | |||||
| * | | fix(appconfig): only convert single entry on searchValues() | Maxence Lange | 2024-04-17 | 2 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | fix(appconfig): format app values | Maxence Lange | 2024-04-17 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | fix(INavigationManager): Fix psalm alias not set in the right place | provokateurin | 2024-06-03 | 1 | -4/+2 |
| |/ |/| | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-05-29 | 1 | -3/+21 |
| | | | | | | | | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | Merge pull request #45477 from nextcloud/backport/45370/stable29 | Côme Chilliet | 2024-05-27 | 2 | -2/+4 |
|\ \ | | | | | | | [stable29] feat: Add back searching in disabled user list | ||||
| * | | chore: Adapt `@since` annotations in OCP for backport to 29 | Côme Chilliet | 2024-05-27 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | feat: Add back searching in disabled user list | Côme Chilliet | 2024-05-27 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | feat(metadata): migrate to lazy appconfig | Maxence Lange | 2024-05-27 | 2 | -5/+13 |
|/ / | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix(groups): allows to save group names with more than 64 characters | Benjamin Gaussorgues | 2024-05-16 | 3 | -1/+45 |
| | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | fix(userstatus): Fix docs of user status manager | Joas Schilling | 2024-05-08 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | chore: Fix small psalm errors related to documented return types | Côme Chilliet | 2024-05-06 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(AppFramework): Fix error message about 204 not allowing custom headers | provokateurin | 2024-04-08 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 59 | -71/+71 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: add interface for lower level filecache acess without having to do ↵ | Robin Appelman | 2024-03-25 | 1 | -0/+99 |
| | | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | ShareByMailProvider: getAccessList: add token to returned array | Adam Serbinski | 2024-03-21 | 1 | -4/+4 |
| | | | | | | This allows the share URI to be regenerated. Signed-off-by: Adam Serbinski <adam@serbinski.com> | ||||
* | ShareByMailProvider: getAccessList: return full list of recipients | Adam Serbinski | 2024-03-21 | 1 | -3/+6 |
| | | | | | | | | Previously was returning only boolean true if the Node was shared by email, or false if not. Now provides an array containing the list of email share recipients. Signed-off-by: Adam Serbinski <adam@serbinski.com> | ||||
* | Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svg | Pytal | 2024-03-21 | 1 | -1/+13 |
|\ | | | | | feat: Add new mdi New file menu icons | ||||
| * | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 1 | -1/+13 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | fix: Implement option to temporarily set the user session | Julius Härtl | 2024-03-19 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #43446 from ↵ | John Molakvoæ | 2024-03-16 | 1 | -0/+30 |
|\ | | | | | | | jithin-space/add-patch-request-to-http-client-interface | ||||
| * | added @since 29.0.0 on comment | jithin-space | 2024-03-14 | 1 | -0/+1 |
| | | |||||
| * | added patch method | jithin-space | 2024-02-08 | 1 | -0/+29 |
| | | | | | | | | Signed-off-by: jithin-space <jithin.thankachan@gpsrenewables.com> | ||||
* | | Merge pull request #43862 from nextcloud/enh/cancel-stt-scheduled-transcription | John Molakvoæ | 2024-03-15 | 1 | -0/+11 |
|\ \ | |||||
| * | | feat(stt): add ability to cancel a scheduled transcription | Julien Veyssier | 2024-03-15 | 1 | -0/+11 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-03-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-03-15 | 33 | -151/+1236 |
| |\| | | |||||
| * | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-02-23 | 199 | -318/+7551 |
| |\ \ \ | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | | | Refactor `OC\Server::getThemingDefaults` | Andrew Summers | 2023-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 1 | -2/+2 |
|\ \ \ \ \ |