Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | 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 | 8 | -20/+20 |
| | | | | | | 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 | 3 | -40/+21 |
|\ | | | | | Deprecated OCP interface to fetch background job type | ||||
| * | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 3 | -40/+21 |
| | | | | | | | | | | | | | | * 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> | ||||
* | | 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 | ||||
| * | | 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> | ||||
* / | [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 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [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 | ||||
| * | 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 #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 | ||||
| * | | Send a proper response for status.php on trusted domain error | Morris Jobke | 2018-01-22 | 1 | -1/+9 |
| |/ | | | | | | | | | | | * fixes #7732 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | 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 | 14 | -59/+141 |
|\ \ \ | | | | | | | | | 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 | 14 | -59/+141 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | 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 | ||||
| * | | | | Use fallback path if data dir is not available for Storage/Local.php | Morris Jobke | 2018-01-18 | 3 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found while testing strict types for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #7989 from nextcloud/cleanup-unused-share-methods | Morris Jobke | 2018-01-23 | 1 | -107/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Remove not used methods of legacy share.php | ||||
| * | | | | Remove not used methods of legacy share.php | Morris Jobke | 2018-01-22 | 1 | -107/+0 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -32/+19 |
|\ \ \ \ | | | | | | | | | | | Refactor method to check if update is needed | ||||
| * | | | | Reuse systemconfig | Morris Jobke | 2017-11-30 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -27/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | | | Merge pull request #7988 from nextcloud/cleanup-old-repair-steps | Roeland Jago Douma | 2018-01-22 | 11 | -743/+0 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Remove old repair steps that aren't executed anymore | ||||
| * | | | | Remove old repair steps that aren't executed anymore | Morris Jobke | 2018-01-22 | 11 | -743/+0 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | | | If the preview is size 0 it is invalid | Roeland Jago Douma | 2018-01-22 | 1 | -3/+13 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | * delete it * throw a NotFound Exception - This should a proper 404 to the user - Next time it is then regenerated Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-21 | 32 | -30/+32 |
| | | | |||||
* | | | Disable vendor detection when upgrading from 11.0.x | Morris Jobke | 2018-01-20 | 1 | -10/+2 |
| | | | | | | | | | | | | | | | | | | Upgrade from 11 to 14 is not supported anyways. 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 | -29/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Do not show "Not installed warning" during occ install | Morris Jobke | 2018-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #7911 from nextcloud/improve-oc_image | Julius Härtl | 2018-01-18 | 4 | -40/+38 |
|\ \ \ | | | | | | | | | Improve OC_Image code to not guess the type of input | ||||
| * | | | Improve OC_Image code to not guess the type of input, but actually request ↵ | Morris Jobke | 2018-01-18 | 4 | -40/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the specific methods to be called Followup to #7836 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 4 | -18/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 9 | -34/+18 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |