aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(ocp): Deprecate isInstalled and add isEnabledForAnyone insteadCôme Chilliet2025-02-131-0/+8
| | | | | | The method name was really confusing Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: don't use cached root info from shared cache if the watcher has ↵Robin Appelman2025-02-061-0/+6
| | | | | | detected an update Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #50697 from nextcloud/admin-audit-listen-failed-loginJoas Schilling2025-02-061-0/+8
|\ | | | | feat(admin_audit): write admin audit log for AnyLoginFailedEvent
| * feat(admin_audit): write admin audit log for AnyLoginFailedEventadmin-audit-listen-failed-loginLuka Trovic2025-02-061-0/+8
| | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | fix: psalm and OCP @since declarationsfix/mime-intJohn Molakvoæ2025-02-062-3/+3
| | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | fix: make sure we process mime extensions as stringskjnldsv2025-02-052-0/+16
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix: Properly read updater channel before returning version channel as a ↵fix/version-channelJulius Knorr2025-01-241-0/+6
| | | | | | fallback Signed-off-by: Julius Knorr <jus@bitgrid.net>
* fix: remove typing and return typefix/noid/revert-api-breaking-return-typeAnna Larch2025-01-231-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-222-0/+30
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #50208 from nextcloud/feat/conversion-adjustingJohn Molakvoæ2025-01-164-47/+69
|\ | | | | fix(files): conversion api simplification and conflict check
| * fix(files): conversion api simplification and conflict checkskjnldsv2025-01-164-47/+69
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-163-0/+34
|\ \ | |/ |/| Limit ldap user count
| * fix: Add missing interface from previous commit and update autoloadersCôme Chilliet2025-01-141-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 Chilliet2025-01-142-0/+11
| | | | | | | | | | | | performances Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #50196 from nextcloud/fix/template-return-typeArthur Schiwon2025-01-161-1/+1
|\ \ | | | | | | docs: Use proper return type for custom template listing
| * | docs: Use proper return type for custom template listingfix/template-return-typeJulius Knorr2025-01-151-1/+1
| |/ | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | feat(sharing): Add `shareapi_allow_custom_tokens` configChristopher Ng2025-01-151-0/+8
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(sharing): Fetch a unique generated tokenChristopher Ng2025-01-152-0/+25
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(api): File conversion APIElizabeth Danzberger2025-01-154-0/+144
|/ | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* Merge pull request #50100 from nextcloud/feat/ocp/attendee-availability-apiRichard Steinmetz2025-01-132-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-apiRichard Steinmetz2025-01-132-0/+51
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(IInitialState): Allow provideLazyInitialState() closure to return arrayprovokateurin2025-01-131-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #50070 from nextcloud/docs/http/cors-attributeJoas Schilling2025-01-091-1/+3
|\ \ | |/ |/| docs(HTTP): Add proper docs for CORS attribute
| * docs(HTTP): Add proper docs for CORS attributedocs/http/cors-attributeprovokateurin2025-01-071-1/+3
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirementsJoas Schilling2025-01-082-0/+118
|\ \ | | | | | | feat(ocp): calendar event builder api
| * | docs(eventbuilder): Mention how to get the EventBuilder from DIJoas Schilling2025-01-081-1/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirementsRichard Steinmetz2025-01-062-0/+114
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codesKate2025-01-0817-33/+35
|\ \ \
| * | | fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codesprovokateurin2025-01-0717-33/+35
| | |/ | |/| | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | feat(users): Use -1 for unknown firstLogin instead of setting it to current dateCôme Chilliet2025-01-071-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 Chilliet2025-01-071-3/+12
|/ / | | | | | | | | | | output Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-typeprovokateurin2025-01-041-1/+1
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* docs: fix version numberfeat/add-proofread-tasktypejanepie2024-12-201-1/+1
| | | | Co-authored-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: janepie <49834966+janepie@users.noreply.github.com>
* feat: add proofread task typeJana Peper2024-12-201-0/+91
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleableAndy Scherzinger2024-12-181-1/+3
|\ | | | | Feat: make taskprocessing task types toggleable
| * docs: document adding of argumentJana Peper2024-12-181-0/+1
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * feat: filter disabled apps in task types requestsJana Peper2024-12-181-1/+2
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryeventArthur Schiwon2024-12-181-0/+17
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #49399 from nextcloud/feature/noid/config-lexiconMaxence Lange2024-12-162-0/+14
|\ | | | | feat(config): implementation of lexicon
| * feat(config): implementation of lexiconMaxence Lange2024-12-132-0/+14
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #49731 from ↵Joas Schilling2024-12-161-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 userJoas Schilling2024-12-111-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notesMarcel Klehr2024-12-101-0/+3
| | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | feat(TaskProcessing): More task typesMarcel Klehr2024-12-093-0/+315
|/ | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(systemtags): add color support backendskjnldsv2024-12-062-1/+10
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #48651 from ↵Louis2024-12-041-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 operationsLouis Chemineau2024-12-031-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 publicMaxence Lange2024-12-041-17/+19
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(signatory): switch to qbmapperMaxence Lange2024-12-041-7/+6
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix(ocm): switching to IdentityProofMaxence Lange2024-12-041-2/+2
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>