summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-0626-10/+112
|
* [tx-robot] updated from transifexNextcloud bot2019-02-06290-400/+516
|
* Fix dropping a folder on a folder rowDaniel Calviño Sánchez2019-01-291-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 transifexNextcloud bot2019-01-268-16/+22
|
* [tx-robot] updated from transifexNextcloud bot2019-01-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-226-20/+22
|
* [tx-robot] updated from transifexNextcloud bot2019-01-2110-6/+24
|
* [tx-robot] updated from transifexNextcloud bot2019-01-206-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-01-1924-30/+106
|
* [tx-robot] updated from transifexNextcloud bot2019-01-1820-6/+20
|
* Merge pull request #13638 from nextcloud/backport/13634/stable13Morris Jobke2019-01-171-1/+1
|\ | | | | [stable13] update URL for federation
| * update URL for federationJos Poortvliet2019-01-161-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2019-01-1774-440/+492
|/
* [tx-robot] updated from transifexNextcloud bot2019-01-1626-36/+92
|
* [tx-robot] updated from transifexNextcloud bot2019-01-1562-330/+406
|
* Principals can be principal/user/<name> or principal/<name> from legacy installsJoas Schilling2019-01-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-01-1466-290/+520
|
* [tx-robot] updated from transifexNextcloud bot2019-01-1314-18/+198
|
* [tx-robot] updated from transifexNextcloud bot2019-01-1214-16/+56
|
* Check for no longer existing calendarsRoeland Jago Douma2019-01-111-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-1126-10/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-01-104-4/+4
|
* Prevent php info about missing index for old eventsJoas Schilling2019-01-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a repair step to remove sensitive event activityJoas Schilling2019-01-095-2/+128
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correctly handle the classification of events in the activity streamJoas Schilling2019-01-092-3/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #13422 from nextcloud/backport/9174/stable13Morris Jobke2019-01-091-2/+2
|\ | | | | [stable13] log more information about insufficient storage in dav plugin
| * log more information about insufficient storage in dav pluginRobin Appelman2019-01-081-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-096-8/+10
|/
* [tx-robot] updated from transifexNextcloud bot2019-01-082-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-0536-56/+96
|
* [tx-robot] updated from transifexNextcloud bot2019-01-04128-372/+380
|
* [tx-robot] updated from transifexNextcloud bot2019-01-034-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2019-01-014-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-3114-180/+280
|
* [tx-robot] updated from transifexNextcloud bot2018-12-3030-22/+188
|
* [tx-robot] updated from transifexNextcloud bot2018-12-292-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2818-18/+106
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2720-52/+104
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2612-2/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-12-256-2/+86
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2422-44/+328
|
* [tx-robot] updated from transifexNextcloud bot2018-12-234-0/+26
|
* do not forgot to store the second displayname portionArthur Schiwon2018-12-211-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 transifexNextcloud bot2018-12-2112-6/+62
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2014-124/+46
|
* Prevent special characters from breaking the file drop remote urlJohn Molakvoæ (skjnldsv)2018-12-191-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-1914-22/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-12-182-0/+2
|