aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notesMarcel Klehr2024-12-101-0/+3
* feat(TaskProcessing): More task typesMarcel Klehr2024-12-093-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
* | | fix(comments): Document supported types and provide psalm typingJoas Schilling2024-10-171-14/+5
|/ /
* / chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-154-1/+22
|/
* Merge pull request #48206 from nextcloud/feat/systemtags-publicJohn Molakvoæ2024-10-151-4/+6
|\
| * feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-111-4/+6
* | Merge pull request #48687 from nextcloud/chore/gender-neutral-languageFerdinand Thiessen2024-10-145-5/+5
|\ \
| * | chore: Use more gender neutral languageprovokateurin2024-10-145-5/+5
| |/
* / fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfoJoas Schilling2024-10-141-1/+9
|/
* feat(http-client): expose default request timeout constant to be used instead...add-default-request-timeout-constThomas Citharel2024-10-111-0/+8
* Merge pull request #48494 from nextcloud/refactor/storage/strong-param-typesKate2024-10-087-119/+48
|\
| * refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-077-119/+48