summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* Very simple js console switcher.Thomas Tanghus2012-11-151-0/+16
* fix translation issues with previous commitAlessandro Cosentino2012-11-131-3/+3
* uncomment hours entries in relative date functionsAlessandro Cosentino2012-11-131-6/+7
* Moved relative_modified_date from file/js to core/jsAlessandro Cosentino2012-11-061-0/+24
* fix human filesize column headerJörn Friedrich Dreyer2012-11-061-1/+1
* Change search to use routingBart Visscher2012-10-291-1/+1
* Fix download url generationBart Visscher2012-10-271-1/+1
* Merge branch 'routing'Bart Visscher2012-10-271-3/+8
|\
| * Merge branch 'master' into routingBart Visscher2012-10-171-4/+29
| |\
| * | Make the core ajax calls use the routerBart Visscher2012-10-021-1/+1
| * | Make the settings ajax calls use the routerBart Visscher2012-10-021-1/+6
| * | Merge branch 'master' into routingBart Visscher2012-09-281-60/+112
| |\ \
| * \ \ Merge branch 'master' into routingBart Visscher2012-09-071-1/+45
| |\ \ \
| * \ \ \ Merge branch 'master' into routingBart Visscher2012-08-301-4/+15
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'gitorious/master' into routingBart Visscher2012-08-291-4/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into routingBart Visscher2012-08-151-31/+33
| |\ \ \ \ \ \
| * | | | | | | Use core routes in js tooBart Visscher2012-08-151-2/+2
* | | | | | | | Translate formatDate using jquery datepickerscambra2012-10-191-3/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | escapeHTML functionLukas Reschke2012-10-121-0/+9
* | | | | | | Suggestion for simple, yet efficient variable interpolation in js translations.Thomas Tanghus2012-10-051-3/+19
* | | | | | | Fix double url decoding in fileDownloadPath functionBart Visscher2012-09-291-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | some js style fixesRobin Appelman2012-09-231-62/+65
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | Add missing ; to js codeBart Visscher2012-09-051-1/+1
* | | | | Fix some jslint warningsBart Visscher2012-09-041-0/+2
* | | | | 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
| |_|_|/ |/| | |
* | | | return the jQuery deferred object when using OC.loadScriptRobin Appelman2012-08-291-4/+5
* | | | Initial previewer for public linksMichael Gapczynski2012-08-271-0/+10
| |_|/ |/| |
* | | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-31/+87
|\ \ \
| * | | Comment out javascript that hides login buttonAnders Nor Berle2012-08-161-2/+3
| | |/ | |/|
| * | Position appsettings fixed and load it in dynamically added element.Thomas Tanghus2012-08-121-31/+33
| |/
| * Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-031-6/+5
| * Propagate exceptions in OC.appSettings.Thomas Tanghus2012-08-011-2/+2
| * Forgot to also use the options I added :-PThomas Tanghus2012-07-311-1/+1
| * Added some more options to OC.appSettings().Thomas Tanghus2012-07-311-2/+33
| * Made the parameter for OC.appSettings() an object to be able to extend it.Thomas Tanghus2012-07-311-2/+5
| * White spaceThomas Tanghus2012-07-311-7/+6
| * Popup for app specific settings.Thomas Tanghus2012-07-311-16/+37
| * Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
| * Add slash to app url if not set fix oc-1169Brice Maron2012-07-031-0/+2
| * Fixes for multi app dir :Brice Maron2012-06-221-2/+1
| * Change app path logic in templatesBrice Maron2012-06-061-5/+3
* | Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-241-6/+5
* | Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
|/
* only check our own input fields when determining to show the login buttonRobin Appelman2012-05-171-2/+2
* Fix music file action i.e. click to play, make OC.filePath act like OC_Helper...Michael Gapczynski2012-05-101-4/+7
* Prevent extra '/' from being added to url if app is not definedMichael Gapczynski2012-05-071-2/+4