summaryrefslogtreecommitdiff
path: root/app/views/profiles/preferences/update.js.erb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+4
| | | This reverts merge request !14148
* Revert "Merge branch ↵revert-f2421b2bRubén Dávila2017-09-081-4/+0
| | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
* Add functionality for two themesAnnabel Dunstone Gray2017-09-061-0/+4
|
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-4/+0
|
* ensure the 'fixed layout' preference is honored whenever possibleMike Greiling2016-09-201-2/+2
| | | | see #22343 for issue description
* improved code style and layout option namingPeter Göbel2015-10-051-1/+1
|
* added user preference to change layout widthPeter Göbel2015-10-051-0/+7
|
* Add feature specs for default dashboard preferenceRobert Speicher2015-06-131-0/+5
|
* Simplify the javascript behavior for Preference updatingRobert Speicher2015-06-131-0/+1
|
* Add PreferencesHelper moduleRobert Speicher2015-06-131-1/+1
| | | | | | | Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.
* Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-2/+2
| | | | | | | Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.
* Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-1/+3
|
* Add Profiles::PreferencesControllerRobert Speicher2015-06-131-0/+1