summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/share.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
* Sanitize name of shareeLukas Reschke2014-06-141-1/+1
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-061-2/+7
* 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-031-27/+33
* More unit tests and fixes for shareVincent Petry2014-06-021-103/+98
* Added unit tests for share.js and share iconVincent Petry2014-06-021-9/+13
* Update share action text to display owner/recipientsVincent Petry2014-06-021-88/+139
* Sharing overview fixes and unit testsVincent Petry2014-05-301-4/+5
* Distinguish legacy file actions from regular file actionsVincent Petry2014-05-301-7/+4
* Fixed file actions for sharing viewsVincent Petry2014-05-301-17/+21
* allow resharing of files with only share permissionsBjoern Schiessle2014-05-261-1/+10
* fix share label creationBjoern Schiessle2014-05-231-23/+26
* 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
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-8/+24
* Fixed JS issues in public pageVincent Petry2014-05-201-8/+10
* Fixed many issues, clean upVincent Petry2014-05-151-5/+8
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-3/+2
* remove obsolete codeJörn Friedrich Dreyer2014-04-091-5/+0
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-2/+22
* Improve jQuery element selectorMorris Jobke2014-02-201-1/+1
* uppercase text and fix dialog popupThomas Müller2014-02-201-4/+4
* remove duplicate selectors and declarationThomas Müller2014-02-201-7/+6
* update share ownerThomas Müller2014-02-201-0/+8
* Fixed various file name escaping issues in core appsVincent Petry2014-01-101-1/+1
* Revert "[fix] Center Share Dropdown & Versions Dropdown"zombiehugs2013-12-031-1/+1
* [fix] Center Share Dropdown & Versions Dropdownzombiehugs2013-12-031-1/+1
* pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-2/+2
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-171-3/+11
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-1/+1
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-081-2/+5
* Use HTML5 data attribute + fix undefined variableLukas Reschke2013-01-261-0/+2
* missing renames of publicListView to disableSharingThomas Mueller2013-01-231-1/+1
* Whitespace cleanupBart Visscher2013-01-161-1/+1
* moving sharing email code to coreThomas Mueller2012-12-101-25/+1
* restoring feature to send sharing link via emailThomas Mueller2012-12-101-1/+23
* Fix shared status iconsMichael Gapczynski2012-10-281-30/+4
* don't show the share action in the file view for publically shared files.Björn Schießle2012-10-101-1/+1
* Fix closing the sharing dropdown by clicking on the share buttonMichael Gapczynski2012-10-091-1/+1
* Show preview for public folder linksMichael Gapczynski2012-09-181-4/+2
* Disable link sharing for folders temporarily - next releaseMichael Gapczynski2012-09-091-2/+4
* unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-311-1/+1
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-1/+1
* Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-5/+5
* Prevent resharing in UI if share permission not grantedMichael Gapczynski2012-08-241-4/+4
* Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-221-0/+64