Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | fix check and improve error message | Bjoern Schiessle | 2018-03-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Anything but true means it failed | Joas Schilling | 2018-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #6481 from nextcloud/occ-app-install-enable | Morris Jobke | 2018-02-26 | 1 | -0/+13 |
|\ | | | | | add enable flag to occ app:install | ||||
| * | enable app by default after occ app:install | sualko | 2018-02-26 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | ||||
| * | add enable flag to occ app:install (fix #5834) | sualko | 2018-02-26 | 1 | -0/+13 |
| | | | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | ||||
* | | Add mtime and storage_mtime to db:convert-filecache-bigint | Alecks Gates | 2018-02-17 | 1 | -1/+1 |
|/ | |||||
* | 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> |