summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* dont resize content div with javascript but use css box-sizing to do itBernhard Posselt2013-01-161-7/+2
* Merge pull request #994 from owncloud/enhanced_multiSelectLukas Reschke2013-01-111-52/+179
|\
| * multiSelect: Add sorting options.Thomas Tanghus2012-12-211-7/+42
| * multiSelect: Make sure up/down classes are removed on close.Thomas Tanghus2012-12-211-4/+4
| * multiSelect: Don't force popup above if there's no room for it there.Thomas Tanghus2012-12-211-1/+3
| * Merge branch 'fix_multiSelect' of github.com:owncloud/core into enhanced_mult...Thomas Tanghus2012-12-211-51/+141
| |\
| | * multiSelect.js: Give each select a unique msid to prevent double adding in us...Thomas Tanghus2012-12-041-10/+19
| | * multiSelect: Make sure last added entry is selected and some code cleanup.Thomas Tanghus2012-12-041-31/+44
| | * Added some missing type checks.Thomas Tanghus2012-12-041-2/+2
| | * Enhanced multiSelect jquery plugin.Thomas Tanghus2012-12-041-33/+101
* | | attach max upload tipsy to div instead of a to fix tooltip not showing due to...Jörn Friedrich Dreyer2013-01-071-1/+1
* | | Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller2013-01-061-3/+3
|\ \ \
| * | | combine ie8 fix with debug checkJörn Friedrich Dreyer2013-01-021-10/+4
| * | | fix broken console.log in ie8Jörn Friedrich Dreyer2013-01-021-1/+7
| |/ /
* | | 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
|/ /
* | call the password input field by nameBjörn Schießle2012-12-181-1/+1
* | autofocus to password input after clicking the checkbox; code restructured; d...Björn Schießle2012-12-181-14/+8
* | some more usability improvements:Björn Schießle2012-12-181-1/+10
* | set password for shared links when the user press enter and when he leaves th...Björn Schießle2012-12-181-8/+18
* | feedback to the user while request is being processedThomas Mueller2012-12-121-2/+9
* | moving sharing email code to coreThomas Mueller2012-12-101-0/+23
* | restoring feature to send sharing link via emailThomas Mueller2012-12-101-2/+10
* | fix svg -> png replacement for android, cleanup and remove obsolete cssJörn Friedrich Dreyer2012-12-071-1/+1
|/
* merge changes discussed in dcneiner pull number 4 'fix for autocomplete issue...Jörn Friedrich Dreyer2012-12-041-5/+16
* replace minified infieldlabel with dcneiners versionJörn Friedrich Dreyer2012-12-042-12/+153
* Sharing: Fix false positived v. 2Thomas Tanghus2012-11-271-1/+1
* Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-11/+17
|\
| * 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
* | 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
|/
* Merge pull request #420 from libasys/bugfix-shareThomas Müller2012-11-171-1/+3
|\
| * If you using the sharing by link the array monthNames don't exist and causes ...libasys2012-11-141-1/+3
* | Merge pull request #454 from Raydiation/masterThomas Müller2012-11-151-2/+7
|\ \
| * | removed unneeded callback checks in routes_request that could potentially failBernhard Posselt2012-11-151-4/+0
| * | fixed: this.routes_request is a deferred/promiseBernhard Posselt2012-11-151-5/+1
| * | instead of warning via popup, write to console.warnBernhard Posselt2012-11-151-1/+1
| * | Prevent ajax race conditions when using routes by offering a callback that is...Bernhard Posselt2012-11-151-2/+15
* | | Very simple js console switcher.Thomas Tanghus2012-11-151-0/+16
|/ /
* | Revert "Prevent ajax race conditions when using routes by offering a callback...Bernhard Posselt2012-11-141-15/+2
* | Prevent ajax race conditions when using routes by offering a callback that is...Bernhard Posselt2012-11-141-2/+15
|/
* fix translation issues with previous commitAlessandro Cosentino2012-11-131-3/+3
* uncomment hours entries in relative date functionsAlessandro Cosentino2012-11-131-6/+7
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-071-1/+25
|\
| * 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
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-052-56/+1
|\|