aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49130 from nextcloud/fix/cron-strict-cookieJoas Schilling2024-11-151-1/+3
|\
| * fix: Do not check for strict cookie when running webcronfix/cron-strict-cookieFerdinand Thiessen2024-11-071-1/+3
* | feat(Dispatcher): Add debug log for controller methods returning raw data not...feat/dispatcher/log-raw-response-dataprovokateurin2024-11-151-0/+4
* | Merge pull request #49260 from nextcloud/fix/noid/textprocessing-schedule-tas...Julien Veyssier2024-11-141-1/+5
|\ \
| * | fix(textprocessing): accept scheduling a task if there are equivalent taskpro...fix/noid/textprocessing-schedule-taskprocessing-providerJulien Veyssier2024-11-131-1/+5
* | | Merge pull request #48675 from georglauterbach/masterCôme Chilliet2024-11-141-2/+5
|\ \ \
| * | | fix: remove superflous linegeorglauterbach2024-11-091-1/+0
| * | | fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-061-1/+5
* | | | fix(profile): add legacy root for old `core.ProfilePage.index`skjnldsv2024-11-141-0/+3
* | | | chore(profile): move profile app from core to appsskjnldsv2024-11-147-6/+6
| |/ / |/| |
* | | feat(search): reduce search providers via core app config unified_search.prov...artonge/local/IONOS/feat/config_unified_search_providers_allowedMisha M.-Kupriyanov2024-11-131-0/+24
* | | fix(Middleware): log deprecation when annotation was actually usedfix/noid/deprecation-correct-caseArthur Schiwon2024-11-121-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-122-2/+2
* | | Merge pull request #48736 from nextcloud/joblist-build-error-logAndy Scherzinger2024-11-111-0/+1
|\ \ \
| * | | fix: log a warning when we can't build a background jobjoblist-build-error-logRobin Appelman2024-10-161-0/+1
* | | | Merge pull request #48891 from nextcloud/enh/noid/testing-namespaceMaxence Lange2024-11-113-0/+9
|\ \ \ \
| * | | | feat(core): setting NCU namespaceenh/noid/testing-namespaceMaxence Lange2024-11-073-0/+9
* | | | | fix(ros): Copy better typing information from Notifications appbugfix/noid/copy-better-typing-from-notifications-appJoas Schilling2024-11-112-2/+33
* | | | | Merge pull request #49035 from nextcloud/jtr/fix-streamer-zip64John Molakvoæ2024-11-091-1/+1
|\ \ \ \ \
| * | | | | fix(streamer): zip64 should work on 32-bit env nowjtr/fix-streamer-zip64Josh2024-10-311-1/+1
* | | | | | Merge pull request #49087 from AIlkiv/getting-default-timezone-for-local-timeJohn Molakvoæ2024-11-091-1/+1
|\ \ \ \ \ \
| * | | | | | fix: Getting default timezone for local timeAndrii2024-11-051-1/+1
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-096-6/+6
* | | | | | | Merge pull request #49146 from nextcloud/fix/undefined-responseJohn Molakvoæ2024-11-081-4/+5
|\ \ \ \ \ \ \
| * | | | | | | chore: use `$this->logger` and prevent Server::getfix/undefined-responseskjnldsv2024-11-081-2/+2
| * | | | | | | Fix Undefined variable: response notice in case of non-404 errorVictor Dubiniuk2024-11-081-2/+3
* | | | | | | | fix(util): Correctly create Reflection of method for PHP 8.3+Joas Schilling2024-11-081-1/+6
* | | | | | | | fix(logger): Fix closure detection when filtering sensitive parametersJoas Schilling2024-11-081-1/+4
* | | | | | | | feat(PHP): Allow PHP 8.4Joas Schilling2024-11-081-3/+3
|/ / / / / / /
* | | | | | | feat: add iMip Request HandlingSebastianKrupinski2024-11-077-1/+146
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-082-2/+2
| |_|/ / / / |/| | | | |
* | | | | | test: add some minimal testing for metadata storagemetadata-storage-idRobin Appelman2024-11-073-5/+16
* | | | | | fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-073-1/+33
* | | | | | Merge pull request #49116 from nextcloud/bugfix/noid/validate-parameter-keysJoas Schilling2024-11-072-20/+26
|\ \ \ \ \ \
| * | | | | | 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-062-20/+26
* | | | | | | 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
| | |_|_|_|/ | |/| | | |
* / | | | | 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 #49039 from nextcloud/jtr/fix-ipv6-zone-ids-link-localJohn Molakvoæ2024-11-063-4/+6
|\ \ \ \ \
| * | | | | 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 #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-0629-51/+115
|\ \ \ \ \
| * | | | | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-0529-51/+115
* | | | | | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-forsJohn Molakvoæ2024-11-065-13/+79
|\ \ \ \ \ \
| * | | | | | feat(DeclarativeSettings): Allow to implement value getter and setter directl...Ferdinand Thiessen2024-10-155-13/+79
| | |_|_|/ / | |/| | | |
* | | | | | fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configurationDaniel Calviño Sánchez2024-11-051-1/+5
* | | | | | fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-051-0/+2
| |_|_|/ / |/| | | |