Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-06 | 26 | -10/+112 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-06 | 290 | -400/+516 |
| | |||||
* | Fix dropping a folder on a folder row | Daniel Calviño Sánchez | 2019-01-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-26 | 8 | -16/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-24 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-23 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-22 | 6 | -20/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-21 | 10 | -6/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-20 | 6 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-19 | 24 | -30/+106 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-18 | 20 | -6/+20 |
| | |||||
* | Merge pull request #13638 from nextcloud/backport/13634/stable13 | Morris Jobke | 2019-01-17 | 1 | -1/+1 |
|\ | | | | | [stable13] update URL for federation | ||||
| * | update URL for federation | Jos Poortvliet | 2019-01-16 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-17 | 74 | -440/+492 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-16 | 26 | -36/+92 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-15 | 62 | -330/+406 |
| | |||||
* | Principals can be principal/user/<name> or principal/<name> from legacy installs | Joas Schilling | 2019-01-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-14 | 66 | -290/+520 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-13 | 14 | -18/+198 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-12 | 14 | -16/+56 |
| | |||||
* | Check for no longer existing calendars | Roeland Jago Douma | 2019-01-11 | 1 | -0/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-11 | 26 | -10/+32 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-10 | 4 | -4/+4 |
| | |||||
* | Prevent php info about missing index for old events | Joas Schilling | 2019-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a repair step to remove sensitive event activity | Joas Schilling | 2019-01-09 | 5 | -2/+128 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Correctly handle the classification of events in the activity stream | Joas Schilling | 2019-01-09 | 2 | -3/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #13422 from nextcloud/backport/9174/stable13 | Morris Jobke | 2019-01-09 | 1 | -2/+2 |
|\ | | | | | [stable13] log more information about insufficient storage in dav plugin | ||||
| * | log more information about insufficient storage in dav plugin | Robin Appelman | 2019-01-08 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-09 | 6 | -8/+10 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-08 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-06 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-05 | 36 | -56/+96 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-04 | 128 | -372/+380 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-03 | 4 | -0/+34 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-01 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-31 | 14 | -180/+280 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-30 | 30 | -22/+188 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-29 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-28 | 18 | -18/+106 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-27 | 20 | -52/+104 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-26 | 12 | -2/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-25 | 6 | -2/+86 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-24 | 22 | -44/+328 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-23 | 4 | -0/+26 |
| | |||||
* | do not forgot to store the second displayname portion | Arthur Schiwon | 2018-12-21 | 1 | -1/+1 |
| | | | | | | otherwise it causes a chain reaction of system addressbook updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-21 | 12 | -6/+62 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-20 | 14 | -124/+46 |
| | |||||
* | Prevent special characters from breaking the file drop remote url | John Molakvoæ (skjnldsv) | 2018-12-19 | 1 | -0/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-19 | 14 | -22/+36 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-18 | 2 | -0/+2 |
| |