Nextcloud bot
6fcc190f5d
[tx-robot] updated from transifex
2016-10-02 00:16:32 +00:00
Nextcloud bot
7dc0de8cb1
[tx-robot] updated from transifex
2016-10-01 00:08:30 +00:00
Nextcloud bot
64e3167dcc
[tx-robot] updated from transifex
2016-09-30 00:08:19 +00:00
blizzz
e60d5d08e0
Merge pull request #1478 from nextcloud/backport-1469-hide-tags-and-cry
...
Hide the tags input field when it's empty
2016-09-29 13:23:40 +02:00
Nextcloud bot
550fb8ce53
[tx-robot] updated from transifex
2016-09-29 00:07:14 +00:00
Morris Jobke
7841f9775f
Merge pull request #1515 from nextcloud/stable9.1-fed-share-retry
...
[stable10] Fix fed share test call to return proper result
2016-09-28 22:02:29 +02:00
Lukas Reschke
98df88950f
UpdateState is empty if no update is available
...
This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116".
2016-09-28 12:30:35 +02:00
Nextcloud bot
ad9b154700
[tx-robot] updated from transifex
2016-09-28 00:10:27 +00:00
Joas Schilling
db24cdcd92
Increase the max length for components
2016-09-27 17:07:43 +02:00
Joas Schilling
7d910437fd
Respect updater kill switch and fall back to download button
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-27 14:59:23 +02:00
Marius Blüm
cb2da786e2
Merge pull request #1528 from nextcloud/stable10-backport-1406
...
[stable10] Fix folder drag glitch in Firefox
2016-09-27 14:37:22 +02:00
Nextcloud bot
0a683682b2
[tx-robot] updated from transifex
2016-09-27 00:09:53 +00:00
Lukas Reschke
9486dbb385
Merge pull request #1500 from nextcloud/stable10-backport-1499
...
[stable10] Add repair step and revert "Open updater" button
2016-09-26 22:28:53 +02:00
Morris Jobke
78c7ff9acc
Fix folder drag glitch in Firefox
...
issue:
* drag'n'drop a folder into the files app in Firefox
* the highlight stays there because Firefox doesn't trigger the drop event for folders
solution:
* behave like the drop event if the dragover event isn't fired for 100ms (only applied in Firefox)
2016-09-26 17:44:01 +02:00
Morris Jobke
341c3567a2
Revert "Fix tests"
...
This reverts commit a44c1c748c
.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-26 13:47:58 +02:00
Vincent Petry
335fcb1a43
Fix fed share test call to return proper result
...
Fixes an issue where retrying a previously failed federated share would
not properly reset the availability flag because the return value was
undefined instead of "true".
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26 11:17:57 +02:00
Nextcloud bot
e0dd6768be
[tx-robot] updated from transifex
2016-09-26 08:10:50 +00:00
Nextcloud bot
15d7b8c2f1
[tx-robot] updated from transifex
2016-09-25 00:09:47 +00:00
Morris Jobke
680e5cae5d
Revert "Show an update button instead of the updater"
...
This reverts commit 202ae42506
.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 13:49:15 +02:00
Nextcloud bot
c6e770959f
[tx-robot] updated from transifex
2016-09-23 00:09:51 +00:00
Nextcloud bot
28ad84cc19
[tx-robot] updated from transifex
2016-09-22 00:11:39 +00:00
Jan-Christoph Borchardt
fa912b43ae
proper padding for Tags action
2016-09-21 11:31:30 +02:00
Joas Schilling
96dc2feb1e
Add viewbox to icons
2016-09-21 11:31:18 +02:00
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