Commit Graph

976 Commits (1fed11cfa77c12135c68d5eff8c0d8760605b2b2)

Author SHA1 Message Date
Eugen Rochko ca3b364aea Fix - Add microformats-2 classes to mention links
Eugen Rochko 17903c6dae Improve filtering of public/hashtag timelines, both in backlog and real-time
Eugen Rochko bb4d1eb2e8 Improve feed regeneration
Eugen Rochko dbe00a4156 Improved configuration from ENV, cleaned up timeline filter methods
to be more readable, add extra logging to process feed service
Eugen Rochko 23fc424b7a Account notes (bios) can now contain links. Character limit upped to 160
Eugen Rochko 48b9619439 Adding hashtags
Eugen Rochko 62292797ec Adding hashtag model
Eugen Rochko 4b357ecf98 Fix subtle bugs, new icon button
Eugen Rochko 33f7e1cf99 Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect
to sign in page after sign up instead of root path which redirects to /about
Eugen Rochko aec51e40ee Make account domains case-insensitive, downcase before checking against local
Eugen Rochko 1f650d327d Adding public timeline
Eugen Rochko 15d01a5e08 Better comparison of "local" domain
Eugen Rochko 9d59d7b463 Adding a block model and filter mentions from blocked users (fix )
Eugen Rochko be86d4e0a3 Preparing feeds for better filtering
Eugen Rochko a4f7eca5fa Fix - Only latest reblog of status kept on feed as zset value is set to "true" status ID
Eugen Rochko 927333f4f8 Improve code style
Eugen Rochko 4f9b7432dd Fix - Add API versioning (v1)
Eugen 3f75f52285 Fix subtle home feed filtering bug
Eugen Rochko ce29624c6d Fixing image upload limits, allowing webm, merge/unmerge events trigger
timeline reload in UI, other small fixes
Eugen Rochko 3d566279cb Fix formatter return block
Eugen Rochko 0077fc26df Merge and unmerge timelines on follow/unfollow, solves ,
Eugen Rochko 73615d7a79 Newlines and paragraphs in local statuses properly formatted
Eugen Rochko 33ad2e5423 Shorten mentions to only usernames
Eugen Rochko 3cc47beb6e Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
Eugen Rochko e24bfbde1a Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections
in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding
admin status to users
Eugen Rochko a08e724476 Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are
stored