Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pw | John Molakvoæ | 2024-09-04 | 1 | -1/+19 | |
|\ | ||||||
| * | fix(occ): Add support for UNIX sockets to `db:convert-type` | Josh Richards | 2024-08-16 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | | Fixes #31998 Adds support to `occ db:convert-type` to support UNIX socket connections via MySQL/MariaDB. Uses same `dbhost` / `hostname` parameter parsing logic (adapted) as used elsewhere (at least the relevant parts) for consistency. Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | |||||
* | | Merge pull request #47525 from ↵ | Hamza | 2024-08-28 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | nextcloud/fix/optimize-getWrongShareOwnership-query fix: optimise `getWrongShareOwnership` query | |||||
| * | | fix: optimise getWrongShareOwnership query | Hamza Mahjoubi | 2024-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | |||||
* | | | feat: Improve encryption mode detection in occ info:file | Louis Chemineau | 2024-08-26 | 1 | -2/+9 | |
|/ / | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 47 | -213/+213 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | feat: add command to send raw commands to redis | Robin Appelman | 2024-08-23 | 1 | -0/+56 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat(occ): add 'stop_after' option to stop the worker after some time | Julien Veyssier | 2024-08-16 | 1 | -0/+36 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | fix: copyright header | John Molakvoæ | 2024-08-16 | 1 | -20/+2 | |
| | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
* | | feat: Add user:welcome command | FedericoHeichou | 2024-08-16 | 1 | -0/+104 | |
|/ | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com> | |||||
* | Merge pull request #47069 from ↵ | Maxence Lange | 2024-08-07 | 1 | -0/+9 | |
|\ | | | | | | | | | nextcloud/fix/noid/display-message-on-no-migration-attributes fix(migration-preview): display a message if no attributes set | |||||
| * | fix(migration-preview): display a message if no attributes set | Maxence Lange | 2024-08-06 | 1 | -0/+9 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | occ: Revert all changes to Info.php | nooblag | 2024-08-07 | 1 | -10/+1 | |
| | | | | | | | | Signed-off-by: Jore <contact@jore.cc> | |||||
* | | occ: Remove timezone changes. | Jore | 2024-08-07 | 2 | -7/+0 | |
| | | | | | | | | Signed-off-by: Jore <contact@jore.cc> | |||||
* | | occ: Add locale setting timezone to timestamps. | Jore | 2024-08-07 | 2 | -0/+12 | |
| | | | | | | | | Signed-off-by: Jore <contact@jore.cc> | |||||
* | | occ: Add check for never logged in for user:info. | Jore | 2024-08-07 | 1 | -1/+6 | |
| | | | | | | | | Signed-off-by: Jore <contact@jore.cc> | |||||
* | | occ: Improve timestamps for user:info. | Jore | 2024-08-07 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Jore <contact@jore.cc> | |||||
* | | occ: Improve timestamps for user:lastseen. | Jore | 2024-08-07 | 1 | -2/+2 | |
|/ | | | | Signed-off-by: Jore <contact@jore.cc> | |||||
* | Merge pull request #45879 from nextcloud/export-certificate-bundle | Andy Scherzinger | 2024-08-06 | 1 | -0/+35 | |
|\ | | | | | feat: add command to export certificate bundle | |||||
| * | feat: add command to export certificate bundle | Robin Appelman | 2024-08-01 | 1 | -0/+35 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat(occ)!: Adding the `displayName` to the output of the `occ group:list ↵ | Thibaut | 2024-08-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | --info` command Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | | fix(occ): Fix compatibility with PHP<8.2 | Côme Chilliet | 2024-08-06 | 1 | -2/+4 | |
| | | | | | | | | | | | | iterator_to_array cannot take an array parameter prior to 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | feat(occ): Add support for iterable in Base and use in in group:list and ↵ | Côme Chilliet | 2024-08-06 | 3 | -31/+20 | |
|/ | | | | | | user:list Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | 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> |