Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-15 | 16 | -110/+420 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-14 | 12 | -4/+46 |
| | |||||
* | Merge pull request #1338 from nextcloud/fix-trashbin-errors | Roeland Jago Douma | 2016-09-13 | 1 | -0/+2 |
|\ | | | | | 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 | 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. | ||||
* | | Move Travis tests to DroneCI | Lukas Reschke | 2016-09-13 | 2 | -24/+0 |
| | | | | | | | | | | | | | | | | | | | | Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container | ||||
* | | Merge pull request #1370 from nextcloud/dav-fixassemblystreamperf | Morris Jobke | 2016-09-13 | 2 | -11/+94 |
|\ \ | | | | | | | [uc] Improve chunk upload AssemblyStream performance | ||||
| * | | Improve chunk upload AssemblyStream performance | Vincent Petry | 2016-09-13 | 2 | -11/+94 |
| | | | |||||
* | | | Fix tests | Roeland Jago Douma | 2016-09-13 | 1 | -23/+17 |
| | | | |||||
* | | | Allow increasing permissions for share owner | Vincent Petry | 2016-09-13 | 2 | -1/+109 |
|/ / | | | | | | | | | | | In some cases, the owner of the share is also recipient through a group share. The owner must still be able to increase permissions in that situation. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-13 | 8 | -0/+58 |
| | | |||||
* | | Fix some more sniffs | Joas Schilling | 2016-09-12 | 3 | -3/+0 |
| | | |||||
* | | Fix encryption app | Joas Schilling | 2016-09-12 | 2 | -2/+1 |
| | | |||||
* | | Fix twofactor_backupcodes | Joas Schilling | 2016-09-12 | 3 | -7/+5 |
| | | |||||
* | | Fix more sniffing | Joas Schilling | 2016-09-12 | 4 | -6/+5 |
| | | |||||
* | | Fix the User_LDAP app | Joas Schilling | 2016-09-12 | 7 | -17/+12 |
| | | |||||
* | | Fix sniffes in admin_audit | Joas Schilling | 2016-09-12 | 1 | -3/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-12 | 8 | -0/+70 |
| | | |||||
* | | Merge pull request #1351 from nextcloud/cast_to_int | Morris Jobke | 2016-09-11 | 2 | -2/+2 |
|\ \ | | | | | | | Cast query result to int | ||||
| * | | Cast query result to int | Roeland Jago Douma | 2016-09-09 | 2 | -2/+2 |
| | | | | | | | | | | | | Else we never create the default address book | ||||
* | | | Merge pull request #1250 from nextcloud/remote_ocs | Roeland Jago Douma | 2016-09-11 | 4 | -260/+217 |
|\ \ \ | | | | | | | | | Move remote_shares OCS endpoint to AppFramework | ||||
| * | | | Move remote_shares OCS endpoint to AppFramework | Roeland Jago Douma | 2016-09-09 | 4 | -260/+217 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-11 | 6 | -0/+8 |
| | | | |||||
* | | | Merge pull request #1346 from nextcloud/trash-detect-correct-mimetype | Roeland Jago Douma | 2016-09-10 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | deleted files, fix mimetype detection | ||||
| * | | | detect the correct mimetype of the files in the trashbin, therefore we have ↵ | Bjoern Schiessle | 2016-09-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | to check the filename without the appended timestamp | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-10 | 2 | -10/+10 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1342 from nextcloud/throw-exceptions-not-printable | Morris Jobke | 2016-09-09 | 2 | -7/+5 |
|\ \ \ | |/ / |/| | | Don't print exception message in HTML | ||||
| * | | Don't print exception message in HTML | Lukas Reschke | 2016-09-09 | 2 | -7/+5 |
| |/ | | | | | | | | | | | The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string. It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached. | ||||
* / | Filter more mimetypes | Lukas Reschke | 2016-09-09 | 2 | -9/+63 |
|/ | | | | There's no need to allow more than those defined mimetypes for images. | ||||
* | [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 |
| |/ / |