Commit Graph

202 Commits (1fedde9eb9012e4f0be21dc9e7e71dbcc41fe5eb)

Author SHA1 Message Date
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
Roeland Jago Douma 2f59f389d2
Add parent index to share table 8 years ago
Robin Appelman b40629ac8c
Add human readable description to migration steps 8 years ago
Roeland Jago Douma 80cc8d0028
Emit event when running ./occ db:add-missing-indices 8 years ago
Joas Schilling f772b7b4dd
Add autocomplete to migration commands 8 years ago
Morris Jobke 058f8123e6
Set the default log rotate size to 100 MB 8 years ago
Morris Jobke 514de5dfa1
Use isInstalled of AppManger instead of reimplement it 8 years ago
Bjoern Schiessle 9259b8a90e
s/ownCloud/Nextcloud 8 years ago
Bjoern Schiessle 31397debaf
fix check and improve error message 8 years ago
Joas Schilling 5080080a36
Anything but true means it failed 8 years ago
sualko 84f6477ce5
enable app by default after occ app:install 8 years ago
sualko 323eb2e8ba
add enable flag to occ app:install (fix #5834) 8 years ago
Alecks Gates 3be2c558a5 Add mtime and storage_mtime to db:convert-filecache-bigint 8 years ago
Joas Schilling 211212f4b3
App manager is not needed anymore 8 years ago
Joas Schilling 17a26dfcc1
Validate the info.xml against the appstore schema file 8 years ago
Morris Jobke d3d045dd5c
Remove unused import statements 8 years ago
Morris Jobke 954da26e26
Use non aliased method instead 8 years ago
Morris Jobke eb51f06a3b
Use ::class statement instead of string 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke c1e4f9f305
Use type casting instead of *val() method 8 years ago
Morris Jobke 0a56d2185e
Return value immediately instead of assigning to a one-time variable 8 years ago
Morris Jobke 55ef34b23b
Implements are not needed because they are already done by base class 8 years ago
Morris Jobke c70927eaa0
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x 8 years ago
Joas Schilling 4a5282ba21
Fix the type hints of migrations and correctly inject the wrapped schema into migrations 8 years ago