Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview | Kate | 2024-10-14 | 1 | -0/+88 |
|\ | |||||
| * | feat(preview): add command to cleanup preview folderadd-command-to-cleanup-preview | Thomas Citharel | 2024-10-03 | 1 | -0/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | When changing preview parameters (size, format, …), one can simply delete the preview folder and run files:scan-app-data in order to retrigger updated preview recreation because files are absent. However, that's not possible when using ObjectStorage as primary storage, as there's no concept of "preview folder". This command allows to simply delete and recreate the preview folder properly from Nextcloud, so that the abstraction levels handle all the subfolder & file deleting part. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | ci: Fix psalm by typing the QuestionHelper | Joas Schilling | 2024-10-07 | 6 | -0/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(command): Make method compatible with upstream class (backportable) | Joas Schilling | 2024-10-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(taskprocessing): new command to get a task from a task ID, include ↵enh/noid/taskprocessing-commands-task-errors | Julien Veyssier | 2024-10-01 | 2 | -1/+46 |
| | | | | | | error_message in list and get commands Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -3/+4 |
| | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 20 | -44/+44 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: Add OCP interface to format richtext into string | Côme Chilliet | 2024-09-17 | 1 | -24/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 6 | -13/+10 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -1/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | 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> |