initial commit
0 parent commit 23d16513fa17b9e5398a6f03f456c9d3b49e0da3
@lukas lukas authored on 3 Apr 2022
Showing 65 changed files
View
.gitattributes 0 → 100644
View
.gitignore 0 → 100644
View
.ruby-version 0 → 100644
View
Gemfile 0 → 100644
View
Gemfile.lock 0 → 100644
View
README.md 0 → 100644
View
Rakefile 0 → 100644
View
app/channels/application_cable/channel.rb 0 → 100644
View
app/channels/application_cable/connection.rb 0 → 100644
View
app/controllers/api/users_controller.rb 0 → 100644
View
app/controllers/concerns/.keep 0 → 100644
View
app/jobs/application_job.rb 0 → 100644
View
app/mailers/application_mailer.rb 0 → 100644
View
app/models/application_record.rb 0 → 100644
View
app/models/authority.rb 0 → 100644
View
app/models/concerns/.keep 0 → 100644
View
app/models/user.rb 0 → 100644
View
app/views/layouts/mailer.html.erb 0 → 100644
View
app/views/layouts/mailer.text.erb 0 → 100644
View
bin/rails 0 → 100755
View
bin/rake 0 → 100755
View
bin/setup 0 → 100755
View
config.ru 0 → 100644
View
config/application.rb 0 → 100644
View
config/boot.rb 0 → 100644
View
config/cable.yml 0 → 100644
View
config/credentials.yml.enc 0 → 100644
View
config/database.yml 0 → 100644
View
config/environment.rb 0 → 100644
View
config/environments/development.rb 0 → 100644
View
config/environments/production.rb 0 → 100644
View
config/environments/test.rb 0 → 100644
View
config/initializers/cors.rb 0 → 100644
View
config/initializers/filter_parameter_logging.rb 0 → 100644
View
config/initializers/inflections.rb 0 → 100644
View
config/locales/en.yml 0 → 100644
View
config/puma.rb 0 → 100644
View
config/routes.rb 0 → 100644
View
config/storage.yml 0 → 100644
View
db/migrate/20220403081640_create_users.rb 0 → 100644
View
db/migrate/20220403124644_create_authorities.rb 0 → 100644
View
db/schema.rb 0 → 100644
View
db/seeds.rb 0 → 100644
View
lib/JWT.rb 0 → 100644
View
lib/UserToken.rb 0 → 100644
View
lib/tasks/.keep 0 → 100644
View
log/.keep 0 → 100644
View
public/robots.txt 0 → 100644
View
storage/.keep 0 → 100644
View
test/channels/application_cable/connection_test.rb 0 → 100644
View
test/controllers/.keep 0 → 100644
View
test/controllers/users_controller_test.rb 0 → 100644
View
test/fixtures/autorities.yml 0 → 100644
View
test/fixtures/files/.keep 0 → 100644
View
test/fixtures/users.yml 0 → 100644
View
test/integration/.keep 0 → 100644
View
test/mailers/.keep 0 → 100644
View
test/models/.keep 0 → 100644
View
test/models/autority_test.rb 0 → 100644
View
test/models/user_test.rb 0 → 100644
View
test/test_helper.rb 0 → 100644
View
tmp/.keep 0 → 100644
View
tmp/pids/.keep 0 → 100644
View
tmp/storage/.keep 0 → 100644
View
vendor/.keep 0 → 100644