aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* escapeHTML functionLukas Reschke2012-10-121-0/+9
* Merge pull request #24 from owncloud/js_variable_interpolationThomas Müller2012-10-101-3/+19
|\
| * Suggestion for simple, yet efficient variable interpolation in js translations.Thomas Tanghus2012-10-051-3/+19
* | 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 - bug...Georg Ehrke2012-10-011-2/+6
* 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.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 disa...Michael Gapczynski2012-09-251-0/+1
* 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 mov...Björn Schießle2012-09-201-2/+2
* 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
|\
| * 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 col...Michael Gapczynski2012-09-091-42/+61
| * 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
| * Fix some jslint warningsBart Visscher2012-09-041-0/+2
| * 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
| * unify permissions (1/3): add permission conastants to javascript OCJörn Friedrich Dreyer2012-08-311-0/+5
| * add OC.get and OC.set to get/set variables by name in javascriptRobin Appelman2012-08-301-0/+37
| * 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
| * return the jQuery deferred object when using OC.loadScriptRobin Appelman2012-08-291-4/+5
* | 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
* Initial previewer for public linksMichael Gapczynski2012-08-271-0/+10
* Move additional jquery.inview filesMichael Gapczynski2012-08-262-0/+56
* Move jquery.inview from contacts app to coreMichael Gapczynski2012-08-261-0/+134
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-57/+111
|\