Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(migration-attributes): privatizing AttributeException | Maxence Lange | 2024-07-29 | 2 | -3/+7 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | feat(upgrade): release metadata | Maxence Lange | 2024-07-29 | 2 | -124/+37 | |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | feat(upgrade): migration attributes | Maxence Lange | 2024-07-29 | 2 | -0/+268 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | feat(taskprocessing): add appId filter to taskprocessing occ commands | Julien Veyssier | 2024-07-23 | 2 | -2/+16 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | feat(taskprocessing): add stats about input/output sizes | Julien Veyssier | 2024-07-23 | 1 | -6/+47 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 2 | -0/+229 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵ | Joas Schilling | 2024-07-19 | 2 | -4/+3 | |
| | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is ↵ | Joas Schilling | 2024-07-19 | 1 | -2/+2 | |
| | | | | | | deprecated Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #46194 from nextcloud/schema-export-cmnd | Robin Appelman | 2024-07-02 | 3 | -0/+227 | |
|\ | | | | | feat: add commands for exporting current and expected database schema | |||||
| * | feat: add commands for exporting current and expected database schema | Robin Appelman | 2024-07-02 | 3 | -0/+227 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | refactor: simplify background commands | Daniel Kesselberg | 2024-07-01 | 5 | -85/+46 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | Merge pull request #46199 from nextcloud/debt/noid/spdx-migrations-template | Daniel | 2024-06-29 | 1 | -19/+2 | |
|\ \ | | | | | | | chore: use spdx for migrations generator | |||||
| * | | chore: use spdx for migrations generator | Daniel Kesselberg | 2024-06-28 | 1 | -19/+2 | |
| |/ | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* / | refactor: Use `IAppConfig` for setting cron type | Ferdinand Thiessen | 2024-06-28 | 1 | -6/+5 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 109 | -2251/+318 | |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | fix(db): cs-fix spacing | Josh | 2024-05-18 | 1 | -1/+1 | |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | |||||
* | fix(db): Prevent data loss by temporarily disabling `db:convert-type` | Josh | 2024-05-17 | 1 | -0/+7 | |
| | | | | | Needed until #45257 is addressed to prevent data loss Signed-off-by: Josh <josh.t.richards@gmail.com> | |||||
* | fix: getMountsForFileId may return an unordered list | Daniel Kesselberg | 2024-05-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-10 | 5 | -89/+12 | |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | feat(bg-jobs): support multiple arguments in cron.php and ↵ | Julien Veyssier | 2024-05-02 | 1 | -21/+7 | |
| | | | | | | occ:background-job:worker for the job class list Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | fix(bg-jobs): review adjustments | Julien Veyssier | 2024-05-02 | 2 | -10/+23 | |
| | | | | 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 | 2 | -10/+32 | |
| | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | chore(bg-jobs): more output in verbose mode in the bg job worker | Julien Veyssier | 2024-05-02 | 1 | -3/+7 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | fix(bg-jobs): cs:fix | Marcel Klehr | 2024-05-02 | 1 | -4/+0 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | fix(bg-jobs): fix psalm issues | Marcel Klehr | 2024-05-02 | 2 | -5/+10 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | fix(bg-jobs): Remove interval bookkeeping | Marcel Klehr | 2024-05-02 | 1 | -36/+1 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | fix(bg-jobs): fix minor issues | Marcel Klehr | 2024-05-02 | 1 | -7/+2 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | fix(bg-jobs): Fix running once when no job was scheduled | Julius Härtl | 2024-05-02 | 3 | -206/+266 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | feat(bg-jobs): Add background worker occ command | Julius Härtl | 2024-05-02 | 1 | -0/+206 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #44829 from nextcloud/feat/add-storage-tree-to-info-file | Côme Chilliet | 2024-04-30 | 1 | -3/+14 | |
|\ | | | | | feat(occ): Add --storage-tree option to info:file to help debug storages | |||||
| * | feat(occ): Add --storage-tree option to info:file to help debug storages | Côme Chilliet | 2024-04-15 | 1 | -3/+14 | |
| | | | | | | | | | | | | Wrapping can get kind of crazy and this helps understanding the situation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Improve typing of mimetype aliases | Côme Chilliet | 2024-04-30 | 1 | -1/+1 | |
| | | | | | | | | 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 | 1 | -2/+2 | |
| | | | | | | | | | | | | for LDAP classes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Revert to OC_App in places where we need all apps even disabled ones | Côme Chilliet | 2024-04-22 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: use DI to build main Application class in console.php | Côme Chilliet | 2024-04-22 | 1 | -1/+1 | |
| | | | | | | | | 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 | 6 | -30/+58 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php ↵ | yemkareems | 2024-04-18 | 1 | -0/+3 | |
| | | | | | | | | and declare strict_types for the new file as suggested | |||||
* | | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat: wordings corrected as suggested | yemkareems | 2024-04-16 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | |||||
* | | feat: license wordings, minor php warnings corrected | yemkareems | 2024-04-16 | 1 | -6/+5 | |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | |||||
* | | feat: command added to clear avatar cache manually | yemkareems | 2024-04-15 | 1 | -0/+49 | |
|/ | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | |||||
* | feat(occ): Add --disabled option to occ user:list | Côme Chilliet | 2024-04-09 | 1 | -1/+10 | |
| | | | | | | Allows to easily list disabled users from cli in a efficient way Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 3 | -6/+6 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | style: Fixed style from composer cs:fix | Adam Blakey | 2024-03-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: Adam Blakey <adam@blakey.family> | |||||
* | Update core/Command/App/ListApps.php | Adam Blakey | 2024-03-18 | 1 | -16/+2 | |
| | | | | | | refactor: changed overcomplicated if statement into two shorter lines Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Adam Blakey <adam@blakey.family> | |||||
* | Merge branch 'master' into show-enabled-and-disabled-apps | John Molakvoæ | 2024-03-15 | 108 | -1338/+2706 | |
|\ | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| * | fix: Use IUserManager::callForAllUsers() to save memory | Joas Schilling | 2024-03-14 | 1 | -5/+26 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | feat(occ): Add --all option for occ user:lastseen | Jordan Brown | 2024-03-13 | 1 | -18/+24 | |
| | | | | | | | | Signed-off-by: Jordan Brown <code@jore.cc> | |||||
| * | fix: Suppress psalm errors about deprecated execute method, we have to use ↵ | Côme Chilliet | 2024-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | it for now Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | fix: Call execute until it is removed for Job class | Côme Chilliet | 2024-03-12 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | Because if an application extends execute it will change behavior without warning otherwise. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |