| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we don't query the AppManager before the installation started | Julius Härtl | 2018-01-30 | 1 | -2/+5 |
* | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 1 | -16/+41 |
|\ |
|
| * | Add typehinting an fix some minor cleanup | Julius Härtl | 2018-01-26 | 1 | -16/+24 |
| * | Do not rewrite absolute URLs | Julius Härtl | 2018-01-26 | 1 | -1/+1 |
| * | Clear injectect variables when resetting the cache | Julius Härtl | 2018-01-26 | 1 | -0/+1 |
| * | Make sure that injected variables do not break the CSS generation | Julius Härtl | 2018-01-26 | 1 | -0/+15 |
| * | SCSS files are only cached if their size is > 0 | Julius Härtl | 2018-01-26 | 1 | -1/+2 |
* | | Merge pull request #8062 from nextcloud/use-class | Morris Jobke | 2018-01-29 | 19 | -95/+114 |
|\ \ |
|
| * | | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 19 | -95/+114 |
* | | | Don't perform CSRF check on OCS routes with Bearer auth | Roeland Jago Douma | 2018-01-29 | 1 | -2/+8 |
|/ / |
|
* | | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 25 | -36/+36 |
* | | Merge pull request #8072 from nextcloud/type-casting | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #8071 from nextcloud/remove-silly-code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
|\ \ |
|
| * | | Cleanup unused code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| |/ |
|
* | | 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 | Morris Jobke | 2018-01-26 | 9 | -28/+18 |
* | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 9 | -17/+15 |
* | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 8 | -20/+20 |
* | | Merge pull request #8064 from nextcloud/background-jobs | Morris Jobke | 2018-01-26 | 3 | -40/+21 |
|\ \ |
|
| * | | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 3 | -40/+21 |
| |/ |
|
* | | 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() | Morris Jobke | 2018-01-25 | 3 | -3/+3 |
| |/ |
|
* | | 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 | Morris Jobke | 2018-01-26 | 6 | -18/+8 |
| |/ |
|
* | | 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 | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
| |/ |
|
* | | Merge pull request #8055 from nextcloud/improve-loop | Roeland Jago Douma | 2018-01-26 | 1 | -1/+2 |
|\ \ |
|
| * | | Improve conditional of loop | Morris Jobke | 2018-01-25 | 1 | -1/+2 |
| |/ |
|
* | | Merge pull request #8058 from nextcloud/useless-return | Roeland Jago Douma | 2018-01-26 | 2 | -9/+0 |
|\ \ |
|
| * | | Remove useless return statements | Morris Jobke | 2018-01-25 | 2 | -9/+0 |
| |/ |
|
* | | 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 | Morris Jobke | 2018-01-25 | 2 | -13/+12 |
| |/ |
|
* | | Merge pull request #8056 from nextcloud/array-push | Roeland Jago Douma | 2018-01-26 | 5 | -8/+8 |
|\ \ |
|
| * | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 5 | -8/+8 |
| |/ |
|
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-26 | 2 | -0/+18 |
|/ |
|
* | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 3 | -14/+38 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-25 | 2 | -0/+2 |
* | 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 | Julius Härtl | 2018-01-24 | 1 | -0/+5 |
* | | Merge pull request #7991 from nextcloud/show-trusted-domain-error-in-status.php | Roeland Jago Douma | 2018-01-24 | 1 | -1/+9 |
|\ \ |
|
| * | | Send a proper response for status.php on trusted domain error | Morris Jobke | 2018-01-22 | 1 | -1/+9 |
| |/ |
|
* | | Merge pull request #8002 from nextcloud/dont_polutelog_dav_emaillogin | Morris Jobke | 2018-01-24 | 2 | -14/+34 |
|\ \ |
|
| * | | Fix tests | Roeland Jago Douma | 2018-01-23 | 1 | -3/+3 |
| * | | Don't polute log when loggin into dav with email | Roeland Jago Douma | 2018-01-23 | 2 | -11/+31 |
* | | | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 14 | -59/+141 |
|\ \ \ |
|
| * | | | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 14 | -59/+141 |
* | | | | Merge pull request #7858 from nextcloud/fix-local-storage | Morris Jobke | 2018-01-23 | 3 | -7/+15 |
|\ \ \ \ |
|
| * | | | | Use fallback path if data dir is not available for Storage/Local.php | Morris Jobke | 2018-01-18 | 3 | -7/+15 |
* | | | | | Merge pull request #7989 from nextcloud/cleanup-unused-share-methods | Morris Jobke | 2018-01-23 | 1 | -107/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|