aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix OC.addStyle and OC.addScriptRoeland Jago Douma2019-02-051-2/+0
* It is getURLParameter not getUrlParameterRoeland Jago Douma2019-02-053-4/+4
* Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-0412-162/+67
* Bump css-vars-ponyfill from 1.16.3 to 1.16.4dependabot[bot]2019-02-032-4/+4
* Improve design of description below label of checkbox or radio buttonJan-Christoph Borchardt2019-02-011-0/+9
* Merge pull request #13960 from nextcloud/refactor/global-helpers-bundleMorris Jobke2019-02-017-45/+181
|\
| * Move global helper functions to the bundle and deprecate some of themChristoph Wurst2019-02-017-45/+181
* | Merge pull request #12917 from nextcloud/feature/noid/favorites-quickaccess-a...Morris Jobke2019-02-012-2/+3
|\ \ | |/ |/|
| * Extract variable for yellow color in iconsfnuesse2019-02-012-2/+3
* | Make chunkify an internal function to prevent context errorsChristoph Wurst2019-02-013-26/+67
* | Add OC.Util to the server bundleChristoph Wurst2019-02-018-427/+529
* | Move OC.PasswordConfirmation to the server bundleChristoph Wurst2019-02-015-97/+132
* | Move OC.search to the server bundleChristoph Wurst2019-02-015-17/+66
* | Move OC.Plugin to the server bundleChristoph Wurst2019-02-015-92/+93
* | Move OC.msg to the server bundleChristoph Wurst2019-02-015-96/+122
* | Move OC.Notification to the server bundleChristoph Wurst2019-02-015-212/+257
* | Move custom polyfills to the server bundleChristoph Wurst2019-01-317-28/+133
|/
* Merge pull request #13935 from nextcloud/fix/backbone-webpack-noconflictRoeland Jago Douma2019-01-315-21/+45
|\
| * Use Backbone.noConflict in the bundle as wellChristoph Wurst2019-01-315-21/+45
* | Remove unused OC._matchMedia helperChristoph Wurst2019-01-311-14/+0
|/
* Merge pull request #13924 from nextcloud/fix/initial-state-keyMorris Jobke2019-01-304-22/+20
|\
| * Add a key parameter to the new initial state APIChristoph Wurst2019-01-304-22/+20
* | Merge pull request #12785 from nextcloud/head-menu-half-height-fixMorris Jobke2019-01-304-128/+77
|\ \ | |/ |/|
| * Scrolling on apps popovermenuJohn Molakvoæ (skjnldsv)2019-01-301-0/+7
| * Popovermenu size fixJohn Molakvoæ (skjnldsv)2019-01-291-8/+9
| * Unify headers menu design, fix click areaJohn Molakvoæ (skjnldsv)2019-01-293-125/+66
* | Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundleChristoph Wurst2019-01-3012-340/+371
* | Merge pull request #13752 from rummatee/issue7629Roeland Jago Douma2019-01-301-0/+1
|\ \
| * | fix opacity for add-new-folder buttonFlorian Schunk2019-01-231-0/+1
* | | Merge pull request #13897 from nextcloud/fix-updating-the-password-of-a-link-...Roeland Jago Douma2019-01-305-45/+36
|\ \ \
| * | | Fix updating the password of a link share when passwords are enforcedDaniel Calviño Sánchez2019-01-295-45/+36
* | | | Provide initial stateRoeland Jago Douma2019-01-298-2/+59
* | | | Merge pull request #13881 from nextcloud/refactor/jquery-plugins-bundleRoeland Jago Douma2019-01-2926-1047/+1449
|\ \ \ \
| * | | | Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-2926-1047/+1449
| |/ / /
* | | | Merge pull request #13869 from nextcloud/enh/clean_pending_2fa_session_on_pas...Roeland Jago Douma2019-01-291-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-2/+8
* | | | Merge pull request #13878 from nextcloud/refactor/oc-appconfig-eventsource-l10nMorris Jobke2019-01-299-92/+130
|\ \ \ \
| * | | | Move OC.L10n to the server bundleChristoph Wurst2019-01-297-36/+44
| * | | | Move OC.EventSource to the server bundleChristoph Wurst2019-01-296-56/+60
| * | | | Move OC.AppConfig to the server bundle and add a deprecation verionChristoph Wurst2019-01-296-14/+40
* | | | | Merge pull request #10874 from nextcloud/feature/10859/clear-localstorage-on-...John Molakvoæ2019-01-292-1/+10
|\ \ \ \ \
| * | | | | Clears the local storage after logoutMichael Weimann2019-01-292-1/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #13791 from nextcloud/no-whiteversion-for-shadowed-iconsJohn Molakvoæ2019-01-291-5/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Do not generate dark version of the view-icons w/ shadowsJohn Molakvoæ (skjnldsv)2019-01-241-5/+18
* | | | | Move OC.Contactsmenu and OC.Backbone to the server bundleChristoph Wurst2019-01-2910-876/+879
| |/ / / |/| | |
* | | | Move OCA.Apps to the server bundleChristoph Wurst2019-01-2810-142/+163
* | | | Merge pull request #13860 from nextcloud/refactor/oc-oca-namespace-bundleMorris Jobke2019-01-287-40/+68
|\ \ \ \
| * | | | Add OC and OCA namespace declarations to the bundleChristoph Wurst2019-01-287-40/+68
| | |/ / | |/| |
* | | | Merge pull request #13675 from imsolost/masterMorris Jobke2019-01-283-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | added missing variable declarationsimsolost2019-01-253-4/+4