summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More testsRoeland Jago Douma2016-11-038-45/+783
* Added genertor helper & testsRoeland Jago Douma2016-11-037-50/+477
* Update thumbnail endpoint to new generatoRoeland Jago Douma2016-11-031-6/+17
* Move over files_trashbinRoeland Jago Douma2016-11-033-82/+134
* Moved over files_versionsRoeland Jago Douma2016-11-037-80/+137
* Fix urlgenerator testRoeland Jago Douma2016-11-031-1/+1
* Update autoloaderRoeland Jago Douma2016-11-032-0/+8
* Move publicpreview overRoeland Jago Douma2016-11-033-133/+119
* Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-035-52/+116
* Fix name conflictRoeland Jago Douma2016-11-031-3/+3
* Move fileRoeland Jago Douma2016-11-032-4/+5
* Move preview endpoint to controllerRoeland Jago Douma2016-11-035-121/+132
* Watch for file modification/deletionRoeland Jago Douma2016-11-033-0/+180
* Move to AppDataRoeland Jago Douma2016-11-033-38/+34
* New preview generatorRoeland Jago Douma2016-11-035-11/+423
* Merge pull request #1997 from nextcloud/changelogRoeland Jago Douma2016-11-031-0/+8
|\
| * Added changelog.mdRoeland Jago Douma2016-11-031-0/+8
* | Merge pull request #1996 from nextcloud/allow-phpunit-optionsRoeland Jago Douma2016-11-031-1/+1
|\ \ | |/ |/|
| * Allow to run autotest with phpunit optionsJoas Schilling2016-11-031-1/+1
* | Merge pull request #1915 from nextcloud/downstream-26398Lukas Reschke2016-11-0315-113/+498
|\ \ | |/ |/|
| * Adjust tests and DI for Share.phpLukas Reschke2016-11-025-9/+58
| * DI for root.phpLukas Reschke2016-11-028-153/+348
| * Do not expose user data in exceptions & fix typoMorris Jobke2016-11-022-3/+3
| * Fix mock warning in some FS tests (#26464)Vincent Petry2016-11-022-2/+2
| * Add using casing check/fix for initMountPointsVincent Petry2016-11-028-13/+154
* | Merge pull request #1954 from nextcloud/issue_#1953Christoph Wurst2016-11-031-3/+3
|\ \
| * | Fixes https://github.com/nextcloud/server/issues/1953Andreas Hechenberger2016-11-031-3/+3
* | | Merge pull request #1993 from nextcloud/wait-600-seconds-for-mysqlmb4Morris Jobke2016-11-031-2/+2
|\ \ \
| * | | adjust autotest.sh to also wait 600 seconds for mysqlmb4Morris Jobke2016-11-031-2/+2
|/ / /
* | | Merge pull request #1991 from nextcloud/code-check-more-shipped-appsMorris Jobke2016-11-032-1/+5
|\ \ \
| * | | Run code checker on more shipped appsLukas Reschke2016-11-032-1/+5
* | | | Merge pull request #1990 from nextcloud/use-php-7.1-rc-5Morris Jobke2016-11-031-2/+2
|\ \ \ \
| * | | | Use PHP 7.1 RC5 for CILukas Reschke2016-11-021-2/+2
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2016-11-03244-1590/+1564
|/ / /
* | | Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-0222-500/+69
|\ \ \
| * | | Remove from core.jsonRoeland Jago Douma2016-11-021-1/+0
| * | | remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-025-5/+47
| * | | remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-0217-494/+22
* | | | Merge pull request #1988 from nextcloud/silly-but-effective-testMorris Jobke2016-11-021-0/+68
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add test for "languageCodesTest.php"Lukas Reschke2016-11-021-0/+68
* | | | Merge pull request #1981 from nextcloud/multibucket-num-bucketsLukas Reschke2016-11-024-13/+20
|\ \ \ \
| * | | | Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-024-13/+20
* | | | | Merge pull request #1943 from nextcloud/log-query-builder-queriesLukas Reschke2016-11-027-12/+222
|\ \ \ \ \
| * | | | | Add testsLukas Reschke2016-11-022-0/+139
| * | | | | Inject config and loggerJoas Schilling2016-11-024-13/+51
| * | | | | Log the queries of the QueryBuilder as wellJoas Schilling2016-11-021-0/+23
| * | | | | Fix missing update of session, when it was already used.Joas Schilling2016-11-022-2/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #1511 from nextcloud/master-kill-upload-limitRoeland Jago Douma2016-11-026-37/+2
|\ \ \ \ \
| * | | | | Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-026-37/+2
* | | | | | Merge pull request #1973 from nextcloud/dont-disable-shipped-apps-but-throw-i...Morris Jobke2016-11-022-1/+14
|\ \ \ \ \ \