summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Collapse)AuthorAgeFilesLines
* Sharing: Fix false positived v. 2Thomas Tanghus2012-11-271-1/+1
|
* readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-4/+18
|
* implement share via link tokenJörn Friedrich Dreyer2012-11-201-13/+5
|
* If you using the sharing by link the array monthNames don't exist and causes ↵libasys2012-11-141-1/+3
| | | | errors in all browsers! so we check if the type of the variable isn't undefined!
* Try to fix shared status icons againMichael Gapczynski2012-10-281-10/+5
|
* Fix shared status iconsMichael Gapczynski2012-10-281-7/+33
|
* added some visual feedback is password was setBjörn Schießle2012-10-281-0/+1
|
* set password if user leaves password field (issue #57)Björn Schießle2012-10-281-9/+7
|
* Urlencode the share URLLukas Reschke2012-10-231-1/+1
| | | | Fixes #63
* translate datepickerscambra2012-10-191-0/+8
|
* 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