summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix case when overwrite URL is empty during setupMorris Jobke2018-01-151-1/+1
* | Merge pull request #7517 from nextcloud/add-index-to-share-tableRoeland Jago Douma2017-12-181-0/+91
|\ \
| * | make occ command more genericBjoern Schiessle2017-12-181-7/+25
| * | add occ command to add a index to share_with at the share tableBjoern Schiessle2017-12-181-0/+73
| |/
* | Merge pull request #7531 from nextcloud/ldap/createdistributedRoeland Jago Douma2017-12-181-1/+1
|\ \
| * | Also replace all other occurencesMorris Jobke2017-12-181-1/+1
| |/
* / Use injected AppManagerRoeland Jago Douma2017-12-181-1/+1
|/
* Get the Installer via DIMorris Jobke2017-11-253-12/+17
* Update license headersMorris Jobke2017-11-0631-25/+59
* Use proper DI for repair commandMorris Jobke2017-10-241-3/+8
* Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-2/+3
* Also update the activity table with thisJoas Schilling2017-10-131-0/+6
* Add a command to manually migrate to big intsJoas Schilling2017-10-131-0/+101
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-191-0/+7
* Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla...Thomas Ebert2017-08-311-1/+1
* Fix typo in template for migration generationJoas Schilling2017-08-091-1/+1
* Merge pull request #5816 from nextcloud/fix-oracleMorris Jobke2017-08-021-0/+4
|\
| * Allow to specify the table space on occJoas Schilling2017-08-021-0/+4
* | Use public methods for OC_App::isShippedMorris Jobke2017-08-011-1/+1
|/
* add namespacesualko2017-07-261-0/+2
* add occ app:install commandsualko2017-07-261-0/+75
* Add *lob support for all tablesJoas Schilling2017-07-251-14/+15
* use template placeholders instead of htmlJoas Schilling2017-07-251-6/+6
* Always order by all values, to make sure all entries are copied correctlyJoas Schilling2017-07-251-9/+4
* Only migrate to the current stateJoas Schilling2017-07-251-6/+16