aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-01-1814-0/+16
| |/ / / / |/| | | |
* | | | | Merge pull request #7914 from nextcloud/fix-7254Roeland Jago Douma2018-01-175-6/+74
|\ \ \ \ \ | | | | | | | | | | | | format self-mentions, but don't offer them
| * | | | | add types to php docArthur Schiwon2018-01-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | do not offer the handle of the current user for auto completionArthur Schiwon2018-01-173-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | comments should compile mentions also if done by authorArthur Schiwon2018-01-172-6/+7
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is used by clients for formatting reasons, there is no reason not format the author if her handle is included in the comment body. It is unrelated to sending out notifications. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | 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 sch…
| * | | | | Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-1724-98/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #7847 from nextcloud/avatarmanager_strictRoeland Jago Douma2018-01-176-25/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes for avatarmanager
| * | | | | | Fix avatarHomeRoeland Jago Douma2018-01-162-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Use \OC\User\Manager internally in the avatarmanagerRoeland Jago Douma2018-01-143-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Made AvatarManager string and add return typesRoeland Jago Douma2018-01-142-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #7912 from ↵Roeland Jago Douma2018-01-171-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/correctly-drop-owncloud-migrations-table Correctly drop the ownCloud migrations table
| * | | | | | Correctly drop the ownCloud migrations tableJoas Schilling2018-01-171-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #7813 from nextcloud/getHeader-should-only-return-stringMorris Jobke2018-01-1710-16/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | Request->getHeader() should always return a string
| * | | | | | Request->getHeader() should always return a stringMorris Jobke2018-01-1710-16/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #7836 from nextcloud/image-type-hintingMorris Jobke2018-01-174-10/+22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix float/integer handling in image API
| * | | | | | Fix float/integer handling in image APIMorris Jobke2018-01-174-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * IImage::crop/preciseResize now have type hinting for integers * found while testing strict typing for PHP 7+ Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #7899 from nextcloud/strict_discserviceRoeland Jago Douma2018-01-172-11/+16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Strict DiscoveryService
| * | | | | | Add extra check so we don't error out on typeRoeland Jago Douma2018-01-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | json_decode can return false if we have invalid data. In that case just assume there was nothing cached Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Strict DiscoveryServiceRoeland Jago Douma2018-01-162-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Made strict * Type hints * Return types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #7897 from nextcloud/strict_lockingprovidersMorris Jobke2018-01-177-39/+45
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Made locking providers strict
| * | | | | | | Made locking providers strictRoeland Jago Douma2018-01-167-39/+45
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added typehints * Added return types * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #7900 from nextcloud/strict_securityMorris Jobke2018-01-176-20/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make OCP\Security stricter
| * | | | | | | Make OCP\Security stricterRoeland Jago Douma2018-01-166-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add typehints * Add return types * Opcode opts from phpstorm * Made strict * Fixed tests: No need to test bogus values anymore strict typing fixes this Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #7901 from nextcloud/strict_cache_factoryRoeland Jago Douma2018-01-173-28/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Made the cache factory strict
| * | | | | | | | Made the cache factory strictRoeland Jago Douma2018-01-163-28/+33
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Return types * Typehints * made strict * fix tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #7884 from nextcloud/cleanup-oc_userMorris Jobke2018-01-1713-171/+42
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cleanup OC_User and OCP\User
| * | | | | | | | Cleanup OC_User and OCP\UserMorris Jobke2018-01-1613-171/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-01-1722-0/+34
| | | | | | | | |
* | | | | | | | | Merge pull request #7894 from nextcloud/strict_http_clientMorris Jobke2018-01-166-30/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make OCP\Http strict
| * | | | | | | | | Make OCP\Http strictRoeland Jago Douma2018-01-166-30/+38
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Handle private files * Add return types * Add scalar typehints * Made strict * Fixed requiring proper guzzle message interface that is passed around Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #7892 from nextcloud/cloudid_strictJulius Härtl2018-01-165-17/+39
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make OCP\Federation strict
| * | | | | | | | | Fix federatedshareprovidertestRoeland Jago Douma2018-01-161-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | | Make OCP\Federation strictRoeland Jago Douma2018-01-164-17/+21
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Also internal classes * Added scalar typehints * Added return type * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #7895 from nextcloud/proper-codcov-configRoeland Jago Douma2018-01-161-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Improve codecov config to recognize drone
| * | | | | | | | Improve codecov config to recognize droneMorris Jobke2018-01-161-0/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | Merge pull request #7882 from nextcloud/search-andRoeland Jago Douma2018-01-162-3/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Support arbitrary number of arguments for d:or and d:and in search queries
| * | | | | | | Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-162-3/+18
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #7891 from nextcloud/fix-systemtags-listMorris Jobke2018-01-161-1/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix systemtags/list to be compliant
| * | | | | | Fix systemtags/list to be compliantMorris Jobke2018-01-161-1/+17
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #7885 from nextcloud/ocp-user-app-code-checkJoas Schilling2018-01-161-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add OCP\User deprecations to app code checker
| * | | | | | Add OCP\User deprecations to app code checkerMorris Jobke2018-01-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #7848 from nextcloud/fix_7701Morris Jobke2018-01-163-5/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Show message when connection is throttled
| * | | | | | | Fix wordingRoeland Jago Douma2018-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | Fix testsRoeland Jago Douma2018-01-151-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | Display message when connection is throttled on logi pageRoeland Jago Douma2018-01-152-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>