aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-09-1516-110/+420
|
* [tx-robot] updated from transifexNextcloud bot2016-09-1412-4/+46
|
* Merge pull request #1338 from nextcloud/fix-trashbin-errorsRoeland Jago Douma2016-09-131-0/+2
|\ | | | | Opening the trashbin causes errors in log for files without preview
| * Opening the trashbin causes errors in log for files without previewMorris Jobke2016-09-091-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 DroneCILukas Reschke2016-09-132-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-fixassemblystreamperfMorris Jobke2016-09-132-11/+94
|\ \ | | | | | | [uc] Improve chunk upload AssemblyStream performance
| * | Improve chunk upload AssemblyStream performanceVincent Petry2016-09-132-11/+94
| | |
* | | Fix testsRoeland Jago Douma2016-09-131-23/+17
| | |
* | | 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.
* | [tx-robot] updated from transifexNextcloud bot2016-09-138-0/+58
| |
* | Fix some more sniffsJoas Schilling2016-09-123-3/+0
| |
* | Fix encryption appJoas Schilling2016-09-122-2/+1
| |
* | Fix twofactor_backupcodesJoas Schilling2016-09-123-7/+5
| |
* | Fix more sniffingJoas Schilling2016-09-124-6/+5
| |
* | Fix the User_LDAP appJoas Schilling2016-09-127-17/+12
| |
* | Fix sniffes in admin_auditJoas Schilling2016-09-121-3/+0
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-128-0/+70
| |
* | Merge pull request #1351 from nextcloud/cast_to_intMorris Jobke2016-09-112-2/+2
|\ \ | | | | | | Cast query result to int
| * | Cast query result to intRoeland Jago Douma2016-09-092-2/+2
| | | | | | | | | | | | Else we never create the default address book
* | | Merge pull request #1250 from nextcloud/remote_ocsRoeland Jago Douma2016-09-114-260/+217
|\ \ \ | | | | | | | | Move remote_shares OCS endpoint to AppFramework
| * | | Move remote_shares OCS endpoint to AppFrameworkRoeland Jago Douma2016-09-094-260/+217
| | |/ | |/|
* | | [tx-robot] updated from transifexNextcloud bot2016-09-116-0/+8
| | |
* | | Merge pull request #1346 from nextcloud/trash-detect-correct-mimetypeRoeland Jago Douma2016-09-101-2/+3
|\ \ \ | | | | | | | | deleted files, fix mimetype detection
| * | | detect the correct mimetype of the files in the trashbin, therefore we have ↵Bjoern Schiessle2016-09-091-2/+3
| | | | | | | | | | | | | | | | to check the filename without the appended timestamp
* | | | [tx-robot] updated from transifexNextcloud bot2016-09-102-10/+10
| |_|/ |/| |
* | | Merge pull request #1342 from nextcloud/throw-exceptions-not-printableMorris Jobke2016-09-092-7/+5
|\ \ \ | |/ / |/| | Don't print exception message in HTML
| * | Don't print exception message in HTMLLukas Reschke2016-09-092-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 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 #1317 from nextcloud/add-sharing-disclaimerMorris Jobke2016-09-084-2/+22
|\ | | | | Adding a optional disclaimer to the anonymous upload page
| * Adjust testLukas Reschke2016-09-081-1/+7
| |
| * Fix testsLukas Reschke2016-09-081-2/+1
| |
| * Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-083-1/+16
| |
* | Merge pull request #1247 from nextcloud/storage-id-global-cacheMorris Jobke2016-09-082-23/+33
|\ \ | | | | | | more efficient querying of numeric storage ids
| * | more efficient querying of numeric storage idsRobin Appelman2016-09-072-23/+33
| | |
* | | Fix testsJoas Schilling2016-09-082-7/+15
| | |
* | | Show an update button instead of the updaterJoas Schilling2016-09-084-27/+7
| | |
* | | Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bitJoas Schilling2016-09-082-9/+86
|\ \ \ | | | | | | | | Fix detection of file types a bit
| * | | Make mimetype also work for READ and DELETE operationsJoas Schilling2016-09-052-1/+40
| | | |
| * | | Better detection of mimetypes while uploading a zip on a macJoas Schilling2016-09-051-8/+46
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2016-09-0850-84/+128
| | | |
* | | | Merge pull request #1310 from nextcloud/shared-with-you-ownerLukas Reschke2016-09-071-0/+5
|\ \ \ \ | | | | | | | | | | dont show shares you own in "shared with you"
| * | | | dont show shares you own in "shared with you"Robin Appelman2016-09-071-0/+5
| | |/ / | |/| |
* | | | Fix apps warningsRoeland Jago Douma2016-09-072-3/+4
| | | |
* | | | Merge pull request #1311 from nextcloud/add-doc-linkRoeland Jago Douma2016-09-071-1/+8
|\ \ \ \ | | | | | | | | | | Add a docs link when given
| * | | | Add a docs link when givenJoas Schilling2016-09-071-1/+8
| |/ / /
* | | | Merge pull request #1301 from ↵Morris Jobke2016-09-072-20/+46
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/fix-required-permissions-for-webdav-move-and-copy Fix required permissions for webdav move and copy
| * | | Fix testsJoas Schilling2016-09-071-16/+28
| | | |
| * | | UPDATE permissions qualify for renaming a nodeJoas Schilling2016-09-071-5/+10
| | | |
| * | | Only require CREATE permissions when the file does not exist yetJoas Schilling2016-09-071-2/+11
| |/ /