]> cat aescling's git repositories - mastodon.git/commit
Initial commit
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 20 Feb 2016 21:53:20 +0000 (22:53 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 20 Feb 2016 21:53:20 +0000 (22:53 +0100)
commit9c4856bdb11fc9311ab30a97224cee3dfaec492f
tree37fd831e505f040bbd3c583f56d3502ebd75e9c8
Initial commit
73 files changed:
.gitignore [new file with mode: 0644]
.ruby-version [new file with mode: 0644]
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
README.rdoc [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/api/mastodon/api.rb [new file with mode: 0644]
app/api/mastodon/entities.rb [new file with mode: 0644]
app/api/mastodon/ostatus.rb [new file with mode: 0644]
app/api/mastodon/rest.rb [new file with mode: 0644]
app/assets/images/.keep [new file with mode: 0644]
app/assets/javascripts/application.js [new file with mode: 0644]
app/assets/stylesheets/application.css [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/concerns/.keep [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/mailers/.keep [new file with mode: 0644]
app/models/.keep [new file with mode: 0644]
app/models/account.rb [new file with mode: 0644]
app/models/concerns/.keep [new file with mode: 0644]
app/models/status.rb [new file with mode: 0644]
app/services/fetch_feed_service.rb [new file with mode: 0644]
app/services/follow_remote_user_service.rb [new file with mode: 0644]
app/services/process_feed_update_service.rb [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]
bin/bundle [new file with mode: 0755]
bin/rails [new file with mode: 0755]
bin/rake [new file with mode: 0755]
bin/setup [new file with mode: 0755]
bin/spring [new file with mode: 0755]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/initializers/assets.rb [new file with mode: 0644]
config/initializers/backtrace_silencers.rb [new file with mode: 0644]
config/initializers/cookies_serializer.rb [new file with mode: 0644]
config/initializers/filter_parameter_logging.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/reload_api.rb [new file with mode: 0644]
config/initializers/session_store.rb [new file with mode: 0644]
config/initializers/wrap_parameters.rb [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
config/secrets.yml [new file with mode: 0644]
db/migrate/20160220174730_create_accounts.rb [new file with mode: 0644]
db/migrate/20160220211917_create_statuses.rb [new file with mode: 0644]
db/schema.rb [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
lib/assets/.keep [new file with mode: 0644]
lib/tasks/.keep [new file with mode: 0644]
log/.keep [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
spec/models/account_spec.rb [new file with mode: 0644]
spec/models/status_spec.rb [new file with mode: 0644]
test/controllers/.keep [new file with mode: 0644]
test/fixtures/.keep [new file with mode: 0644]
test/helpers/.keep [new file with mode: 0644]
test/integration/.keep [new file with mode: 0644]
test/mailers/.keep [new file with mode: 0644]
test/models/.keep [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]
vendor/assets/javascripts/.keep [new file with mode: 0644]
vendor/assets/stylesheets/.keep [new file with mode: 0644]