Commit Graph

650 Commits (9b84831c8d0c1d715cd42fa3e4e01ac8a59fa369)

Author SHA1 Message Date
Robin Appelman 4f01486da0
feat: add commands for exporting current and expected database schema 2 years ago
Daniel Kesselberg a773a8b915
refactor: simplify background commands 2 years ago
Daniel Kesselberg d00b8ed1f5
chore: use spdx for migrations generator 2 years ago
Ferdinand Thiessen 14778811b4
refactor: Use `IAppConfig` for setting cron type 2 years ago
John Molakvoæ fa55a74033
chore: refactor remove unused php imports 2 years ago
Andy Scherzinger 5c49a54801
chore: Add SPDX header 2 years ago
Josh 2ccde6f231
fix(db): cs-fix spacing 2 years ago
Josh 59dc6b49cd
fix(db): Prevent data loss by temporarily disabling `db:convert-type` 2 years ago
Daniel Kesselberg 69883ac0cc fix: getMountsForFileId may return an unordered list 2 years ago
Andy Scherzinger 1df96b0417
chore: Add SPDX header 2 years ago
Julien Veyssier 0eb4cddc54
feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:worker for the job class list 2 years ago
Julien Veyssier d967151f52
fix(bg-jobs): review adjustments 2 years ago
Julien Veyssier 1acc57b5c0
feat(bg-jobs): allow setting a job class list instead of a single class in cron.php and the job worker occ command 2 years ago
Julien Veyssier a5f244a58b
chore(bg-jobs): more output in verbose mode in the bg job worker 2 years ago
Marcel Klehr 9a3b341932
fix(bg-jobs): cs:fix 2 years ago
Marcel Klehr 352d79deee
fix(bg-jobs): fix psalm issues 2 years ago
Marcel Klehr 993398b88a
fix(bg-jobs): Remove interval bookkeeping 2 years ago
Marcel Klehr a3d8632fbe
fix(bg-jobs): fix minor issues 2 years ago
Julius Härtl d69b8ecf95
fix(bg-jobs): Fix running once when no job was scheduled 2 years ago
Julius Härtl 8400bfee01
feat(bg-jobs): Add background worker occ command 2 years ago
Côme Chilliet ece3588252
fix: Improve typing of mimetype aliases 2 years ago
Côme Chilliet 672923f0a6
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Côme Chilliet 61621ee1d0
fix: Revert to OC_App in places where we need all apps even disabled ones 2 years ago
Côme Chilliet 8c5f32320a
fix: use DI to build main Application class in console.php 2 years ago
Côme Chilliet 644036ab4e
fix: Migrate away from OC_App toward the IAppManager 2 years ago
yemkareems 4e409ab489
fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested 2 years ago
Maxence Lange a624a2b34f fix(appconfig): returns correct value on details 2 years ago
yemkareems 04b112c941
feat: wordings corrected as suggested 2 years ago
yemkareems 5201056b7e
feat: license wordings, minor php warnings corrected 2 years ago
yemkareems 703214fd9c
feat: command added to clear avatar cache manually 2 years ago
Côme Chilliet 38e809e635
feat(occ): Add --storage-tree option to info:file to help debug storages 2 years ago
Côme Chilliet 5385a30970
feat(occ): Add --disabled option to occ user:list 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Adam Blakey 4744b02c40 style: Fixed style from composer cs:fix 2 years ago
Adam Blakey aa09af8410 Update core/Command/App/ListApps.php 2 years ago
Joas Schilling 813406322b
fix: Use IUserManager::callForAllUsers() to save memory 2 years ago
Jordan Brown d1e3c0278d
feat(occ): Add --all option for occ user:lastseen 2 years ago
Côme Chilliet 65bad47e7e
fix: Suppress psalm errors about deprecated execute method, we have to use it for now 2 years ago
Côme Chilliet 75751d51de
fix: Call execute until it is removed for Job class 2 years ago
Joas Schilling 92fc12918e
fix(migrations): Help developers to add description and copyright info 2 years ago
Robin Appelman e7a7b4a401 perf: switch places that always use the first getById result to getFirstNodeById 2 years ago
Marcel Müller e23e89f384 feat(occ): Add user:keys:test command 2 years ago
MichaIng 7b137ddd75 feat(updater): hide overwrites from disabled apps list on upgrade 2 years ago
Johannes Merkel 06d076410a
feat(occ): add possibility to edit indices 2 years ago
Josh 7ce0088737
fix(db): db-convert supports disabled apps but not removed ones 2 years ago
Anupam Kumar ce24923f4c
add generate-password option and flow fixes 2 years ago
Herman van Rink bf7e84fb37
Allow combining --email option with --password-from-env 2 years ago
Anupam Kumar a92c507cb6
new user password email option, improved on #29368 2 years ago
Philip Gatzka b587ec39f4
Enable adding E-Mail addresses to new user accounts using the CLI 2 years ago
Git'Fellow 6dfe3c91d5 Add a return message for app updates trough occ 2 years ago