summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)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
|\ | | | | Enhanced multiSelect
| * 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 ↵Thomas Tanghus2012-12-211-51/+141
| |\ | | | | | | | | | enhanced_multiSelect
| | * multiSelect.js: Give each select a unique msid to prevent double adding in ↵Thomas Tanghus2012-12-041-10/+19
| | | | | | | | | | | | users.js
| | * 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 ↵Jörn Friedrich Dreyer2013-01-071-1/+1
| | | | | | | | | | | | to new z-index
* | | Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller2013-01-061-3/+3
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js
| * | | 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; ↵Björn Schießle2012-12-181-14/+8
| | | | | | | | debug output added
* | some more usability improvements:Björn Schießle2012-12-181-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-181-8/+18
| | | | | | | | the password field
* | 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 ↵Jörn Friedrich Dreyer2012-12-041-5/+16
| | | | issue' including firefox password overlay
* 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
|\ | | | | Feature share link with token
| * 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 ca...
| * 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!
* | Merge pull request #454 from Raydiation/masterThomas Müller2012-11-151-2/+7
|\ \ | | | | | | Routing fixes
| * | 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 ↵Bernhard Posselt2012-11-151-2/+15
| | | | | | | | | | | | is run after the the routes have finished loading
* | | Very simple js console switcher.Thomas Tanghus2012-11-151-0/+16
|/ /
* | Revert "Prevent ajax race conditions when using routes by offering a ↵Bernhard Posselt2012-11-141-15/+2
| | | | | | | | | | | | callback that is run after the the routes have finished loading" This reverts commit 9b8375cf2c328cfcb66dae8283cfcacdaeb242c2.
* | Prevent ajax race conditions when using routes by offering a callback that ↵Bernhard Posselt2012-11-141-2/+15
|/ | | | is run after the the routes have finished loading
* 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
|\| | | | | | | | | Conflicts: lib/vcategories.php