aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7986 from nextcloud/fix_7749Morris Jobke2018-01-221-3/+13
|\
| * If the preview is size 0 it is invalidRoeland Jago Douma2018-01-221-3/+13
|/
* Merge pull request #7975 from nextcloud/3rdparty_rm_polyfillRoeland Jago Douma2018-01-221-0/+0
|\
| * [3rdparty] Remove polyfill-php70Roeland Jago Douma2018-01-211-0/+0
* | [tx-robot] updated from transifexNextcloud bot2018-01-222-0/+2
* | [tx-robot] updated from transifexNextcloud bot2018-01-21148-144/+178
|/
* Merge pull request #7956 from nextcloud/remove-vendor-detectionRoeland Jago Douma2018-01-201-10/+2
|\
| * Disable vendor detection when upgrading from 11.0.xMorris Jobke2018-01-201-10/+2
|/
* Merge pull request #7955 from nextcloud/remove-app-disable-upgradeJulius Härtl2018-01-205-57/+1
|\
| * Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-195-57/+1
* | [tx-robot] updated from transifexNextcloud bot2018-01-202-0/+4
* | Merge pull request #7961 from nextcloud/smb-2.0.4Roeland Jago Douma2018-01-1911-77/+98
|\ \
| * | update icewind/smb to 2.0.4Robin Appelman2018-01-1911-77/+98
* | | Merge pull request #7953 from nextcloud/theming-background-highresMorris Jobke2018-01-191-6/+4
|\ \ \ | |_|/ |/| |
| * | Theming: adjust background image resizingJulius Härtl2018-01-191-6/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-01-19108-106/+108
* | Merge pull request #7941 from nextcloud/fix-7934Roeland Jago Douma2018-01-181-3/+0
|\ \
| * | remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
* | | Merge pull request #7939 from nextcloud/do-not-show-non-installed-warning-on-...Morris Jobke2018-01-181-1/+1
|\ \ \ | |/ / |/| |
| * | Do not show "Not installed warning" during occ installMorris Jobke2018-01-181-1/+1
|/ /
* | Merge pull request #7911 from nextcloud/improve-oc_imageJulius Härtl2018-01-187-90/+133
|\ \
| * | Improve OC_Image code to not guess the type of input, but actually request th...Morris Jobke2018-01-187-90/+133
* | | Merge pull request #7923 from nextcloud/files_external_ocscontrollerMorris Jobke2018-01-182-31/+50
|\ \ \
| * | | [files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma2018-01-182-31/+50
| | |/ | |/|
* | | Merge pull request #7924 from nextcloud/dep_iappconfigMorris Jobke2018-01-1815-116/+51
|\ \ \
| * | | Remove IAppConfig::setValueRoeland Jago Douma2018-01-177-32/+18
| * | | Remove IAppConfig::getValueRoeland Jago Douma2018-01-1713-46/+31
| * | | Simple IAppConfig deprecationsRoeland Jago Douma2018-01-173-39/+3
| |/ /
* | | Merge pull request #7930 from nextcloud/update-notification-strictMorris Jobke2018-01-1814-76/+95
|\ \ \
| * | | Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-1814-76/+95
|/ / /
* | | Merge pull request #7863 from nextcloud/update-notifications-plusplusMorris Jobke2018-01-1812-341/+356
|\ \ \
| * | | Split controller and settingsJoas Schilling2018-01-167-209/+249
| * | | Refactor all the logic from app.php to Application classJoas Schilling2018-01-153-43/+63
| * | | Automatic DI for Controllers also worksJoas Schilling2018-01-154-78/+48
| * | | Improve ResetTokenBackgroundJob and unit testJoas Schilling2018-01-152-30/+15
* | | | [tx-robot] updated from transifexNextcloud bot2018-01-1814-0/+16
| |/ / |/| |
* | | Merge pull request #7914 from nextcloud/fix-7254Roeland Jago Douma2018-01-175-6/+74
|\ \ \
| * | | add types to php docArthur Schiwon2018-01-171-4/+4
| * | | do not offer the handle of the current user for auto completionArthur Schiwon2018-01-173-0/+67
| * | | comments should compile mentions also if done by authorArthur Schiwon2018-01-172-6/+7
| | |/ | |/|
* | | Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-1724-98/+176
|\ \ \
| * | | Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-1724-98/+176
* | | | Merge pull request #7847 from nextcloud/avatarmanager_strictRoeland Jago Douma2018-01-176-25/+27
|\ \ \ \
| * | | | Fix avatarHomeRoeland Jago Douma2018-01-162-11/+8
| * | | | Use \OC\User\Manager internally in the avatarmanagerRoeland Jago Douma2018-01-143-9/+11
| * | | | Made AvatarManager string and add return typesRoeland Jago Douma2018-01-142-5/+8
* | | | | Merge pull request #7912 from nextcloud/bugfix/noid/correctly-drop-owncloud-m...Roeland Jago Douma2018-01-171-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Correctly drop the ownCloud migrations tableJoas Schilling2018-01-171-1/+1
| | |/ / | |/| |
* | | | Merge pull request #7813 from nextcloud/getHeader-should-only-return-stringMorris Jobke2018-01-1710-16/+38
|\ \ \ \
| * | | | Request->getHeader() should always return a stringMorris Jobke2018-01-1710-16/+38