Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-18 | 14 | -0/+16 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #7914 from nextcloud/fix-7254 | Roeland Jago Douma | 2018-01-17 | 5 | -6/+74 | |
|\ \ \ \ \ | ||||||
| * | | | | | add types to php doc | Arthur Schiwon | 2018-01-17 | 1 | -4/+4 | |
| * | | | | | do not offer the handle of the current user for auto completion | Arthur Schiwon | 2018-01-17 | 3 | -0/+67 | |
| * | | | | | comments should compile mentions also if done by author | Arthur Schiwon | 2018-01-17 | 2 | -6/+7 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #7909 from nextcloud/fix-migration-type-hints | Morris Jobke | 2018-01-17 | 24 | -98/+176 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 24 | -98/+176 | |
* | | | | | | Merge pull request #7847 from nextcloud/avatarmanager_strict | Roeland Jago Douma | 2018-01-17 | 6 | -25/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix avatarHome | Roeland Jago Douma | 2018-01-16 | 2 | -11/+8 | |
| * | | | | | | Use \OC\User\Manager internally in the avatarmanager | Roeland Jago Douma | 2018-01-14 | 3 | -9/+11 | |
| * | | | | | | Made AvatarManager string and add return types | Roeland Jago Douma | 2018-01-14 | 2 | -5/+8 | |
* | | | | | | | Merge pull request #7912 from nextcloud/bugfix/noid/correctly-drop-owncloud-m... | Roeland Jago Douma | 2018-01-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Correctly drop the ownCloud migrations table | Joas Schilling | 2018-01-17 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #7813 from nextcloud/getHeader-should-only-return-string | Morris Jobke | 2018-01-17 | 10 | -16/+38 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 10 | -16/+38 | |
* | | | | | | | Merge pull request #7836 from nextcloud/image-type-hinting | Morris Jobke | 2018-01-17 | 4 | -10/+22 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix float/integer handling in image API | Morris Jobke | 2018-01-17 | 4 | -10/+22 | |
* | | | | | | | Merge pull request #7899 from nextcloud/strict_discservice | Roeland Jago Douma | 2018-01-17 | 2 | -11/+16 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add extra check so we don't error out on type | Roeland Jago Douma | 2018-01-16 | 1 | -1/+4 | |
| * | | | | | | Strict DiscoveryService | Roeland Jago Douma | 2018-01-16 | 2 | -10/+12 | |
* | | | | | | | Merge pull request #7897 from nextcloud/strict_lockingproviders | Morris Jobke | 2018-01-17 | 7 | -39/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Made locking providers strict | Roeland Jago Douma | 2018-01-16 | 7 | -39/+45 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #7900 from nextcloud/strict_security | Morris Jobke | 2018-01-17 | 6 | -20/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make OCP\Security stricter | Roeland Jago Douma | 2018-01-16 | 6 | -20/+21 | |
* | | | | | | | | Merge pull request #7901 from nextcloud/strict_cache_factory | Roeland Jago Douma | 2018-01-17 | 3 | -28/+33 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Made the cache factory strict | Roeland Jago Douma | 2018-01-16 | 3 | -28/+33 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #7884 from nextcloud/cleanup-oc_user | Morris Jobke | 2018-01-17 | 13 | -171/+42 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Cleanup OC_User and OCP\User | Morris Jobke | 2018-01-16 | 13 | -171/+42 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-17 | 22 | -0/+34 | |
* | | | | | | | | | Merge pull request #7894 from nextcloud/strict_http_client | Morris Jobke | 2018-01-16 | 6 | -30/+38 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make OCP\Http strict | Roeland Jago Douma | 2018-01-16 | 6 | -30/+38 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #7892 from nextcloud/cloudid_strict | Julius Härtl | 2018-01-16 | 5 | -17/+39 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix federatedshareprovidertest | Roeland Jago Douma | 2018-01-16 | 1 | -0/+18 | |
| * | | | | | | | | | Make OCP\Federation strict | Roeland Jago Douma | 2018-01-16 | 4 | -17/+21 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #7895 from nextcloud/proper-codcov-config | Roeland Jago Douma | 2018-01-16 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Improve codecov config to recognize drone | Morris Jobke | 2018-01-16 | 1 | -0/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #7882 from nextcloud/search-and | Roeland Jago Douma | 2018-01-16 | 2 | -3/+18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Support arbitrary number of arguments for d:or and d:and in search queries | Robin Appelman | 2018-01-16 | 2 | -3/+18 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #7891 from nextcloud/fix-systemtags-list | Morris Jobke | 2018-01-16 | 1 | -1/+17 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix systemtags/list to be compliant | Morris Jobke | 2018-01-16 | 1 | -1/+17 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #7885 from nextcloud/ocp-user-app-code-check | Joas Schilling | 2018-01-16 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add OCP\User deprecations to app code checker | Morris Jobke | 2018-01-16 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #7848 from nextcloud/fix_7701 | Morris Jobke | 2018-01-16 | 3 | -5/+36 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix wording | Roeland Jago Douma | 2018-01-15 | 1 | -1/+1 | |
| * | | | | | | | Fix tests | Roeland Jago Douma | 2018-01-15 | 1 | -1/+18 | |
| * | | | | | | | Display message when connection is throttled on logi page | Roeland Jago Douma | 2018-01-15 | 2 | -4/+18 |