| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -3/+9 |
* | Make it possible to broadcast events to (web) clients | Christoph Wurst | 2019-10-28 | 1 | -0/+2 |
* | Add detailed users listing in occ user:info command | John Molakvoæ (skjnldsv) | 2019-10-17 | 1 | -1/+1 |
* | Stop decryption when maintenance mode is enabled, fixes #8311 | Ruben Homs | 2019-05-21 | 1 | -2/+2 |
* | Enable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -1/+1 |
* | Do not run getRepairSteps in register_commands | Daniel Kesselberg | 2019-02-13 | 1 | -2/+5 |
* | Add occ app:update command | Michael Gerber | 2018-11-01 | 1 | -0/+1 |
* | Log exception using ILogger | Patrik Kernstock | 2018-10-05 | 1 | -1/+1 |
* | Inject AppManager and Installer, check for shipped app prior removing | Patrik Kernstock | 2018-10-05 | 1 | -1/+1 |
* | Add occ app:remove CLI command | Patrik Kernstock | 2018-10-05 | 1 | -0/+1 |
* | Add mandatory 2FA service/class | Christoph Wurst | 2018-09-30 | 1 | -0/+1 |
* | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 1 | -6/+3 |
* | Add an options to create and remove groups via occ | Denis Mosolov | 2018-08-16 | 1 | -0/+2 |
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -0/+1 |
* | Emit event when running ./occ db:add-missing-indices | Roeland Jago Douma | 2018-05-24 | 1 | -1/+1 |
* | Add autocomplete to migration commands | Joas Schilling | 2018-05-03 | 1 | -2/+2 |
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -2/+1 |
* | make occ command more generic | Bjoern Schiessle | 2017-12-18 | 1 | -1/+1 |
* | add occ command to add a index to share_with at the share table | Bjoern Schiessle | 2017-12-18 | 1 | -0/+1 |
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
* | Use proper DI for repair command | Morris Jobke | 2017-10-24 | 1 | -1/+1 |
* | Add a command to manually migrate to big ints | Joas Schilling | 2017-10-13 | 1 | -0/+1 |
* | add occ app:install command | sualko | 2017-07-26 | 1 | -1/+2 |
* | Remove generate change script which doesnt work with migrations anymore | Joas Schilling | 2017-07-25 | 1 | -1/+0 |
* | Add a script to generate a migration from database.xml | Joas Schilling | 2017-07-25 | 1 | -0/+1 |
* | Do not allow to go back on productive systems | Joas Schilling | 2017-07-05 | 1 | -1/+1 |
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+4 |
* | Add command to apply updates to custom themes | Julius Härtl | 2017-07-05 | 1 | -0/+1 |
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2017-03-21 | 1 | -0/+1 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -3/+3 |
* | Clean up single user mode | Morris Jobke | 2017-02-22 | 1 | -1/+0 |
* | add upgrade command before repair, handle NeedsUpgradeExcaption better | Jörn Friedrich Dreyer | 2016-10-24 | 1 | -3/+3 |
* | Fixing ctor call | Thomas Müller | 2016-10-19 | 1 | -1/+1 |
* | Add config option to update charset of mysql to utf8mb4 | Morris Jobke | 2016-10-19 | 1 | -1/+1 |
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 1 | -1/+1 |
* | Register the auto completion basic | Joas Schilling | 2016-09-29 | 1 | -0/+1 |
* | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | add occ command to show user information | Robin Appelman | 2016-07-19 | 1 | -0/+1 |
* | Add commands to add/remove users to/from groups | Robin Appelman | 2016-07-19 | 1 | -0/+2 |
* | add command to list groups | Robin Appelman | 2016-07-19 | 1 | -0/+2 |
* | add occ command to list users | Robin Appelman | 2016-07-19 | 1 | -0/+1 |
* | Add a occ command to list/get user preferences | Joas Schilling | 2016-07-13 | 1 | -0/+1 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+4 |
* | add OCC command to enable/disable 2FA for a user | Christoph Wurst | 2016-05-23 | 1 | -0/+7 |
* | Do not automatically try to enable index.php-less URLs (#24539) | Lukas Reschke | 2016-05-12 | 1 | -0/+1 |
* | Add occ commands to enable and disable a user + a disabled user can no longer... | Thomas Müller | 2016-05-02 | 1 | -0/+2 |
* | Adding progress to occ maintenance:repair | Thomas Müller | 2016-04-28 | 1 | -1/+3 |