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 Avoid emojifying on invisible text (#5558) 7 years ago
mailers Add ability to disable login and mark accounts as memorial (#5615) 7 years ago
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 Compact status_ids in StatusRelationshipsPresenter (#5073) 7 years ago
serializers Hide disabled custom emojis from emoji picker and emoji auto suggestions. (#5613) 7 years ago
services Fix process mentions for local users, as local users are considered to use OStatus (#5618) 7 years ago
validators Implement EmailBlackList (#5109) 7 years ago
views Add moderator role and add pundit policies for admin actions (#5635) 7 years ago
workers Retry thread resolving (#5599) 7 years ago