aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Move Travis tests to DroneCILukas Reschke2016-09-142-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 transifexNextcloud bot2016-09-1410-4/+14
|
* Opening the trashbin causes errors in log for files without previewMorris Jobke2016-09-131-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-1376Roeland Jago Douma2016-09-132-1/+109
|\ | | | | [stable10] Allow increasing permissions for share owner
| * Allow increasing permissions for share ownerVincent Petry2016-09-132-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-stable10Morris Jobke2016-09-131-2/+3
|\ \ | |/ |/| [stable10] deleted files, fix mimetype detection
| * detect the correct mimetype of the files in the trashbin, therefore we have ↵Bjoern Schiessle2016-09-121-2/+3
| | | | | | | | to check the filename without the appended timestamp
* | [tx-robot] updated from transifexNextcloud bot2016-09-134-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-124-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-09-116-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-102-10/+10
|
* Merge pull request #1343 from nextcloud/stable10-throw-exceptions-not-printableRoeland Jago Douma2016-09-092-5/+3
|\ | | | | [stable10] Don't print exception message in HTML
| * Don't print exception message in HTMLLukas Reschke2016-09-092-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 mimetypesLukas Reschke2016-09-092-9/+63
|/ | | | There's no need to allow more than those defined mimetypes for images.
* [tx-robot] updated from transifexNextcloud bot2016-09-0938-68/+40
|
* Merge pull request #1324 from ↵Morris Jobke2016-09-086-34/+22
|\ | | | | | | | | nextcloud/backport-1323-show-download-button-for-updates-atm [stable10] Show an download button instead of the updater
| * Fix testsJoas Schilling2016-09-082-7/+15
| |
| * Show an update button instead of the updaterJoas Schilling2016-09-084-27/+7
| |
* | Merge pull request #1316 from nextcloud/backport-1311-add-docs-for-workflowsMorris Jobke2016-09-081-1/+8
|\ \ | | | | | | [stable10] Add a docs link when given
| * | Add a docs link when givenJoas Schilling2016-09-081-1/+8
| |/
* | Merge pull request #1319 from ↵Roeland Jago Douma2016-09-082-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 operationsJoas Schilling2016-09-082-1/+40
| | |
| * | Better detection of mimetypes while uploading a zip on a macJoas Schilling2016-09-081-8/+46
| |/
* | Fix testsJoas Schilling2016-09-081-16/+28
| |
* | UPDATE permissions qualify for renaming a nodeJoas Schilling2016-09-081-5/+10
| |
* | Only require CREATE permissions when the file does not exist yetJoas Schilling2016-09-081-2/+11
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-0848-84/+96
|
* Fix layout of success message and textMorris Jobke2016-09-072-2/+2
|
* Add icon for the theming appFelix Epp2016-09-071-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0720-68/+126
|
* No background and logo in 10Joas Schilling2016-09-062-37/+5
|
* php 5.4 and 5.5 compatibilityJoas Schilling2016-09-063-33/+14
|
* Add image URLs and testsJoas Schilling2016-09-063-1/+225
|
* Add theming information to capabilities for the clientJoas Schilling2016-09-062-0/+63
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0616-28/+62
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0524-12/+76
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0424-18/+166
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0324-104/+238
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0226-0/+42
|
* Also prevent null byte characterJoas Schilling2016-09-012-1/+3
|
* Filter out %0A from pathsJoas Schilling2016-09-012-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-01166-474/+898
|
* Merge pull request #1181 from nextcloud/backport-870-oracle-supportRoeland Jago Douma2016-08-312-2/+2
|\ | | | | [stable10] Fix oracle support of external storage app
| * Fix oracle support of external storage appJoas Schilling2016-08-302-2/+2
| |
* | Merge pull request #1207 from ↵Roeland Jago Douma2016-08-312-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 magicJoas Schilling2016-08-311-1/+64
| | |
| * | Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-311-1/+41
| | |
* | | Added closeCursor in SharedMount numeric idVincent Petry2016-08-301-0/+1
| | |
* | | Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+6
|/ /
* | Merge pull request #1191 from nextcloud/stable10-share-allowspaceinremoteLukas Reschke2016-08-302-1/+53
|\ \ | | | | | | [stable10] Allow space for federated share id search