Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 774 | -28520/+758 |
| | |||||
* | Merge pull request #8136 from nextcloud/use-correct-update-server | Morris Jobke | 2018-02-01 | 2 | -4/+4 |
|\ | | | | | Use correct update server | ||||
| * | Use correct update server | Morris Jobke | 2018-02-01 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8137 from nextcloud/update-doc-version | Christoph Wurst | 2018-02-01 | 1 | -1/+1 |
|\ \ | | | | | | | Update doc link version to 14 | ||||
| * | | Update doc link version to 14 | Morris Jobke | 2018-02-01 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 96 | -184/+186 |
|/ | |||||
* | Merge pull request #8128 from nextcloud/forwardport-8124 | Morris Jobke | 2018-01-31 | 1 | -26/+9 |
|\ | | | | | Fixed app navigation flex margins | ||||
| * | Fixed app navigation flex margins | John Molakvoæ (skjnldsv) | 2018-01-31 | 1 | -26/+9 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #8097 from nextcloud/deprecate-static-app | Roeland Jago Douma | 2018-01-31 | 10 | -171/+95 |
|\ \ | |/ |/| | Deprecate static methods from \OCP\App | ||||
| * | Add deprecation checks | Morris Jobke | 2018-01-31 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Add all parameters to returnValueMap | Julius Härtl | 2018-01-31 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Remove OC_App::removeApp | Julius Härtl | 2018-01-31 | 3 | -14/+7 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Remove OC_App::installApp since it is not used anymore | Julius Härtl | 2018-01-31 | 1 | -57/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Remove long time deprecated functions and deprecate \OCP\App | Julius Härtl | 2018-01-31 | 1 | -43/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Remove deprecated isEnabled call from files_trashbin | Julius Härtl | 2018-01-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 4 | -52/+72 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #8121 from ↵ | Morris Jobke | 2018-01-31 | 1 | -12/+10 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/8085/migrations-table-has-old-collation Create the migrations table also with the UTF8mb4 collation | ||||
| * | Create the migrations table also with the UTF8mb4 collation | Joas Schilling | 2018-01-31 | 1 | -12/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #8096 from ↵ | Roeland Jago Douma | 2018-01-31 | 14 | -928/+245 |
|\ \ | |/ |/| | | | | | nextcloud/feature/6382/do-not-cache-settings-in-db-anymore Do not cache the settings/sections in the database anymore | ||||
| * | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 14 | -928/+245 |
| | | | | | | | | | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-31 | 4 | -2/+4 |
| | | |||||
* | | Merge pull request #8000 from nextcloud/fix_7983 | Morris Jobke | 2018-01-30 | 6 | -4/+142 |
|\ \ | | | | | | | Provide list of editable fields via OCS API | ||||
| * | | Fix tests | Roeland Jago Douma | 2018-01-26 | 6 | -7/+117 |
| | | | | | | | | | | | | | | | | | | * Add factory for the federatedfilesharing app Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Don't expose language and password as editable | Roeland Jago Douma | 2018-01-26 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Password might not always be editable - Also chaging that will invalide apptokens etc which will directly lock out your phone * Chaging the language also doesn't make that much sense to me currently Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Provide list of editable fields via OCS API | Roeland Jago Douma | 2018-01-26 | 2 | -0/+33 |
| | | | | | | | | | | | | | | | | | | Fixes #7983 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #8114 from nextcloud/settings-initalization-fix | Roeland Jago Douma | 2018-01-30 | 1 | -2/+5 |
|\ \ \ | | | | | | | | | Only initialize settings application if the instance is installed | ||||
| * | | | Make sure we don't query the AppManager before the installation started | Julius Härtl | 2018-01-30 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Otherwise we end up with the database not being instantiated Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #8111 from nextcloud/only_encrypted_prop_on_folders | Roeland Jago Douma | 2018-01-30 | 1 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | Only handle encrypted property on folders | ||||
| * | | | Only handle encrypted property on folders | Roeland Jago Douma | 2018-01-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposing the encrypted property is required for E2E. However, there is no need to expose this on files as then it is server side encryption (which the clients don't care about). Better to not confuse the output. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #8103 from nextcloud/bump_clipboard | Roeland Jago Douma | 2018-01-30 | 4 | -10/+10 |
|\ \ \ \ | | | | | | | | | | | [js] Bump clipboard | ||||
| * | | | | Update core.js | Roeland Jago Douma | 2018-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | | Bump clipboardjs | Roeland Jago Douma | 2018-01-29 | 3 | -8/+8 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-30 | 4 | -2/+12 |
|/ / / | |||||
* | | | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 5 | -38/+69 |
|\ \ \ | |_|/ |/| | | SCSS hardening | ||||
| * | | Fix theming tests | Julius Härtl | 2018-01-26 | 1 | -8/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Add typehinting an fix some minor cleanup | Julius Härtl | 2018-01-26 | 1 | -16/+24 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Add tests for URL rewriting | Julius Härtl | 2018-01-26 | 1 | -4/+14 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Do not rewrite absolute URLs | Julius Härtl | 2018-01-26 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Clear injectect variables when resetting the cache | Julius Härtl | 2018-01-26 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Only override image styles if the theming values are set | Julius Härtl | 2018-01-26 | 1 | -8/+10 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Make sure that injected variables do not break the CSS generation | Julius Härtl | 2018-01-26 | 1 | -0/+15 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | SCSS files are only cached if their size is > 0 | Julius Härtl | 2018-01-26 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #8062 from nextcloud/use-class | Morris Jobke | 2018-01-29 | 53 | -184/+270 |
|\ \ \ | | | | | | | | | Use ::class statement instead of string | ||||
| * | | | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 53 | -184/+270 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #7873 from nextcloud/fix_5694 | Roeland Jago Douma | 2018-01-29 | 2 | -10/+28 |
|\ \ \ \ | |/ / / |/| | | | Don't perform CSRF check on OCS routes with Bearer auth | ||||
| * | | | Update tests | Roeland Jago Douma | 2018-01-29 | 1 | -8/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Don't perform CSRF check on OCS routes with Bearer auth | Roeland Jago Douma | 2018-01-29 | 1 | -2/+8 |
|/ / / | | | | | | | | | | | | | | | | Fixes #5694 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-29 | 18 | -172/+182 |
| | | | |||||
* | | | Merge pull request #8076 from nextcloud/bump_autosize | Morris Jobke | 2018-01-27 | 4 | -10/+10 |
|\ \ \ | | | | | | | | | [js] Bump autosize | ||||
| * | | | Regenerate core.js | Roeland Jago Douma | 2018-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |