Age | Commit message (Expand) | Author |
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko |
2016-11-26 | Update hub URL and re-subscribe if hub URL changes | Eugen Rochko |
2016-11-22 | Remove unneeded indices, improve error handling in background workers, don't ... | Eugen Rochko |
2016-11-21 | Call NotifyService about remote reblogs | Eugen Rochko |
2016-11-20 | Adding unified streamable notifications | Eugen Rochko |
2016-11-18 | Catch validation errors in ProcessFeedService so that one failing entry would... | Eugen Rochko |
2016-11-18 | Don't create attachments if remote file cannot be fetched | Eugen Rochko |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko |
2016-11-13 | Force utf-8 encoding when processing XML | Eugen Rochko |
2016-11-10 | Discard misattributed remote statuses, improve timelines filter | Eugen Rochko |
2016-11-08 | Adding more logging | Eugen Rochko |
2016-11-08 | Fix for thread resolve service and process feed service url method | Eugen Rochko |
2016-11-08 | Fix region setting for AWS gem | Eugen Rochko |
2016-11-08 | Fix typo | Eugen Rochko |
2016-11-08 | ProcessFeedService refactor | Eugen Rochko |
2016-11-07 | Improved configuration from ENV, cleaned up timeline filter methods | Eugen Rochko |
2016-11-05 | Adding hashtags | Eugen Rochko |
2016-10-14 | Fix duplication of media attachments when a remote status reblogs a local one | Eugen Rochko |
2016-10-12 | Fix up a few exceptions | Eugen Rochko |
2016-10-10 | Fixing namespaces issue | Eugen Rochko |
2016-10-10 | Fix namespace parsing in Atom feeds | Eugen Rochko |
2016-10-10 | Use Account#find_remote method when possible | Eugen Rochko |
2016-10-10 | Don't return unsaved status from ProcessFeedService | Eugen Rochko |
2016-10-10 | Adding test for ProcessFeedService | Eugen Rochko |
2016-10-10 | Improve process feed service | Eugen Rochko |
2016-10-10 | Fix default assumed object type (note->activity), make stream entry threaded?... | Eugen Rochko |
2016-10-06 | Better comparison of "local" domain | Eugen Rochko |
2016-10-03 | Blocking will prevent e-mail notifications from blocked user, blocks in UI | Eugen Rochko |
2016-10-02 | Small fixes | Eugen Rochko |
2016-09-29 | Improve code style | Eugen Rochko |
2016-09-26 | Fix #54 - Fetch remote accounts by URL from mentions | Eugen Rochko |
2016-09-22 | Handle remote account mentions a little better by trying a URL lookup in the db | Eugen Rochko |
2016-09-22 | Fix #51 - prevent duplicate attachments for remote statuses | Eugen Rochko |
2016-09-21 | Fix #24 - Thread resolving for remote statuses | Eugen Rochko |
2016-09-20 | Separate PuSH subscriptions from following, add mastodon:push:refresh task, | Eugen Rochko |
2016-09-18 | Fix #43 | Eugen Rochko |
2016-09-17 | Fix how other services used old FollowRemoteAccountService | Eugen Rochko |
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko |
2016-09-06 | Fix enclosures not being parsed for reblogged statuses | Eugen |
2016-09-05 | PostStatusService can attach media to status, ProcessFeedService likewise | Eugen Rochko |
2016-09-04 | Handle delete Salmons, todo: clean up timelines | Eugen Rochko |
2016-03-26 | Fix favourite handling in ProcessInteractionService | Eugen Rochko |
2016-03-25 | Add link to github project to footer, move FanOutOnWriteService calls to | Eugen Rochko |
2016-03-25 | Fix subscriptions:clear task, refactor feeds, refactor streamable activites | Eugen Rochko |
2016-03-24 | Do not try to send notification e-mails for reblogs if the reblog is not of a | Eugen Rochko |
2016-03-20 | Writing out more tests, fixed some bugs | Eugen Rochko |
2016-03-19 | Adding e-mail notifications about mentions, follows, favourites and reblogs. ... | Eugen Rochko |
2016-03-19 | Turns out that replies don't have to have the type comment. Changed handling | Eugen Rochko |
2016-03-19 | Use FanOutOnWriteService AFTER processing mentions | Eugen Rochko |
2016-03-18 | Fixed ANOTHER first_or_create bug. Seriously who came up with that API smh | Eugen Rochko |