Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Travis tests to DroneCI | Lukas Reschke | 2016-09-14 | 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 | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-14 | 10 | -4/+14 |
| | |||||
* | Opening the trashbin causes errors in log for files without preview | Morris Jobke | 2016-09-13 | 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. | ||||
* | Merge pull request #1391 from nextcloud/stable10-backport-1376 | Roeland Jago Douma | 2016-09-13 | 2 | -1/+109 |
|\ | | | | | [stable10] Allow increasing permissions for share owner | ||||
| * | 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. | ||||
* | | Merge pull request #1367 from nextcloud/trash-detect-correct-mimetype-stable10 | Morris Jobke | 2016-09-13 | 1 | -2/+3 |
|\ \ | |/ |/| | [stable10] deleted files, fix mimetype detection | ||||
| * | detect the correct mimetype of the files in the trashbin, therefore we have ↵ | Bjoern Schiessle | 2016-09-12 | 1 | -2/+3 |
| | | | | | | | | to check the filename without the appended timestamp | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-13 | 4 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-12 | 4 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-11 | 6 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-10 | 2 | -10/+10 |
| | |||||
* | Merge pull request #1343 from nextcloud/stable10-throw-exceptions-not-printable | Roeland Jago Douma | 2016-09-09 | 2 | -5/+3 |
|\ | | | | | [stable10] Don't print exception message in HTML | ||||
| * | Don't print exception message in HTML | Lukas Reschke | 2016-09-09 | 2 | -5/+3 |
| | | | | | | | | | | | | 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 #1324 from ↵ | Morris Jobke | 2016-09-08 | 6 | -34/+22 |
|\ | | | | | | | | | nextcloud/backport-1323-show-download-button-for-updates-atm [stable10] Show an download button instead of the updater | ||||
| * | 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 #1316 from nextcloud/backport-1311-add-docs-for-workflows | Morris Jobke | 2016-09-08 | 1 | -1/+8 |
|\ \ | | | | | | | [stable10] Add a docs link when given | ||||
| * | | Add a docs link when given | Joas Schilling | 2016-09-08 | 1 | -1/+8 |
| |/ | |||||
* | | Merge pull request #1319 from ↵ | Roeland Jago Douma | 2016-09-08 | 2 | -9/+86 |
|\ \ | | | | | | | | | | | | | nextcloud/backport-1243-fix-detection-of-file-types-a-bit [stable10] Fix detection of file types a bit | ||||
| * | | Make mimetype also work for READ and DELETE operations | Joas Schilling | 2016-09-08 | 2 | -1/+40 |
| | | | |||||
| * | | Better detection of mimetypes while uploading a zip on a mac | Joas Schilling | 2016-09-08 | 1 | -8/+46 |
| |/ | |||||
* | | Fix tests | Joas Schilling | 2016-09-08 | 1 | -16/+28 |
| | | |||||
* | | UPDATE permissions qualify for renaming a node | Joas Schilling | 2016-09-08 | 1 | -5/+10 |
| | | |||||
* | | Only require CREATE permissions when the file does not exist yet | Joas Schilling | 2016-09-08 | 1 | -2/+11 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-08 | 48 | -84/+96 |
| | |||||
* | Fix layout of success message and text | Morris Jobke | 2016-09-07 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | No background and logo in 10 | Joas Schilling | 2016-09-06 | 2 | -37/+5 |
| | |||||
* | php 5.4 and 5.5 compatibility | Joas Schilling | 2016-09-06 | 3 | -33/+14 |
| | |||||
* | 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-06 | 2 | -0/+63 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-06 | 16 | -28/+62 |
| | |||||
* | [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 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-03 | 24 | -104/+238 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-02 | 26 | -0/+42 |
| | |||||
* | Also prevent null byte character | Joas Schilling | 2016-09-01 | 2 | -1/+3 |
| | |||||
* | Filter out %0A from paths | Joas Schilling | 2016-09-01 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-01 | 166 | -474/+898 |
| | |||||
* | Merge pull request #1181 from nextcloud/backport-870-oracle-support | Roeland Jago Douma | 2016-08-31 | 2 | -2/+2 |
|\ | | | | | [stable10] Fix oracle support of external storage app | ||||
| * | Fix oracle support of external storage app | Joas Schilling | 2016-08-30 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1207 from ↵ | Roeland Jago Douma | 2016-08-31 | 2 | -2/+105 |
|\ \ | | | | | | | | | | | | | nextcloud/backport-1190-addressbook-correctly-handle-multi-values [stable10] Correctly handle multi-values when converting VCards to array | ||||
| * | | Add a unit test for all the magic | Joas Schilling | 2016-08-31 | 1 | -1/+64 |
| | | | |||||
| * | | Correctly handle multi-values when converting VCards to array | Joas Schilling | 2016-08-31 | 1 | -1/+41 |
| | | | |||||
* | | | Added closeCursor in SharedMount numeric id | Vincent Petry | 2016-08-30 | 1 | -0/+1 |
| | | | |||||
* | | | Prevent error with orphaned shares when updating user mount cache | Vincent Petry | 2016-08-30 | 1 | -1/+6 |
|/ / | |||||
* | | Merge pull request #1191 from nextcloud/stable10-share-allowspaceinremote | Lukas Reschke | 2016-08-30 | 2 | -1/+53 |
|\ \ | | | | | | | [stable10] Allow space for federated share id search |