Commit graph

14134 commits

Author SHA1 Message Date
Joas Schilling
781feb9ff7
Add a handle for the tags label 2016-09-21 11:30:15 +02:00
Joas Schilling
7745b1ac29
Hide the tags input field when it's empty 2016-09-21 11:30:02 +02:00
Nextcloud bot
b5e9ecf764
[tx-robot] updated from transifex 2016-09-21 00:09:46 +00:00
Nextcloud bot
804dfd1d59
[tx-robot] updated from transifex 2016-09-20 00:09:44 +00:00
Nextcloud bot
0a0079e89c
[tx-robot] updated from transifex 2016-09-19 00:09:39 +00:00
Nextcloud bot
466a219cd7
[tx-robot] updated from transifex 2016-09-18 00:09:33 +00:00
Nextcloud bot
568b4d9a5d
[tx-robot] updated from transifex 2016-09-17 00:10:20 +00:00
Nextcloud bot
da66933891
[tx-robot] updated from transifex 2016-09-16 00:09:40 +00:00
Nextcloud bot
f23ae4de2f
[tx-robot] updated from transifex 2016-09-15 00:12:44 +00:00
Lukas Reschke
8ff4d95ae8
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
2016-09-14 08:19:12 +02:00
Nextcloud bot
79d31198c9
[tx-robot] updated from transifex 2016-09-14 00:10:39 +00:00
Morris Jobke
9ca848c317
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.
2016-09-13 20:18:09 +02:00
Roeland Jago Douma
14ea159670 Merge pull request #1391 from nextcloud/stable10-backport-1376
[stable10] Allow increasing permissions for share owner
2016-09-13 15:43:24 +02:00
Morris Jobke
d7faff0b0d Merge pull request #1367 from nextcloud/trash-detect-correct-mimetype-stable10
[stable10] deleted files, fix mimetype detection
2016-09-13 11:50:26 +02:00
Vincent Petry
4c177ce6af
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.
2016-09-13 11:39:22 +02:00
Nextcloud bot
7c3934d3e6
[tx-robot] updated from transifex 2016-09-13 00:11:26 +00:00
Bjoern Schiessle
a6b661bd68
detect the correct mimetype of the files in the trashbin, therefore we have to check the filename without the appended timestamp 2016-09-12 11:47:57 +02:00
Nextcloud bot
3d0a7c49cc
[tx-robot] updated from transifex 2016-09-12 00:09:41 +00:00
Nextcloud bot
37d6cf6f6c
[tx-robot] updated from transifex 2016-09-11 00:09:20 +00:00
Nextcloud bot
3ba03a69fd
[tx-robot] updated from transifex 2016-09-10 00:09:25 +00:00
Roeland Jago Douma
70231dcccf Merge pull request #1343 from nextcloud/stable10-throw-exceptions-not-printable
[stable10] Don't print exception message in HTML
2016-09-09 15:23:55 +02:00
Lukas Reschke
7350e13113
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.
2016-09-09 14:16:17 +02:00
Lukas Reschke
68ab8325c7
Filter more mimetypes
There's no need to allow more than those defined mimetypes for images.
2016-09-09 12:36:28 +02:00
Nextcloud bot
de921ccd98
[tx-robot] updated from transifex 2016-09-09 00:09:38 +00:00
Morris Jobke
520bfa872b Merge pull request #1324 from nextcloud/backport-1323-show-download-button-for-updates-atm
[stable10] Show an download button instead of the updater
2016-09-08 15:41:45 +02:00
Morris Jobke
8e5b2ce3b3 Merge pull request #1316 from nextcloud/backport-1311-add-docs-for-workflows
[stable10] Add a docs link when given
2016-09-08 14:08:52 +02:00
Roeland Jago Douma
cfcadaea36 Merge pull request #1319 from nextcloud/backport-1243-fix-detection-of-file-types-a-bit
[stable10] Fix detection of file types a bit
2016-09-08 13:45:23 +02:00
Joas Schilling
a44c1c748c
Fix tests 2016-09-08 11:14:17 +02:00
Joas Schilling
292b95462e
Show an update button instead of the updater 2016-09-08 11:02:10 +02:00
Joas Schilling
2e407732ba
Fix tests 2016-09-08 09:33:10 +02:00
Joas Schilling
42b9eed5dc
UPDATE permissions qualify for renaming a node 2016-09-08 09:33:01 +02:00
Joas Schilling
14299e44e2
Only require CREATE permissions when the file does not exist yet 2016-09-08 09:32:51 +02:00
Joas Schilling
5996983e28
Make mimetype also work for READ and DELETE operations 2016-09-08 09:21:26 +02:00
Joas Schilling
d3a1fbd9eb
Better detection of mimetypes while uploading a zip on a mac 2016-09-08 09:21:00 +02:00
Joas Schilling
9de17c3785
Add a docs link when given 2016-09-08 08:57:54 +02:00
Nextcloud bot
8c4e5a923a
[tx-robot] updated from transifex 2016-09-08 00:10:28 +00:00
Morris Jobke
86bbea9b8c
Fix layout of success message and text 2016-09-07 19:08:25 +02:00
Felix Epp
a28f000610
Add icon for the theming app 2016-09-07 08:34:01 +02:00
Nextcloud bot
9bd40755ef
[tx-robot] updated from transifex 2016-09-07 00:09:32 +00:00
Joas Schilling
9ac95be358
No background and logo in 10 2016-09-06 11:22:01 +02:00
Joas Schilling
b626f710c1
php 5.4 and 5.5 compatibility 2016-09-06 11:19:08 +02:00
Joas Schilling
ebaa49f76d
Add image URLs and tests 2016-09-06 11:10:27 +02:00
Joas Schilling
9f98cfceb4
Add theming information to capabilities for the client 2016-09-06 11:10:15 +02:00
Nextcloud bot
e9d0520788
[tx-robot] updated from transifex 2016-09-06 00:09:25 +00:00
Nextcloud bot
1193d8d1b4
[tx-robot] updated from transifex 2016-09-05 00:09:16 +00:00
Nextcloud bot
c5f2917e1a
[tx-robot] updated from transifex 2016-09-04 00:09:28 +00:00
Nextcloud bot
d928d47fb6
[tx-robot] updated from transifex 2016-09-03 00:09:30 +00:00
Nextcloud bot
4849538c70
[tx-robot] updated from transifex 2016-09-02 00:09:17 +00:00
Joas Schilling
c3ae21fef2
Also prevent null byte character 2016-09-01 12:45:31 +02:00
Joas Schilling
ed0f0db5fa
Filter out %0A from paths 2016-09-01 12:45:19 +02:00