Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | App manager is not needed anymore | Joas Schilling | 2018-02-16 | 1 | -2/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -50/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 13 | -26/+0 |
|\ | | | | | Remove unused import statements | ||||
| * | Remove unused import statements | Morris Jobke | 2018-02-14 | 13 | -26/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use non aliased method instead | Morris Jobke | 2018-02-13 | 3 | -4/+4 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -3/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 5 | -5/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 1 | -2/+1 |
|\ | | | | | Return value immediately instead of assigning to a one-time variable | ||||
| * | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Implements are not needed because they are already done by base class | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+2 |
|\ | | | | | Refactor method to check if update is needed | ||||
| * | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -1/+2 |
| | | | | | | | | | | | | There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove not needed 3rdparty app disabling during upgrade for PHP 5.x | Morris Jobke | 2018-01-19 | 1 | -13/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Fix the type hints of migrations and correctly inject the wrapped schema ↵ | Joas Schilling | 2018-01-17 | 2 | -6/+6 |
| | | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix case when overwrite URL is empty during setup | Morris Jobke | 2018-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Found while testing strict typing for PHP 7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #7517 from nextcloud/add-index-to-share-table | Roeland Jago Douma | 2017-12-18 | 1 | -0/+91 |
|\ \ | | | | | | | Add index to share_with column in the share table | ||||
| * | | make occ command more generic | Bjoern Schiessle | 2017-12-18 | 1 | -7/+25 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | add occ command to add a index to share_with at the share table | Bjoern Schiessle | 2017-12-18 | 1 | -0/+73 |
| |/ | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Merge pull request #7531 from nextcloud/ldap/createdistributed | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
|\ \ | | | | | | | don't use deprecated method for requesting memcache | ||||
| * | | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Use injected AppManager | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 3 | -12/+17 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 31 | -25/+59 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use proper DI for repair command | Morris Jobke | 2017-10-24 | 1 | -3/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use appmanager instead of OC_App for check for enabled app | Morris Jobke | 2017-10-23 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Also update the activity table with this | Joas Schilling | 2017-10-13 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a command to manually migrate to big ints | Joas Schilling | 2017-10-13 | 1 | -0/+101 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix missing "unsigned" on integer columns | Joas Schilling | 2017-09-19 | 1 | -0/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update ↵ | Thomas Ebert | 2017-08-31 | 1 | -1/+1 |
| | | | | | | places/link svg. Add filetype/link icon. Add repair step for mime types. Signed-off-by: Thomas Ebert <thomas.ebert@te-online.net> | ||||
* | Fix typo in template for migration generation | Joas Schilling | 2017-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #5816 from nextcloud/fix-oracle | Morris Jobke | 2017-08-02 | 1 | -0/+4 |
|\ | | | | | Fix oracle | ||||
| * | Allow to specify the table space on occ | Joas Schilling | 2017-08-02 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Use public methods for OC_App::isShipped | Morris Jobke | 2017-08-01 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add namespace | sualko | 2017-07-26 | 1 | -0/+2 |
| | | | | Signed-off-by: sualko <klaus@jsxc.org> | ||||
* | add occ app:install command | sualko | 2017-07-26 | 1 | -0/+75 |
| | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | ||||
* | Add *lob support for all tables | Joas Schilling | 2017-07-25 | 1 | -14/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | use template placeholders instead of html | Joas Schilling | 2017-07-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Always order by all values, to make sure all entries are copied correctly | Joas Schilling | 2017-07-25 | 1 | -9/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Only migrate to the current state | Joas Schilling | 2017-07-25 | 1 | -6/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use order by to avoid problems when chunking finds a same item again... | Joas Schilling | 2017-07-25 | 1 | -9/+30 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove generate change script which doesnt work with migrations anymore | Joas Schilling | 2017-07-25 | 1 | -89/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use default connection parameters for utf8 4byte support | Joas Schilling | 2017-07-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Skip migrations table because it was already done when creating the schema | Joas Schilling | 2017-07-25 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use migrations on convert | Joas Schilling | 2017-07-25 | 1 | -1/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Core is converted, so this is dead code | Joas Schilling | 2017-07-25 | 1 | -9/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a script to generate a migration from database.xml | Joas Schilling | 2017-07-25 | 2 | -5/+214 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+8 |
| | | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Only create the migration directory when necessary | Joas Schilling | 2017-07-06 | 1 | -0/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check the migration files for table, column and index length errors | Joas Schilling | 2017-07-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |