summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* Fix app-content scrollbar when app-sidebar is openVincent Petry2015-08-071-2/+2
* Merge pull request #17175 from owncloud/add-download-feedbackMorris Jobke2015-07-301-1/+31
|\
| * refactoring into proper methodsMorris Jobke2015-07-071-1/+31
* | Merge pull request #17910 from owncloud/fix-modified-tooltipMorris Jobke2015-07-281-1/+0
|\ \
| * | fixed tooltip for modified dateHendrik Leppelsack2015-07-271-1/+0
* | | remove title option from tipsy shimHendrik Leppelsack2015-07-261-3/+1
|/ /
* | Add `fallback` to shimLukas Reschke2015-07-251-0/+2
* | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-231-0/+58
|\ \
| * | fix tipsy not updating on reinitializationHendrik Leppelsack2015-07-081-2/+5
| * | remove debug messagesHendrik Leppelsack2015-07-061-3/+0
| * | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-221-0/+58
* | | Merge pull request #17599 from owncloud/fix-joinpaths-trailingslashMorris Jobke2015-07-131-4/+14
|\ \ \
| * | | Fix OC.joinPaths with empty argumentsVincent Petry2015-07-131-4/+14
* | | | Add helper functions for host, port and webrootVincent Petry2015-07-131-0/+45
|/ / /
* | / Add OC.joinPaths for convenient path joiningVincent Petry2015-07-101-0/+42
| |/ |/|
* | let buttons hide the sidebarHendrik Leppelsack2015-06-161-1/+1
|/
* remove slow fade animation for tipsy tooltipJan-Christoph Borchardt2015-04-151-10/+10
* Don't stop event execution for menu item clickMorris Jobke2015-04-091-2/+4
* fix scrutinizer issuesJan-Christoph Borchardt2015-03-271-6/+9
* adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-03-271-0/+52
* mock up missing elements in the testsJan-Christoph Borchardt2015-03-261-1/+1
* only move dropdown triangle when navigation is opened, fix timing bugJan-Christoph Borchardt2015-03-261-7/+14
* reintroduce quick animation for menusJan-Christoph Borchardt2015-03-261-7/+7
* fix log in issue, fix arrow position, make dropdown work in FirefoxJan-Christoph Borchardt2015-03-261-3/+4
* move triangle of apps dropdown to align with app name triangleJan-Christoph Borchardt2015-03-261-0/+6
* popover style for apps and user dropdown menusJan-Christoph Borchardt2015-03-261-6/+6
* Don't use hardcoded date and timeDaniel Hansson2015-03-241-1/+1
* Use 24h format instead of 12h formatDaniel Hansson2015-03-241-1/+1
* Revert "Change to 24H format instead of 12H format"Vincent Petry2015-03-241-1/+1
* Change to 24H format instead of 12H formatDaniel Hansson2015-03-231-1/+1
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-0/+8
* Merge pull request #14208 from owncloud/oc-msg-remove-object-dependencyMorris Jobke2015-02-261-36/+71
|\
| * Remove dependency from arbitrary data object structure for easier usageJoas Schilling2015-02-201-36/+71
* | Encode parameters in `OC.generateUrl` by itselfLukas Reschke2015-02-171-3/+16
|/
* Merge pull request #13771 from owncloud/fix-humanfileSizeLukas Reschke2015-02-121-1/+1
|\
| * generate valid human readable text for 0 - fixed #9342Thomas Müller2015-01-291-1/+1
* | Second parameter is optionalLukas Reschke2015-02-111-1/+1
|/
* adjust paths for searchMorris Jobke2015-01-141-1/+1
* Add timeout for notificationsMorris Jobke2015-01-081-0/+37
* move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-021-36/+1
* add paged providerJörn Friedrich Dreyer2015-01-021-1/+1
* move code from js.js to search.js in the search appJörn Friedrich Dreyer2015-01-021-58/+3
* new OC.Search, add search result formatters and handlers, use full content wi...Jörn Friedrich Dreyer2015-01-021-20/+57
* load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-29/+0
* Merge pull request #12360 from owncloud/files-tagsLukas Reschke2014-12-151-0/+19
|\
| * Added favorites feature to the files appVincent Petry2014-12-151-0/+19
* | Merge pull request #12555 from owncloud/app_specific_searchJörn Friedrich Dreyer2014-12-151-1/+8
|\ \ | |/ |/|
| * introduce inApps[] filter for search via ajax query, make file results show u...Jörn Friedrich Dreyer2014-12-101-1/+8
* | Simple Plugin system for JavascriptVincent Petry2014-12-011-0/+81
|/
* Added function to load translations from JSVincent Petry2014-11-181-2/+22