You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Daniel Hunsaker cf7e840990 Update model annotations to use BIGINT for IDs (#5461)
All the migrations have been updated to use BIGINTs for ID fields in the DB, but ActiveRecord needs to be told to treat those values as BIGINT as well. This PR does that.
7 years ago
..
controllers Add moderator role and add pundit policies for admin actions (#5635) 7 years ago
helpers Add moderator role and add pundit policies for admin actions (#5635) 7 years ago
javascript Fix #5632 - Reset column loading status after fetch fail (#5659) 7 years ago
lib
mailers
models Update model annotations to use BIGINT for IDs (#5461) 7 years ago
policies Add moderator role and add pundit policies for admin actions (#5635) 7 years ago
presenters
serializers
services
validators
views Add moderator role and add pundit policies for admin actions (#5635) 7 years ago
workers