summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* Respect user locale in natural sort comparatorChristoph Wurst2019-01-221-5/+2
* Watch for changes with css variables polyfillJulius Härtl2019-01-171-1/+3
* Add public API for loading js files asynchronouslyJulius Härtl2019-01-171-1/+3
* Fix dialogs, button positionJan-Christoph Borchardt2018-11-301-0/+1
* fixup! Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-4/+2
* Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-1/+5
* Fix app menu calculation for random size of the right headerJulius Härtl2018-11-021-4/+5
* Merge pull request #11988 from nextcloud/docs/jsdoc-buildMorris Jobke2018-10-251-3/+7
|\
| * Adjust some jsdocsJulius Härtl2018-10-241-3/+7
* | humanFileSize: use toLocaleStringClaas Augner2018-10-241-0/+13
|/
* Use jQuery.getScript to dynamically load scriptChristoph Wurst2018-10-141-9/+3
* Ignore "session_lifetime" if it can not be converted to a numberDaniel Calviño Sánchez2018-10-111-1/+3
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-5/+5
* Merge pull request #11679 from nextcloud/refactor/remove-ie8-apisMorris Jobke2018-10-081-29/+0
|\
| * Remove outdated commentChristoph Wurst2018-10-081-8/+0
| * Remove OC.isIE8Christoph Wurst2018-10-081-10/+0
| * Remove OC.scaleFixForIE8Christoph Wurst2018-10-081-11/+0
* | Merge pull request #11682 from nextcloud/refactor/remove-deprecated-unused-fi...Morris Jobke2018-10-081-11/+0
|\ \
| * | Remove deprecated and unused fileDownloadPathChristoph Wurst2018-10-081-11/+0
| |/
* | Merge pull request #11681 from nextcloud/refactor/remove-deprecated-getScroll...Morris Jobke2018-10-081-7/+0
|\ \
| * | Remove deprecated window.getScrollBarWidthChristoph Wurst2018-10-081-7/+0
| |/
* / Remove deprecated SVG helpers for old IEsChristoph Wurst2018-10-081-27/+0
|/
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-241-1/+1
|\
| * Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
* | Fix keyboard menu element event detectionJohn Molakvoæ (skjnldsv)2018-08-221-2/+7
|/
* Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-251-3/+28
|\
| * Remove deprecated keyboard events & propertiesKevin Ndung'u2018-07-241-3/+3
| * Enter key on menu registrationJohn Molakvoæ (skjnldsv)2018-07-201-1/+13
| * Make left sidebar toggle also work with keyboardJan-Christoph Borchardt2018-07-201-2/+15
* | Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)2018-07-241-1/+1
|/
* fix OC.getLocale()Georg Ehrke2018-06-271-1/+1
* OC.getLocale() now returns Locale and no longer LanguageThomas Citharel2018-06-271-0/+9
* IE11 css vars compatibilityJohn Molakvoæ (skjnldsv)2018-06-201-0/+5
* Allow to specify custom text on admin password confirmation dialogsJulius Härtl2018-05-241-13/+29
* Add proper ARIA attributes and structure to header for accessibility, thanks ...Jan-Christoph Borchardt2018-04-181-0/+7
* Fix app menu, popovers and searchboxJulius Härtl2018-04-041-4/+0
* Add CSRF token controller to retrieve the current CSRF tokenChristoph Wurst2018-03-081-21/+16
* Use correct variablesJohn Molakvoæ (skjnldsv)2018-03-041-1/+1
* Create special option to toggle header menu containerJohn Molakvoæ (skjnldsv)2018-03-041-4/+6
* Clean scss, use proper loading icon and menu position on narrow screensJohn Molakvoæ (skjnldsv)2018-03-041-2/+7
* Fix JSDocMorris Jobke2018-02-271-1/+1
* expose capabilities in jsBjoern Schiessle2018-02-271-0/+19
* Remove unused var in OC.Notification.showTemporaryChristoph Wurst2018-02-191-1/+0
* Fixes password input being prompted every time.Abijeet2018-01-081-2/+5
* Fixed js typehint for showHtml methodsplitt3r2018-01-041-1/+1
* Merge pull request #7487 from nextcloud/no-password-confirm-with-ssoblizzz2018-01-031-1/+2
|\
| * disable password confirmation with SSOBjoern Schiessle2018-01-021-1/+2
* | Force the drag to end when the navigation bar Snap is disabled by an appDaniel Calviño Sánchez2017-12-141-1/+2
* | Make possible for apps to disallow the navigation bar slide gestureDaniel Calviño Sánchez2017-12-141-1/+35
|/
* Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle2017-11-201-0/+1
|\