Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-26 | 62 | -124/+124 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-24 | 2 | -0/+228 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-19 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-14 | 2 | -0/+38 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-10 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-05 | 2 | -60/+170 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-30 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-28 | 6 | -38/+182 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-26 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-25 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-21 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-17 | 2 | -0/+190 |
| | |||||
* | Correctly format OCS response with favorites | Roeland Jago Douma | 2017-09-04 | 1 | -2/+2 |
| | | | | | | | | | | The helper funtion did not handle the response correctly and basically only returned the last share with tags. This is a simple rewrite. That is still understandable. Loops maybe more than strictly required. But preformance is not the issue here. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-30 | 2 | -12/+12 |
| | |||||
* | Merge pull request #6278 from nextcloud/stable12-6182-fixes-in-files-drop-js | Morris Jobke | 2017-08-29 | 1 | -16/+14 |
|\ | | | | | [stable12] Fixes in files_drop.js | ||||
| * | Do not iterate over the files | Daniel Calviño Sánchez | 2017-08-27 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | As "singleFileUpload" is used the "add" callback (which in turn calls "addFileToUpload") will always be called with a single file. Therefore there is no need to iterate over the files (and it is not done in the other callbacks either, so this aligns the code with the rest of the callbacks). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Replace fileName variable with data.files[0].name | Daniel Calviño Sánchez | 2017-08-27 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to store the file name, as the "data" parameter given to all the callbacks provides a "files" attribute with all the files that the callback refers to; moreover, it will always be a single file due to the use of "singleFileUploads" in the jQuery File Upload plugin. This also fixes the loading icon not disappearing when several files were uploaded at once. "singleFileUploads" causes the "add" callback to be called once for each file to be uploaded, so "fileName" was overwritten with the name of each new file in the upload set; when "fileName" was later used in the "done" callback to find the file in the list whose loading icon replace with the MIME type icon "fileName" always had the name of the last file, and thus its icon was the only one replaced. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Update the whole file item instead of only its contents | Daniel Calviño Sánchez | 2017-08-27 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "done" and "fail" callbacks both update the item for the uploaded file using "setFileIcon". "setFileIcon" updates the contents of the "<li>" element for the file, but the "fail" callback was giving "setFileIcon" an element generated by the template, so the resulting HTML contained a "<li>" element nested in another "<li>" element. However, generating the HTML is better done through a template, so the template now receives the icon to show in order to be used by a successful upload and a failed one, and "setFileIcon" was changed to "updateFileItem". Note that the mimeTypeUrl does no longer need to be escaped, as Handlebars templates escape the needed characters automatically. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Remove "errorThrown" parameter | Daniel Calviño Sánchez | 2017-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | When the "fail" callback is called, "errorThrown" is a property of the data object instead of a parameter. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-29 | 2 | -28/+28 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-25 | 4 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-24 | 4 | -42/+132 |
| | |||||
* | Merge pull request #6151 from ↵ | Roeland Jago Douma | 2017-08-23 | 1 | -5/+21 |
|\ | | | | | | | | | nextcloud/backport-6099-no-exception-on-sharee-error [stable12] Catch exceptions on error of cloud id resolution | ||||
| * | Catch exceptions on error of cloud id resolution | Joas Schilling | 2017-08-16 | 1 | -5/+21 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-22 | 4 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-20 | 2 | -80/+80 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-18 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-17 | 2 | -0/+2 |
| | | |||||
* | | Change id to class in the main share template | Marin Treselj | 2017-08-14 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-12 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-10 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-09 | 48 | -48/+0 |
| | |||||
* | Disable default activity email for incoming shares | Morris Jobke | 2017-08-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-01 | 6 | -6/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-30 | 2 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-29 | 4 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-27 | 2 | -118/+98 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-26 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-25 | 4 | -6/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-24 | 22 | -0/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-23 | 2 | -114/+198 |
| | |||||
* | Merge pull request #5754 from nextcloud/fed-unshare-fail-remote-12 | Roeland Jago Douma | 2017-07-21 | 1 | -2/+7 |
|\ | | | | | [12] still remove the federated share even if we cant notify the remote | ||||
| * | still remove the federated share even if we cant notify the remote | Robin Appelman | 2017-07-17 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-21 | 2 | -80/+80 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-15 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-14 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-13 | 2 | -20/+20 |
| | |||||
* | Merge pull request #5687 from nextcloud/jail-propagator-12 | Roeland Jago Douma | 2017-07-12 | 2 | -56/+0 |
|\ | | | | | [12] Fix propagating changes within jail wrapper | ||||
| * | Fix propagating changes within jail wrapper | Robin Appelman | 2017-07-11 | 2 | -56/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #5463 from nextcloud/shared-cache-during-init-12 | Roeland Jago Douma | 2017-07-12 | 1 | -1/+8 |
|\ \ | | | | | | | [12] dont die if we try to access the shared cache while setting up the shared storage |