Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | Merge pull request #1184 from thoughtbot/extract-proper-status | Eugen | |
DRY up reblog vs original status check | |||
2017-04-07 | Implement pending specs on Status | Joël Quenneville | |
Implement the two pending specs on `Status`: `reblogs_count` and `favourites_count`. | |||
2017-04-07 | DRY up reblog vs original status check | Joël Quenneville | |
Checking reblog vs original status was happening in multiple places across the app. For views, this logic was encapsulated in a helper method named `proper_status` but in the other layers of the app, the logic was duplicated. Because the logic is used at all layers of the app, we extracted it into a `Status#proper` method on the model and changed all uses of the logic to use this method. There is now a single source of truth for this condition. We added test coverage to untested methods that got refactored. | |||
2017-04-05 | Fix spec | Eugen Rochko | |
2017-04-05 | Merge branch 'master' into add_more_tests_to_models | Eugen | |
2017-04-05 | update account_spec | Samy KACIMI | |
2017-04-05 | add more tests to models | Samy KACIMI | |
2017-04-04 | [#817] Add email whitelist | Pete Keen | |
This adds the ability to filter user signup with a whitelist instead of or in addition to a blacklist. Fixes #817 | |||
2017-03-30 | Import feature for following/blocking lists (addresses #62, #177, #201, #454) | Eugen Rochko | |
2017-03-05 | Fix wrongful matching of last period in extended usernames | Eugen Rochko | |
Fix anchor tags in some wikipedia URLs being matches as a hashtag | |||
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave | |
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-12 | Stop trying to shoehorn all Salmon updates into the poor database-connected | Eugen Rochko | |
StreamEntry model. Simply render Salmon slaps as they are needed | |||
2017-02-11 | Fix semantics of follow requests another slaps | Eugen Rochko | |
2017-02-05 | Fix #61 - Add list of blocked users to the UI; clean up failed push ↵ | Eugen Rochko | |
notifications API Try to fix Travis CI setup | |||
2017-01-29 | API for apps to register for push notifications | Eugen Rochko | |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-09 | Persist UI settings, add missing localizations for German | Eugen Rochko | |
2016-12-22 | Follow call on locked account creates follow request instead | Eugen Rochko | |
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts | |||
2016-11-28 | Adding embedded PuSH server | Eugen Rochko | |
2016-11-20 | Adding unified streamable notifications | Eugen Rochko | |
2016-11-16 | Localizations for most server-side strings | Eugen Rochko | |
2016-11-13 | Fix #142 - Escape ILIKE special characters from Account.find_remote | Eugen Rochko | |
2016-11-04 | Adding hashtag model | Eugen Rochko | |
2016-10-09 | Adding domain blocks | Eugen Rochko | |
2016-10-03 | Adding a block model and filter mentions from blocked users (fix #60) | Eugen Rochko | |
2016-09-20 | Upgrade to PubSubHubbub 0.4 (removing verify_token) | Eugen Rochko | |
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko | |
as well as formatting of content | |||
2016-09-05 | Add API to upload media attachments | Eugen Rochko | |
2016-03-27 | Fix mentions regex to exclude usernames in Medium URLs | Eugen Rochko | |
2016-03-25 | Fix subscriptions:clear task, refactor feeds, refactor streamable activites | Eugen Rochko | |
and atom feed generation to some extent, as well as the way mentions are stored | |||
2016-03-24 | Sanitize remote html in atom feeds, API (not just UI), use cached mention | Eugen Rochko | |
relations on Status#mentions | |||
2016-03-19 | Adding more test stubs | Eugen Rochko | |
2016-02-28 | When posting a status or reblogging one, ping hubs about the feed update | Eugen Rochko | |
2016-02-26 | Adding a bunch of tests | Eugen Rochko | |
2016-02-25 | Adding a Mention model, test stubs | Eugen Rochko | |
2016-02-23 | Adding reblogs, favourites, improving atom generation | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |