summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8060 from nextcloud/proper-codeflowRoeland Jago Douma2018-01-261-1/+0
|\ | | | | Use proper code flow instead of not needed else branch
| * Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-1/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8056 from nextcloud/array-pushRoeland Jago Douma2018-01-262-2/+2
|\ \ | | | | | | Use $var[] = $a instead of array_push - 2x faster
| * | Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-252-2/+2
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2018-01-266-4/+34
|/
* Merge pull request #7916 from nextcloud/2fa_logMorris Jobke2018-01-255-0/+168
|\ | | | | Add 2FA to logfile
| * Add testsRoeland Jago Douma2018-01-252-2/+77
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Update autoloaderRoeland Jago Douma2018-01-252-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make admin_audit listen to 2fa eventsRoeland Jago Douma2018-01-252-0/+91
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8036 from nextcloud/phpunit6Roeland Jago Douma2018-01-2529-60/+67
|\ \ | |/ |/| Require PHPUnit 6.5 or higher
| * Class "ProgressBar" is declared "final" and cannot be mocked.Joas Schilling2018-01-251-2/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix risky tests without assertionsJoas Schilling2018-01-2521-37/+48
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix "Undefined method setExpectedException()"Joas Schilling2018-01-246-16/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require PHPUnit 6.5 or higherJoas Schilling2018-01-242-5/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix missing clipboard icon in shared linksDaniel Calviño Sánchez2018-01-241-0/+2
|/ | | | | | | | | | | | The clipboard icon in shared links appears either directly on the link input field or, if any social sharing app is enabled, in a menu. The clipboard icon uses the same CSS rules as other icons (like the information icon) to be posioned on the end of the input field, and those rules have to be "cancelled" when the icon is shown in the menu. Fixes #7990 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Make filelist and sidebar use the fileid preview endpointRoeland Jago Douma2018-01-242-1/+13
| | | | | | This makes sure the preview is cached even after rename! yay! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-2318-83/+164
|\ | | | | Properly log the full exception instead of only the message
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-2318-83/+164
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [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 needed
| * | Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
| | | | | | | | | | | | | | | | | | There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7985 from nextcloud/remove-public-videoRoeland Jago Douma2018-01-222-13/+2
|\ \ \ | | | | | | | | Remove video preview from files_sharing
| * | | Remove video preview from files_sharingJulius Härtl2018-01-222-13/+2
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | 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 test
| * | increase the time we wait for smb notifications in the testRobin Appelman2018-01-221-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [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.4
| * | update icewind/smb to 2.0.4Robin Appelman2018-01-1911-77/+98
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Theming: adjust background image resizingJulius Härtl2018-01-191-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Support high resolution login images by resizing only images that are wider than 4096px fixes #7459 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-19106-106/+106
| | |
* | | remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
| | | | | | | | | | | | | | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #7923 from nextcloud/files_external_ocscontrollerMorris Jobke2018-01-182-31/+50
|\ \ \ | | | | | | | | [files_external] OCS endpoint to proper OCSController
| * | | [files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma2018-01-182-31/+50
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7924 from nextcloud/dep_iappconfigMorris Jobke2018-01-181-11/+11
|\ \ \ | | | | | | | | Remove deprecated function from IAppConfig
| * | | Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-11/+11
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-1814-76/+95
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #7863 from nextcloud/update-notifications-plusplusMorris Jobke2018-01-1812-341/+356
|\ \ \ | |/ / |/| | Update notifications ++
| * | Split controller and settingsJoas Schilling2018-01-167-209/+249
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Refactor all the logic from app.php to Application classJoas Schilling2018-01-153-43/+63
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Automatic DI for Controllers also worksJoas Schilling2018-01-154-78/+48
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Improve ResetTokenBackgroundJob and unit testJoas Schilling2018-01-152-30/+15
| | | | | | | | | | | | | | | | | | | | | | | | * Automatic DI is implemented since 11 * Correctly type hint parameters * Optimise the tests Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-178-32/+26
|\ \ \ | | | | | | | | Fix the type hints of migrations and correctly inject the wrapped sch…
| * | | Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-178-32/+26
| | | | | | | | | | | | | | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #7847 from nextcloud/avatarmanager_strictRoeland Jago Douma2018-01-172-11/+8
|\ \ \ \ | | | | | | | | | | Fixes for avatarmanager
| * | | | Fix avatarHomeRoeland Jago Douma2018-01-162-11/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Request->getHeader() should always return a stringMorris Jobke2018-01-171-2/+2
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant. Found while enabling the strict_typing for lib/private for the PHP7+ migration. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #7897 from nextcloud/strict_lockingprovidersMorris Jobke2018-01-171-1/+1
|\ \ \ \ | | | | | | | | | | Made locking providers strict
| * | | | Made locking providers strictRoeland Jago Douma2018-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added typehints * Added return types * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7884 from nextcloud/cleanup-oc_userMorris Jobke2018-01-174-11/+25
|\ \ \ \ \ | | | | | | | | | | | | Cleanup OC_User and OCP\User
| * | | | | Cleanup OC_User and OCP\UserMorris Jobke2018-01-164-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>