]> cat aescling's git repositories - mastodon.git/commit
Adding config for puma, dashboard layout, fixing some queries
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Mar 2016 15:09:46 +0000 (16:09 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Mar 2016 15:21:53 +0000 (16:21 +0100)
commitaab9f57e369c492bad03bcf15411394897314b4d
treeae8cf704e2b2321993cabf326af82ae0f86b6697
parent447cfef62d74a670ddd600c0240f41746ac2fe0a
Adding config for puma, dashboard layout, fixing some queries
25 files changed:
Gemfile
Gemfile.lock
app/assets/stylesheets/application.scss
app/assets/stylesheets/dashboard.scss [new file with mode: 0644]
app/assets/stylesheets/stream_entries.scss
app/controllers/accounts_controller.rb
app/controllers/api/accounts_controller.rb
app/controllers/home_controller.rb
app/models/status.rb
app/views/api/statuses/show.rabl
app/views/home/index.html.haml
app/views/layouts/application.html.haml
app/views/layouts/auth.html.haml
app/views/layouts/dashboard.html.haml [new file with mode: 0644]
app/views/layouts/doorkeeper/admin.html.erb [deleted file]
app/views/layouts/doorkeeper/application.html.erb [deleted file]
app/views/layouts/public.html.haml
app/views/stream_entries/_status.html.haml
bin/rails
bin/rake
bin/spring [deleted file]
config/application.rb
config/initializers/redis.rb
config/puma.rb [new file with mode: 0644]
config/routes.rb