mastodon/app
Renato "Lond" Cerqueira 14d86eb0d0 Allow more than the max pins if account is not local (#7105)
Sidekiq sometimes throws errors for users that have more pinned items
than the allowed by the local instance. It should only validate the
number of pins for local accounts.
2018-04-12 20:36:02 +02:00
..
chewy
controllers Upgrade Rails to version 5.2.0 (#5898) 2018-04-12 14:45:17 +02:00
helpers Feature: Allow staff to change user emails (#7074) 2018-04-10 09:16:06 +02:00
javascript Place privacy dropdown menu top if it is closer to the bottom of the viewport (#7106) 2018-04-11 20:42:50 +02:00
lib
mailers
models Upgrade Rails to version 5.2.0 (#5898) 2018-04-12 14:45:17 +02:00
policies Feature: Allow staff to change user emails (#7074) 2018-04-10 09:16:06 +02:00
presenters
serializers
services When creating status, if no sensitive status is given, use default (#7057) 2018-04-09 23:02:42 +02:00
validators Allow more than the max pins if account is not local (#7105) 2018-04-12 20:36:02 +02:00
views Paginate ancestor statuses in public page (#7102) 2018-04-11 12:35:09 +02:00
workers