aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* docs: fix version numberfeat/add-proofread-tasktypejanepie2 days1-1/+1
* feat: add proofread task typeJana Peper2 days1-0/+91
* Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleableAndy Scherzinger4 days1-1/+3
|\
| * docs: document adding of argumentJana Peper4 days1-0/+1
| * feat: filter disabled apps in task types requestsJana Peper4 days1-1/+2
* | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryeventArthur Schiwon4 days1-0/+17
|/
* Merge pull request #49399 from nextcloud/feature/noid/config-lexiconMaxence Lange6 days2-0/+14
|\
| * feat(config): implementation of lexiconMaxence Lange9 days2-0/+14
* | Merge pull request #49731 from nextcloud/bugfix/noid/allow-to-get-permissions...Joas Schilling6 days1-1/+1
|\ \ | |/ |/|
| * fix(calendar): Fix getting the permissions of the userJoas Schilling11 days1-1/+1
* | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notesMarcel Klehr12 days1-0/+3
* | feat(TaskProcessing): More task typesMarcel Klehr13 days3-0/+315
|/
* feat(systemtags): add color support backendskjnldsv2024-12-062-1/+10
* Merge pull request #48651 from nextcloud/artonge/fix/copy_cache_during_copy_o...Louis2024-12-041-0/+7
|\
| * fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-031-0/+7
* | fix(signed-request): removing unstable from publicMaxence Lange2024-12-041-17/+19
* | feat(signatory): switch to qbmapperMaxence Lange2024-12-041-7/+6
* | fix(ocm): switching to IdentityProofMaxence Lange2024-12-041-2/+2
* | feat(ocm): signing ocm requestsMaxence Lange2024-12-041-3/+22
|/
* feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-281-0/+17
* fix(activity): Fix activity object type warningsJoas Schilling2024-11-271-1/+1
* fix(files_sharing,files): Do not validate shares before adjusting the ownerprovokateurin2024-11-251-3/+6
* feat(Files\Mount): Add IShareOwnerlessMountprovokateurin2024-11-251-0/+18
* Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enableFerdinand Thiessen2024-11-181-4/+4
|\
| * fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enableFerdinand Thiessen2024-11-181-4/+4
* | fix(richtextvalidator): Add missing blurhashbugfix/noid/add-missing-blurhashJoas Schilling2024-11-181-0/+1
|/
* fix(ros): Copy better typing information from Notifications appbugfix/noid/copy-better-typing-from-notifications-appJoas Schilling2024-11-111-1/+31
* feat: add iMip Request HandlingSebastianKrupinski2024-11-074-1/+59
* Merge pull request #49116 from nextcloud/bugfix/noid/validate-parameter-keysJoas Schilling2024-11-071-2/+11
|\
| * fix(richobjectstrings): Fix typo in docsbugfix/noid/validate-parameter-keysJoas Schilling2024-11-071-1/+1
| * fix(richobjectstrings): Improve array typeJoas Schilling2024-11-071-1/+1
| * fix(richobjectstrings): Add missing placeholder validationJoas Schilling2024-11-061-2/+11
* | fix(QBMapper): Fix findEntities() return type to be list<T>fix/qbmapper/find-entities-return-typeprovokateurin2024-11-061-2/+2
|/
* Merge pull request #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-0617-25/+84
|\
| * fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-0517-25/+84
* | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-forsJohn Molakvoæ2024-11-062-3/+34
|\ \ | |/ |/|
| * feat(DeclarativeSettings): Allow to implement value getter and setter directl...Ferdinand Thiessen2024-10-152-3/+34
* | fix(systemtags): translations and etag method casingskjnldsv2024-10-291-1/+1
* | feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-1/+1
* | feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-292-0/+22
* | feat(core): add index to systemtag objecttypeskjnldsv2024-10-291-0/+10
* | Merge pull request #48837 from nextcloud/followup/47329/add-all-types-to-hand...Joas Schilling2024-10-231-0/+22
|\ \
| * | fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-231-0/+22
* | | fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotionprovokateurin2024-10-211-2/+2
|/ /
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-192-6/+6
* | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-185-35/+198
|\ \
| * | fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-4/+3
| * | fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-172-9/+15
| * | fix: Adjust parameter type usage and add SQLite supportFerdinand Thiessen2024-10-171-17/+15
| * | feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-175-44/+204