summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Backport of #1113 should fix #622Brice Maron2013-01-261-1/+1
|
* use jQuery.parseJSON fallback for IE6/7/8Jörn Friedrich Dreyer2013-01-021-2/+9
|
* remove , at end of js. IE8 chokes on thisJörn Friedrich Dreyer2013-01-021-1/+1
|
* Merge pull request #709 from schiesbn/set_passwd_on_enter_and_focusoutThomas Müller2012-12-181-9/+22
|\ | | | | set password for shared links when the user press enter
| * call the password input field by nameBjörn Schießle2012-12-141-1/+1
| |
| * autofocus to password input after clicking the checkbox; code restructured; ↵Björn Schießle2012-12-141-14/+8
| | | | | | | | debug output added
| * some more usability improvements:Björn Schießle2012-12-051-1/+10
| | | | | | | | merged pull request https://github.com/owncloud/core/pull/121 into this patch with fixes for all issues mentioned in 121
| * set password for shared links when the user press enter and when he leaves ↵Björn Schießle2012-12-041-8/+18
| | | | | | | | the password field
* | backport of PR #810Thomas Mueller2012-12-121-3/+38
| |
* | Backport #605 fix false positives when sharing.Thomas Tanghus2012-12-041-1/+1
|/
* remove debug outputArthur Schiwon2012-11-261-3/+0
|
* coding styleArthur Schiwon2012-11-261-1/+2
|
* check whether to join url with ? or &Arthur Schiwon2012-11-261-2/+13
|
* all but the first parameter are introduced by &Arthur Schiwon2012-11-261-3/+3
|
* Backport pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-11/+17
|
* backport NAN undefined fix for total file sizeJörn Friedrich Dreyer2012-11-061-1/+1
|
* Backport pull request #112.Thomas Tanghus2012-11-011-25/+29
|
* 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
* escapeHTML functionLukas Reschke2012-10-121-0/+9
|
* 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
* Fix double url decoding in fileDownloadPath functionBart Visscher2012-09-291-1/+1
|
* Merge pull request #20 from scambra/undo-l10nThomas Müller2012-09-281-4/+4
|\ | | | | undo interpolation in js for 4.5
| * undo interpolation in js for 4.5scambra2012-09-281-4/+4
| |
* | Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-282-1/+56
|/
* 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 js style fixesRobin Appelman2012-09-231-62/+65
|
* some characters in comments avoid finding some strings to translatescambra2012-09-212-4/+4
|
* fix translating dialog buttons, they are translated in core not dialogs appscambra2012-09-211-6/+6
|
* 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-127-88/+198
|\ | | | | | | | | | | 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 breadcrumb controll to jsRobin Appelman2012-09-091-0/+43
| |
| * forgot a ,Robin Appelman2012-09-091-1/+1
| |
| * add js versions of basename and dirnameRobin Appelman2012-09-081-0/+6
| |
| * Fix name for OCCategoriesBart Visscher2012-09-051-1/+1
| |
| * Add 'var' before some global js varsBart Visscher2012-09-052-2/+2
| |
| * Add missing ; to js codeBart Visscher2012-09-055-10/+10
| |