Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| * | | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 45 | -67/+107 | |
| * | | Bump docker containers used | Roeland Jago Douma | 2018-01-24 | 1 | -26/+26 | |
| * | | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 19 | -58/+50 | |
| * | | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 7 | -65/+19 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-25 | 18 | -2/+42 | |
* | | | Merge pull request #8032 from nextcloud/fix-missing-clipboard-icon-in-shared-... | Morris Jobke | 2018-01-24 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | Fix missing clipboard icon in shared links | Daniel Calviño Sánchez | 2018-01-24 | 1 | -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 #7921 from nextcloud/fix_redirect_on_pw_reset | Morris Jobke | 2018-01-24 | 1 | -8/+1 | |
|\ \ \ \ | ||||||
| * | | | | Removed additional and uneccessary request on password reset, to fix redirect... | Luca Adrian Lindhorst | 2018-01-24 | 1 | -8/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #8002 from nextcloud/dont_polutelog_dav_emaillogin | Morris Jobke | 2018-01-24 | 3 | -59/+84 | |
|\ \ \ \ | ||||||
| * | | | | Fix tests | Roeland Jago Douma | 2018-01-23 | 2 | -48/+53 | |
| * | | | | Don't polute log when loggin into dav with email | Roeland Jago Douma | 2018-01-23 | 2 | -11/+31 | |
* | | | | | Properly catch InvalidTokenException for better error response | Morris Jobke | 2018-01-24 | 2 | -2/+50 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #7902 from nextcloud/fix_7700 | Morris Jobke | 2018-01-24 | 4 | -16/+89 | |
|\ \ \ \ | ||||||
| * | | | | Make filelist and sidebar use the fileid preview endpoint | Roeland Jago Douma | 2018-01-24 | 2 | -1/+13 | |
| * | | | | Add preview endpoint for the fileid | Roeland Jago Douma | 2018-01-24 | 2 | -15/+76 | |
* | | | | | Merge pull request #7980 from nextcloud/3rdparty_pimple | Julius Härtl | 2018-01-24 | 1 | -0/+0 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | [3rdparty] Bump pimpe to 3.2.3 | Roeland Jago Douma | 2018-01-23 | 1 | -0/+0 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #7917 from nextcloud/warn_old_ocs_route_cons | Morris Jobke | 2018-01-24 | 1 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | Warn about the old OCP\API::register construct for OCS | Roeland Jago Douma | 2018-01-17 | 1 | -0/+4 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-24 | 112 | -116/+122 | |
* | | | | | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 37 | -149/+321 | |
|\ \ \ \ \ | ||||||
| * | | | | | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 37 | -149/+321 | |
* | | | | | | Merge pull request #7971 from nextcloud/comradekingu-patch-1 | Morris Jobke | 2018-01-23 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | There was an error loading → Could not load | Allan Nordhøy | 2018-01-20 | 1 | -1/+1 | |
| * | | | | | | There was an error loading → could not load | Allan Nordhøy | 2018-01-20 | 1 | -1/+1 | |
* | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Remove not used methods of legacy share.php | Morris Jobke | 2018-01-22 | 1 | -107/+0 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-23 | 10 | -2/+78 |