Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8097 from nextcloud/deprecate-static-app | Roeland Jago Douma | 2018-01-31 | 4 | -121/+60 |
|\ | | | | | 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> | ||||
| * | Remove OC_App::removeApp | Julius Härtl | 2018-01-31 | 2 | -13/+3 |
| | | | | | | | | 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> | ||||
| * | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 2 | -51/+49 |
| | | | | | | | | 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 | 6 | -625/+173 |
|\ \ | |/ |/| | | | | | 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 | 6 | -625/+173 |
| | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 1 | -16/+41 |
|\ \ | |/ |/| | SCSS hardening | ||||
| * | 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> | ||||
| * | Do not rewrite absolute URLs | Julius Härtl | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
| * | 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 | 17 | -84/+95 |
|\ \ | | | | | | | Use ::class statement instead of string | ||||
| * | | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 17 | -84/+95 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | 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> | ||||
* | | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 24 | -33/+33 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8072 from nextcloud/type-casting | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
|\ \ | | | | | | | Use type casting instead of *val() method | ||||
| * | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8071 from nextcloud/remove-silly-code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
|\ \ | | | | | | | Cleanup unused code | ||||
| * | | Cleanup unused code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8054 from nextcloud/substr-use-index | Morris Jobke | 2018-01-26 | 9 | -28/+18 |
|\ \ | |/ |/| | Use index based string access for substr with length of 1 | ||||
| * | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 9 | -28/+18 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 9 | -17/+15 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 7 | -19/+19 |
| | | | | | | | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8064 from nextcloud/background-jobs | Morris Jobke | 2018-01-26 | 1 | -0/+3 |
|\ \ | | | | | | | Deprecated OCP interface to fetch background job type | ||||
| * | | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 1 | -0/+3 |
| |/ | | | | | | | | | | | | | * was not used by apps and also is not needed * migrated the documentation to IJobList Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8053 from nextcloud/simplify-substr | Joas Schilling | 2018-01-26 | 3 | -3/+3 |
|\ \ | | | | | | | Use short for of substr to not need strlen() | ||||
| * | | Use short for of substr to not need strlen() | Morris Jobke | 2018-01-25 | 3 | -3/+3 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 6 | -18/+8 |
|\ \ | | | | | | | 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 | 6 | -18/+8 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8057 from nextcloud/unneeded-implements | Roeland Jago Douma | 2018-01-26 | 2 | -2/+2 |
|\ \ | | | | | | | Implements are not needed because they are already done by base class | ||||
| * | | Implements are not needed because they are already done by base class | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8055 from nextcloud/improve-loop | Roeland Jago Douma | 2018-01-26 | 1 | -1/+2 |
|\ \ | | | | | | | Improve conditional of loop | ||||
| * | | Improve conditional of loop | Morris Jobke | 2018-01-25 | 1 | -1/+2 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8058 from nextcloud/useless-return | Roeland Jago Douma | 2018-01-26 | 2 | -9/+0 |
|\ \ | | | | | | | Remove useless return statements | ||||
| * | | Remove useless return statements | Morris Jobke | 2018-01-25 | 2 | -9/+0 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8060 from nextcloud/proper-codeflow | Roeland Jago Douma | 2018-01-26 | 2 | -13/+12 |
|\ \ | | | | | | | Use proper code flow instead of not needed else branch | ||||
| * | | Use proper code flow instead of not needed else branch | Morris Jobke | 2018-01-25 | 2 | -13/+12 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 5 | -8/+8 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 2 | -14/+32 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8020 from nextcloud/fix-avatar-migration | Morris Jobke | 2018-01-24 | 1 | -0/+5 |
|\ | | | | | Make sure we always know for sure if an avatar is generated or not | ||||
| * | Make sure we always know for sure if an avatar is generated or not | Julius Härtl | 2018-01-24 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #8002 from nextcloud/dont_polutelog_dav_emaillogin | Morris Jobke | 2018-01-24 | 2 | -14/+34 |
|\ \ | | | | | | | Dont polute the log on DAV emaillogin | ||||
| * | | Fix tests | Roeland Jago Douma | 2018-01-23 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Don't polute log when loggin into dav with email | Roeland Jago Douma | 2018-01-23 | 2 | -11/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We first try the email as username but this fails * Then we get the uid from the email and try again We should not log the first attempt since it polutes the log with failed login attempts while the login actually is valid. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 13 | -58/+136 |
|\ \ \ | | | | | | | | | Properly log the full exception instead of only the message | ||||
| * | | | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 13 | -58/+136 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |