summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
Commit message (Expand)AuthorAgeFilesLines
* Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-38/+52
* Use attr() instead of data() so the item ids work as intendedJoas Schilling2014-06-301-1/+1
* fix server share dialog titleVolkan Gezer2014-06-281-2/+2
* Allow late registration of file actions in public pageVincent Petry2014-06-271-0/+4
* Do not clear URL hash when no external mount params givenVincent Petry2014-06-251-23/+23
* Fixed uploading by drag and drop into folderVincent Petry2014-06-191-1/+1
* Merge pull request #8399 from owncloud/server-server-sharingicewind19912014-06-173-14/+137
|\
| * organize js a bit betterRobin Appelman2014-06-172-47/+69
| * add settings to disable server to server sharingBjoern Schiessle2014-06-142-3/+14
| * Fix prompting for passwordRobin Appelman2014-06-141-15/+16
| * Improve detection of whether we're in the files appRobin Appelman2014-06-141-1/+1
| * Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-142-2/+38
| * Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+53
* | Sanitize name of shareeLukas Reschke2014-06-141-1/+1
|/
* move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-131-78/+0
* access admin settings result message correctlyJörn Friedrich Dreyer2014-06-131-1/+1
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-061-2/+7
* Dont overwrite OCA.SharingRobin Appelman2014-06-051-1/+3
* Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-052-2/+46
|\
| * Fixed wording to "Shared by link"Vincent Petry2014-06-041-2/+2
| * Added "Shared with link" sidebar section in files appVincent Petry2014-06-042-2/+46
* | Merge pull request #8824 from owncloud/mail_template_editing_in_webuiMorris Jobke2014-06-041-0/+78
|\ \
| * | fixes during testThomas Müller2014-06-041-9/+8
| * | convert mail template editor to app framework for a restful apiJörn Friedrich Dreyer2014-06-031-19/+23
| * | minimal mail template editor for administrators, refs #7177Jörn Friedrich Dreyer2014-06-021-0/+75
| |/
* | Do not update action icon recipients for file listVincent Petry2014-06-041-0/+5
* | Use recipient display names when updating shares in the UIVincent Petry2014-06-041-4/+6
* | Multiple fixes to sharing overviewVincent Petry2014-06-032-27/+40
* | Now using shareOwner for the share ownerVincent Petry2014-06-021-2/+2
* | More unit tests and fixes for shareVincent Petry2014-06-021-103/+98
* | Added unit tests for share.js and share iconVincent Petry2014-06-022-21/+16
* | Update share action text to display owner/recipientsVincent Petry2014-06-023-99/+163
|/
* Removed "Share with" columnVincent Petry2014-05-301-3/+1
* Added owner display name in actionVincent Petry2014-05-301-0/+3
* Sharing overview fixes and unit testsVincent Petry2014-05-304-24/+75
* Mimetype for sharing overviewVincent Petry2014-05-301-1/+2
* Distinguish legacy file actions from regular file actionsVincent Petry2014-05-303-20/+31
* Small fixes to sharing overviewVincent Petry2014-05-301-0/+11
* Fixed sharing permissionsVincent Petry2014-05-301-2/+3
* Fixed file actions for sharing viewsVincent Petry2014-05-303-23/+51
* Group shares by typeVincent Petry2014-05-301-76/+75
* Added sharing overview page (WIP)Vincent Petry2014-05-302-0/+251
* allow resharing of files with only share permissionsBjoern Schiessle2014-05-261-1/+10
* fix share label creationBjoern Schiessle2014-05-231-23/+26
* Merge pull request #8675 from owncloud/sharing-improvementsBjörn Schießle2014-05-231-2/+7
|\
| * prevent default action when clicking on the share notificationBjoern Schiessle2014-05-231-1/+6
| * fileList needs be be declared before the if-statementBjoern Schiessle2014-05-221-1/+1
* | Dont scale up the preview for publicly shared imagesRobin Appelman2014-05-221-1/+2
|/
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-8/+24
* Fixed JS issues in public pageVincent Petry2014-05-202-23/+30