summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Collapse)AuthorAgeFilesLines
* use interpolation for some translations in jsscambra2012-10-161-3/+3
|
* Prevent closing sharing dialog on picking the dateVictor Dubiniuk2012-10-081-2/+2
|
* Prevent closing sharing dialog on month adjustment. Fixes oc-1884Victor Dubiniuk2012-10-081-1/+4
|
* share.expiration is null if no expiration date is set.Björn Schießle2012-10-041-1/+1
|
* Show correct public link url for foldersMichael Gapczynski2012-10-031-1/+2
|
* Share - Dropdown dialog - cut off username if it's longer than 14 chars - ↵Georg Ehrke2012-10-011-2/+6
| | | | bugfix for oc-1871
* undo interpolation in js for 4.5scambra2012-09-281-4/+4
|
* Fix unsetting share expiration dateMichael Gapczynski2012-09-261-1/+8
|
* Show share expiration date set for shared itemMichael Gapczynski2012-09-261-5/+13
|
* Stop autocomplete selection event propogration so share dropdown doesn't ↵Michael Gapczynski2012-09-251-0/+1
| | | | disappear, fixes bug oc-1773
* some characters in comments avoid finding some strings to translatescambra2012-09-211-3/+3
|
* translate files_sharing appscambra2012-09-211-26/+26
|
* float right element needs to be the first element, otherwise firefox will ↵Björn Schießle2012-09-201-2/+2
| | | | move it to a new line
* Fix changing of share status icons, bug fix for oc-1631Michael Gapczynski2012-09-191-11/+22
|
* Don't show the expiration option until a share occurs, bug fix for oc-1724Michael Gapczynski2012-09-191-0/+8
|
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-121-72/+88
|\ | | | | | | | | | | Conflicts: core/js/share.js lib/util.php
| * Add lock and clock icon for sharingMichael Gapczynski2012-09-121-2/+1
| |
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-121-5/+5
| |
| * Don't display actions for children in shared collections, show the parent ↵Michael Gapczynski2012-09-091-42/+61
| | | | | | | | collection the child is shared in
| * Add missing ; to js codeBart Visscher2012-09-051-1/+1
| |
| * Fix check in Javascript for password protected linkMichael Gapczynski2012-09-011-1/+1
| |
| * unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.ShareJörn Friedrich Dreyer2012-08-311-5/+0
| |
| * unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-311-18/+18
| |
| * Remove old Javascript codeMichael Gapczynski2012-08-291-4/+0
| |
| * Fix displaying if a link is password protectedMichael Gapczynski2012-08-291-1/+8
| |
| * Hide link password controls if link is removedMichael Gapczynski2012-08-291-0/+2
| |
| * Delete old link if user sets a passwordMichael Gapczynski2012-08-291-2/+0
| |
| * Fix toggling of password protection in sharing dropdownMichael Gapczynski2012-08-291-5/+6
| |
* | Add support for share expirationMichael Gapczynski2012-09-011-0/+27
|/
* Reimplement links support for sharing and add password protection optionMichael Gapczynski2012-08-271-56/+53
|
* Dynamically update shared status iconMichael Gapczynski2012-08-241-3/+36
|
* Add padding to the reshared textMichael Gapczynski2012-08-241-2/+2
|
* Determine if reshare needs to be checkedMichael Gapczynski2012-08-241-1/+5
|
* Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-1/+12
|
* Prevent resharing in UI if share permission not grantedMichael Gapczynski2012-08-241-52/+58
|
* Use right variable name.Thomas Tanghus2012-08-231-10/+10
|
* Check if files_sharing app is enabled, move file specific javascript to ↵Michael Gapczynski2012-08-221-61/+0
| | | | files_sharing app
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-221-18/+27
|
* Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-201-29/+39
|
* Merge branch 'share_api'Michael Gapczynski2012-08-191-2/+2
| | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
* File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-1/+0
|
* Fix issues with hiding and showing dropdownMichael Gapczynski2012-08-081-14/+33
|
* Reset item shares variable, fixes autocomplete not showing peopleMichael Gapczynski2012-08-081-1/+2
|
* Actually change background image of shared itemsMichael Gapczynski2012-08-071-2/+3
|
* Somewhat fixes dropdown display issues in the contacts appMichael Gapczynski2012-08-061-1/+1
|
* Remove person from array after unshare, so name appears in autocomplete againMichael Gapczynski2012-08-061-1/+5
|
* Don't load item if it doesn't have it status setMichael Gapczynski2012-08-061-2/+2
|
* Lots of refactoring to share APIMichael Gapczynski2012-08-061-12/+13
|
* Hide 'can edit' if not checkedMichael Gapczynski2012-08-011-1/+6
|
* Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-011-1/+1
|