Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(systemtags): add setting to block non admin to create system tags | Benjamin Gaussorgues | 2025-01-22 | 2 | -0/+30 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #50208 from nextcloud/feat/conversion-adjusting | John Molakvoæ | 2025-01-16 | 4 | -47/+69 |
|\ | | | | | fix(files): conversion api simplification and conflict check | ||||
| * | fix(files): conversion api simplification and conflict check | skjnldsv | 2025-01-16 | 4 | -47/+69 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-count | Côme Chilliet | 2025-01-16 | 3 | -0/+34 |
|\ \ | |/ |/| | Limit ldap user count | ||||
| * | fix: Add missing interface from previous commit and update autoloaders | Côme Chilliet | 2025-01-14 | 1 | -0/+23 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | feat(updatenotification): Add a limit to user count from LDAP so save ↵ | Côme Chilliet | 2025-01-14 | 2 | -0/+11 |
| | | | | | | | | | | | | performances Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #50196 from nextcloud/fix/template-return-type | Arthur Schiwon | 2025-01-16 | 1 | -1/+1 |
|\ \ | | | | | | | docs: Use proper return type for custom template listing | ||||
| * | | docs: Use proper return type for custom template listingfix/template-return-type | Julius Knorr | 2025-01-15 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | feat(sharing): Add `shareapi_allow_custom_tokens` config | Christopher Ng | 2025-01-15 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | feat(sharing): Fetch a unique generated token | Christopher Ng | 2025-01-15 | 2 | -0/+25 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | feat(api): File conversion API | Elizabeth Danzberger | 2025-01-15 | 4 | -0/+144 |
|/ | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | Merge pull request #50100 from nextcloud/feat/ocp/attendee-availability-api | Richard Steinmetz | 2025-01-13 | 2 | -0/+51 |
|\ | | | | | feat(ocp): add calendar api to retrieve availability of attendees | ||||
| * | feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-api | Richard Steinmetz | 2025-01-13 | 2 | -0/+51 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(IInitialState): Allow provideLazyInitialState() closure to return array | provokateurin | 2025-01-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #50070 from nextcloud/docs/http/cors-attribute | Joas Schilling | 2025-01-09 | 1 | -1/+3 |
|\ \ | |/ |/| | docs(HTTP): Add proper docs for CORS attribute | ||||
| * | docs(HTTP): Add proper docs for CORS attributedocs/http/cors-attribute | provokateurin | 2025-01-07 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirements | Joas Schilling | 2025-01-08 | 2 | -0/+118 |
|\ \ | | | | | | | feat(ocp): calendar event builder api | ||||
| * | | docs(eventbuilder): Mention how to get the EventBuilder from DI | Joas Schilling | 2025-01-08 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirements | Richard Steinmetz | 2025-01-06 | 2 | -0/+114 |
| | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codes | Kate | 2025-01-08 | 17 | -33/+35 |
|\ \ \ | |||||
| * | | | fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codes | provokateurin | 2025-01-07 | 17 | -33/+35 |
| | |/ | |/| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | feat(users): Use -1 for unknown firstLogin instead of setting it to current date | Côme Chilliet | 2025-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | feat: Add first login timestamp of each user to oc_preferences and user:info ↵ | Côme Chilliet | 2025-01-07 | 1 | -3/+12 |
|/ / | | | | | | | | | | | output Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-type | provokateurin | 2025-01-04 | 1 | -1/+1 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | docs: fix version numberfeat/add-proofread-tasktype | janepie | 2024-12-20 | 1 | -1/+1 |
| | | | | Co-authored-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: janepie <49834966+janepie@users.noreply.github.com> | ||||
* | feat: add proofread task type | Jana Peper | 2024-12-20 | 1 | -0/+91 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleable | Andy Scherzinger | 2024-12-18 | 1 | -1/+3 |
|\ | | | | | Feat: make taskprocessing task types toggleable | ||||
| * | docs: document adding of argument | Jana Peper | 2024-12-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | feat: filter disabled apps in task types requests | Jana Peper | 2024-12-18 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 1 | -0/+17 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #49399 from nextcloud/feature/noid/config-lexicon | Maxence Lange | 2024-12-16 | 2 | -0/+14 |
|\ | | | | | feat(config): implementation of lexicon | ||||
| * | feat(config): implementation of lexicon | Maxence Lange | 2024-12-13 | 2 | -0/+14 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #49731 from ↵ | Joas Schilling | 2024-12-16 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/noid/allow-to-get-permissions-of-a-principal fix(calendar): Fix getting the permissions of the user | ||||
| * | fix(calendar): Fix getting the permissions of the user | Joas Schilling | 2024-12-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notes | Marcel Klehr | 2024-12-10 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 3 | -0/+315 |
|/ | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 2 | -1/+10 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #48651 from ↵ | Louis | 2024-12-04 | 1 | -0/+7 |
|\ | | | | | | | | | nextcloud/artonge/fix/copy_cache_during_copy_operations fix(files): Correctly copy the cache information during copy operations | ||||
| * | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2024-12-03 | 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> | ||||
* | | fix(signed-request): removing unstable from public | Maxence Lange | 2024-12-04 | 1 | -17/+19 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | feat(signatory): switch to qbmapper | Maxence Lange | 2024-12-04 | 1 | -7/+6 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 1 | -3/+22 |
|/ | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat: Use inline password confirmation in external storage settings | Louis Chemineau | 2024-11-28 | 1 | -0/+17 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(activity): Fix activity object type warnings | Joas Schilling | 2024-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 1 | -3/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(Files\Mount): Add IShareOwnerlessMount | provokateurin | 2024-11-25 | 1 | -0/+18 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enable | Ferdinand Thiessen | 2024-11-18 | 1 | -4/+4 |
|\ | | | | | fix(apps-store): Remove apps from force-enabled state when uninstalled | ||||
| * | fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enable | Ferdinand Thiessen | 2024-11-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | If an app is force-enabled and then uninstalled the force-enabled state was kept. This is now removed, so when the app should be re-installed the compatibility should be reevaluated. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(richtextvalidator): Add missing blurhashbugfix/noid/add-missing-blurhash | Joas Schilling | 2024-11-18 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |