]> cat aescling's git repositories - mastodon.git/commit
Finalized theme loading and stuff
authorkibigo! <marrus-sh@users.noreply.github.com>
Tue, 21 Nov 2017 06:13:37 +0000 (22:13 -0800)
committerkibigo! <marrus-sh@users.noreply.github.com>
Tue, 21 Nov 2017 06:13:37 +0000 (22:13 -0800)
commitbdbbd06dad298dc3e1a5f568f4a3ff3635b48f22
tree1a475460389053b41f293d27f7c915f0d545d4ad
parent321fa41930f8a11356939a1684ff153f2f46443b
Finalized theme loading and stuff
73 files changed:
app/controllers/about_controller.rb
app/controllers/accounts_controller.rb
app/controllers/admin/base_controller.rb
app/controllers/application_controller.rb
app/controllers/auth/confirmations_controller.rb
app/controllers/auth/passwords_controller.rb
app/controllers/auth/registrations_controller.rb
app/controllers/auth/sessions_controller.rb
app/controllers/authorize_follows_controller.rb
app/controllers/follower_accounts_controller.rb
app/controllers/following_accounts_controller.rb
app/controllers/home_controller.rb
app/controllers/remote_follow_controller.rb
app/controllers/settings/applications_controller.rb
app/controllers/settings/base_controller.rb [new file with mode: 0644]
app/controllers/settings/deletes_controller.rb
app/controllers/settings/exports_controller.rb
app/controllers/settings/follower_domains_controller.rb
app/controllers/settings/imports_controller.rb
app/controllers/settings/keyword_mutes_controller.rb
app/controllers/settings/notifications_controller.rb
app/controllers/settings/preferences_controller.rb
app/controllers/settings/profiles_controller.rb
app/controllers/settings/sessions_controller.rb
app/controllers/settings/two_factor_authentications_controller.rb
app/controllers/shares_controller.rb
app/controllers/statuses_controller.rb
app/controllers/stream_entries_controller.rb
app/controllers/tags_controller.rb
app/javascript/core/about.js [deleted file]
app/javascript/core/embed.js
app/javascript/core/home.js [deleted file]
app/javascript/core/public.js
app/javascript/core/settings.js
app/javascript/core/share.js [deleted file]
app/javascript/core/theme.yml [new file with mode: 0644]
app/javascript/locales/index.js [new file with mode: 0644]
app/javascript/mastodon/locales/index.js
app/javascript/packs/about.js [new file with mode: 0644]
app/javascript/packs/application.js
app/javascript/packs/common.js [new file with mode: 0644]
app/javascript/packs/public.js [new file with mode: 0644]
app/javascript/packs/share.js [new file with mode: 0644]
app/javascript/styles/common.scss [deleted file]
app/javascript/styles/win95.scss
app/javascript/themes/glitch/containers/mastodon.js
app/javascript/themes/glitch/packs/common.js
app/javascript/themes/glitch/packs/home.js
app/javascript/themes/glitch/packs/public.js
app/javascript/themes/glitch/theme.yml
app/javascript/themes/vanilla/theme.yml
app/javascript/themes/win95/index.js [new file with mode: 0644]
app/javascript/themes/win95/theme.yml [new file with mode: 0644]
app/lib/themes.rb
app/views/about/more.html.haml
app/views/about/show.html.haml
app/views/admin/reports/show.html.haml
app/views/admin/statuses/index.html.haml
app/views/home/index.html.haml
app/views/layouts/_theme.html.haml [new file with mode: 0644]
app/views/layouts/admin.html.haml
app/views/layouts/application.html.haml
app/views/layouts/auth.html.haml
app/views/layouts/embedded.html.haml
app/views/layouts/error.html.haml
app/views/layouts/modal.html.haml
app/views/layouts/public.html.haml
app/views/shares/show.html.haml
app/views/tags/show.html.haml
config/webpack/configuration.js
config/webpack/generateLocalePacks.js
config/webpack/shared.js
config/webpacker.yml