summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* Fixing infinite spinner animationThomas Pulzer2016-08-191-5/+28
* Revert "Fixing infinite spinning animation on user menu ctrl+click"Morris Jobke2016-08-181-25/+9
* Merge pull request #778 from nextcloud/Faldon-user_menu_uiMorris Jobke2016-08-181-9/+25
|\
| * Removed debug code.Faldon2016-08-111-1/+0
| * Fixed user and main menu closing on right mouse button click.Thomas Pulzer2016-08-111-7/+8
| * Changed app and user menu delegates to mousedown events.Thomas Pulzer2016-08-091-4/+13
| * Added OS X meta key check for stopping spinning animation in app and user menu.Thomas Pulzer2016-08-091-2/+2
| * Fixed user menu to not show spinner on ctrl+click.Thomas Pulzer2016-08-091-3/+10
* | Fix closing app menu on mobileJulius Haertl2016-07-311-0/+4
|/
* Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
* remove svg classesHendrik Leppelsack2016-07-011-1/+1
* remove javascript png fallback for svgHendrik Leppelsack2016-07-011-94/+9
* remove ie8+9 supportHendrik Leppelsack2016-06-231-25/+5
* Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-101-3/+39
|\
| * Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-1/+6
| * Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-061-2/+33
* | New animated loaderskjnldsv2016-05-091-1/+1
|/
* Merge pull request #24126 from owncloud/err-reload-delayLukas Reschke2016-04-221-1/+2
|\
| * Delay reloading the page if an ajax error occurs, show notificationRobin McCorkell2016-04-201-1/+2
* | Merge pull request #23990 from owncloud/heartbeat-debounceMorris Jobke2016-04-201-3/+9
|\ \
| * | Debounce heartbeat ajax calls to lower the number of requestsChristoph Wurst2016-04-181-3/+9
* | | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-191-3/+0
* | | remove deprecated jQuery.browserChristoph Wurst2016-04-191-4/+8
| |/ |/|
* | close navigation menu when opening app in new tab (#23914)Christoph Wurst2016-04-141-0/+4
* | add loading feedback to user menu entries (#23916)Christoph Wurst2016-04-141-0/+15
|/
* core: Fix typos (found by codespell)Stefan Weil2016-04-041-2/+2
* Adjust core unit tests for unload/reload casesVincent Petry2016-03-231-2/+2
* Stronger fix for navigate away detectionVincent Petry2016-03-221-2/+10
* Firefox returns 303 on cross-domain redirectVincent Petry2016-03-221-1/+1
* Detect user navigating away, don't interpret as ajax errorVincent Petry2016-03-221-1/+26
* Accumulate notifications instead of blinkingVincent Petry2016-02-221-50/+120
* Add handler for global ajax errorsVincent Petry2016-02-151-4/+61
* Adding global error handler for ajax calls which run into redirections or una...Thomas Müller2016-02-151-0/+7
* host and hostname are different thingsRoeland Jago Douma2016-02-031-2/+19
* Expose display name in JS sideVincent Petry2016-02-021-0/+32
* Update explanation of how to enable debug modematthias-g2016-01-301-2/+2
* Expose whether user is an admin through a methodVincent Petry2016-01-251-1/+13
* update JS humanFileSize to use KB instead of kBMorris Jobke2016-01-191-3/+3
* OC.FilePath has still a valid use case when generating paths to static files ...Thomas Müller2015-12-071-1/+0
* Support pretty URLsLukas Reschke2015-12-011-1/+5
* Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-221-1/+0
* Allow creating OCS v2 links in JSJoas Schilling2015-11-161-2/+4
* Set "ie" CSS class for IE10, IE11Vincent Petry2015-11-101-0/+8
* Close the user menu when clicking it againJoas Schilling2015-11-021-1/+1
* append tipsys to bodyHendrik Leppelsack2015-10-271-1/+2
* Merge pull request #19935 from owncloud/issue-19916-settings-menu-hide-on-fil...Thomas Müller2015-10-221-18/+1
|\
| * Use the normal OC.menu JS for handling the Settings menuJoas Schilling2015-10-211-18/+1
* | Disable app icon preview in apps page for IEVincent Petry2015-10-211-0/+9
|/
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-0/+1
* Merge pull request #19539 from owncloud/fix-multiselect-overlap-shorterThomas Müller2015-10-051-25/+43
|\