| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Use proper code flow instead of not needed else branch | Morris Jobke | 2018-01-25 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge pull request #8056 from nextcloud/array-push | Roeland Jago Douma | 2018-01-26 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
| |/ / |
|
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-26 | 6 | -4/+34 |
|/ / |
|
* | | Merge pull request #7916 from nextcloud/2fa_log | Morris Jobke | 2018-01-25 | 5 | -0/+168 |
|\ \ |
|
| * | | Add tests | Roeland Jago Douma | 2018-01-25 | 2 | -2/+77 |
| * | | Update autoloader | Roeland Jago Douma | 2018-01-25 | 2 | -0/+2 |
| * | | Make admin_audit listen to 2fa events | Roeland Jago Douma | 2018-01-25 | 2 | -0/+91 |
* | | | Merge pull request #8036 from nextcloud/phpunit6 | Roeland Jago Douma | 2018-01-25 | 29 | -60/+67 |
|\ \ \
| |/ /
|/| | |
|
| * | | Class "ProgressBar" is declared "final" and cannot be mocked. | Joas Schilling | 2018-01-25 | 1 | -2/+4 |
| * | | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 21 | -37/+48 |
| * | | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 6 | -16/+13 |
| * | | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 2 | -5/+2 |
* | | | Fix missing clipboard icon in shared links | Daniel Calviño Sánchez | 2018-01-24 | 1 | -0/+2 |
|/ / |
|
* | | Make filelist and sidebar use the fileid preview endpoint | Roeland Jago Douma | 2018-01-24 | 2 | -1/+13 |
* | | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 18 | -83/+164 |
|\ \ |
|
| * | | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 18 | -83/+164 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-23 | 4 | -0/+8 |
* | | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -1/+2 |
* | | | | Merge pull request #7985 from nextcloud/remove-public-video | Roeland Jago Douma | 2018-01-22 | 2 | -13/+2 |
|\ \ \ \ |
|
| * | | | | Remove video preview from files_sharing | Julius Härtl | 2018-01-22 | 2 | -13/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #7994 from nextcloud/smb-notify-test-timeout | Roeland Jago Douma | 2018-01-22 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | increase the time we wait for smb notifications in the test | Robin Appelman | 2018-01-22 | 1 | -2/+2 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-21 | 2 | -0/+2 |
* | | | | Merge pull request #7961 from nextcloud/smb-2.0.4 | Roeland Jago Douma | 2018-01-19 | 11 | -77/+98 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | update icewind/smb to 2.0.4 | Robin Appelman | 2018-01-19 | 11 | -77/+98 |
* | | | | Theming: adjust background image resizing | Julius Härtl | 2018-01-19 | 1 | -6/+4 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-19 | 106 | -106/+106 |
* | | | | remove hardcoded sharepoint icon path | Arthur Schiwon | 2018-01-18 | 1 | -3/+0 |
* | | | | Merge pull request #7923 from nextcloud/files_external_ocscontroller | Morris Jobke | 2018-01-18 | 2 | -31/+50 |
|\ \ \ \ |
|
| * | | | | [files_external] OCS endpoint to proper OCSController | Roeland Jago Douma | 2018-01-18 | 2 | -31/+50 |
| |/ / / |
|
* | | | | Merge pull request #7924 from nextcloud/dep_iappconfig | Morris Jobke | 2018-01-18 | 1 | -11/+11 |
|\ \ \ \ |
|
| * | | | | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 1 | -11/+11 |
| |/ / / |
|
* | | | | Make Update notficiations strict and fix all inspections | Joas Schilling | 2018-01-18 | 14 | -76/+95 |
* | | | | Merge pull request #7863 from nextcloud/update-notifications-plusplus | Morris Jobke | 2018-01-18 | 12 | -341/+356 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Split controller and settings | Joas Schilling | 2018-01-16 | 7 | -209/+249 |
| * | | | Refactor all the logic from app.php to Application class | Joas Schilling | 2018-01-15 | 3 | -43/+63 |
| * | | | Automatic DI for Controllers also works | Joas Schilling | 2018-01-15 | 4 | -78/+48 |
| * | | | Improve ResetTokenBackgroundJob and unit test | Joas Schilling | 2018-01-15 | 2 | -30/+15 |
* | | | | Merge pull request #7909 from nextcloud/fix-migration-type-hints | Morris Jobke | 2018-01-17 | 8 | -32/+26 |
|\ \ \ \ |
|
| * | | | | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 8 | -32/+26 |
* | | | | | Merge pull request #7847 from nextcloud/avatarmanager_strict | Roeland Jago Douma | 2018-01-17 | 2 | -11/+8 |
|\ \ \ \ \ |
|
| * | | | | | Fix avatarHome | Roeland Jago Douma | 2018-01-16 | 2 | -11/+8 |
* | | | | | | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 1 | -2/+2 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #7897 from nextcloud/strict_lockingproviders | Morris Jobke | 2018-01-17 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Made locking providers strict | Roeland Jago Douma | 2018-01-16 | 1 | -1/+1 |
* | | | | | | Merge pull request #7884 from nextcloud/cleanup-oc_user | Morris Jobke | 2018-01-17 | 4 | -11/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 4 | -11/+25 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-17 | 2 | -0/+4 |