Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(provisioning_api): Add types for user details scopes | provokateurin | 2024-05-11 | 1 | -0/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Router): Stop loading routes of disabled apps | provokateurin | 2024-05-10 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #45058 from nextcloud/perf/db/sort-before-chunking | Christoph Wurst | 2024-05-07 | 1 | -0/+3 |
|\ | | | | | perf(db): Sort data for IN before chunking | ||||
| * | perf(db): Sort data for IN before chunking | Christoph Wurst | 2024-04-26 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | fix(User\Manager): Avoid future collisions with updater/audit logs | Josh | 2024-05-06 | 1 | -0/+2 |
| | | | | | | | | | | Avoid future collisions for not yet created updater and audit log files (at least using default names). Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | fix(OC_Image): Set correct return type for exif_imagetype stub | provokateurin | 2024-05-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #30359 from nextcloud/enh/background-job-class | Marcel Klehr | 2024-05-06 | 1 | -5/+34 |
|\ \ | | | | | | | Allow calling cron jobs background job class with occ | ||||
| * | | fix(bg-jobs): review adjustments | Julien Veyssier | 2024-05-02 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | feat(bg-jobs): allow setting a job class list instead of a single class in ↵ | Julien Veyssier | 2024-05-02 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | fix(bg-jobs): fix psalm issues | Marcel Klehr | 2024-05-02 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix(bg-jobs): fix minor issues | Marcel Klehr | 2024-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | feat(bg-jobs): Add background worker occ command | Julius Härtl | 2024-05-02 | 1 | -0/+19 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | feat(bg-jobs): Allow calling cron.php with a background job class | Julius Härtl | 2024-05-02 | 1 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #45093 from nextcloud/bugfix/noid/avoid-getKey-race-condition | Joas Schilling | 2024-05-06 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey() | ||||
| * | | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey() | Joas Schilling | 2024-04-29 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #45140 from nextcloud/fix-fileaccess-single | Daniel | 2024-05-02 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | fix: fix FileAccess::getByFileId(InStorage) | ||||
| * | | | fix: fix FileAccess::getByFileId(InStorage) | Robin Appelman | 2024-05-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #39247 from nextcloud/query-log-backtrace | John Molakvoæ | 2024-05-02 | 1 | -1/+7 |
|\ \ \ \ | |||||
| * | | | | feat: add option to add backtrace to the query logger | Robin Appelman | 2024-05-01 | 1 | -1/+7 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / / / | fix(querybuilder): Remove temporary internal method executeUpdate() | Joas Schilling | 2024-04-30 | 1 | -15/+0 |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix: Avoid reference use in AppConfig | Côme Chilliet | 2024-04-30 | 1 | -6/+4 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Fix small psalm errors in legacy | Côme Chilliet | 2024-04-30 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Fix tiny phpdoc errors related to Share | Côme Chilliet | 2024-04-30 | 1 | -10/+6 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Fix phpdoc typing in DirectEditing\Manager | Côme Chilliet | 2024-04-30 | 1 | -4/+3 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Improve typing in Archive/TAR.php | Côme Chilliet | 2024-04-30 | 1 | -18/+14 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Improve typing of mimetype aliases | Côme Chilliet | 2024-04-30 | 1 | -27/+14 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Remove bogus code from query builder and fix parameter name | Côme Chilliet | 2024-04-30 | 1 | -6/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties ↵ | Côme Chilliet | 2024-04-30 | 6 | -46/+27 |
| | | | | | | | | | | | | | | | | | | for LDAP classes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-php | Côme Chilliet | 2024-04-29 | 3 | -20/+21 |
|\ \ \ | |/ / |/| | | fix: Drop workarounds for unsupported obsolete PHP versions | ||||
| * | | fix: Drop workarounds for unsupported obsolete PHP versions | Côme Chilliet | 2024-04-22 | 3 | -20/+21 |
| | | | | | | | | | | | | | | | | | | Also improved error handling in Installer.php to be type safe. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #44952 from nextcloud/perf/44951/template-creator | Julius Härtl | 2024-04-29 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | perf(templates): Emit RegisterTemplateCreatorEvent to register template creators more lazy | ||||
| * | | | perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵ | Julius Härtl | 2024-04-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | fix(session): Do not update authtoken last_check for passwordless | Christoph Wurst | 2024-04-26 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | feat: add option to enable s3 acceleration | Robin Appelman | 2024-04-26 | 1 | -1/+16 |
| |_|/ |/| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix(openstack): Fix psalm issue with updated openstack version | Joas Schilling | 2024-04-24 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #44962 from nextcloud/dependabot/composer/sabre/dav-4.6.0 | Joas Schilling | 2024-04-23 | 1 | -6/+0 |
|\ \ \ | | | | | | | | | chore(deps): Bump sabre/dav from 4.5.0 to 4.6.0 | ||||
| * | | | fix(storage): Fix DAV storage as false is never returned | Joas Schilling | 2024-04-22 | 1 | -6/+0 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #44973 from nextcloud/feat/legal-privacy-links | Pytal | 2024-04-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | feat: Add legal notice and privacy policy links to help page | ||||
| * | | | feat: Update help entry name | Christopher Ng | 2024-04-22 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* / / | Update LoggerWrapperCache.php | Velwark | 2024-04-23 | 1 | -1/+1 |
|/ / | | | | | | | | | Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem. Signed-off-by: Velwark <levinfrerich9@gmail.com> | ||||
* | | Merge pull request #44025 from nextcloud/fix/remove-oc-app-calls | Côme Chilliet | 2024-04-22 | 9 | -124/+101 |
|\ \ | |/ |/| | Migrate away from OC_App and toward IAppManager. | ||||
| * | fix: Lazy load IURLGenerator from AppManager to avoid installation crash | Côme Chilliet | 2024-04-22 | 2 | -3/+17 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Fix tests following OC_App migrations to IAppManager | Côme Chilliet | 2024-04-22 | 1 | -3/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Migrate a few more classes away from OC_App::getAppPath | Côme Chilliet | 2024-04-22 | 5 | -53/+36 |
| | | | | | | | | | | | | Also fixed AppTest Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Make sure that AppManager can be built before Nextcloud is installed | Côme Chilliet | 2024-04-22 | 2 | -9/+20 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Migrate away from OC_App toward the IAppManager | Côme Chilliet | 2024-04-22 | 3 | -57/+28 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #44884 from nextcloud/query-req-id | Robin Appelman | 2024-04-22 | 1 | -8/+20 |
|\ \ | |/ |/| | feat: add request id as comment to all queries | ||||
| * | feat: add request id as comment to all queries | Robin Appelman | 2024-04-17 | 1 | -8/+20 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: regression with updating read-only config | Sam Bull | 2024-04-18 | 1 | -4/+0 |
| | | | | | | | | Signed-off-by: Sam Bull <git@sambull.org> | ||||
* | | Merge pull request #44889 from ↵ | Joas Schilling | 2024-04-18 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/skip-cross-storage-move-with-ac fix(files): Also skip cross storage move with access control |