aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7485 from owncloud/scrutinizer_fix_1_kondouMorris Jobke2014-06-031-5/+9
|\
| * Scrutinizer cleanupkondou2014-06-021-5/+9
* | Merge pull request #8820 from owncloud/design-detailsFrank Karlitschek2014-06-021-7/+8
|\ \ | |/ |/|
| * add OC.menuSpeed to control the animation speed of menu toggleMorris Jobke2014-06-021-7/+8
| * Adds Animation to Toggling Navigation on < 768px widthsraghunayyar2014-06-021-4/+4
* | Merge pull request #8613 from owncloud/filesize-alignmentMorris Jobke2014-06-021-1/+9
|\ \ | |/ |/|
| * display "<1 kB" for really small filesMorris Jobke2014-06-021-1/+9
* | Merge pull request #8187 from owncloud/escape-more-characterMorris Jobke2014-06-021-1/+1
|\ \ | |/ |/|
| * Also encode > and 'Lukas Reschke2014-04-131-1/+1
* | Fix undefined JS on login/setup pageVincent Petry2014-05-301-3/+3
* | Fix IE8 issue when icon is not definedVincent Petry2014-05-301-1/+1
* | Added sharing overview page (WIP)Vincent Petry2014-05-301-1/+10
* | Merge pull request #8727 from owncloud/upgrade-overviewLukas Reschke2014-05-291-0/+4
|\ \
| * | Added update overview pageVincent Petry2014-05-271-0/+4
* | | Remove deprecated functionsLukas Reschke2014-05-291-33/+0
|/ /
* | Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-0/+108
* | Files app navigation can now switchVincent Petry2014-05-151-0/+5
* | Fix file selection for infinite scrollingVincent Petry2014-04-281-1/+1
* | Fix file summary to use the whole file listVincent Petry2014-04-281-0/+3
* | Merge pull request #8213 from cbojar/masterThomas Müller2014-04-231-25/+19
|\ \
| * | Clean up js.js along suggestions from scrutinizer-ci, fixes #8204.cbojar2014-04-161-26/+20
| |/
* | fixing typosThomas Müller2014-04-221-25/+24
* | Fix JSDocLukas Reschke2014-04-211-9/+9
* | Reuse selectorLukas Reschke2014-04-211-7/+9
* | Use proper JSDoc documentationLukas Reschke2014-04-211-86/+231
|/
* Moved SVGSupport call to use OC.Util.SVGSupport()Vincent Petry2014-04-091-3/+3
* Moved code to replace svg with png to OC.UtilVincent Petry2014-04-041-32/+73
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-0/+1
* Fixed parseQueryString to handle empty values and plus signsVincent Petry2014-04-011-6/+26
* Merge pull request #7770 from jamesryanbell/masterMorris Jobke2014-03-281-2/+2
|\
| * SVG support detectionjamesryanbell2014-03-171-2/+2
* | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-281-0/+108
|\ \
| * | mobile: adjust breakpoint in JS as wellJan-Christoph Borchardt2014-03-211-1/+1
| * | Define _matchMedia wrapper earlierVincent Petry2014-03-181-4/+13
| * | Fixed matchMedia usage to make unit tests work in PhantomJSVincent Petry2014-03-181-30/+37
| * | Add/remove main menu action when switching between desktop/mobile modeVincent Petry2014-03-181-6/+53
| * | Only enable toggle for sidebar in mobile modeVincent Petry2014-03-171-1/+6
| * | mobile: menu togglable for mobile, use code by @PVince81Jan-Christoph Borchardt2014-03-141-0/+40
| |/
* / Replace console.time/timeEndThomas Tanghus2014-03-171-1/+1
|/
* Fix copy/paste errorThomas Tanghus2014-03-101-1/+1
* Add function remove() to OC.localeStorageThomas Tanghus2014-03-101-0/+3
* Revert "adding new javascript function OC.generateUrl(url, params)"Morris Jobke2014-03-061-24/+0
* Merge pull request #7579 from owncloud/introduce-generateUrl-masterMorris Jobke2014-03-061-0/+24
|\
| * adding new javascript function OC.generateUrl(url, params)Thomas Müller2014-03-061-0/+24
* | adding JSDoc + remove unused functionThomas Müller2014-03-021-5/+8
* | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-6/+25
|/
* Merge pull request #7174 from owncloud/issue/7166Jan-Christoph Borchardt2014-02-261-0/+28
|\
| * Remove unused variables, add doc blocks and break linesJoas Schilling2014-02-261-2/+2
| * Remove duplicated definition and move OC.msg to js/js.jsJoas Schilling2014-02-191-0/+28
* | Merge pull request #7336 from owncloud/IE-wipho-viewporticewind19912014-02-211-0/+11
|\ \