Nextcloud bot
363b1da044
[tx-robot] updated from transifex
2018-02-14 01:12:43 +00:00
Nextcloud bot
b4c492ad07
[tx-robot] updated from transifex
2018-02-13 10:49:21 +00:00
Roeland Jago Douma
74bc89fc4d
Merge pull request #8262 from nextcloud/s3-folder-delete-12
...
[12] Fix deleting folders when using s3 external storage
2018-02-13 07:45:14 +01:00
Nextcloud bot
deeed1664f
[tx-robot] updated from transifex
2018-02-12 21:34:26 +00:00
Robin Appelman
4c903e6b0d
fix invalidating folder cache for s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-12 20:22:48 +01:00
Robin Appelman
c84b290a17
adjust s3 bulk delete to new sdk syntax
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-12 20:22:48 +01:00
Nextcloud bot
966010f87f
[tx-robot] updated from transifex
2018-02-09 15:29:41 +00:00
Nextcloud bot
2b1e759ef4
[tx-robot] updated from transifex
2018-02-09 01:11:18 +00:00
Nextcloud bot
d36b9c7479
[tx-robot] updated from transifex
2018-02-08 01:10:51 +00:00
Robin Appelman
dbc99e47ef
keep previous exception when transforming to dav exception
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-07 14:44:32 +01:00
Nextcloud bot
e2fddd29d1
[tx-robot] updated from transifex
2018-02-07 11:32:21 +00:00
Nextcloud bot
1a6f21d6d3
[tx-robot] updated from transifex
2018-02-07 01:10:47 +00:00
Nextcloud bot
6b4ddfd8b4
[tx-robot] updated from transifex
2018-02-05 01:10:41 +00:00
Nextcloud bot
2a7e629ca5
[tx-robot] updated from transifex
2018-02-04 01:10:51 +00:00
Nextcloud bot
b63c93367f
[tx-robot] updated from transifex
2018-02-03 01:10:55 +00:00
Nextcloud bot
26beb5b7f3
[tx-robot] updated from transifex
2018-02-02 01:10:40 +00:00
Nextcloud bot
6fe9d1b57b
[tx-robot] updated from transifex
2018-02-01 18:28:32 +00:00
Nextcloud bot
4620eb8515
[tx-robot] updated from transifex
2018-02-01 17:20:21 +00:00
Nextcloud bot
0809f2ad87
[tx-robot] updated from transifex
2018-01-31 01:11:16 +00:00
Nextcloud bot
2d04a1e1a9
[tx-robot] updated from transifex
2018-01-30 01:11:32 +00:00
Nextcloud bot
9eddb015c1
[tx-robot] updated from transifex
2018-01-29 01:11:18 +00:00
Arthur Schiwon
23ffae497e
do not catch ServerNotAvailable
...
might cause the user to be unavailable (race condition).
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-01-26 15:38:48 +01:00
Nextcloud bot
355bc845ee
[tx-robot] updated from transifex
2018-01-26 01:11:18 +00:00
Morris Jobke
59a8cd3efc
Merge pull request #8022 from nextcloud/fix-jquery-ui-theming
...
[stable12] Fix jquery-ui theming
2018-01-24 15:41:17 +01:00
Morris Jobke
b42d8ca77d
Merge pull request #7797 from nextcloud/stable12-7709-fix-password-displayed-as-username-in-password-manager
...
[stable12] Fix password displayed as username in Firefox password manager dialog
2018-01-24 15:33:04 +01:00
Julius Härtl
add38859eb
Fix jquery-ui theming
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-24 14:03:59 +01:00
Robin Appelman
0e30a0dd01
increase the time we wait for smb notifications in the test
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-23 09:55:02 +01:00
Nextcloud bot
dd03cc577c
[tx-robot] updated from transifex
2018-01-23 01:11:16 +00:00
Nextcloud bot
ae0641fccc
[tx-robot] updated from transifex
2018-01-21 01:11:18 +00:00
Robin Appelman
4803bd1f3f
update icewind/smb to 2.0.4
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-19 16:30:26 +01:00
Nextcloud bot
8b8c796a31
[tx-robot] updated from transifex
2018-01-19 01:11:20 +00:00
Nextcloud bot
1e8a1a9400
[tx-robot] updated from transifex
2018-01-17 01:11:24 +00:00
Roeland Jago Douma
7a7e756b0e
Merge pull request #7817 from nextcloud/stable12-7767
...
[stable12] Fix preview when theming changes invertion of icons
2018-01-16 19:18:56 +01:00
Nextcloud bot
a3059d0f1f
[tx-robot] updated from transifex
2018-01-16 01:11:18 +00:00
Nextcloud bot
cdbf584d37
[tx-robot] updated from transifex
2018-01-15 01:10:56 +00:00
Nextcloud bot
5e1d580010
[tx-robot] updated from transifex
2018-01-14 01:10:56 +00:00
Julius Härtl
394f1d89d3
Fix appmenu svg double invert
...
This fixes a regression caused by 9b668d0
, where the css filters to
preview color inversion of the app menu was applied by default. This
commit makes the css filters sensitive on what the current state of the
app menu is.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-12 14:35:44 +01:00
Nextcloud bot
0ce9a66920
[tx-robot] updated from transifex
2018-01-12 01:11:48 +00:00
Daniel Calviño Sánchez
a99489d602
Add strengthify bar after plain text input clone of password input
...
To show the password in plain text "showPassword" adds a text input
after the password input and swaps their visibility depending on whether
the password has to be shown in plain text or not. In a similar way,
"strengthify" by default adds the strength bar after the input element
it was called on. Due to this, if "showPassword" is called before
"strengthify" on the same password input then the strength bar ends
between the password input and the text input, and when the text input
is shown it appears below the strength bar.
To fix this now the strength bar is added after the text input in those
places in which "strengthify" was called after "showPassword" on the
same element.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-01-11 16:33:39 +01:00
Daniel Calviño Sánchez
217b711dbb
Fix empty details view after renaming a file
...
"FileList._updateDetailsView" expects either a file name (as a string)
or a file model (as an "OCA.File.FileInfoModel"), but when called
through "updateInList" an "OC.Files.FileInfo" object was given instead.
As the given attribute was not a model "_updateDetailsView" treated it
as a file name and tried to get the model for that file, which failed
and caused the details view to be emptied.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-01-11 13:25:41 +01:00
Daniel Calviño Sánchez
65bba286b6
Move adding test files to "beforeEach()"
...
All the tests in the "Renaming files" section added the test files,
although those calling "doRename()" added them by setting a path for the
file too. However, the path is ignored in the other tests, so adding the
files can be unified and moved to "beforeEach()".
This would be needed, for example, to show the details view for a file
before calling "doRename()".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-01-11 13:25:41 +01:00
Bjoern Schiessle
6634266946
return correct mount type for federated shares
...
fix https://github.com/nextcloud/server/issues/6584
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-01-11 10:22:04 +01:00
Nextcloud bot
5738662032
[tx-robot] updated from transifex
2018-01-11 01:11:50 +00:00
Morris Jobke
cdb1894422
Merge pull request #7774 from nextcloud/smb-2.0.3-12
...
[12] update icewind/smb to 2.0.3
2018-01-10 15:58:26 +01:00
Robin Appelman
d37e2d4507
update icewind/smb to 2.0.3
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-10 12:18:35 +01:00
Julius Härtl
2cc2f31f30
Fix SCSS processing when undoing theming values
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-10 10:25:13 +01:00
Nextcloud bot
02543c3650
[tx-robot] updated from transifex
2018-01-10 01:11:34 +00:00
Robin Appelman
4ec4a7df93
add option to use legacy v2 auth with s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-09 18:21:47 +01:00
Morris Jobke
b089199141
Merge pull request #7708 from nextcloud/stable12-7599
...
[stable12] don't show recurring msg when pages result was turned off
2018-01-09 11:23:36 +01:00
Morris Jobke
25ba9cbe71
Merge pull request #7684 from nextcloud/backport-ie-fix-invert
...
[stable12] Fix inverted app icons on IE11
2018-01-09 11:22:54 +01:00