Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-23 | 4 | -20/+52 |
| | |||||
* | Merge pull request #1455 from nextcloud/use-magic-di | Joas Schilling | 2016-09-22 | 1 | -1/+10 |
|\ | | | | | Use magic DI | ||||
| * | Use default value instead of throwing when the service could not be found | Joas Schilling | 2016-09-20 | 1 | -1/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-22 | 4 | -4/+94 |
| | | |||||
* | | Merge pull request #1454 from nextcloud/morris | Lukas Reschke | 2016-09-20 | 1 | -0/+8 |
|\ \ | | | | | | | Don't check Same-Site attribute for mobile chrome | ||||
| * | | Don't check for Same-Site cookie on Chrome Android | Lukas Reschke | 2016-09-20 | 1 | -0/+8 |
| |/ | | | | | | | | | | | | | | | Chrome on Android has a bug that it doesn't sent cookies with the same-site attribute for the download manager. To work around that all same-site cookies get deleted and recreated directly. Awesome! FIXME: Remove once Chrome 54 is deployed to end-users @see https://github.com/nextcloud/server/pull/1454 | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-20 | 2 | -2/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-19 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-18 | 2 | -0/+2 |
| | |||||
* | Add trict CSP to OCS responses | Roeland Jago Douma | 2016-09-15 | 3 | -4/+10 |
| | | | | | If a repsonse now explicitly has the Empty CSP set then the middleware won't touch it. | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-15 | 4 | -0/+6 |
| | |||||
* | Merge pull request #1375 from ↵ | Lukas Reschke | 2016-09-14 | 1 | -2/+4 |
|\ | | | | | | | | | nextcloud/display-that-updating-failed-for-htaccess Display an error when updating .htaccess failed | ||||
| * | Update docs | Joas Schilling | 2016-09-13 | 1 | -1/+2 |
| | | |||||
| * | Display an error when updating .htaccess failed | Joas Schilling | 2016-09-13 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #1395 from nextcloud/issue-369-htaccess-max-sizes | Morris Jobke | 2016-09-13 | 1 | -1/+1 |
|\ \ | | | | | | | Make sure memory limit is > post size and upload filesize | ||||
| * | | Make sure memory limit is > post size and upload filesize | Joas Schilling | 2016-09-13 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1348 from karakayasemi/patch-1 | Roeland Jago Douma | 2016-09-13 | 1 | -1/+1 |
|\ \ | | | | | | | Bug fix CachedMountInfo for user home storage | ||||
| * | | Update CachedMountInfo for user home storage | Semih Serhat Karakaya | 2016-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | In getMountPointNode function rootId is not inside of the userFolder for home storage. We was searching '/user' folder in '/user/files' folder. So, it was return NULL. I moved searching part to parent folder. It solves everything. Also, obviously other storage types not affect then this change. Related owncloud commit : https://github.com/owncloud/core/pull/26017 | ||||
* | | | Merge pull request #1338 from nextcloud/fix-trashbin-errors | Roeland Jago Douma | 2016-09-13 | 4 | -0/+35 |
|\ \ \ | |_|/ |/| | | Opening the trashbin causes errors in log for files without preview | ||||
| * | | Opening the trashbin causes errors in log for files without preview | Morris Jobke | 2016-09-09 | 4 | -0/+35 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-13 | 2 | -0/+4 |
| | | |||||
* | | Fix failing preview unit tests (#26039) | Thomas Müller | 2016-09-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1373 from nextcloud/upstream-26091 | Joas Schilling | 2016-09-12 | 1 | -5/+7 |
|\ \ | | | | | | | Clean up code coverage | ||||
| * | | add updated composer autoloader code | Morris Jobke | 2016-09-12 | 1 | -5/+7 |
| |/ | |||||
* / | Cache the build ControllerName | Roeland Jago Douma | 2016-09-11 | 1 | -1/+15 |
|/ | | | | | | | | | Often a route.php file will have many N routes but only M controllers. Where N >= M. Which means that in most cases the ControllerName will be converted multiple times. This is of course far from ideal. Note that this is per app so the cache will contain at most N entries. Which is not to bad. | ||||
* | Merge pull request #1317 from nextcloud/add-sharing-disclaimer | Morris Jobke | 2016-09-08 | 1 | -0/+1 |
|\ | | | | | Adding a optional disclaimer to the anonymous upload page | ||||
| * | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1247 from nextcloud/storage-id-global-cache | Morris Jobke | 2016-09-08 | 5 | -4/+96 |
|\ \ | | | | | | | more efficient querying of numeric storage ids | ||||
| * | | more efficient querying of numeric storage ids | Robin Appelman | 2016-09-07 | 5 | -4/+96 |
| | | | |||||
* | | | Merge pull request #1328 from nextcloud/add-exemption-for-osx | Morris Jobke | 2016-09-08 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | Add exemptions for incompatible UAs | ||||
| * | | | Add exemptions for incompatible UAs | Lukas Reschke | 2016-09-08 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some user agents are notorious and don't really properly follow HTTP specifications. For those, have an automated opt-out. Since the protection for remote.php is applied in base.php as starting point we need to opt out here. | ||||
* | | | | Change updater URL | Joas Schilling | 2016-09-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #836 from nextcloud/php7.1 | Lukas Reschke | 2016-09-08 | 2 | -2/+6 |
|\ \ \ | | | | | | | | | Add PHP 7.1 drone tests | ||||
| * | | | Fix intergrity checker | Roeland Jago Douma | 2016-09-07 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Set salt length to 0 See https://tools.ietf.org/html/rfc3447#page-38 * Fix tests for new phpunit | ||||
| * | | | Initialize array elements properly | Thomas Müller | 2016-09-07 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bit | Joas Schilling | 2016-09-08 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Fix detection of file types a bit | ||||
| * | | | Correctly remove the charset from finfo mimetype | Joas Schilling | 2016-09-05 | 1 | -2/+3 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-08 | 2 | -18/+50 |
| |/ / |/| | | |||||
* | | | Fix updater URL | Morris Jobke | 2016-09-07 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #1287 from nextcloud/correctly-remove-admin-stuff | Roeland Jago Douma | 2016-09-07 | 1 | -3/+3 |
|\ \ | | | | | | | Correctly remove admin sections and settings | ||||
| * | | Correctly remove admin sections and settings | Joas Schilling | 2016-09-06 | 1 | -3/+3 |
| | | | |||||
* | | | Set proper content type on OCS responses | Roeland Jago Douma | 2016-09-07 | 1 | -0/+10 |
| | | | |||||
* | | | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 4 | -20/+5 |
| | | | |||||
* | | | Merge pull request #1284 from nextcloud/allow-status.php-before-install | Roeland Jago Douma | 2016-09-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Allow status.php before install | ||||
| * | | | Allow to call status.php before the instance is installed | Joas Schilling | 2016-09-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1275 from nextcloud/OCS_forward_headers_cleanup | Morris Jobke | 2016-09-06 | 7 | -51/+311 |
|\ \ \ \ | |_|/ / |/| | | | Internal OCS Controller cleanup | ||||
| * | | | Fix autoloader | Roeland Jago Douma | 2016-09-06 | 2 | -0/+6 |
| | | | | |||||
| * | | | Split OCS version handling | Roeland Jago Douma | 2016-09-06 | 5 | -51/+305 |
| |/ / | | | | | | | | | | | | | | | | This cleans up a bit the OCSController/Middleware. Since the 2 versions of OCS differ a bit. Moved a lot of stuff internal since it is of no concern to the outside. | ||||
* | | | Merge pull request #1235 from ↵ | Morris Jobke | 2016-09-06 | 1 | -1/+9 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/issue-1192-move-navigation-entries-without-order-to-the-end Move navigation entries without order to the end | ||||
| * | | Move navigation entries without order to the end | Joas Schilling | 2016-09-02 | 1 | -1/+9 |
| | | |