Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct mistaken regex wildcard in .htaccess | Dan Callahan | 2018-02-28 | 1 | -1/+1 |
* | Merge pull request #8219 from nextcloud/fix-overwrite-url-on-cli-install | Morris Jobke | 2018-02-27 | 1 | -3/+8 |
|\ | |||||
| * | Fix proper overwrite URL on CLI install | Morris Jobke | 2018-02-07 | 1 | -3/+8 |
* | | Merge pull request #7363 from nextcloud/default-share-perms | Morris Jobke | 2018-02-27 | 4 | -19/+68 |
|\ \ | |||||
| * | | fix unit tests | Bjoern Schiessle | 2018-02-27 | 1 | -24/+31 |
| * | | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 2 | -17/+48 |
| * | | expose capabilities in js | Bjoern Schiessle | 2018-02-27 | 2 | -2/+13 |
* | | | Merge pull request #8051 from nextcloud/public-template | Roeland Jago Douma | 2018-02-27 | 3 | -2/+15 |
|\ \ \ | |||||
| * | | | Expose parameters as variables to templates | Julius Härtl | 2018-02-27 | 1 | -1/+4 |
| * | | | Enable renderAs public page | Julius Härtl | 2018-02-27 | 1 | -0/+4 |
| * | | | Pass template parameters to parent template | Julius Härtl | 2018-02-27 | 1 | -1/+7 |
| |/ / | |||||
* | | | Merge pull request #8553 from nextcloud/strict_logger | Morris Jobke | 2018-02-27 | 1 | -17/+18 |
|\ \ \ | |||||
| * | | | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -2/+2 |
| * | | | Typehint Throwable | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
| * | | | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -16/+17 |
* | | | | Merge pull request #8552 from nextcloud/strict_session | Morris Jobke | 2018-02-27 | 4 | -29/+33 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Make ISession strict | Roeland Jago Douma | 2018-02-26 | 4 | -29/+33 |
* | | | | Fix check if theming defaults instance is available | Morris Jobke | 2018-02-27 | 1 | -1/+5 |
| |/ / |/| | | |||||
* | | | Merge pull request #8359 from nextcloud/swift-v3 | Morris Jobke | 2018-02-26 | 1 | -7/+27 |
|\ \ \ | |||||
| * | | | User proper username + pass | Roeland Jago Douma | 2018-02-26 | 1 | -2/+2 |
| * | | | add support for v3 swift auth | Robin Appelman | 2018-02-26 | 1 | -7/+27 |
* | | | | Merge pull request #8541 from nextcloud/translate-permission-error-page | Morris Jobke | 2018-02-26 | 3 | -4/+12 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Provide translated error message for permission error | Morris Jobke | 2018-02-26 | 3 | -4/+12 |
* | | | | Merge pull request #8504 from nextcloud/bugfix/noid/well-its-not-an-array | Roeland Jago Douma | 2018-02-26 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Dont use $info as array when its not an array | Joas Schilling | 2018-02-22 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-htm... | Joas Schilling | 2018-02-26 | 2 | -12/+18 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Fix existing usages | Joas Schilling | 2018-02-15 | 1 | -1/+1 |
| * | | | Allow custom HTML in HTML Emails | Joas Schilling | 2018-02-15 | 1 | -11/+17 |
* | | | | Merge pull request #8491 from nextcloud/strict_request | Joas Schilling | 2018-02-26 | 2 | -56/+70 |
|\ \ \ \ | |||||
| * | | | | Fix comments | Roeland Jago Douma | 2018-02-22 | 1 | -2/+2 |
| * | | | | Fix proper types | Roeland Jago Douma | 2018-02-22 | 2 | -3/+11 |
| * | | | | Make Request strict | Roeland Jago Douma | 2018-02-22 | 1 | -53/+59 |
| | |/ / | |/| | | |||||
* / | | | Relax what t accepts so we don't break it all | Roeland Jago Douma | 2018-02-22 | 1 | -2/+6 |
|/ / / | |||||
* | | | Merge pull request #8476 from nextcloud/strict_l10n | Roeland Jago Douma | 2018-02-22 | 2 | -25/+26 |
|\ \ \ | |||||
| * | | | Fix other tests | Roeland Jago Douma | 2018-02-21 | 2 | -5/+6 |
| * | | | Proper closure for function | Roeland Jago Douma | 2018-02-21 | 1 | -2/+2 |
| * | | | Make OCP\IL10N strict | Roeland Jago Douma | 2018-02-21 | 1 | -19/+19 |
* | | | | Merge pull request #8472 from nextcloud/strict_integritycheck | Roeland Jago Douma | 2018-02-22 | 6 | -34/+44 |
|\ \ \ \ | |||||
| * | | | | Handle strict typing in Checker and fix tests | Roeland Jago Douma | 2018-02-21 | 1 | -1/+6 |
| * | | | | Make OC\IntegrityCheck strict | Roeland Jago Douma | 2018-02-21 | 6 | -33/+38 |
* | | | | | Merge pull request #8490 from nextcloud/strict_systemtags | Roeland Jago Douma | 2018-02-22 | 4 | -57/+53 |
|\ \ \ \ \ | |||||
| * | | | | | Make SystemTag strict | Roeland Jago Douma | 2018-02-21 | 4 | -57/+53 |
* | | | | | | Merge pull request #8473 from nextcloud/strict_cmr | Roeland Jago Douma | 2018-02-21 | 1 | -26/+28 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Don't try to match on false | Roeland Jago Douma | 2018-02-21 | 1 | -17/+19 |
| * | | | | | Strict OCP\AppFramework\Utility\IControllerMethodReflector | Roeland Jago Douma | 2018-02-21 | 1 | -10/+10 |
| |/ / / / | |||||
* | / / / | Log exceptions that happen when writing the app store reply to storage | Joas Schilling | 2018-02-21 | 1 | -0/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #8466 from nextcloud/strict_middlewaredipatcher | Roeland Jago Douma | 2018-02-21 | 2 | -13/+11 |
|\ \ \ \ | |||||
| * | | | | Fix tests | Roeland Jago Douma | 2018-02-21 | 2 | -4/+1 |
| * | | | | Make the middlewareDispatcher strict | Roeland Jago Douma | 2018-02-21 | 1 | -9/+10 |
* | | | | | Merge pull request #8471 from nextcloud/fix_upgrade | Roeland Jago Douma | 2018-02-21 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | |