Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Bump autosize to 4.0.0 | Roeland Jago Douma | 2018-01-26 | 3 | -8/+8 | |
| |/ / | ||||||
* | | | Merge pull request #8079 from nextcloud/remove-unneeded-semicolon-and-parenth... | Roeland Jago Douma | 2018-01-27 | 79 | -101/+101 | |
|\ \ \ | ||||||
| * | | | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 79 | -101/+101 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-27 | 10 | -0/+14 | |
|/ / / | ||||||
* | | | Merge pull request #8072 from nextcloud/type-casting | Morris Jobke | 2018-01-26 | 6 | -35/+35 | |
|\ \ \ | ||||||
| * | | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 6 | -35/+35 | |
| |/ / | ||||||
* | | | Merge pull request #8071 from nextcloud/remove-silly-code | Morris Jobke | 2018-01-26 | 3 | -6/+2 | |
|\ \ \ | ||||||
| * | | | Cleanup unused code | Morris Jobke | 2018-01-26 | 3 | -6/+2 | |
| |/ / | ||||||
* | | | Merge pull request #7707 from nextcloud/bugfix/noid/birthdaycalendar-differen... | Morris Jobke | 2018-01-26 | 2 | -4/+5 | |
|\ \ \ | ||||||
| * | | | generate different UIDs for Birthday, Anniversary and Death event | Georg Ehrke | 2018-01-04 | 2 | -4/+5 | |
* | | | | Merge pull request #8070 from nextcloud/remove-theming-migration | Morris Jobke | 2018-01-26 | 3 | -222/+0 | |
|\ \ \ \ | ||||||
| * | | | | Remove theming migration | Julius Härtl | 2018-01-26 | 3 | -222/+0 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #8054 from nextcloud/substr-use-index | Morris Jobke | 2018-01-26 | 12 | -46/+24 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 12 | -46/+24 | |
* | | | | Merge pull request #8069 from nextcloud/no-catch-serverdown | Morris Jobke | 2018-01-26 | 2 | -2/+8 | |
|\ \ \ \ | ||||||
| * | | | | do not catch ServerNotAvailable | Arthur Schiwon | 2018-01-26 | 2 | -2/+8 | |
* | | | | | Merge pull request #8068 from nextcloud/simplify-ternary | Morris Jobke | 2018-01-26 | 13 | -23/+19 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 13 | -23/+19 | |
|/ / / / | ||||||
* | | | | Merge pull request #8061 from nextcloud/use-typecasting | Morris Jobke | 2018-01-26 | 30 | -62/+62 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 30 | -62/+62 | |
|/ / / | ||||||
* | | | Merge pull request #8064 from nextcloud/background-jobs | Morris Jobke | 2018-01-26 | 4 | -46/+27 | |
|\ \ \ | ||||||
| * | | | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 4 | -46/+27 | |
| |/ / | ||||||
* | | | Merge pull request #8053 from nextcloud/simplify-substr | Joas Schilling | 2018-01-26 | 4 | -4/+4 | |
|\ \ \ | ||||||
| * | | | Use short for of substr to not need strlen() | Morris Jobke | 2018-01-25 | 4 | -4/+4 | |
| |/ / | ||||||
* | | | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 19 | -47/+21 | |
|\ \ \ | ||||||
| * | | | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 19 | -47/+21 | |
| |/ / | ||||||
* | | | Merge pull request #8057 from nextcloud/unneeded-implements | Roeland Jago Douma | 2018-01-26 | 3 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Implements are not needed because they are already done by base class | Morris Jobke | 2018-01-25 | 3 | -3/+3 | |
| |/ / | ||||||
* | | | 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 #8052 from nextcloud/fix-array-methods | Roeland Jago Douma | 2018-01-26 | 3 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Fix array method usages with a proper call | Morris Jobke | 2018-01-25 | 3 | -3/+3 | |
| |/ / | ||||||
* | | | Merge pull request #8058 from nextcloud/useless-return | Roeland Jago Douma | 2018-01-26 | 5 | -17/+0 | |
|\ \ \ | ||||||
| * | | | Remove useless return statements | Morris Jobke | 2018-01-25 | 5 | -17/+0 | |
| |/ / | ||||||
* | | | Merge pull request #8059 from nextcloud/use-stripos | Roeland Jago Douma | 2018-01-26 | 2 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Use stripos instead of strpos(strtolower(), 'something') | Morris Jobke | 2018-01-25 | 2 | -2/+2 | |
| |/ / | ||||||
* | | | Merge pull request #8060 from nextcloud/proper-codeflow | Roeland Jago Douma | 2018-01-26 | 3 | -14/+12 | |
|\ \ \ | ||||||
| * | | | Use proper code flow instead of not needed else branch | Morris Jobke | 2018-01-25 | 3 | -14/+12 | |
| |/ / | ||||||
* | | | Merge pull request #8056 from nextcloud/array-push | Roeland Jago Douma | 2018-01-26 | 7 | -10/+10 | |
|\ \ \ | ||||||
| * | | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 7 | -10/+10 | |
| |/ / | ||||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-26 | 12 | -4/+58 | |
|/ / | ||||||
* | | Merge pull request #7916 from nextcloud/2fa_log | Morris Jobke | 2018-01-25 | 11 | -18/+219 | |
|\ \ | ||||||
| * | | Add tests | Roeland Jago Douma | 2018-01-25 | 4 | -2/+79 | |
| * | | Update autoloader | Roeland Jago Douma | 2018-01-25 | 2 | -0/+2 | |
| * | | Fix tests | Roeland Jago Douma | 2018-01-25 | 1 | -4/+11 | |
| * | | Make admin_audit listen to 2fa events | Roeland Jago Douma | 2018-01-25 | 2 | -0/+91 | |
| * | | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 3 | -14/+38 | |
* | | | Merge pull request #8036 from nextcloud/phpunit6 | Roeland Jago Douma | 2018-01-25 | 70 | -221/+212 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Update memcached image | Morris Jobke | 2018-01-25 | 1 | -1/+1 | |
| * | | Class "ProgressBar" is declared "final" and cannot be mocked. | Joas Schilling | 2018-01-25 | 2 | -4/+9 |