Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(user-prefs): renaming to IUserConfigenh/noid/user-preferences | Maxence Lange | 2024-11-18 | 11 | -378/+394 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): switching to NCU/ | Maxence Lange | 2024-11-18 | 10 | -27/+27 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): iterator instead of array on search | Maxence Lange | 2024-11-18 | 12 | -128/+103 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(user-prefs): adding sensitive and indexed as flags | Maxence Lange | 2024-11-18 | 5 | -226/+402 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): IUserPreferences | Maxence Lange | 2024-11-18 | 12 | -189/+2554 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enable | Ferdinand Thiessen | 2024-11-18 | 2 | -19/+23 |
|\ | | | | | fix(apps-store): Remove apps from force-enabled state when uninstalled | ||||
| * | fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enable | Ferdinand Thiessen | 2024-11-18 | 2 | -19/+23 |
| | | | | | | | | | | | | | | | | | | If an app is force-enabled and then uninstalled the force-enabled state was kept. This is now removed, so when the app should be re-installed the compatibility should be reevaluated. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(richtextvalidator): Add missing blurhashbugfix/noid/add-missing-blurhash | Joas Schilling | 2024-11-18 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-18 | 4 | -6/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49130 from nextcloud/fix/cron-strict-cookie | Joas Schilling | 2024-11-15 | 1 | -1/+3 |
|\ | | | | | fix: Do not check for strict cookie when running webcron | ||||
| * | fix: Do not check for strict cookie when running webcronfix/cron-strict-cookie | Ferdinand Thiessen | 2024-11-07 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(Dispatcher): Add debug log for controller methods returning raw data ↵feat/dispatcher/log-raw-response-data | provokateurin | 2024-11-15 | 1 | -0/+4 |
| | | | | | | | | | | | | not wrapped in Response Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #49260 from ↵ | Julien Veyssier | 2024-11-14 | 1 | -1/+5 |
|\ \ | | | | | | | | | | | | | nextcloud/fix/noid/textprocessing-schedule-taskprocessing-provider [textprocessing] Fix: Accept scheduling a task if there are equivalent taskprocessing providers only | ||||
| * | | fix(textprocessing): accept scheduling a task if there are equivalent ↵fix/noid/textprocessing-schedule-taskprocessing-provider | Julien Veyssier | 2024-11-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | taskprocessing providers only Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | Merge pull request #48675 from georglauterbach/master | Côme Chilliet | 2024-11-14 | 1 | -2/+5 |
|\ \ \ | | | | | | | | | DNS: do not query CNAME if A succeeded already | ||||
| * | | | fix: remove superflous line | georglauterbach | 2024-11-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com> | ||||
| * | | | fix: do not query CNAME if A succeeded already | georglauterbach | 2024-11-06 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com> | ||||
* | | | | fix(profile): add legacy root for old `core.ProfilePage.index` | skjnldsv | 2024-11-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | chore(profile): move profile app from core to apps | skjnldsv | 2024-11-14 | 7 | -6/+6 |
| |/ / |/| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | feat(search): reduce search providers via core app config ↵artonge/local/IONOS/feat/config_unified_search_providers_allowed | Misha M.-Kupriyanov | 2024-11-13 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unified_search.providers_allowed reduce search providers by setting core config value to unified_search.providers_allowed = [ 'files', 'setting' ] ./occ config:app:set --value '["files","settings"]' --type array core unified_search.providers_allowed Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> | ||||
* | | | fix(Middleware): log deprecation when annotation was actually usedfix/noid/deprecation-correct-case | Arthur Schiwon | 2024-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-12 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48736 from nextcloud/joblist-build-error-log | Andy Scherzinger | 2024-11-11 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | fix: log a warning when we can't build a background job | ||||
| * | | | fix: log a warning when we can't build a background jobjoblist-build-error-log | Robin Appelman | 2024-10-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #48891 from nextcloud/enh/noid/testing-namespace | Maxence Lange | 2024-11-11 | 3 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | [RFC] Setting NCU\ for unstable/work-in-progress API | ||||
| * | | | | feat(core): setting NCU namespaceenh/noid/testing-namespace | Maxence Lange | 2024-11-07 | 3 | -0/+9 |
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | fix(ros): Copy better typing information from Notifications appbugfix/noid/copy-better-typing-from-notifications-app | Joas Schilling | 2024-11-11 | 2 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #49035 from nextcloud/jtr/fix-streamer-zip64 | John Molakvoæ | 2024-11-09 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fix(streamer): zip64 should work on 32-bit env nowjtr/fix-streamer-zip64 | Josh | 2024-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since DeepDiver1975/PHPZipStreamer#11 was merged Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | | | | Merge pull request #49087 from AIlkiv/getting-default-timezone-for-local-time | John Molakvoæ | 2024-11-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix: Getting default timezone for local time | Andrii | 2024-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrii Ilkiv <a.ilkiv.ye@gmail.com> | ||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-09 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | Merge pull request #49146 from nextcloud/fix/undefined-response | John Molakvoæ | 2024-11-08 | 1 | -4/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | chore: use `$this->logger` and prevent Server::getfix/undefined-response | skjnldsv | 2024-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | | | | | Fix Undefined variable: response notice in case of non-404 error | Victor Dubiniuk | 2024-11-08 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | | | | fix(util): Correctly create Reflection of method for PHP 8.3+ | Joas Schilling | 2024-11-08 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | | | fix(logger): Fix closure detection when filtering sensitive parameters | Joas Schilling | 2024-11-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | | | feat(PHP): Allow PHP 8.4 | Joas Schilling | 2024-11-08 | 1 | -3/+3 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | | feat: add iMip Request Handling | SebastianKrupinski | 2024-11-07 | 7 | -1/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-08 | 2 | -2/+2 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | test: add some minimal testing for metadata storagemetadata-storage-id | Robin Appelman | 2024-11-07 | 3 | -5/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | fix: smuggle storage id to metadata insert queries | Robin Appelman | 2024-11-07 | 3 | -1/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #49116 from nextcloud/bugfix/noid/validate-parameter-keys | Joas Schilling | 2024-11-07 | 2 | -20/+26 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix(richobjectstrings): Add missing placeholder validation | ||||
| * | | | | | | fix(richobjectstrings): Fix typo in docsbugfix/noid/validate-parameter-keys | Joas Schilling | 2024-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | fix(richobjectstrings): Improve array type | Joas Schilling | 2024-11-07 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | fix(richobjectstrings): Add missing placeholder validation | Joas Schilling | 2024-11-06 | 2 | -20/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | | Merge pull request #49114 from nextcloud/fix/qbmapper/find-entities-return-type | Joas Schilling | 2024-11-07 | 2 | -5/+5 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | fix(QBMapper): Fix findEntities() return type to be list<T> | ||||
| * | | | | | | fix(QBMapper): Fix findEntities() return type to be list<T>fix/qbmapper/find-entities-return-type | provokateurin | 2024-11-06 | 2 | -5/+5 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* / | | | | | feat(appconfig): Only log lazy-appconfig when an app can do something about ittechdebt/noid/more-useful-debug-logs | Joas Schilling | 2024-11-06 | 1 | -16/+18 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #49039 from nextcloud/jtr/fix-ipv6-zone-ids-link-local | John Molakvoæ | 2024-11-06 | 3 | -4/+6 |
|\ \ \ \ \ |