aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | feat: add iMip Request HandlingSebastianKrupinski2024-11-0710-13/+512
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-088-6/+164
* | | | | Merge pull request #49134 from nextcloud/fix/multi-selectJohn Molakvoæ2024-11-077-7/+93
|\ \ \ \ \
| * | | | | chore: compile assetsfix/multi-selectskjnldsv2024-11-072-3/+3
| * | | | | chore(files): add selection cypress testsskjnldsv2024-11-074-3/+89
| * | | | | fix(files): multiselect and filters store declarationskjnldsv2024-11-071-1/+1
* | | | | | Merge pull request #49112 from nextcloud/fix/theming/default-theme-selectionJohn Molakvoæ2024-11-072-12/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix(theming): Return default theme if the user never selected a themefix/theming/default-theme-selectionprovokateurin2024-11-062-12/+12
* | | | | | Merge pull request #48563 from nextcloud/metadata-storage-idRobin Appelman2024-11-076-0/+149
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | test: add some minimal testing for metadata storagemetadata-storage-idRobin Appelman2024-11-074-5/+114
| * | | | | fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-075-1/+41
|/ / / / /
* | | | | Merge pull request #49116 from nextcloud/bugfix/noid/validate-parameter-keysJoas Schilling2024-11-073-21/+72
|\ \ \ \ \
| * | | | | fix(richobjectstrings): Fix typo in docsbugfix/noid/validate-parameter-keysJoas Schilling2024-11-071-1/+1
| * | | | | fix(richobjectstrings): Improve array typeJoas Schilling2024-11-072-2/+2
| * | | | | fix(richobjectstrings): Add missing placeholder validationJoas Schilling2024-11-063-21/+72
* | | | | | Merge pull request #49114 from nextcloud/fix/qbmapper/find-entities-return-typeJoas Schilling2024-11-072-5/+5
|\ \ \ \ \ \
| * | | | | | fix(QBMapper): Fix findEntities() return type to be list<T>fix/qbmapper/find-entities-return-typeprovokateurin2024-11-062-5/+5
| | |/ / / / | |/| | | |
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0786-278/+300
| |/ / / / |/| | | |
* | | | | Merge pull request #48821 from nextcloud/techdebt/noid/more-useful-debug-logsJoas Schilling2024-11-061-16/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat(appconfig): Only log lazy-appconfig when an app can do something about ittechdebt/noid/more-useful-debug-logsJoas Schilling2024-11-061-16/+18
|/ / / /
* | | | Merge pull request #49090 from nextcloud/dependabot/composer/mlocati/ip-lib-1...Joas Schilling2024-11-061-0/+0
|\ \ \ \
| * | | | build(deps): Bump mlocati/ip-lib from 1.18.0 to 1.18.1dependabot/composer/mlocati/ip-lib-1.18.1Joas Schilling2024-11-061-0/+0
|/ / / /
* | | | Merge pull request #42052 from nextcloud/fix/carddav/create-sab-concurrentlyJohn Molakvoæ2024-11-062-7/+27
|\ \ \ \
| * | | | fix(carddav): Handle race for SAB creation betterChristoph Wurst2024-11-062-7/+27
* | | | | Merge pull request #49039 from nextcloud/jtr/fix-ipv6-zone-ids-link-localJohn Molakvoæ2024-11-065-4/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(tests): Add IpAddressClassifier v6 zone ID testjtr/fix-ipv6-zone-ids-link-localJosh2024-11-041-0/+1
| * | | | fix(tests): Add RemoteAddress v6 zone ID testJosh2024-11-041-0/+2
| * | | | fix(net): Add IPv6 zone handling to IpAddressClassifierJosh2024-10-311-1/+1
| * | | | fix(security): Handle IPv6 zone IDs used in link-local addressesJosh2024-10-311-1/+2
| * | | | fix(security): Handle IPv6 zone IDs used in link-local addressesJosh2024-10-311-2/+3
| | |/ / | |/| |
* | | | Merge pull request #46222 from nextcloud/fix/task-processing-api-controller/d...John Molakvoæ2024-11-061-3/+3
|\ \ \ \
| * | | | fix(TaskProcessingApiController): Don't use + to merge non-assoc. arraysfix/task-processing-api-controller/dont-use-plusMarcel Klehr2024-07-011-3/+3
* | | | | Merge pull request #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-06109-448/+698
|\ \ \ \ \
| * | | | | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-05109-448/+698
* | | | | | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-forsJohn Molakvoæ2024-11-0612-120/+183
|\ \ \ \ \ \
| * | | | | | refactor(files): Migrate from event listener to class based declarative settingsfeat/allow-getter-setter-decl-forsFerdinand Thiessen2024-10-156-107/+28
| * | | | | | feat(DeclarativeSettings): Allow to implement value getter and setter directl...Ferdinand Thiessen2024-10-156-13/+155
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #49102 from nextcloud/dependabot/npm_and_yarn/multi-229942...John Molakvoæ2024-11-061-21/+12
|\ \ \ \ \ \
| * | | | | | build(deps): bump cookie and socket.iodependabot/npm_and_yarn/multi-2299424a7ddependabot[bot]2024-11-051-21/+12
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0634-34/+10
|/ / / / / /
* | | | | | Merge pull request #49094 from nextcloud/chore/nextcloud-dialogs-masterFerdinand Thiessen2024-11-05160-223/+259
|\ \ \ \ \ \
| * | | | | | chore: Compile assetschore/nextcloud-dialogs-masterFerdinand Thiessen2024-11-05158-201/+205
| * | | | | | chore(deps): Update `@nextcloud/dialogs` to v6.0.1Ferdinand Thiessen2024-11-052-22/+54
* | | | | | | Merge pull request #48933 from nextcloud/clear-pending-two-factor-tokens-also...Joas Schilling2024-11-052-1/+65
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configurationDaniel Calviño Sánchez2024-11-052-1/+37
| * | | | | | fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-052-0/+28
|/ / / / / /
* | | | | | Merge pull request #48792 from nextcloud/chore/update_mysql_setup_check_i18nBenjamin Gaussorgues2024-11-051-4/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | chore(setupchecks): update translation for MySQL row format checkchore/update_mysql_setup_check_i18nBenjamin Gaussorgues2024-10-301-4/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0556-104/+90
* | | | | | Merge pull request #48621 from nextcloud/feat/issue-3786-allow-shared-calendarsSebastian Krupinski2024-11-041-9/+7
|\ \ \ \ \ \