summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7846 from nextcloud/this_is_14Morris Jobke2018-01-1423-47/+47
|\ | | | | Bump version number
| * Bump appsRoeland Jago Douma2018-01-1422-44/+44
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Bump version numberRoeland Jago Douma2018-01-131-3/+3
| | | | | | | | 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-143-28/+2
|\ \ \ \ | | | | | | | | | | Remove deprecated functions for OCP\Util
| * | | | Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-133-28/+2
| | |_|/ | |/| | | | | | | | | | 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>
* | | / [tx-robot] updated from transifexNextcloud bot2018-01-146-0/+8
| |_|/ |/| |
* | | Merge pull request #7825 from nextcloud/add-type-hinting-for-ICrypto-decryptRoeland Jago Douma2018-01-133-4/+4
|\ \ \ | |/ / |/| | Adds type hinting for scalar types in ICrypto->decrypt
| * | Fix testsRoeland Jago Douma2018-01-131-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | 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-1340-200/+283
|\ \ \ | |/ / |/| | Update composer
| * | Update composerMorris Jobke2018-01-1240-200/+283
| |/ | | | | | | 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>
* | Merge pull request #7822 from nextcloud/check-if-realpath-returns-falseRoeland Jago Douma2018-01-121-1/+1
|\ \ | |/ |/| Check if realpath() returns false
| * 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>
* Merge pull request #7819 from nextcloud/fix-explode-in-legacy-helper.phpMorris Jobke2018-01-121-2/+2
|\ | | | | Fix explode() call in legacy/helper.php to have correct types
| * Fix explode() call in legacy/helper.php to have correct typesMorris Jobke2018-01-121-2/+2
| | | | | | | | | | | | Found while enabling strict_typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7820 from nextcloud/13-7818Morris Jobke2018-01-120-0/+0
|\ \ | | | | | | [stable13] Log full exception in cron instead of only the message
| * | Log full exception in cron instead of only the messageMorris Jobke2018-01-121-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7818 from nextcloud/log-full-exception-in-cronMorris Jobke2018-01-121-2/+2
|\ \ \ | | | | | | | | Log full exception in cron instead of only the message
| * | | Log full exception in cron instead of only the messageMorris Jobke2018-01-121-2/+2
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7815 from nextcloud/php7-and-higherMorris Jobke2018-01-123-94/+5
|\ \ \ | | | | | | | | Raise PHP version number to PHP 7.0
| * | | Raise PHP version number to PHP 7.0Morris Jobke2018-01-123-94/+5
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7816 from nextcloud/fix-strpos-for-current-appRoeland Jago Douma2018-01-121-1/+1
|\ \ \ | | | | | | | | Fix strpos if needle is not found
| * | | Fix strpos if needle is not foundMorris Jobke2018-01-121-1/+1
| |/ / | | | | | | | | | | | | | | | Found while testing strict_typing for PHP 7+. If `$script` does not contain a `/` then it should extract a string of the length 0. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7814 from nextcloud/base.php-strict-typingRoeland Jago Douma2018-01-121-6/+6
|\ \ \ | | | | | | | | Fix strict typing issues in lib/base.php
| * | | Fix strict typing issues in lib/base.phpMorris Jobke2018-01-121-6/+6
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7811 from nextcloud/fix-clearstatcacheRoeland Jago Douma2018-01-121-1/+1
|\ \ \ | | | | | | | | Fix call to clearstatcache to actually use the file path
| * | | Fix call to clearstatcache to actually use the file pathMorris Jobke2018-01-121-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | * found while adding the strict_typing for PHP 7+ migration * first argument is a boolean - second one is the path * see http://php.net/manual/en/function.clearstatcache.php Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7812 from nextcloud/make-sure-the-arrays-are-arraysRoeland Jago Douma2018-01-121-3/+3
|\ \ \ | |/ / |/| | Make sure the arrays are arrays
| * | Make sure the arrays are arraysJoas Schilling2018-01-121-3/+3
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2018-01-12120-130/+160
|/
* Merge pull request #7764 from nextcloud/13rc1v13.0.0RC1Morris Jobke2018-01-111-2/+2
|\ | | | | 13.0.0 RC1
| * 13.0.0 RC1Morris Jobke2018-01-111-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7796 from nextcloud/ldap-sync-fixesMorris Jobke2018-01-113-12/+11
|\ | | | | LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0
| * revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
| | | | | | | | | | | | | | | | without recursion we have issues with internal states. paged search status are set to false, cookies are not being set. In the end we have endless requests which pile up enormously with a high initial offset. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-112-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
| | | | | | | | | | | | | | The message is not helpful anyway for an admin, and oftentimes is just valid (e.g. when searching with an offset beyond users in LDAP). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-112-2/+3
| | | | | | | | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #7709 from ↵Morris Jobke2018-01-116-9/+17
|\ \ | | | | | | | | | | | | nextcloud/fix-password-displayed-as-username-in-password-manager Fix password displayed as username in Firefox password manager dialog