summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-174-2/+180
|
* Merge pull request #8232 from ↵Morris Jobke2018-02-162-91/+63
|\ | | | | | | | | nextcloud/bugfix/8007/validate-appinfo-against-appstore-schema Validate appinfo against appstore schema
| * Validate the info.xml against the appstore schema fileJoas Schilling2018-02-162-91/+63
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #8391 from coder-hugo/feature/mysql_ansi_quotesMorris Jobke2018-02-161-2/+3
|\ \ | |/ |/| Don't use double quotes in MySQL queries
| * Don't use double quotes in MySQL queriesRobin Müller2018-02-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | MySQL databases with the ANSI_QUOTES mode enabled treat " as an identifier quote (see https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_ansi_quotes). So for such databases the 'occ upgrade' fails with an error message like this: ... unknown column 'oc_*' in where clause. This fix replaces the doulbe quotes with single quotes that should be always used in MySQL queries to quote literal strings. Signed-off-by: Robin Müller <robin.mueller@1und1.de>
* | Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-156-39/+60
|\ \ | | | | | | Expose navigation entries as API endpoint
| * | Update phpDoc comments and add more type hintingJulius Härtl2018-02-152-7/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Deprecate static methods and use Navigation managerJulius Härtl2018-02-122-2/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Update autoloaderRoeland Jago Douma2018-02-122-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add getAll to public INavigationManagerJulius Härtl2018-02-122-1/+10
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move navigation processing to the NavigationManagerJulius Härtl2018-02-122-33/+40
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add throws annotationJulius Härtl2018-02-151-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Properly encapsulate require_once for app.phpJulius Härtl2018-02-151-11/+12
| |/ |/| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-02-148-8/+170
| |
* | Merge pull request #8259 from nextcloud/guzzle6Morris Jobke2018-02-144-27/+53
|\ \ | | | | | | update guzzlehttp/guzzle to 6.3.0
| * | adjust post body for new guzzleRobin Appelman2018-02-091-0/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Adjust dav client to new guzzleRobin Appelman2018-02-091-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | adjust httpclient to guzzle6Robin Appelman2018-02-093-25/+47
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1413-26/+0
|\ \ \ | | | | | | | | Remove unused import statements
| * | | Remove unused import statementsMorris Jobke2018-02-1413-26/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #8328 from ↵Joas Schilling2018-02-141-2/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/filter-out-the-current-user-by-email-too Filter out the current user when searching for emails too
| * | | | Filter out the current user when searching for emails tooJoas Schilling2018-02-131-2/+9
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #8337 from nextcloud/use-non-alias-methodJoas Schilling2018-02-144-6/+6
|\ \ \ \ | | | | | | | | | | Use non aliased method instead
| * | | | Use non aliased method insteadMorris Jobke2018-02-134-6/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #8338 from nextcloud/simplify-return-statementJoas Schilling2018-02-141-3/+1
|\ \ \ \ | | | | | | | | | | Simplify return statement
| * | | | Simplify return statementMorris Jobke2018-02-131-3/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / [tx-robot] updated from transifexNextcloud bot2018-02-142-2/+30
|/ / /
* | / [tx-robot] updated from transifexNextcloud bot2018-02-128-8/+92
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-02-0972-0/+4856
| |
* | Try to silence phanRoeland Jago Douma2018-02-081-0/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | don't swallow exception from touchRobin Appelman2018-02-082-2/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | better error message on catalog errorRobin Appelman2018-02-082-1/+6
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #8033 from nextcloud/s3-uploaderMorris Jobke2018-02-081-43/+2
|\ | | | | Use S3Client::upload instead of splitting single/multipart upload ourselves
| * Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-43/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #8218 from nextcloud/display_proper_lang_stringMorris Jobke2018-02-081-1/+1
|\ \ | | | | | | Display the proper language strings in setttings
| * | Display the proper language strings in setttingsRoeland Jago Douma2018-02-071-1/+1
| | | | | | | | | | | | | | | | | | Since this was moved to lib, we have to the lib language files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-081-2/+9
|\ \ \ | | | | | | | | Respect limit and order in webdav search
| * | | CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8233 from nextcloud/swift-return-streamRoeland Jago Douma2018-02-081-1/+1
|\ \ \ \ | | | | | | | | | | actually return stream from swift
| * | | | actually return stream from swiftRobin Appelman2018-02-071-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2018-02-082-2/+4
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-02-0722-22/+24
| | |
* | | Merge pull request #8217 from nextcloud/fix_8180Morris Jobke2018-02-071-1/+3
|\ \ \ | | | | | | | | Use proper lanugage in langauge code
| * | | Use proper lanugage in langauge codeRoeland Jago Douma2018-02-071-1/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | Fixes #8180 The _ is not valid in language codes use - instead. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-072-2/+30
| | |
* | | Merge pull request #8182 from robert-scheck/pki-validationMorris Jobke2018-02-061-1/+1
|\ \ \ | |/ / |/| | Handle SSL certificate verifications for others than Let's Encrypt
| * | Handle SSL certificate verifications for others than Let's EncryptRobert Scheck2018-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do no longer (wrongly) rewrite URLs like * http://example.net/.well-known/pki-validation/file.txt (Comodo) * http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust) * http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign) * http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy) * http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign) for automated SSL certificate verifications. All (common commercial) certificate authorities (CA) except Let's Encrypt (via ACME) seem to use "pki-validation" rather "acme-challenge" for their domain control validation (DCV). Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* | | Merge pull request #8173 from michaelletzgus/fix_for_eachMorris Jobke2018-02-061-3/+5
|\ \ \ | |/ / |/| | Fix "undefined index" problem
| * | using isset()michaelletzgus2018-02-051-1/+1
| | | | | | | | | using isset() instead of array_key_exists()
| * | Fix undefined index problemmichaelletzgus2018-02-041-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Nextcloud 13RC4, error in logfile, triggered by "occ config:list": Invalid argument supplied for foreach() at lib/private/AppConfig.php#297 PHP Undefined index: workflowengine at lib/private/AppConfig.php#297 Fix: Check if index exists in array before using it.