summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* Rename method to abortIfInterruptedDaniel Kesselberg2018-10-081-1/+1
* Refactor method to throw exception instead of true/falseDaniel Kesselberg2018-10-071-7/+11
* Validate email in occ commandDaniel Kesselberg2018-10-021-0/+4
* Add --admin-email to cli installerDaniel Kesselberg2018-10-021-0/+3
* Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma2018-10-011-0/+16
* Add mandatory 2FA service/classChristoph Wurst2018-09-301-0/+91
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-254-14/+92
* Improve class import and strict typing for generated migration classChristoph Wurst2018-09-071-6/+10
* Merge pull request #10334 from denismosolov/group-addDenis Mosolov2018-08-242-0/+141
|\
| * Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+141
* | Fix generated migration class codeChristoph Wurst2018-08-211-3/+0
|/
* Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch...Morris Jobke2018-07-241-1/+1
|\
| * Only create the schema when moving between databasesJoas Schilling2018-07-191-1/+1
* | Add filecache index on mtimeRobin Appelman2018-07-191-0/+11
|/
* Correctly handle users with numeric user idsJoas Schilling2018-07-091-1/+2
* Adds an info if the maintenance mode is already enabled/disabled.Michael Weimann2018-07-011-5/+14
* Added a logger for systemd/journaldJohannes Ernst2018-06-291-2/+3
* Use the correct Base classJoas Schilling2018-06-271-4/+0
* Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-251-0/+110
|\
| * Make 2FA providers statefulChristoph Wurst2018-06-201-0/+110
* | Use ellipsis instead of triple dotJoas Schilling2018-06-221-1/+1
* | Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-1/+5
|/
* Add parent index to share tableRoeland Jago Douma2018-06-031-1/+9
* Add human readable description to migration stepsRobin Appelman2018-05-301-1/+10
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-241-7/+15
* Add autocomplete to migration commandsJoas Schilling2018-05-035-11/+145
* Set the default log rotate size to 100 MBMorris Jobke2018-04-111-1/+1
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-0/+1
* s/ownCloud/NextcloudBjoern Schiessle2018-03-011-1/+1
* fix check and improve error messageBjoern Schiessle2018-03-011-2/+2
* Anything but true means it failedJoas Schilling2018-03-011-1/+1
* Merge pull request #6481 from nextcloud/occ-app-install-enableMorris Jobke2018-02-261-0/+13
|\
| * enable app by default after occ app:installsualko2018-02-261-3/+3
| * add enable flag to occ app:install (fix #5834)sualko2018-02-261-0/+13
* | Add mtime and storage_mtime to db:convert-filecache-bigintAlecks Gates2018-02-171-1/+1
|/
* App manager is not needed anymoreJoas Schilling2018-02-161-2/+1
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-50/+4
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1413-26/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-1413-26/+0
* | Use non aliased method insteadMorris Jobke2018-02-133-4/+4
|/
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+6
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-265-5/+5
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* | Implements are not needed because they are already done by base classMorris Jobke2018-01-251-1/+1
|/
* Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\
| * Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-13/+1
* | Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-172-6/+6