Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | | | 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 #7988 from nextcloud/cleanup-old-repair-steps | Roeland Jago Douma | 2018-01-22 | 9 | -729/+0 |
|\ \ \ \ | |_|_|/ |/| | | | Remove old repair steps that aren't executed anymore | ||||
| * | | | Remove old repair steps that aren't executed anymore | Morris Jobke | 2018-01-22 | 9 | -729/+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> | ||||
* | | 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 | 3 | -5/+4 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 8 | -20/+18 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Simple IAppConfig deprecations | Roeland Jago Douma | 2018-01-17 | 2 | -6/+3 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #7914 from nextcloud/fix-7254 | Roeland Jago Douma | 2018-01-17 | 3 | -4/+20 |
|\ \ \ | | | | | | | | | format self-mentions, but don't offer them | ||||
| * | | | add types to php doc | Arthur Schiwon | 2018-01-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | do not offer the handle of the current user for auto completion | Arthur Schiwon | 2018-01-17 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |