Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 22 | -22/+24 |
| | |||||
* | Merge pull request #8217 from nextcloud/fix_8180 | Morris Jobke | 2018-02-07 | 1 | -1/+3 |
|\ | | | | | Use proper lanugage in langauge code | ||||
| * | Use proper lanugage in langauge code | Roeland Jago Douma | 2018-02-07 | 1 | -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 transifex | Nextcloud bot | 2018-02-07 | 2 | -2/+30 |
| | | |||||
* | | Merge pull request #8182 from robert-scheck/pki-validation | Morris Jobke | 2018-02-06 | 1 | -1/+1 |
|\ \ | |/ |/| | Handle SSL certificate verifications for others than Let's Encrypt | ||||
| * | Handle SSL certificate verifications for others than Let's Encrypt | Robert Scheck | 2018-02-05 | 1 | -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_each | Morris Jobke | 2018-02-06 | 1 | -3/+5 |
|\ \ | |/ |/| | Fix "undefined index" problem | ||||
| * | using isset() | michaelletzgus | 2018-02-05 | 1 | -1/+1 |
| | | | | | | using isset() instead of array_key_exists() | ||||
| * | Fix undefined index problem | michaelletzgus | 2018-02-04 | 1 | -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. | ||||
* | | Merge pull request #8144 from nextcloud/cache-update-occ | Morris Jobke | 2018-02-05 | 7 | -9/+111 |
|\ \ | | | | | | | Repair step to clear frontend related caches | ||||
| * | | Move depsCache clearing to SCSSCacher/JSCombiner | Julius Härtl | 2018-02-03 | 3 | -15/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Add tests and class mapping | Julius Härtl | 2018-02-03 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Add repair step to clear frontend related caches | Julius Härtl | 2018-02-03 | 5 | -6/+118 |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #8155 from nextcloud/use-guest-css | Morris Jobke | 2018-02-05 | 1 | -1/+3 |
|\ \ | | | | | | | Fix styling issues of guest pages | ||||
| * | | Load guest css on any guest and error page | Julius Härtl | 2018-02-02 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Do not try to get the jailed path if we can't find the id | Roeland Jago Douma | 2018-02-03 | 1 | -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> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-03 | 12 | -10/+156 |
|/ | |||||
* | Merge pull request #8134 from coliff/patch-2 | Joas Schilling | 2018-02-02 | 1 | -1/+1 |
|\ | | | | | Update iOS link to geo-detect & show correct store listing | ||||
| * | Update defaults.php | Christian Oliff | 2018-02-02 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-02 | 8 | -8/+114 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 2 | -0/+372 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 94 | -3574/+88 |
| | | |||||
* | | Merge pull request #8137 from nextcloud/update-doc-version | Christoph Wurst | 2018-02-01 | 1 | -1/+1 |
|\ \ | |/ |/| | Update doc link version to 14 | ||||
| * | Update doc link version to 14 | Morris Jobke | 2018-02-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 94 | -184/+184 |
|/ | |||||
* | Merge pull request #8097 from nextcloud/deprecate-static-app | Roeland Jago Douma | 2018-01-31 | 6 | -165/+86 |
|\ | | | | | Deprecate static methods from \OCP\App | ||||
| * | Add deprecation checks | Morris Jobke | 2018-01-31 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Remove OC_App::removeApp | Julius Härtl | 2018-01-31 | 2 | -13/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Remove OC_App::installApp since it is not used anymore | Julius Härtl | 2018-01-31 | 1 | -57/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Remove long time deprecated functions and deprecate \OCP\App | Julius Härtl | 2018-01-31 | 1 | -43/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 4 | -52/+72 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #8121 from ↵ | Morris Jobke | 2018-01-31 | 1 | -12/+10 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/8085/migrations-table-has-old-collation Create the migrations table also with the UTF8mb4 collation | ||||
| * | Create the migrations table also with the UTF8mb4 collation | Joas Schilling | 2018-01-31 | 1 | -12/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #8096 from ↵ | Roeland Jago Douma | 2018-01-31 | 10 | -687/+187 |
|\ \ | |/ |/| | | | | | nextcloud/feature/6382/do-not-cache-settings-in-db-anymore Do not cache the settings/sections in the database anymore | ||||
| * | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 10 | -687/+187 |
| | | | | | | | | | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Make sure we don't query the AppManager before the installation started | Julius Härtl | 2018-01-30 | 1 | -2/+5 |
| | | | | | | | | | | | | Otherwise we end up with the database not being instantiated Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 1 | -16/+41 |
|\ \ | |/ |/| | SCSS hardening | ||||
| * | Add typehinting an fix some minor cleanup | Julius Härtl | 2018-01-26 | 1 | -16/+24 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Do not rewrite absolute URLs | Julius Härtl | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Clear injectect variables when resetting the cache | Julius Härtl | 2018-01-26 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Make sure that injected variables do not break the CSS generation | Julius Härtl | 2018-01-26 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | SCSS files are only cached if their size is > 0 | Julius Härtl | 2018-01-26 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #8062 from nextcloud/use-class | Morris Jobke | 2018-01-29 | 19 | -95/+114 |
|\ \ | | | | | | | Use ::class statement instead of string | ||||
| * | | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 19 | -95/+114 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Don't perform CSRF check on OCS routes with Bearer auth | Roeland Jago Douma | 2018-01-29 | 1 | -2/+8 |
|/ / | | | | | | | | | | | Fixes #5694 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 25 | -36/+36 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8072 from nextcloud/type-casting | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
|\ \ | | | | | | | Use type casting instead of *val() method | ||||
| * | | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8071 from nextcloud/remove-silly-code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
|\ \ | | | | | | | Cleanup unused code | ||||
| * | | Cleanup unused code | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |