aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* feat: Warn about maintenance in EncryptAll commandartonge/feat/maintenance_warn_encrypt_allLouis Chemineau2024-11-251-5/+8
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-1/+1
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-2/+2
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-2/+2
* Merge pull request #48537 from nextcloud/add-command-to-cleanup-previewKate2024-10-141-0/+88
|\
| * feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-031-0/+88
* | ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-076-0/+12
* | fix(command): Make method compatible with upstream class (backportable)Joas Schilling2024-10-071-1/+1
|/
* feat(taskprocessing): new command to get a task from a task ID, include error...enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-012-1/+46
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-3/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1920-44/+44
* feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-171-24/+3
* fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-136-13/+10
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-1/+6
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-2/+2
* Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pwJohn Molakvoæ2024-09-041-1/+19
|\
| * fix(occ): Add support for UNIX sockets to `db:convert-type`Josh Richards2024-08-161-1/+19
* | Merge pull request #47525 from nextcloud/fix/optimize-getWrongShareOwnership-...Hamza2024-08-281-1/+1
|\ \
| * | fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-271-1/+1
* | | feat: Improve encryption mode detection in occ info:fileLouis Chemineau2024-08-261-2/+9
|/ /
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2547-213/+213
* | feat: add command to send raw commands to redisRobin Appelman2024-08-231-0/+56
* | feat(occ): add 'stop_after' option to stop the worker after some timeJulien Veyssier2024-08-161-0/+36
* | fix: copyright headerJohn Molakvoæ2024-08-161-20/+2
* | feat: Add user:welcome commandFedericoHeichou2024-08-161-0/+104
|/
* Merge pull request #47069 from nextcloud/fix/noid/display-message-on-no-migra...Maxence Lange2024-08-071-0/+9
|\
| * fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+9
* | occ: Revert all changes to Info.phpnooblag2024-08-071-10/+1
* | occ: Remove timezone changes.Jore2024-08-072-7/+0
* | occ: Add locale setting timezone to timestamps.Jore2024-08-072-0/+12
* | occ: Add check for never logged in for user:info.Jore2024-08-071-1/+6
* | occ: Improve timestamps for user:info.Jore2024-08-071-1/+1
* | occ: Improve timestamps for user:lastseen.Jore2024-08-071-2/+2
|/
* Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-061-0/+35
|\
| * feat: add command to export certificate bundleRobin Appelman2024-08-011-0/+35
* | feat(occ)!: Adding the `displayName` to the output of the `occ group:list --i...Thibaut2024-08-061-0/+1
* | fix(occ): Fix compatibility with PHP<8.2Côme Chilliet2024-08-061-2/+4
* | feat(occ): Add support for iterable in Base and use in in group:list and user...Côme Chilliet2024-08-063-31/+20
|/
* fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-3/+7
* feat(upgrade): release metadataMaxence Lange2024-07-292-124/+37
* feat(upgrade): migration attributesMaxence Lange2024-07-292-0/+268
* feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-232-2/+16
* feat(taskprocessing): add stats about input/output sizesJulien Veyssier2024-07-231-6/+47
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-232-0/+229
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-192-4/+3
* fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec...Joas Schilling2024-07-191-2/+2
* Merge pull request #46194 from nextcloud/schema-export-cmndRobin Appelman2024-07-023-0/+227
|\
| * feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-023-0/+227
* | refactor: simplify background commandsDaniel Kesselberg2024-07-015-85/+46
* | Merge pull request #46199 from nextcloud/debt/noid/spdx-migrations-templateDaniel2024-06-291-19/+2
|\ \