Age | Commit message (Expand) | Author |
2016-03-20 | Adding more tests for helpers | Eugen Rochko |
2016-03-20 | Writing out more tests, fixed some bugs | Eugen Rochko |
2016-03-19 | On following/followers pages, show most recent first | Eugen Rochko |
2016-03-19 | Fix for incoming favourites | Eugen Rochko |
2016-03-19 | Strip out HTML in plain text notification e-mails. Oh, and fix #14 | Eugen Rochko |
2016-03-19 | Adding e-mail notifications about mentions, follows, favourites and reblogs. ... | Eugen Rochko |
2016-03-19 | Improving account grid cards layout for longer usernames and notes | Eugen Rochko |
2016-03-19 | Adding public following and followers pages, fix #3 | Eugen Rochko |
2016-03-19 | Removing some unused gems, adding pagination to profiles, fix #10 | Eugen Rochko |
2016-03-19 | Adding more test stubs | 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-19 | TIL a return from a block seems to return from the whole method rather than | Eugen Rochko |
2016-03-19 | Fix #13, Atom feeds now contain formatted post content | Eugen Rochko |
2016-03-19 | Fix more subtle bugs with first_or_create | Eugen Rochko |
2016-03-18 | Fixed ANOTHER first_or_create bug. Seriously who came up with that API smh | Eugen Rochko |
2016-03-18 | Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue | Eugen Rochko |
2016-03-17 | Fix #2, add rake task for PuSH-unsubscribing from remote users who have no | Eugen Rochko |
2016-03-16 | Include AtomBuilderHelper (which declared url_for_target) to all services | Eugen Rochko |
2016-03-16 | Fix error when unfollowing somebody who wasn't followed in the first place | Eugen Rochko |
2016-03-16 | Fixing small bug with FollowRemoteAccountService usage | Eugen Rochko |
2016-03-16 | Fix unfollows | Eugen Rochko |
2016-03-16 | Access tokens no longer expire, case-insensitive local username validation, a... | Eugen Rochko |
2016-03-16 | Adding CSS for form errors, adding missing indices | Eugen Rochko |
2016-03-16 | Validations for local profiles | Eugen Rochko |
2016-03-16 | Deleting statuses, deletion propagation | Eugen Rochko |
2016-03-16 | Respect "delete" verb on remote feeds | Eugen Rochko |
2016-03-14 | Bind oauth applications to users | Eugen Rochko |
2016-03-14 | Customizing the last of doorkeeper views, adding CSS for dashboard forms | Eugen Rochko |
2016-03-12 | Adding simple_form, adding profile settings, header image | Eugen Rochko |
2016-03-12 | Customized more doorkeeper views, only logged in users can create oauth apps | Eugen Rochko |
2016-03-12 | Adding config for puma, dashboard layout, fixing some queries | Eugen Rochko |
2016-03-11 | Improving feed queries, switching API to doorkeeper authentication | Eugen Rochko |
2016-03-11 | Customizing doorkeeper views for authorizing app | Eugen Rochko |
2016-03-11 | Adding Mastodon logo | Eugen Rochko |
2016-03-08 | Distrubute statuses as a fan-out-on-write system, with optional precomputing | Eugen Rochko |
2016-03-07 | API methods for retrieving home and mentions timelines | Eugen Rochko |
2016-03-07 | Adding API for favouriting a status | Eugen Rochko |
2016-03-07 | Improving how the API responses look | Eugen Rochko |
2016-03-07 | Adding doorkeeper, adding a REST API | Eugen Rochko |
2016-03-06 | Adding GNU Public license, adding home timeline, reblog/favourite counters | Eugen Rochko |
2016-03-06 | Adding routes to follow, unfollow, favourite and reblog (locally known models) | Eugen Rochko |
2016-03-06 | Adjusting design of public pages, optimizing account page queries | Eugen Rochko |
2016-03-05 | Adjusting design of profile and entry pages, linkify mentions in statuses | Eugen Rochko |
2016-03-05 | Customizing devise views and controllers | Eugen Rochko |
2016-03-05 | Removing grape and adding devise | Eugen Rochko |
2016-03-05 | Fixing some bugs, adding pending test examples | Eugen Rochko |
2016-02-29 | Changing the use of config constants to the Rails configuration object | Eugen Rochko |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko |
2016-02-28 | Adding a test for ReblogService, fixing mentions for remote statuses | Eugen Rochko |