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.
2017-11-12 16:18:50 +01:00
..
controllers Add moderator role and add pundit policies for admin actions (#5635) 2017-11-11 20:23:33 +01:00
helpers Add moderator role and add pundit policies for admin actions (#5635) 2017-11-11 20:23:33 +01:00
javascript Fix #5632 - Reset column loading status after fetch fail (#5659) 2017-11-12 12:51:07 +09:00
lib Avoid emojifying on invisible text (#5558) 2017-11-07 14:48:13 +01:00
mailers Add ability to disable login and mark accounts as memorial (#5615) 2017-11-07 19:06:44 +01:00
models Update model annotations to use BIGINT for IDs (#5461) 2017-11-12 16:18:50 +01:00
policies Add moderator role and add pundit policies for admin actions (#5635) 2017-11-11 20:23:33 +01:00
presenters Compact status_ids in StatusRelationshipsPresenter (#5073) 2017-09-24 11:18:32 +02:00
serializers Hide disabled custom emojis from emoji picker and emoji auto suggestions. (#5613) 2017-11-07 14:24:21 +01:00
services Fix process mentions for local users, as local users are considered to use OStatus (#5618) 2017-11-07 22:15:15 +01:00
validators Implement EmailBlackList (#5109) 2017-10-04 15:16:10 +02:00
views Add moderator role and add pundit policies for admin actions (#5635) 2017-11-11 20:23:33 +01:00
workers Retry thread resolving (#5599) 2017-11-11 16:49:04 +01:00