This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/controllers/preferences
OsamaSayegh decf1f27cf FEATURE: Groundwork for user-selectable theme components
* Phase 0 for user-selectable theme components

- Drops `key` column from the `themes` table
- Drops `theme_key` column from the `user_options` table
- Adds `theme_ids` (array of ints default []) column to the `user_options` table and migrates data from `theme_key` to the new column.
- Removes the `default_theme_key` site setting and adds `default_theme_id` instead.
- Replaces `theme_key` cookie with a new one called `theme_ids`
- no longer need Theme.settings_for_client
2018-07-12 14:18:21 +10:00
..
about.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
account.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
categories.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
email.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
emails.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
interface.js.es6 FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
notifications.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
profile.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
second-factor-backup.js.es6 prettier formatting 2018-07-04 11:03:48 +02:00
second-factor.js.es6 FEATURE: Second factor backup 2018-06-28 10:12:32 +02:00
tags.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
username.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00