summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add proper handling of files without permissionsDaniel Calviño Sánchez2017-11-021-0/+1
* | Fixed computation and removed unwanted scriptsJohn Molakvoæ (skjnldsv)2017-11-081-33/+0
* | Reduce JSHint errors/warningsMorris Jobke2017-11-061-1/+1
|/
* Fixes nextcloud/gallery#269Marin Treselj2017-07-281-2/+2
* Merge pull request #5244 from nextcloud/dynamic-percentual-appmenu-limitMorris Jobke2017-06-141-2/+20
|\
| * Show at least 8 icons, don't use percentage on mobileJulius Härtl2017-06-141-1/+14
| * Decimal percentage, dynamic appIcon widthPatrik Kernstock2017-06-101-3/+3
| * Now using dynamic percentual appmenu limitPatrik Kernstock2017-06-041-1/+6
* | execute eval in global scope, addresses #5314Arthur Schiwon2017-06-091-1/+1
|/
* Closed #5121, remove appmenu limitPatrik Kernstock2017-05-261-5/+0
* Merge pull request #4611 from nextcloud/js-use-dot-notationRoeland Jago Douma2017-05-021-2/+2
|\
| * Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-011-2/+2
* | Merge pull request #4610 from nextcloud/js-semicolonsLukas Reschke2017-05-011-7/+7
|\ \
| * | Fix semicolon at end of JS linesMorris Jobke2017-05-011-7/+7
| |/
* / Fix variable definitions in oc dialogsMorris Jobke2017-05-011-1/+1
|/
* Merge branch 'master' into contactsmenuJan-Christoph Borchardt2017-04-261-1/+0
|\
| * Remove js debug loggingChristoph Wurst2017-04-251-1/+0
* | Contacts menuChristoph Wurst2017-04-251-2/+15
|/
* Fix loading spinner for new app menuJulius Härtl2017-04-251-0/+15
* Responsive app menuJulius Härtl2017-04-251-0/+47
* Merge pull request #4027 from nextcloud/better-spreed-call-urlsRobin Appelman2017-03-271-9/+15
|\
| * Allow to push a non-query URL to the browser historyJoas Schilling2017-03-241-9/+15
* | Cleanup code as suggested by @icewind1991Lukas Reschke2017-03-261-16/+8
* | Make asyncLukas Reschke2017-03-261-4/+2
* | Fix callbackLukas Reschke2017-03-261-1/+1