aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* fix: error handling for wrong json valuesJana Peper4 days1-9/+14
* feat: add occ command for task type togglingJana Peper4 days1-7/+3
* feat: add occ command for task type togglingJana Peper4 days1-0/+60
* Merge pull request #49577 from ehfd/17801Joas Schilling4 days1-6/+20
|\
| * fix(occ): Revise output conditionSeungmin Kim6 days1-1/+1
| * fix(occ): Cosmetic editsSeungmin Kim6 days1-1/+1
| * fix(occ): Modify IAppManagerSeungmin Kim6 days1-1/+1
| * fix(occ): Add condition for isShippedSeungmin Kim6 days1-1/+3
| * fix(occ): Fix linting issuesSeungmin Kim6 days1-1/+4
| * fix(occ): Fix `occ integrity:check-app` and Admin panel "rescan" deliver inco...Seungmin Kim6 days1-7/+16
* | feat(systemtags): allow setting color with occskjnldsv2024-12-061-2/+23
* | fix: Show errors in encryption:migrate-key-storage-format and continue to oth...Côme Chilliet2024-12-041-10/+20
* | chore: Improve typing in core/Command/Encryption/MigrateKeyStorage.phpCôme Chilliet2024-12-041-17/+7
* | fix: Correct wording when attempting to remove a disabled appChristopher Ng2024-12-031-2/+2
* | fix(maintenance): Show a success message on data-fingerprint commandJoas Schilling2024-12-021-1/+3
|/
* 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