Commit Graph

14339 Commits (03a0f4cbad4edbf1e3f8e7e335271331ee48690b)

Author SHA1 Message Date
Roeland Jago Douma b6439da128 Merge pull request #1338 from nextcloud/fix-trashbin-errors
Opening the trashbin causes errors in log for files without preview
8 years ago
Lukas Reschke c0656fb4ef
Move Travis tests to DroneCI
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
8 years ago
Morris Jobke 15e7f8f3cc Merge pull request #1370 from nextcloud/dav-fixassemblystreamperf
[uc] Improve chunk upload AssemblyStream performance
8 years ago
Roeland Jago Douma 56d37e27bc
Fix tests 8 years ago
Vincent Petry fb52b1af67
Allow increasing permissions for share owner
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.
8 years ago
Vincent Petry 1ab472b9ad
Improve chunk upload AssemblyStream performance 8 years ago
Nextcloud bot feb85981cd
[tx-robot] updated from transifex 8 years ago
Joas Schilling 6f8f78b07a
Fix some more sniffs 8 years ago
Joas Schilling 5e5e5b77d5
Fix encryption app 8 years ago
Joas Schilling 6ac2b8d83f
Fix twofactor_backupcodes 8 years ago
Joas Schilling 60c22dd074
Fix more sniffing 8 years ago
Joas Schilling 01cf85e4e5
Fix the User_LDAP app 8 years ago
Joas Schilling a2668b11e5
Fix sniffes in admin_audit 8 years ago
Nextcloud bot cf57055960
[tx-robot] updated from transifex 8 years ago
Morris Jobke 9c3ffa6a65 Merge pull request #1351 from nextcloud/cast_to_int
Cast query result to int
8 years ago
Roeland Jago Douma bc40a033f3 Merge pull request #1250 from nextcloud/remote_ocs
Move remote_shares OCS endpoint to AppFramework
8 years ago
Nextcloud bot 96d176d1e8
[tx-robot] updated from transifex 8 years ago
Roeland Jago Douma ef4eaaee17 Merge pull request #1346 from nextcloud/trash-detect-correct-mimetype
deleted files, fix mimetype detection
8 years ago
Nextcloud bot 341d4f0c01
[tx-robot] updated from transifex 8 years ago
Roeland Jago Douma 94fb5bcbae
Cast query result to int
Else we never create the default address book
8 years ago
Bjoern Schiessle 68b53669c0
detect the correct mimetype of the files in the trashbin, therefore we have to check the filename without the appended timestamp 8 years ago
Morris Jobke 3fc37b2fc5 Merge pull request #1342 from nextcloud/throw-exceptions-not-printable
Don't print exception message in HTML
8 years ago
Morris Jobke f56ae37e8f
Opening the trashbin causes errors in log for files without preview
* 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.
8 years ago
Lukas Reschke f715b5ea2e
Don't print exception message in HTML
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.
8 years ago
Lukas Reschke 67439951e6
Filter more mimetypes
There's no need to allow more than those defined mimetypes for images.
8 years ago
Roeland Jago Douma ba104233b0
Move remote_shares OCS endpoint to AppFramework 8 years ago
Nextcloud bot f5aafdc897
[tx-robot] updated from transifex 8 years ago
Morris Jobke c16aefcff5 Merge pull request #1317 from nextcloud/add-sharing-disclaimer
Adding a optional disclaimer to the anonymous upload page
8 years ago
Morris Jobke 5ac26d12f0 Merge pull request #1247 from nextcloud/storage-id-global-cache
more efficient querying of numeric storage ids
8 years ago
Lukas Reschke 268c5a0aa0
Adjust test 8 years ago
Lukas Reschke 9a2ae2fe7d
Fix tests 8 years ago
Morris Jobke 6bb95de1c5
Adding a optional disclaimer to the anonymous upload page 8 years ago
Joas Schilling 27a3c68d84
Fix tests 8 years ago
Joas Schilling 202ae42506
Show an update button instead of the updater 8 years ago
Joas Schilling cdfe538452 Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bit
Fix detection of file types a bit
8 years ago
Nextcloud bot b992bf2142
[tx-robot] updated from transifex 8 years ago
Lukas Reschke 25a1a68bc9 Merge pull request #1310 from nextcloud/shared-with-you-owner
dont show shares you own in "shared with you"
8 years ago
Roeland Jago Douma 680b557a4b
Fix apps warnings 8 years ago
Roeland Jago Douma 3dc840cadf Merge pull request #1311 from nextcloud/add-doc-link
Add a docs link when given
8 years ago
Morris Jobke c36ceb6fff Merge pull request #1301 from nextcloud/fix-required-permissions-for-webdav-move-and-copy
Fix required permissions for webdav move and copy
8 years ago
Joas Schilling 3dabfb0793
Add a docs link when given 8 years ago
Joas Schilling b94a4df592
Fix tests 8 years ago
Robin Appelman 9adf78c155
dont show shares you own in "shared with you" 8 years ago
Robin Appelman e8e950a4d2
more efficient querying of numeric storage ids 8 years ago
Morris Jobke 5bf17607b3
Fix layout of success message and text 8 years ago
Joas Schilling cf69a2b7eb
UPDATE permissions qualify for renaming a node 8 years ago
Joas Schilling 4c0665b6ec
Only require CREATE permissions when the file does not exist yet 8 years ago
Joas Schilling 0027304b5f Merge pull request #1210 from nextcloud/bump_symfony_console
[3rparty] Bump symfony/console
8 years ago
Morris Jobke 74daac49ac Merge pull request #1292 from nextcloud/add-theming-icon
Add icon for the theming app
8 years ago
Nextcloud bot 1110ef52ed
[tx-robot] updated from transifex 8 years ago