| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 1 | -1/+1 |
* | Add occ command for updating the data-fingerprint | Roeland Jago Douma | 2016-04-18 | 1 | -0/+1 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | CLI commands to check app and core signatures | Victor Dubiniuk | 2016-02-05 | 1 | -0/+7 |
* | Use path instead of app id | Lukas Reschke | 2016-01-20 | 1 | -1/+2 |
* | Make it possible to enable apps for groups only via occ | Joas Schilling | 2016-01-19 | 1 | -1/+1 |
* | Make it possible to disable apps via the console, which are not enabled for t... | Joas Schilling | 2016-01-19 | 1 | -1/+1 |
* | Make sure to list "group enabled" apps as enabled | Joas Schilling | 2016-01-19 | 1 | -1/+1 |
* | Add occ commands to manager trusted certificates | Robin Appelman | 2016-01-13 | 1 | -0/+4 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+4 |
* | Add occ command to get app path | Victor Dubiniuk | 2015-12-09 | 1 | -0/+1 |
* | Add code integrity check | Lukas Reschke | 2015-12-01 | 1 | -0/+8 |
* | Always pass in ILogger | Thomas Müller | 2015-10-09 | 1 | -1/+1 |