Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for boolean default | Maxence Lange | 2019-01-09 | 1 | -1/+5 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Add twofactor_providers_uid index | Roeland Jago Douma | 2018-12-21 | 1 | -2/+15 |
| | | | | | | Fixes #12943 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add setup check for pending bigint conversion | Morris Jobke | 2018-12-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix bigint conversion on SQLite | Morris Jobke | 2018-12-05 | 1 | -1/+5 |
| | | | | | | * on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/18835967/520507 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Show columns to update in CLI interface | Morris Jobke | 2018-12-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix index names | Morris Jobke | 2018-11-06 | 1 | -2/+2 |
| | | | | * see #11527 | ||||
* | Merge pull request #11053 from nextcloud/occ-app-update-command | Morris Jobke | 2018-11-02 | 1 | -0/+125 |
|\ | | | | | occ app update command | ||||
| * | Log exception in case an app update fails | Morris Jobke | 2018-11-01 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Add occ app:update command | Michael Gerber | 2018-11-01 | 1 | -0/+119 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Revert "Wait for cron to finish before running upgrade command" | Morris Jobke | 2018-11-01 | 1 | -5/+1 |
|/ | | | | | | This reverts commit 18e9631810ad1d3d72c2b4bbee330169808108ad. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #11627 from nextcloud/feature/noid/cli-remove-app | Morris Jobke | 2018-10-30 | 1 | -0/+149 |
|\ | | | | | Add occ app:remove CLI command | ||||
| * | Use error styling for exception message | Patrik Kernstock | 2018-10-10 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
| * | Using Throwable instead of Exception | Patrik Kernstock | 2018-10-10 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
| * | Log exception using ILogger | Patrik Kernstock | 2018-10-05 | 1 | -1/+14 |
| | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
| * | Inject AppManager and Installer, check for shipped app prior removing | Patrik Kernstock | 2018-10-05 | 1 | -6/+29 |
| | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
| * | Run uninstall tasks by default, added '--keep-data' parameter | Patrik Kernstock | 2018-10-05 | 1 | -0/+19 |
| | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
| * | Add occ app:remove CLI command | Patrik Kernstock | 2018-10-05 | 1 | -0/+93 |
| | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at> | ||||
* | | Merge pull request #11765 from nextcloud/feature/mandatory-2fa-for-groups | Morris Jobke | 2018-10-15 | 1 | -6/+31 |
|\ \ | | | | | | | Mandatory 2FA for groups | ||||
| * | | Make it possible to enforce mandatory 2FA for groups | Christoph Wurst | 2018-10-15 | 1 | -6/+31 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Check if TTY is invalid in encryption:encrypt-all and encryption:decrypt-all | Evgeny Golyshev | 2018-10-14 | 2 | -0/+16 |
|/ / | | | | | | | Signed-off-by: Evgeny Golyshev <eugulixes@gmail.com> | ||||
* | | Rename method to abortIfInterrupted | Daniel Kesselberg | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Refactor method to throw exception instead of true/false | Daniel Kesselberg | 2018-10-07 | 1 | -7/+11 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Validate email in occ command | Daniel Kesselberg | 2018-10-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add --admin-email to cli installer | Daniel Kesselberg | 2018-10-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add uid_owner and uid_initiator share tabe indices | Roeland Jago Douma | 2018-10-01 | 1 | -0/+16 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add mandatory 2FA service/class | Christoph Wurst | 2018-09-30 | 1 | -0/+91 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 4 | -14/+92 |
| | | | | | | | | Ref https://github.com/nextcloud/server/issues/11019. Add `twofactorauth:cleanup` command Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Improve class import and strict typing for generated migration class | Christoph Wurst | 2018-09-07 | 1 | -6/+10 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #10334 from denismosolov/group-add | Denis Mosolov | 2018-08-24 | 2 | -0/+141 |
|\ | | | | | Add options to create/remove groups via occ | ||||
| * | Add an options to create and remove groups via occ | Denis Mosolov | 2018-08-16 | 2 | -0/+141 |
| | | | | | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com> | ||||
* | | Fix generated migration class code | Christoph Wurst | 2018-08-21 | 1 | -3/+0 |
|/ | | | | | | The `@since` documentation is out of place here. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #10298 from ↵ | Morris Jobke | 2018-07-24 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/bugfix/talk-714/only-migrate-the-schema-when-moving-database Only create the schema when moving between databases | ||||
| * | Only create the schema when moving between databases | Joas Schilling | 2018-07-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add filecache index on mtime | Robin Appelman | 2018-07-19 | 1 | -0/+11 |
|/ | | | | | | Gives searching by mtime and "recent" a proper index to use Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Correctly handle users with numeric user ids | Joas Schilling | 2018-07-09 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adds an info if the maintenance mode is already enabled/disabled. | Michael Weimann | 2018-07-01 | 1 | -5/+14 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Added a logger for systemd/journald | Johannes Ernst | 2018-06-29 | 1 | -2/+3 |
| | | | | | | Added a unit test Signed-off-by: Johannes Ernst <jernst@indiecomputing.com> | ||||
* | Use the correct Base class | Joas Schilling | 2018-06-27 | 1 | -4/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providers | Morris Jobke | 2018-06-25 | 1 | -0/+110 |
|\ | | | | | Stateful 2fa providers | ||||
| * | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -0/+110 |
| | | | | | | | | | | | | | | | | | | | | | | This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use ellipsis instead of triple dot | Joas Schilling | 2018-06-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Wait for cron to finish before running upgrade command | Morris Jobke | 2018-06-19 | 1 | -1/+5 |
|/ | | | | | | * fixes #9562 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add parent index to share table | Roeland Jago Douma | 2018-06-03 | 1 | -1/+9 |
| | | | | | | Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 1 | -1/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Emit event when running ./occ db:add-missing-indices | Roeland Jago Douma | 2018-05-24 | 1 | -7/+15 |
| | | | | | | | This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add autocomplete to migration commands | Joas Schilling | 2018-05-03 | 5 | -11/+145 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Set the default log rotate size to 100 MB | Morris Jobke | 2018-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | s/ownCloud/Nextcloud | Bjoern Schiessle | 2018-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |