summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-10-2662-124/+124
|
* [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+228
|
* [tx-robot] updated from transifexNextcloud bot2017-10-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-142-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2017-10-102-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-052-60/+170
|
* [tx-robot] updated from transifexNextcloud bot2017-09-304-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-286-38/+182
|
* [tx-robot] updated from transifexNextcloud bot2017-09-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-172-0/+190
|
* Correctly format OCS response with favoritesRoeland Jago Douma2017-09-041-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 transifexNextcloud bot2017-08-302-12/+12
|
* Merge pull request #6278 from nextcloud/stable12-6182-fixes-in-files-drop-jsMorris Jobke2017-08-291-16/+14
|\ | | | | [stable12] Fixes in files_drop.js
| * Do not iterate over the filesDaniel Calviño Sánchez2017-08-271-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].nameDaniel Calviño Sánchez2017-08-271-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 contentsDaniel Calviño Sánchez2017-08-271-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" parameterDaniel Calviño Sánchez2017-08-271-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 transifexNextcloud bot2017-08-292-28/+28
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-254-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-244-42/+132
|
* Merge pull request #6151 from ↵Roeland Jago Douma2017-08-231-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 resolutionJoas Schilling2017-08-161-5/+21
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-08-224-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-202-80/+80
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-182-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-172-0/+2
| |
* | Change id to class in the main share templateMarin Treselj2017-08-141-2/+2
|/ | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-0948-48/+0
|
* Disable default activity email for incoming sharesMorris Jobke2017-08-022-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-08-016-6/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-07-302-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-07-294-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-272-118/+98
|
* [tx-robot] updated from transifexNextcloud bot2017-07-264-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-254-6/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-07-2422-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2017-07-232-114/+198
|
* Merge pull request #5754 from nextcloud/fed-unshare-fail-remote-12Roeland Jago Douma2017-07-211-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 remoteRobin Appelman2017-07-171-2/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-07-212-80/+80
|/
* [tx-robot] updated from transifexNextcloud bot2017-07-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-132-20/+20
|
* Merge pull request #5687 from nextcloud/jail-propagator-12Roeland Jago Douma2017-07-122-56/+0
|\ | | | | [12] Fix propagating changes within jail wrapper
| * Fix propagating changes within jail wrapperRobin Appelman2017-07-112-56/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #5463 from nextcloud/shared-cache-during-init-12Roeland Jago Douma2017-07-121-1/+8
|\ \ | | | | | | [12] dont die if we try to access the shared cache while setting up the shared storage