Commit Graph

232 Commits (98d06094e70d657907b139431624740acde3bbd9)

Author SHA1 Message Date
Michael Gapczynski 518ca0ac58 Fix changing of share status icons, bug fix for oc-1631 14 years ago
Michael Gapczynski 1e1e8ae3b5 Don't show the expiration option until a share occurs, bug fix for oc-1724 14 years ago
Michael Gapczynski 54d4e556fe Add lock and clock icon for sharing 14 years ago
Michael Gapczynski 8f0354bcdd Temporarily disable sharing with contacts and emails, will come in next release 14 years ago
Michael Gapczynski 6c17a4cb77 Don't display actions for children in shared collections, show the parent collection the child is shared in 14 years ago
Bart Visscher 9329af921d Add missing ; to js code 14 years ago
Michael Gapczynski 6c29334b48 Add support for share expiration 14 years ago
Michael Gapczynski 5a9a795cd5 Fix check in Javascript for password protected link 14 years ago
Jörn Friedrich Dreyer ca8120e9f4 unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.Share 14 years ago
Jörn Friedrich Dreyer 3ba27e624f unify permissions (2/3): change apps to use OC::PERMISSION_X 14 years ago
Michael Gapczynski 3828d86191 Remove old Javascript code 14 years ago
Michael Gapczynski 76bc4753e9 Fix displaying if a link is password protected 14 years ago
Michael Gapczynski 0788c6e968 Hide link password controls if link is removed 14 years ago
Michael Gapczynski 26501a0bc8 Delete old link if user sets a password 14 years ago
Michael Gapczynski 9fcb916057 Fix toggling of password protection in sharing dropdown 14 years ago
Michael Gapczynski 2aac6f02a0 Reimplement links support for sharing and add password protection option 14 years ago
Michael Gapczynski d84b1adf34 Dynamically update shared status icon 14 years ago
Michael Gapczynski 7168fa4b05 Add padding to the reshared text 14 years ago
Michael Gapczynski fedb3641f9 Determine if reshare needs to be checked 14 years ago
Michael Gapczynski 36487246ed Switch to using file cache ids instead of paths for file sharing 14 years ago
Michael Gapczynski cfec290ad9 Prevent resharing in UI if share permission not granted 14 years ago
Thomas Tanghus aefa52018d Use right variable name. 14 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 14 years ago
Michael Gapczynski 9699ff03bd Revert using item name, no longer allowing the same item source exist for a user 14 years ago
Michael Gapczynski 09e851a9c4 Fix share ajax calls to use itemName/itemSource, show who shared a file with you 14 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 14 years ago
Michael Gapczynski d02b0e39b2 Fix issues with hiding and showing dropdown 14 years ago
Michael Gapczynski a22f30fb78 Reset item shares variable, fixes autocomplete not showing people 14 years ago
Michael Gapczynski b1a7e30819 Actually change background image of shared items 14 years ago
Michael Gapczynski 51ddc44b62 Somewhat fixes dropdown display issues in the contacts app 14 years ago
Michael Gapczynski 6f83540dd6 Remove person from array after unshare, so name appears in autocomplete again 14 years ago
Michael Gapczynski 4f10574065 Don't load item if it doesn't have it status set 14 years ago
Michael Gapczynski 3b2c853916 Lots of refactoring to share API 14 years ago
Michael Gapczynski 26e406c3c0 Hide 'can edit' if not checked 14 years ago
Michael Gapczynski 4933128850 Throw exceptions in share API for UI to display 14 years ago
Michael Gapczynski 83b935a1c2 Prevent up and down arrow from changing the share with input value 14 years ago
Michael Gapczynski 269922543e Give share with search focus when sharing dropdown appears 14 years ago
Michael Gapczynski 8d01e1a355 Don't show self or already shared with users and groups in the share with search 14 years ago
Michael Gapczynski 8729119d4b Add suggestion to share with search for sharing via email 14 years ago
Michael Gapczynski ed71343df8 Autocomplete for share with search in sharing dropdown 14 years ago
Michael Gapczynski db72ce398b Add support for configuring which permissions are possible for items 14 years ago
Michael Gapczynski cb21406e18 Implement CRUDS in share dropdown, and some clean-up 14 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 14 years ago
Michael Gapczynski cbf851de69 Show private link in dropdown 14 years ago
Michael Gapczynski ccb5e99395 Generate random token for private links (more entropy than past private links) 14 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 14 years ago
Michael Gapczynski 1ad5e3e39f Add parameter to showDropDown to not show private link UI, only files can be shared as private links 14 years ago
Michael Gapczynski db33765e36 Add share with to list in dropdown after sharing 14 years ago
Michael Gapczynski 5e8ef33190 Clean up in the dropdown for unsharing 14 years ago
Michael Gapczynski f456cee9d8 Fix fetching item type from share class element, comment out the auto hider for now since it doesn't work outside of the Files app 14 years ago