summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7882 from nextcloud/search-andRoeland Jago Douma2018-01-161-2/+12
|\ | | | | 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-161-2/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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 #7879 from ↵Morris Jobke2018-01-161-2/+2
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/7865/dont-disable-shipped-apps-on-errors Keep all shipped apps enabled because they should be okay
| * | Keep all shipped apps enabled because they should be okayJoas Schilling2018-01-161-2/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Deprecated checkLoggedIn and other old ways to access controlMorris Jobke2018-01-161-0/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7870 from nextcloud/remove-core-apiMorris Jobke2018-01-155-314/+0
|\ | | | | Remove deprecated core API
| * Remove deprecated core APIJoas Schilling2018-01-155-314/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7835 from nextcloud/fix-empty-overwrite-url-in-setupMorris Jobke2018-01-151-0/+3
|\ \ | |/ |/| Fix case when overwrite URL is empty during setup
| * Fix case when overwrite URL is empty during setupMorris Jobke2018-01-151-0/+3
| | | | | | | | | | | | Found while testing strict typing for PHP 7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7853 from nextcloud/strict_urlgeneratorRoeland Jago Douma2018-01-152-34/+25
|\ \ | | | | | | Make the URLGenerator strict
| * | Make the URLGenerator strictRoeland Jago Douma2018-01-142-34/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add scalar argument types * Add return types * Make strict * General phpstorm cleanup Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7838 from nextcloud/timefactory_strictRoeland Jago Douma2018-01-152-4/+4
|\ \ \ | | | | | | | | Make the ITimeFactory strict + return types
| * | | Make the ITimeFactory strict + return typesRoeland Jago Douma2018-01-142-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7857 from nextcloud/dep_templateMorris Jobke2018-01-151-113/+0
|\ \ \ \ | | | | | | | | | | Remove deprecated template functions from OCP directly
| * | | | Remove deprecated template functions from OCP directlyRoeland Jago Douma2018-01-141-113/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7856 from nextcloud/fix-strict-typeMorris Jobke2018-01-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Move strict type declare statement below PHP tag
| * | | | | Move strict type declare statement below PHP tagMorris Jobke2018-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #7833 from nextcloud/fix-code-checkerChristoph Wurst2018-01-141-4/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix casting in app code checker
| * | | | | | Fix casting in app code checkerMorris Jobke2018-01-121-4/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Found while adding strict typing for PHP7+. This adds type hinting to all methods in CodeChecker.php and fixes one implicit cast. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #7840 from nextcloud/dep_configRoeland Jago Douma2018-01-147-174/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Remove deprecated \OCP\Config
| * | | | | Update autoloaderRoeland Jago Douma2018-01-132-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-135-172/+6
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7850 from nextcloud/strict_ipaddressMorris Jobke2018-01-141-8/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | | Make IPAddress typed and strict
| * | | | Make IPAddress typed and strictRoeland Jago Douma2018-01-141-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added scalar typehints * Added return statements * Added strict declaration Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7852 from nextcloud/strict_ratelimitingMorris Jobke2018-01-144-30/+39
|\ \ \ \ \ | | | | | | | | | | | | Make OC\Security\RateLimiting strict
| * | | | | Make OC\Security\RateLimiting strictRoeland Jago Douma2018-01-144-30/+39
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add return types * Add scalar argument types * Made strict * Cleaned up phpstorm inspections Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7849 from nextcloud/strict_securerandomMorris Jobke2018-01-142-5/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | Strict ISecure random
| * | | | Fix testsRoeland Jago Douma2018-01-142-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Strict ISecure randomRoeland Jago Douma2018-01-132-5/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Declare strict * Scalar arguments * Return type * Use fully qualified name for strlen Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7845 from nextcloud/capabilties_manager_strictMorris Jobke2018-01-141-3/+5
|\ \ \ \ | | | | | | | | | | Make the capabilities manager strict
| * | | | Make the capabilities manager strictRoeland Jago Douma2018-01-131-3/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add return types * Add scalar type hints * Use [] instead of array_push (PHPStromg inspection recommendation) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7839 from nextcloud/dep_dicontainerMorris Jobke2018-01-142-32/+2
|\ \ \ \ | | | | | | | | | | Remove deprecated functions from DI Container
| * | | | Remove deprecated functions from DI ContainerRoeland Jago Douma2018-01-132-32/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7844 from nextcloud/dep_constantsMorris Jobke2018-01-141-21/+0
|\ \ \ \ | | | | | | | | | | Remove deprecated constants
| * | | | Remove deprecated constantsRoeland Jago Douma2018-01-131-21/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7834 from nextcloud/database-schema-checker-castsChristoph Wurst2018-01-141-15/+15
|\ \ \ \ | | | | | | | | | | Add casts to XML parser in DatabaseSchemaChecker
| * | | | Add casts to XML parser in DatabaseSchemaCheckerMorris Jobke2018-01-121-15/+15
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Preparation for strict_typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #7843 from nextcloud/dep_utilMorris Jobke2018-01-141-26/+0
|\ \ \ \ | | | | | | | | | | Remove deprecated functions for OCP\Util
| * | | | Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-26/+0
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7842 from nextcloud/dep_isearchMorris Jobke2018-01-142-21/+0
|\ \ \ \ | |_|_|/ |/| | | Removed deprecated search function from ISearch
| * | | Removed deprecated search function from ISearchRoeland Jago Douma2018-01-132-21/+0
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7825 from nextcloud/add-type-hinting-for-ICrypto-decryptRoeland Jago Douma2018-01-132-2/+2
|\ \ \ | |/ / |/| | Adds type hinting for scalar types in ICrypto->decrypt
| * | Adds type hinting for scalar types in ICrypto->decryptMorris Jobke2018-01-132-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7832 from nextcloud/update-composerMorris Jobke2018-01-132-10/+17
|\ \ \ | |/ / |/| | Update composer
| * | Update composerMorris Jobke2018-01-122-10/+17
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7824 from nextcloud/fix-type-in-CryptoSessionDataMorris Jobke2018-01-131-1/+1
|\ \ | |/ |/| Fix type in CryptoSessionData
| * Fix type in CryptoSessionDataMorris Jobke2018-01-121-1/+1
| | | | | | | | | | | | Found while adding strict typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Check if realpath() returns falseMorris Jobke2018-01-121-1/+1
|/ | | | | | realpath() returns false in case the directory does not exist. Found it while preparing strict_typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>