summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #8252 from nextcloud/remove-wrong-documentation-linkJoas Schilling2018-02-081-1/+0
|\ \ | | | | | | Remove invalid link to documentation
| * | Remove invalid link to documentationMorris Jobke2018-02-081-1/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8214 from axllent/referrer-fixJoas Schilling2018-02-083-3/+3
|\ \ \ | | | | | | | | Block referrer information with "no-referrer"
| * | | Referrer fix (no-referrer)Ralph Slooten2018-02-083-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Blocking referrer information should be done with "no-referrer" and not "never". See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy Signed-off-by: Ralph Slooten <axllent@gmail.com>
* | | | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-084-57/+147
|\ \ \ \ | |_|/ / |/| | | Respect limit and order in webdav search
| * | | adjust testsRobin Appelman2018-02-071-17/+21
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-072-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Adjust to updated searchdav libraryRobin Appelman2018-02-072-67/+51
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
| | | | | | | | | | | | | | | | 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-0818-48/+160
|/ / / /
* | | | Merge pull request #8224 from nextcloud/dav-dir-exception-previousRobin Appelman2018-02-072-5/+6
|\ \ \ \ | |/ / / |/| | | keep previous exception when transforming to dav exception
| * | | keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
|/ / / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-0744-46/+102
| | |
* | | 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-0720-16/+240
| |
* | Merge pull request #8182 from robert-scheck/pki-validationMorris Jobke2018-02-062-2/+2
|\ \ | |/ |/| Handle SSL certificate verifications for others than Let's Encrypt
| * Handle SSL certificate verifications for others than Let's EncryptRobert Scheck2018-02-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #8175 from LorbusChris/patch-1Morris Jobke2018-02-061-8/+8
|\ \ | | | | | | Sort dependencies in bower.json alphabetically
| * | Sort dependencies in bower.json alphabeticallyChristian Glombek2018-02-051-8/+8
| | | | | | | | | Signed-off-by: Christian Glombek <christian.glombek@rwth-aachen.de>
* | | 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.
* | | [tx-robot] updated from transifexNextcloud bot2018-02-064-24/+162
| | |
* | | Merge pull request #8172 from nextcloud/phan-versionDaniel Calviño Sánchez2018-02-061-6/+6
|\ \ \ | |_|/ |/| | Use a phan version instead of master
| * | Bump php7.2 imageRoeland Jago Douma2018-02-051-5/+5
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Use 7.2 imageRoeland Jago Douma2018-02-041-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Use a phan version instead of masterRoeland Jago Douma2018-02-041-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #8144 from nextcloud/cache-update-occMorris Jobke2018-02-0510-9/+235
|\ \ \ | | | | | | | | Repair step to clear frontend related caches
| * | | Fix testsRoeland Jago Douma2018-02-031-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl2018-02-036-31/+45
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add tests and class mappingJulius Härtl2018-02-033-0/+96
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add repair step to clear frontend related cachesJulius Härtl2018-02-035-6/+118
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8135 from coliff/patch-3Morris Jobke2018-02-052-2/+2
|\ \ \ | | | | | | | | Use correct input type for website url
| * | | Update settings.scssChristian Oliff2018-02-021-1/+1
| | | |
| * | | Use correct input type for website urlChristian Oliff2018-02-011-1/+1
| | | | | | | | | | | | type="url"
* | | | Merge pull request #8155 from nextcloud/use-guest-cssMorris Jobke2018-02-052-3/+8
|\ \ \ \ | | | | | | | | | | Fix styling issues of guest pages
| * | | | Add space on guest pages with custom logoJulius Härtl2018-02-021-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Load guest css on any guest and error pageJulius Härtl2018-02-021-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Make sure theming logo css only applies when a logo is setJulius Härtl2018-02-021-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #8160 from nextcloud/fix_8047Morris Jobke2018-02-051-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Do not try to get the jailed path if we can't find the id
| * | | | | Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-031-0/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8047 If we can't find the file by id there we should just return null instead of trying to get the jailed path of null. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8165 from nextcloud/jquery-ui-missing-imgMorris Jobke2018-02-051-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove jquery ui background image
| * | | | | Remove jquery ui background imageJulius Härtl2018-02-031-0/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | / [tx-robot] updated from transifexNextcloud bot2018-02-056-2/+34
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-0410-10/+44
|/ / /