Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/js
AgeCommit message (Expand)Author
2013-01-11Merge pull request #994 from owncloud/enhanced_multiSelectLukas Reschke
2013-01-07attach max upload tipsy to div instead of a to fix tooltip not showing due to...Jörn Friedrich Dreyer
2013-01-07Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller
2013-01-02use jQuery.parseJSON fallback for IE6/7/8Jörn Friedrich Dreyer
2013-01-02remove , at end of js. IE8 chokes on thisJörn Friedrich Dreyer
2013-01-02combine ie8 fix with debug checkJörn Friedrich Dreyer
2013-01-02fix broken console.log in ie8Jörn Friedrich Dreyer
2012-12-21multiSelect: Add sorting options.Thomas Tanghus
2012-12-21multiSelect: Make sure up/down classes are removed on close.Thomas Tanghus
2012-12-21multiSelect: Don't force popup above if there's no room for it there.Thomas Tanghus
2012-12-21Merge branch 'fix_multiSelect' of github.com:owncloud/core into enhanced_mult...Thomas Tanghus
2012-12-18call the password input field by nameBjörn Schießle
2012-12-18autofocus to password input after clicking the checkbox; code restructured; d...Björn Schießle
2012-12-18some more usability improvements:Björn Schießle
2012-12-18set password for shared links when the user press enter and when he leaves th...Björn Schießle
2012-12-12feedback to the user while request is being processedThomas Mueller
2012-12-11moving sharing email code to coreThomas Mueller
2012-12-10restoring feature to send sharing link via emailThomas Mueller
2012-12-07fix svg -> png replacement for android, cleanup and remove obsolete cssJörn Friedrich Dreyer
2012-12-05multiSelect.js: Give each select a unique msid to prevent double adding in us...Thomas Tanghus
2012-12-04multiSelect: Make sure last added entry is selected and some code cleanup.Thomas Tanghus
2012-12-04Added some missing type checks.Thomas Tanghus
2012-12-04Enhanced multiSelect jquery plugin.Thomas Tanghus
2012-12-04merge changes discussed in dcneiner pull number 4 'fix for autocomplete issue...Jörn Friedrich Dreyer
2012-12-04replace minified infieldlabel with dcneiners versionJörn Friedrich Dreyer
2012-11-28Sharing: Fix false positived v. 2Thomas Tanghus
2012-11-26Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer
2012-11-26remove debug outputArthur Schiwon
2012-11-26coding styleArthur Schiwon
2012-11-26check whether to join url with ? or &Arthur Schiwon
2012-11-26all but the first parameter are introduced by &Arthur Schiwon
2012-11-23readd fallback code for pre token linksJörn Friedrich Dreyer
2012-11-20implement share via link tokenJörn Friedrich Dreyer
2012-11-18Merge pull request #420 from libasys/bugfix-shareThomas Müller
2012-11-16Merge pull request #454 from Raydiation/masterThomas Müller
2012-11-15Very simple js console switcher.Thomas Tanghus
2012-11-15removed unneeded callback checks in routes_request that could potentially failBernhard Posselt
2012-11-15fixed: this.routes_request is a deferred/promiseBernhard Posselt
2012-11-15instead of warning via popup, write to console.warnBernhard Posselt
2012-11-15Prevent ajax race conditions when using routes by offering a callback that is...Bernhard Posselt
2012-11-15Revert "Prevent ajax race conditions when using routes by offering a callback...Bernhard Posselt
2012-11-15Prevent ajax race conditions when using routes by offering a callback that is...Bernhard Posselt
2012-11-14If you using the sharing by link the array monthNames don't exist and causes ...libasys
2012-11-14fix translation issues with previous commitAlessandro Cosentino
2012-11-14uncomment hours entries in relative date functionsAlessandro Cosentino
2012-11-07Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-06Moved relative_modified_date from file/js to core/jsAlessandro Cosentino
2012-11-06fix human filesize column headerJörn Friedrich Dreyer
2012-11-05Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-04Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke