Commit Graph

88 Commits (fe77921e4733b330e69a9f2db8be5de9ecefc8af)

Author SHA1 Message Date
Eugen Rochko 2c9e672ee2 Integrating block relationships into the API (read-only for now) 9 years ago
Eugen Rochko 9d59d7b463 Adding a block model and filter mentions from blocked users (fix #60) 9 years ago
Eugen Rochko fc198a8b4c Adding e-mail confirmations 9 years ago
Eugen Rochko b3c7c8700d Fix most pages on small screens 9 years ago
Eugen Rochko 188c6f326b Making public pages responsive, removing reblogs/favs counts from them 9 years ago
Eugen Rochko 9fd3d7b6cd Add since_id param to feeds 9 years ago
Eugen Rochko 2d4f9ecebf Validate against multiple reblogs of same status by same account 9 years ago
Eugen Rochko a4f7eca5fa Fix #25 - Only latest reblog of status kept on feed as zset value is set to "true" status ID 9 years ago
Eugen Rochko 927333f4f8 Improve code style 9 years ago
Eugen Rochko e9bc4a4a08 Limit usernames to 30 chars, statuses to 500, open account after follow form success 9 years ago
Eugen Rochko 15f51dbf8c Better styling for selected status in detailed view 9 years ago
Eugen Rochko 1215ab57ff Some extra scopes for user sorting 9 years ago
Eugen Rochko a706f1af04 Don't generate stream entries for streamables of remote accounts 9 years ago
Eugen Rochko c6d893a71d Uploading/undoing media modifies status text. Also: status text trimmed before validation 9 years ago
Eugen Rochko c0e9603c92 Fix #50 - Order ancestors/descendants by tree path 9 years ago
Eugen Rochko e46abc71ca Fix notifications in UI, added new API for fetching account relationships 9 years ago
Eugen Rochko 608a2bfffc Upgrade to PubSubHubbub 0.4 (removing verify_token) 9 years ago
Eugen Rochko 1cfc9aa20e OStatus2 and Goldfinger gems now have timeouts for requests 9 years ago
Eugen Rochko 059ebbf48d Separate PuSH subscriptions from following, add mastodon:push:refresh task,
respect hub.lease_seconds (fix #46)
9 years ago
Eugen Rochko bd5ad304ba Adding media controller, 1 webm/compose form allowed, previews generated 9 years ago
Eugen Rochko ce29624c6d Fixing image upload limits, allowing webm, merge/unmerge events trigger
timeline reload in UI, other small fixes
9 years ago
Eugen Rochko 7d45a4e692 Fix local mention regex so it works on newlines in HTML (with a preceding tag) 9 years ago
Eugen Rochko d6b3113304 Validates local username, max sizes for uploads. Fixes #32 9 years ago
Eugen Rochko 3cc47beb6e Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
9 years ago
Eugen Rochko 762157ee4e Fix for single status pages 9 years ago
Eugen Rochko 85d89b472d Optimized n+1 queries in accounts Atom and HTML views
Added stack trace for SQL queries in development
Removed badly thought out accounts/lookup API
9 years ago
Eugen Rochko a4cc966476 Removing default avatars 9 years ago
Eugen Rochko 14fb0ab4a2 Improve JSON output for media attachments, generate :small preview for them 9 years ago
Eugen Rochko ed94e998bc Fix for media attachments remote URL download 9 years ago
Eugen Rochko 1d9c886518 Adding enclosures to Atom and statuses JSON 9 years ago
Eugen Rochko eec0dc46a6 PostStatusService can attach media to status, ProcessFeedService likewise 9 years ago
Eugen Rochko ae1fac0062 Add API to upload media attachments 9 years ago
Eugen Rochko 54ea7f5dfe Case-insensitive search by usernames 9 years ago
Eugen Rochko d0e2733f63 Fix reblogs of reblogs in UI, add follow form in UI 9 years ago
Eugen Rochko 595c8dda60 Favouriting works, reblogging is a little broken because of <Status> 9 years ago
Eugen Rochko 49520d6e62 Adding React.js, Redux, revamping dashboard 9 years ago
Eugen Rochko 10ba09f546 Upgrade to Rails 5.0.0.1 9 years ago
Eugen Rochko ff2cbc0753 Remember me enabled by default 10 years ago
Eugen Rochko c38ad208c3 Fix mentions regex to exclude usernames in Medium URLs 10 years ago
Eugen Rochko 85b00d19b8 Moving Salmon notifications to background processing, fixing mini-profiler
behaviour with Turbolinks enabled, optimizing Rabl for production
10 years ago
Eugen Rochko da4b675aca Fix favourite handling in ProcessInteractionService 10 years ago
Eugen Rochko 318886287b Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 query 10 years ago
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
10 years ago
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
10 years ago
Eugen Rochko 0f5bbb999c Pre-loading polymorphic associations for Atom feeds 10 years ago
Eugen Rochko 7e58303a8d Limit Atom feeds to 20 items by default, add pagination by max_id
(But there are no Atom feed pagination elements yet)
10 years ago
Eugen Rochko c8999a116e Sanitize remote html in atom feeds, API (not just UI), use cached mention
relations on Status#mentions
10 years ago
Eugen Rochko 7cd3de3494 Do display top-level content on remote shared notices 10 years ago
Eugen Rochko 082e1cbe5a Fix default max_id query in paginate_by_max_id 10 years ago
Eugen Rochko 12559b01ea Add pagination by max_id instead of offset/limit 10 years ago