summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | fix viewport size on windows phoneRobin Appelman2014-02-201-0/+11
* | | move avatar into clickable area of user menuJan-Christoph Borchardt2014-02-201-1/+3
|/ /
* / Do not select input for all text input fieldsJoas Schilling2014-02-071-4/+0
|/
* fixing typosThomas Müller2014-02-041-2/+2
* Added session_keepalive settingVincent Petry2014-02-041-15/+38
* Fixed download URL in public pageVincent Petry2014-01-241-0/+6
* Added OC.buidQueryString() utility functionVincent Petry2014-01-241-0/+28
* Useless else removedtsumi2014-01-151-2/+0
* Added SVG fallback to apps settings popuptsumi2014-01-101-0/+5
* Merge pull request #6031 from s0taka/masterMorris Jobke2014-01-051-1/+4
|\
| * spaces to tabsSimon Könnecke2013-12-181-1/+1
| * No decimal points for Kilobyte and Byte #5371.Simon Könnecke2013-11-251-1/+4
* | Merge pull request #6431 from owncloud/core-pluraltranslationsfixThomas Müller2013-12-181-4/+8
|\ \
| * | Fixed JS plural function to be per appVincent Petry2013-12-161-4/+8
* | | Merge pull request #6386 from owncloud/trash_always_show_deleted_files_breadc...Frank Karlitschek2013-12-171-4/+4
|\ \ \ | |/ / |/| |
| * | always show home breadcrumb in files viewBjoern Schiessle2013-12-161-4/+4
* | | Fix webroot for update pageVincent Petry2013-12-131-1/+8
|/ /
* / fix plural translation - fixes #6226Morris Jobke2013-12-071-1/+1
|/
* prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-1/+1
* Removes Bogus showpassword js. thx @PVince81raghunayyar2013-10-151-3/+1
* Should Display PasswordToggle Eye Everywhere.raghunayyar2013-10-151-7/+1
* Merge pull request #4263 from owncloud/search_scrolltoJörn Friedrich Dreyer2013-09-191-0/+13
|\