Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Send a proper response for status.php on trusted domain error | Morris Jobke | 2018-01-22 | 1 | -1/+9 | |
| |/ / | ||||||
* | | | Merge pull request #8002 from nextcloud/dont_polutelog_dav_emaillogin | Morris Jobke | 2018-01-24 | 2 | -14/+34 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix tests | Roeland Jago Douma | 2018-01-23 | 1 | -3/+3 | |
| * | | Don't polute log when loggin into dav with email | Roeland Jago Douma | 2018-01-23 | 2 | -11/+31 | |
* | | | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 14 | -59/+141 | |
|\ \ \ | ||||||
| * | | | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 14 | -59/+141 | |
* | | | | 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 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -32/+19 | |
|\ \ \ \ | ||||||
| * | | | | Reuse systemconfig | Morris Jobke | 2017-11-30 | 1 | -6/+5 | |
| * | | | | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -27/+15 | |
* | | | | | Merge pull request #7988 from nextcloud/cleanup-old-repair-steps | Roeland Jago Douma | 2018-01-22 | 11 | -743/+0 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Remove old repair steps that aren't executed anymore | Morris Jobke | 2018-01-22 | 11 | -743/+0 | |
| | |/ / | |/| | | ||||||
* / | | | If the preview is size 0 it is invalid | Roeland Jago Douma | 2018-01-22 | 1 | -3/+13 | |
|/ / / | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-21 | 32 | -30/+32 | |
* | | | Disable vendor detection when upgrading from 11.0.x | Morris Jobke | 2018-01-20 | 1 | -10/+2 | |
* | | | Remove not needed 3rdparty app disabling during upgrade for PHP 5.x | Morris Jobke | 2018-01-19 | 1 | -29/+0 | |
* | | | Do not show "Not installed warning" during occ install | Morris Jobke | 2018-01-18 | 1 | -1/+1 | |
* | | | 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, but actually request th... | Morris Jobke | 2018-01-18 | 4 | -40/+38 | |
* | | | | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 4 | -18/+4 | |
* | | | | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 9 | -34/+18 | |
* | | | | Simple IAppConfig deprecations | Roeland Jago Douma | 2018-01-17 | 3 | -39/+3 | |
* | | | | Merge pull request #7914 from nextcloud/fix-7254 | Roeland Jago Douma | 2018-01-17 | 3 | -4/+20 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 2 | -0/+20 | |
| * | | | | comments should compile mentions also if done by author | Arthur Schiwon | 2018-01-17 | 1 | -4/+0 | |
| |/ / / | ||||||
* | | | | Merge pull request #7909 from nextcloud/fix-migration-type-hints | Morris Jobke | 2018-01-17 | 8 | -35/+124 | |
|\ \ \ \ | ||||||
| * | | | | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 8 | -35/+124 | |
* | | | | | Merge pull request #7847 from nextcloud/avatarmanager_strict | Roeland Jago Douma | 2018-01-17 | 3 | -12/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use \OC\User\Manager internally in the avatarmanager | Roeland Jago Douma | 2018-01-14 | 2 | -7/+8 | |
| * | | | | | 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 | 4 | -7/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 4 | -7/+9 | |
* | | | | | | 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 | 6 | -38/+44 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Made locking providers strict | Roeland Jago Douma | 2018-01-16 | 6 | -38/+44 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #7900 from nextcloud/strict_security | Morris Jobke | 2018-01-17 | 5 | -16/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make OCP\Security stricter | Roeland Jago Douma | 2018-01-16 | 5 | -16/+21 | |
* | | | | | | | Merge pull request #7901 from nextcloud/strict_cache_factory | Roeland Jago Douma | 2018-01-17 | 2 | -24/+28 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Made the cache factory strict | Roeland Jago Douma | 2018-01-16 | 2 | -24/+28 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #7884 from nextcloud/cleanup-oc_user | Morris Jobke | 2018-01-17 | 5 | -100/+7 | |
|\ \ \ \ \ \ \ |