Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Opening the trashbin causes errors in log for files without preview | Morris Jobke | 2016-09-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | * 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-09 | 38 | -68/+40 |
| | |||||
* | Merge pull request #1317 from nextcloud/add-sharing-disclaimer | Morris Jobke | 2016-09-08 | 4 | -2/+22 |
|\ | | | | | Adding a optional disclaimer to the anonymous upload page | ||||
| * | Adjust test | Lukas Reschke | 2016-09-08 | 1 | -1/+7 |
| | | |||||
| * | Fix tests | Lukas Reschke | 2016-09-08 | 1 | -2/+1 |
| | | |||||
| * | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 3 | -1/+16 |
| | | |||||
* | | Merge pull request #1247 from nextcloud/storage-id-global-cache | Morris Jobke | 2016-09-08 | 2 | -23/+33 |
|\ \ | | | | | | | more efficient querying of numeric storage ids | ||||
| * | | more efficient querying of numeric storage ids | Robin Appelman | 2016-09-07 | 2 | -23/+33 |
| | | | |||||
* | | | Fix tests | Joas Schilling | 2016-09-08 | 2 | -7/+15 |
| | | | |||||
* | | | Show an update button instead of the updater | Joas Schilling | 2016-09-08 | 4 | -27/+7 |
| | | | |||||
* | | | Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bit | Joas Schilling | 2016-09-08 | 2 | -9/+86 |
|\ \ \ | | | | | | | | | Fix detection of file types a bit | ||||
| * | | | Make mimetype also work for READ and DELETE operations | Joas Schilling | 2016-09-05 | 2 | -1/+40 |
| | | | | |||||
| * | | | Better detection of mimetypes while uploading a zip on a mac | Joas Schilling | 2016-09-05 | 1 | -8/+46 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-08 | 50 | -84/+128 |
| | | | | |||||
* | | | | Merge pull request #1310 from nextcloud/shared-with-you-owner | Lukas Reschke | 2016-09-07 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | dont show shares you own in "shared with you" | ||||
| * | | | | dont show shares you own in "shared with you" | Robin Appelman | 2016-09-07 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
* | | | | Fix apps warnings | Roeland Jago Douma | 2016-09-07 | 2 | -3/+4 |
| | | | | |||||
* | | | | Merge pull request #1311 from nextcloud/add-doc-link | Roeland Jago Douma | 2016-09-07 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | Add a docs link when given | ||||
| * | | | | Add a docs link when given | Joas Schilling | 2016-09-07 | 1 | -1/+8 |
| |/ / / | |||||
* | | | | Merge pull request #1301 from ↵ | Morris Jobke | 2016-09-07 | 2 | -20/+46 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | nextcloud/fix-required-permissions-for-webdav-move-and-copy Fix required permissions for webdav move and copy | ||||
| * | | | Fix tests | Joas Schilling | 2016-09-07 | 1 | -16/+28 |
| | | | | |||||
| * | | | UPDATE permissions qualify for renaming a node | Joas Schilling | 2016-09-07 | 1 | -5/+10 |
| | | | | |||||
| * | | | Only require CREATE permissions when the file does not exist yet | Joas Schilling | 2016-09-07 | 1 | -2/+11 |
| |/ / | |||||
* / / | Fix layout of success message and text | Morris Jobke | 2016-09-07 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1210 from nextcloud/bump_symfony_console | Joas Schilling | 2016-09-07 | 3 | -14/+0 |
|\ \ | | | | | | | [3rparty] Bump symfony/console | ||||
| * | | Cleanup files_external command imports | Roeland Jago Douma | 2016-09-06 | 3 | -14/+0 |
| | | | |||||
* | | | Merge pull request #1292 from nextcloud/add-theming-icon | Morris Jobke | 2016-09-07 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Add icon for the theming app | ||||
| * | | | Add icon for the theming app | Felix Epp | 2016-09-07 | 1 | -0/+4 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-07 | 20 | -68/+126 |
|/ / | |||||
* | | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -7/+1 |
| | | |||||
* | | Merge pull request #1245 from nextcloud/get-external-mounts | Morris Jobke | 2016-09-06 | 3 | -29/+68 |
|\ \ | | | | | | | get files_external mounts more efficiently | ||||
| * | | get files_external mounts more efficiently | Robin Appelman | 2016-09-05 | 3 | -29/+68 |
| | | | |||||
* | | | add twofactor_backupcodes to l10n | Morris Jobke | 2016-09-06 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #1242 from nextcloud/bump_phpunit | Joas Schilling | 2016-09-06 | 38 | -158/+267 |
|\ \ \ | | | | | | | | | Bump phpunit | ||||
| * | | | Fix getMock user_ldap | Roeland Jago Douma | 2016-09-06 | 9 | -84/+128 |
| | | | | |||||
| * | | | Fix getMock files_versions | Roeland Jago Douma | 2016-09-06 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix getMock files_trashbin | Roeland Jago Douma | 2016-09-06 | 2 | -3/+5 |
| | | | | |||||
| * | | | Fix getMock files | Roeland Jago Douma | 2016-09-06 | 3 | -7/+12 |
| | | | | |||||
| * | | | Fix getMock files_sharing | Roeland Jago Douma | 2016-09-06 | 1 | -5/+7 |
| | | | | |||||
| * | | | Fix getMock files_external | Roeland Jago Douma | 2016-09-06 | 10 | -34/+59 |
| | | | | |||||
| * | | | Fix getMock encryption | Roeland Jago Douma | 2016-09-06 | 12 | -24/+54 |
| | | | | |||||
* | | | | translate 2fa backup strings | Christoph Wurst | 2016-09-06 | 1 | -2/+2 |
| | | | | |||||
* | | | | fix 2fa backup codes typo | Christoph Wurst | 2016-09-06 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #1272 from nextcloud/theming-info-capabilities | Morris Jobke | 2016-09-06 | 4 | -0/+287 |
|\ \ \ \ | |/ / / |/| | | | Add theming information to capabilities for the client | ||||
| * | | | Add image URLs and tests | Joas Schilling | 2016-09-06 | 3 | -1/+225 |
| | | | | |||||
| * | | | Add theming information to capabilities for the client | Joas Schilling | 2016-09-05 | 2 | -0/+63 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-06 | 16 | -26/+60 |
|/ / | |||||
* / | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 20 | -0/+1347 |
|/ | | | | | * add backup codes app unit tests * add integration tests for the backup codes app | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-05 | 24 | -12/+76 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-04 | 24 | -18/+166 |
| |