Commit Graph

228 Commits (4f31b7b9cc2dac060194de2c769b149a2ac861ba)

Author SHA1 Message Date
Georg Ehrke d814089c6a
Fix appid argument for integrity:check-app 7 years ago
Xheni Myrtaj d8707c6945
Add function parameter typehint 7 years ago
Xheni Myrtaj d227f4d34c
Do not fail integrity check if mimetype list is changed 7 years ago
Ruben Homs 98047e8c1c
Stop decryption when maintenance mode is enabled, fixes #8311 7 years ago
Temtaime 887c208f23
Fix #15042 7 years ago
Joas Schilling 592093079f
Deduplicate index names 7 years ago
Joas Schilling 274658629d
Make sure all tables have named indexes 7 years ago
Joas Schilling 0c77cd21f9
Make sure maintenance mode is always casted to bool 7 years ago
Daniel Kesselberg 1d1068753f
Fix access to groupManager 7 years ago
Daniel Kesselberg 75b7d6ae4e
Add install logic for enable command 7 years ago
Daniel Kesselberg 03d3192638
Disable multiple apps at once 7 years ago
Daniel Kesselberg 08907ee3e9
Enable multiple apps at once 7 years ago
Daniel Kesselberg 0b58b0faf3
Do not run getRepairSteps in register_commands 7 years ago
Maxence Lange 8002779200
add support for boolean default 7 years ago
Roeland Jago Douma 16cc68a2fe
Add twofactor_providers_uid index 7 years ago
Morris Jobke 17b2827bbf
Add setup check for pending bigint conversion 7 years ago
Morris Jobke f57e334f83
Fix bigint conversion on SQLite 7 years ago
Morris Jobke d3b4127164
Show columns to update in CLI interface 7 years ago
Joas Schilling bb352fb667
Use the defined func()->count() instead of manual counting 7 years ago
Morris Jobke 4d20c4272f
Fix index names 7 years ago
Morris Jobke 290ede1292
Log exception in case an app update fails 7 years ago
Michael Gerber 020a9add07
Add occ app:update command 7 years ago
Morris Jobke f5a1f4bc1b
Revert "Wait for cron to finish before running upgrade command" 7 years ago
Christoph Wurst 83e994c11f
Make it possible to enforce mandatory 2FA for groups 7 years ago
Evgeny Golyshev ec2f02f4a0 Check if TTY is invalid in encryption:encrypt-all and encryption:decrypt-all 7 years ago
Patrik Kernstock 6a00521128 Use error styling for exception message 7 years ago
Patrik Kernstock 4cd7cf86db Using Throwable instead of Exception 7 years ago
Daniel Kesselberg 311de17730
Rename method to abortIfInterrupted 7 years ago
Daniel Kesselberg 14d802b8f3
Refactor method to throw exception instead of true/false 7 years ago
Patrik Kernstock 1973556346 Log exception using ILogger 7 years ago
Patrik Kernstock f27ce6b5a0 Inject AppManager and Installer, check for shipped app prior removing 7 years ago
Patrik Kernstock f8771d3d81 Run uninstall tasks by default, added '--keep-data' parameter 7 years ago
Patrik Kernstock d9469a6b72 Add occ app:remove CLI command 7 years ago
Daniel Kesselberg a4eb3ee508
Validate email in occ command 7 years ago
Daniel Kesselberg 6c805ec9ba
Add --admin-email to cli installer 7 years ago
Roeland Jago Douma b82cbe04df
Add uid_owner and uid_initiator share tabe indices 7 years ago
Christoph Wurst 259c0ce11d
Add mandatory 2FA service/class 7 years ago
Christoph Wurst 7586b19e52
Only allow 2FA state changs if providers support the operation 7 years ago
Christoph Wurst c5cd8d9166
Improve class import and strict typing for generated migration class 7 years ago
Christoph Wurst eada4cccfc
Fix generated migration class code 7 years ago
Denis Mosolov 0b18e2c75d Add an options to create and remove groups via occ 7 years ago
Robin Appelman 91d3e48ab3
Add filecache index on mtime 8 years ago
Joas Schilling 891de38080
Only create the schema when moving between databases 8 years ago
Joas Schilling 1ca075a113
Correctly handle users with numeric user ids 8 years ago
Michael Weimann 9bd48e7c0d Adds an info if the maintenance mode is already enabled/disabled. 8 years ago
Johannes Ernst 0a65e62f29
Added a logger for systemd/journald 8 years ago
Joas Schilling 826ea8c3f9
Use the correct Base class 8 years ago
Joas Schilling 6eb2653897
Use ellipsis instead of triple dot 8 years ago
Christoph Wurst 13d93f5b25
Make 2FA providers stateful 8 years ago
Morris Jobke 18e9631810
Wait for cron to finish before running upgrade command 8 years ago