Commit graph

17990 commits

Author SHA1 Message Date
Nextcloud bot
95a7742db8
[tx-robot] updated from transifex 2019-03-20 01:13:14 +00:00
Nextcloud bot
228b07f665
[tx-robot] updated from transifex 2019-03-19 01:13:13 +00:00
Nextcloud bot
3648725ad5
[tx-robot] updated from transifex 2019-03-18 01:12:55 +00:00
Nextcloud bot
3e75f0dbc0
[tx-robot] updated from transifex 2019-03-17 01:13:49 +00:00
Nextcloud bot
04d95ff167
[tx-robot] updated from transifex 2019-03-16 01:13:01 +00:00
Nextcloud bot
2c78ba7934
[tx-robot] updated from transifex 2019-03-15 01:15:47 +00:00
Nextcloud bot
f6a7324efc
[tx-robot] updated from transifex 2019-03-14 16:09:06 +00:00
Nextcloud bot
c010336649
[tx-robot] updated from transifex 2019-03-01 01:13:05 +00:00
Nextcloud bot
76752f98f4
[tx-robot] updated from transifex 2019-02-28 01:13:08 +00:00
Nextcloud bot
4b997b1b2d
[tx-robot] updated from transifex 2019-02-27 01:12:35 +00:00
Nextcloud bot
e3b401152c
[tx-robot] updated from transifex 2019-02-26 01:12:39 +00:00
Nextcloud bot
a2d82db437
[tx-robot] updated from transifex 2019-02-25 01:12:46 +00:00
Nextcloud bot
c3929a28b9
[tx-robot] updated from transifex 2019-02-24 01:14:10 +00:00
Nextcloud bot
98b6c2a618
[tx-robot] updated from transifex 2019-02-23 01:13:11 +00:00
Nextcloud bot
5961b0b3d3
[tx-robot] updated from transifex 2019-02-22 01:12:38 +00:00
Nextcloud bot
68b24b7320
[tx-robot] updated from transifex 2019-02-21 01:12:31 +00:00
Nextcloud bot
599d65deb6
[tx-robot] updated from transifex 2019-02-20 01:12:22 +00:00
Nextcloud bot
f7ef4c5208
[tx-robot] updated from transifex 2019-02-19 01:12:35 +00:00
Nextcloud bot
7bcf5b632e
[tx-robot] updated from transifex 2019-02-18 01:12:37 +00:00
Nextcloud bot
d565fb12fa
[tx-robot] updated from transifex 2019-02-17 01:13:57 +00:00
Nextcloud bot
eff65e1a86
[tx-robot] updated from transifex 2019-02-16 01:12:52 +00:00
Nextcloud bot
61f20e819a
[tx-robot] updated from transifex 2019-02-15 01:13:22 +00:00
Arthur Schiwon
ccd3addb56
ensure attribute names are lower cased
otherwise they will be skipped when the results is being formatted and the
lower-cased result keys do not match.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-14 15:39:56 +01:00
Nextcloud bot
dec7927eb8
[tx-robot] updated from transifex 2019-02-14 01:12:55 +00:00
Nextcloud bot
5949288dd4
[tx-robot] updated from transifex 2019-02-13 01:12:44 +00:00
Nextcloud bot
c3c8086c4a
[tx-robot] updated from transifex 2019-02-12 01:12:56 +00:00
Nextcloud bot
50634e82ef
[tx-robot] updated from transifex 2019-02-11 01:12:49 +00:00
Nextcloud bot
560f178f39
[tx-robot] updated from transifex 2019-02-10 01:13:56 +00:00
Nextcloud bot
0ce5e90320
[tx-robot] updated from transifex 2019-02-09 01:13:07 +00:00
Nextcloud bot
79471e8d4a
[tx-robot] updated from transifex 2019-02-08 01:13:06 +00:00
Morris Jobke
d9a0dc6701
Merge pull request #14067 from nextcloud/smb-2.0.6-13
[13] update icewind/smb to 2.0.6
2019-02-07 16:37:11 +01:00
Nextcloud bot
5b152acf73
[tx-robot] updated from transifex 2019-02-06 22:18:50 +00:00
Robin Appelman
9652ca64a1
update icewind/smb to 2.0.6
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-06 17:42:28 +01:00
Nextcloud bot
e965465f6b
[tx-robot] updated from transifex 2019-02-06 11:28:01 +00:00
Daniel Calviño Sánchez
036bfa08dd Fix dropping a folder on a folder row
When the uploaded files have a relative path (that is, when a folder is
uploaded) it is first ensured that all the parent folders exist, which
is done by trying to create them. When a folder is created in the
currently opened folder the file list is updated and a row for the new
folder is added. However, this was done too when the folder already
existed, which caused the previous row to be removed and a new one added
to replace it.

For security reasons, some special headers need to be set in requests;
this is done automatically for jQuery by handling the "ajaxSend" event
in the document. In the case of DAV requests, if the headers are not set
the server rejects the request with "CSRF check not passed".

When a file or folder is dropped on a folder row the jQuery upload
events are chained from the initial drop event, which has the row as its
target. In order to upload the file jQuery performs a request, which
triggers the "ajaxSend" event in the row; this event then bubbles up to
the document, which is then handled by adding the special headers to the
request.

However, when a folder was dropped on a folder row that folder row was
removed when ensuring that the folder exists. The jQuery upload events
were still triggered on the row, but as it had been removed it had no
parent nodes, and thus the events did not bubble up. Due to this the
"ajaxSend" event never reached the document when triggered on the
removed row, the headers were not set, and the upload failed.

All this is simply fixed by not removing the folder row when trying to
create it if it existed already.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-29 14:49:26 +00:00
Nextcloud bot
9cbcf03a78
[tx-robot] updated from transifex 2019-01-26 01:12:43 +00:00
Nextcloud bot
e919669982
[tx-robot] updated from transifex 2019-01-24 01:12:34 +00:00
Nextcloud bot
544d28ad60
[tx-robot] updated from transifex 2019-01-23 01:12:35 +00:00
Nextcloud bot
e898c52eb0
[tx-robot] updated from transifex 2019-01-22 01:12:55 +00:00
Nextcloud bot
e05e93b55f
[tx-robot] updated from transifex 2019-01-21 01:12:19 +00:00
Nextcloud bot
dcb368a69e
[tx-robot] updated from transifex 2019-01-20 01:12:59 +00:00
Nextcloud bot
1a4d519593
[tx-robot] updated from transifex 2019-01-19 01:12:49 +00:00
Nextcloud bot
994f773b04
[tx-robot] updated from transifex 2019-01-18 01:15:00 +00:00
Morris Jobke
7d70ce10b7
Merge pull request #13638 from nextcloud/backport/13634/stable13
[stable13] update URL for federation
2019-01-17 09:34:53 +01:00
Nextcloud bot
c610182204
[tx-robot] updated from transifex 2019-01-17 01:12:49 +00:00
Jos Poortvliet
6ce51ca98a update URL for federation 2019-01-16 21:44:15 +00:00
Nextcloud bot
6a7624067b
[tx-robot] updated from transifex 2019-01-16 01:13:05 +00:00
Nextcloud bot
d9a29dc4b4
[tx-robot] updated from transifex 2019-01-15 01:12:45 +00:00
Joas Schilling
3f2d77faf2 Principals can be principal/user/<name> or principal/<name> from legacy installs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-14 13:21:35 +00:00
Nextcloud bot
dcd1dbb609
[tx-robot] updated from transifex 2019-01-14 01:12:28 +00:00