summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * initial scrollto implementation:Jörn Friedrich Dreyer2013-09-171-0/+13
* | add exists method to jqueryJörn Friedrich Dreyer2013-09-161-1/+10
|/
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-0/+32
* Merge pull request #4473 from owncloud/texteditor_polishingJörn Friedrich Dreyer2013-09-031-20/+29
|\
| * refactor OC.Breadcrumbs, allow injection of container to allow rendering crum...Jörn Friedrich Dreyer2013-08-161-20/+29
* | Merge pull request #4627 from owncloud/trashbin-tipsyMorris Jobke2013-08-281-0/+1
|\ \
| * | change orientation for delete tooltip to left, fix #4589Jan-Christoph Borchardt2013-08-281-0/+1
* | | remove show password toggle from log in page, ref #4577 #4580Jan-Christoph Borchardt2013-08-281-1/+0
|/ /
* | Fixed inconsistent spacing.Owen Winkler2013-08-181-1/+1
* | fixing undefined js errorThomas Müller2013-08-171-1/+1
|/
* Merge pull request #4113 from owncloud/delete-fixJan-Christoph Borchardt2013-08-151-1/+0
|\
| * Merge branch 'master' into delete-fixThomas Müller2013-07-231-10/+0
| |\
| * | remove unnecessary tipsy for Files deleteJan-Christoph Borchardt2013-07-181-1/+0
* | | remove jPlayer css rules from core css fileMorris Jobke2013-08-151-2/+0
* | | Merge pull request #4376 from owncloud/use_pluralsJörn Friedrich Dreyer2013-08-141-6/+4
|\ \ \
| * | | Use plural translationskondou2013-08-091-6/+4
* | | | add PERMISSIONS_ALL summaryJörn Friedrich Dreyer2013-08-131-0/+1
|/ / /
* | | Merge pull request #4271 from owncloud/plural_translationsOwen Winkler2013-08-081-32/+93
|\ \ \
| * | | adding proper evaluation of plural form - uses LGPL licensed code of jsgettextThomas Müller2013-08-031-17/+62
| * | | Add multiple plural forms to the php partJakob Sack2013-07-161-6/+5
| * | | Partly integrate plural translations into jsJakob Sack2013-07-071-19/+36
* | | | use fixed OC.Breadcrumb.push()Jörn Friedrich Dreyer2013-08-021-56/+32
* | | | add OC.Breadcrumb.show(dir, filename, link)Jörn Friedrich Dreyer2013-08-021-0/+62
* | | | make sure the first breadcrumb item is inserted before any other elements in ...Robin Appelman2013-08-011-1/+1
| |_|/ |/| |