chinwagsocial/app/models
Eugen Rochko 38fc1b498d
Add more instance stats APIs (#6125)
* Add GET /api/v1/instance/peers API to reveal known domains

* Add GET /api/v1/instance/activity API

* Make new APIs disableable, exclude private statuses from activity stats

* Fix code style issue

* Fix week timestamps
2017-12-29 19:52:04 +01:00
..
admin Add logging of admin actions (#5757) 2017-11-24 02:05:53 +01:00
concerns Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
form Add more instance stats APIs (#6125) 2017-12-29 19:52:04 +01:00
web Lists (#5703) 2017-11-18 00:16:48 +01:00
account.rb Exclude moved accounts from search results (#5984) 2017-12-12 02:14:33 +01:00
account_domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
account_filter.rb Clean up admin UI for accounts (#6004) 2017-12-13 12:15:10 +01:00
account_moderation_note.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
admin.rb Add logging of admin actions (#5757) 2017-11-24 02:05:53 +01:00
application_record.rb
block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
context.rb
conversation.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
conversation_mute.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
custom_emoji.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
custom_emoji_filter.rb Add filters to admin UI for custom emojis (#6003) 2017-12-13 13:28:31 +01:00
domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
email_domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
export.rb
favourite.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
follow.rb Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
follow_request.rb Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
home_feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
import.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
instance.rb
instance_filter.rb
invite.rb Add invite filter (#5862) 2017-12-01 16:40:02 +01:00
invite_filter.rb Add invite filter (#5862) 2017-12-01 16:40:02 +01:00
list.rb Change account_id non-nullable in lists (#5979) 2017-12-12 04:11:17 +01:00
list_account.rb Add list of lists component to web UI (#5811) 2017-12-05 23:02:27 +01:00
list_feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
media_attachment.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
mention.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
mute.rb Optional notification muting (#5087) 2017-11-15 03:56:41 +01:00
notification.rb Fix N+1 at notification (#5752) 2017-11-19 15:32:48 +01:00
preview_card.rb Ensure link thumbnails are not stretched to super low quality (#5932) 2017-12-09 00:56:16 +01:00
remote_follow.rb Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
remote_profile.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
report.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
report_filter.rb
search.rb
session_activation.rb Remove duplicate annotate (#5910) 2017-12-07 04:53:42 +01:00
setting.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
site_upload.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
status.rb Add more instance stats APIs (#6125) 2017-12-29 19:52:04 +01:00
status_pin.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
stream_entry.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
subscription.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
tag.rb Fix account and tag searches with leading/trailing spaces (#5965) 2017-12-10 19:35:46 +01:00
user.rb Add more instance stats APIs (#6125) 2017-12-29 19:52:04 +01:00
web.rb