aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Use type casting instead of *val() methodMorris Jobke2018-01-2621-41/+41
* Merge pull request #8053 from nextcloud/simplify-substrJoas Schilling2018-01-261-1/+1
|\
| * Use short for of substr to not need strlen()Morris Jobke2018-01-251-1/+1
* | Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-2611-24/+11
|\ \
| * | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-2611-24/+11
| |/
* | Merge pull request #8052 from nextcloud/fix-array-methodsRoeland Jago Douma2018-01-263-3/+3
|\ \
| * | Fix array method usages with a proper callMorris Jobke2018-01-253-3/+3
| |/
* | Merge pull request #8058 from nextcloud/useless-returnRoeland Jago Douma2018-01-263-8/+0
|\ \
| * | Remove useless return statementsMorris Jobke2018-01-253-8/+0
| |/
* | Merge pull request #8059 from nextcloud/use-striposRoeland Jago Douma2018-01-262-2/+2
|\ \
| * | Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-252-2/+2
| |/
* | Merge pull request #8060 from nextcloud/proper-codeflowRoeland Jago Douma2018-01-261-1/+0
|\ \
| * | Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-1/+0
| |/
* | Merge pull request #8056 from nextcloud/array-pushRoeland Jago Douma2018-01-262-2/+2
|\ \
| * | Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-252-2/+2
| |/
* / [tx-robot] updated from transifexNextcloud bot2018-01-266-4/+34
|/
* Merge pull request #7916 from nextcloud/2fa_logMorris Jobke2018-01-255-0/+168
|\
| * Add testsRoeland Jago Douma2018-01-252-2/+77
| * Update autoloaderRoeland Jago Douma2018-01-252-0/+2
| * Make admin_audit listen to 2fa eventsRoeland Jago Douma2018-01-252-0/+91
* | Merge pull request #8036 from nextcloud/phpunit6Roeland Jago Douma2018-01-2529-60/+67
|\ \ | |/ |/|
| * Class "ProgressBar" is declared "final" and cannot be mocked.Joas Schilling2018-01-251-2/+4
| * Fix risky tests without assertionsJoas Schilling2018-01-2521-37/+48
| * Fix "Undefined method setExpectedException()"Joas Schilling2018-01-246-16/+13
| * Require PHPUnit 6.5 or higherJoas Schilling2018-01-242-5/+2
* | Fix missing clipboard icon in shared linksDaniel Calviño Sánchez2018-01-241-0/+2
|/
* Make filelist and sidebar use the fileid preview endpointRoeland Jago Douma2018-01-242-1/+13
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-2318-83/+164
|\
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-2318-83/+164
* | [tx-robot] updated from transifexNextcloud bot2018-01-234-0/+8
* | Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\ \
| * | Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
* | | Merge pull request #7985 from nextcloud/remove-public-videoRoeland Jago Douma2018-01-222-13/+2
|\ \ \
| * | | Remove video preview from files_sharingJulius Härtl2018-01-222-13/+2
| | |/ | |/|
* | | Merge pull request #7994 from nextcloud/smb-notify-test-timeoutRoeland Jago Douma2018-01-221-2/+2
|\ \ \ | |/ / |/| |
| * | increase the time we wait for smb notifications in the testRobin Appelman2018-01-221-2/+2
* | | [tx-robot] updated from transifexNextcloud bot2018-01-212-0/+2
* | | 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
* | | Theming: adjust background image resizingJulius Härtl2018-01-191-6/+4
* | | [tx-robot] updated from transifexNextcloud bot2018-01-19106-106/+106
* | | remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
* | | 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-181-11/+11
|\ \ \
| * | | Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-11/+11
| |/ /
* | | 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