| Commit message (Expand) | Author | Age | Files | Lines |
* | Trigger an event to log an activity when an administrator generates an app pa... | Joas Schilling | 2022-03-11 | 1 | -1/+1 |
* | Move queries to the joblist | Joas Schilling | 2021-10-14 | 1 | -1/+1 |
* | Add a command to show info about a background job and force-execute it | Joas Schilling | 2021-10-14 | 1 | -0/+1 |
* | Align occ status with status.php | Julius Härtl | 2021-08-26 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -5/+4 |
* | Remove the migration commands unless in debug mode | Joas Schilling | 2021-05-26 | 1 | -4/+7 |
* | Merge pull request #26600 from hosting-de/feature/occ-tags | Morris Jobke | 2021-05-25 | 1 | -0/+5 |
|\ |
|
| * | Add commands to manage tags via OCC | Johannes Leuker | 2021-05-25 | 1 | -0/+5 |
* | | Merge pull request #26758 from J0WI/more-strict | Christoph Wurst | 2021-04-28 | 1 | -0/+3 |
|\ \ |
|
| * | | core: add more strict_types | J0WI | 2021-04-26 | 1 | -0/+3 |
| |/ |
|
* / | Fix psalm errors | Joas Schilling | 2021-04-27 | 1 | -1/+1 |
|/ |
|
* | Cleanup unneeded code around database.xml | Morris Jobke | 2021-03-24 | 1 | -1/+0 |
* | Merge pull request #25529 from nextcloud/fix-non-lgc-glyphs-in-avatars-and-tx... | Morris Jobke | 2021-03-22 | 1 | -0/+1 |
|\ |
|
| * | Add OCC command to reset rendered texts | Daniel Calviño Sánchez | 2021-03-01 | 1 | -0/+1 |
* | | log full expection during repair step | Robin Appelman | 2021-03-18 | 1 | -1/+3 |
* | | Show group backends in occ group:list --info and group:info | Johannes Leuker | 2021-03-01 | 1 | -0/+1 |
|/ |
|
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -9/+9 |
* | Command: Add app password generation | Sean Molenaar | 2021-01-05 | 1 | -0/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+2 |
* | Register new command db:add-missing-primary-keys | MichaIng | 2020-11-13 | 1 | -0/+1 |
* | Improve CertificateManager to not be user context dependent | Morris Jobke | 2020-11-03 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig... | Roeland Jago Douma | 2020-08-20 | 1 | -1/+1 |
|\ |
|
| * | Use the DI container also for the Install command registration | Morris Jobke | 2020-08-20 | 1 | -1/+1 |
* | | New SSE key format | Roeland Jago Douma | 2020-08-20 | 1 | -0/+8 |
|/ |
|
* | Show disabled user count in occ user:report | Morris Jobke | 2020-08-19 | 1 | -1/+1 |
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+1 |
* | Add occ preview:migrate to migrate previews from the old flat structure to a ... | Morris Jobke | 2020-08-06 | 1 | -0/+2 |
* | Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ip | Morris Jobke | 2020-05-25 | 1 | -0/+1 |
|\ |
|
| * | Implement occ command security:bruteforceattemps:reset-for-ip | Johannes Riedel | 2020-03-19 | 1 | -0/+1 |
* | | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 1 | -0/+1 |
|/ |
|
* | 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 |