| 2016-08-31 |
Eugen Rochko | Fixing one more typo |
commit | commitdiff | tree | snapshot |
| 2016-08-31 |
Eugen Rochko | Fix typo |
commit | commitdiff | tree | snapshot |
| 2016-08-31 |
Eugen Rochko | Replies in the compose form |
commit | commitdiff | tree | snapshot |
| 2016-08-31 |
Eugen Rochko | Improving styling a little bit |
commit | commitdiff | tree | snapshot |
| 2016-08-31 |
Eugen Rochko | Cleaning up action names and compose drawer |
commit | commitdiff | tree | snapshot |
| 2016-08-26 |
Eugen Rochko | The frontend will now be an OAuth app, auto-authorized... |
commit | commitdiff | tree | snapshot |
| 2016-08-25 |
Eugen Rochko | Improving statuses, adding a composer drawer, which... |
commit | commitdiff | tree | snapshot |
| 2016-08-24 |
Eugen | Forgotten return |
commit | commitdiff | tree | snapshot |
| 2016-08-24 |
Eugen Rochko | More styling for statuses |
commit | commitdiff | tree | snapshot |
| 2016-08-24 |
Eugen Rochko | Removing mini-profiler that doesn't work, formatting... |
commit | commitdiff | tree | snapshot |
| 2016-08-24 |
Eugen Rochko | Trying to fix travis tests |
commit | commitdiff | tree | snapshot |
| 2016-08-24 |
Eugen Rochko | Dockerfile adjustments |
commit | commitdiff | tree | snapshot |
| 2016-08-24 |
Eugen Rochko | Adding React.js, Redux, revamping dashboard |
commit | commitdiff | tree | snapshot |
| 2016-08-18 |
Eugen Rochko | Final fix for ActionCable origin issues |
commit | commitdiff | tree | snapshot |
| 2016-08-18 |
Eugen Rochko | Fixing more configuration issues with ActionCable |
commit | commitdiff | tree | snapshot |
| 2016-08-18 |
Eugen Rochko | Fix ActionCable origin checking |
commit | commitdiff | tree | snapshot |
| 2016-08-18 |
Eugen Rochko | Fix for force SSL issue with websockets |
commit | commitdiff | tree | snapshot |
| 2016-08-18 |
Eugen Rochko | Fix tests |
commit | commitdiff | tree | snapshot |
| 2016-08-18 |
Eugen Rochko | Live timelines using ActionCable |
commit | commitdiff | tree | snapshot |
| 2016-08-17 |
Eugen Rochko | Upgrade to Rails 5.0.0.1 |
commit | commitdiff | tree | snapshot |
| 2016-03-27 |
Eugen Rochko | Remember me enabled by default |
commit | commitdiff | tree | snapshot |
| 2016-03-27 |
Eugen Rochko | Fix mentions regex to exclude usernames in Medium URLs |
commit | commitdiff | tree | snapshot |
| 2016-03-27 |
Eugen Rochko | Fix issue with unresolvable usernames |
commit | commitdiff | tree | snapshot |
| 2016-03-26 |
Eugen Rochko | Cleaning up status partial |
commit | commitdiff | tree | snapshot |
| 2016-03-26 |
Eugen Rochko | Oops, typo |
commit | commitdiff | tree | snapshot |
| 2016-03-26 |
Eugen Rochko | Moving Salmon notifications to background processing... |
commit | commitdiff | tree | snapshot |
| 2016-03-26 |
Eugen Rochko | Fix favourite handling in ProcessInteractionService |
commit | commitdiff | tree | snapshot |
| 2016-03-26 |
Eugen Rochko | Remember user logins by default |
commit | commitdiff | tree | snapshot |
| 2016-03-26 |
Eugen Rochko | Add alternate link to entries Atom |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Fix Sidekiq pooling issues. Remove API docs from homepa... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Up the number of pooled DB connections to cover both... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Fixing some stuff for Turbolinks, adding gzip on top... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Adjust down the number of Sidekiq threads to 5 (default... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Fixing FanOutOnWriteService, fixing Sidekiq not having... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Add link to github project to footer, move FanOutOnWrit... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Adding Sidekiq for background processing (firstly just... |
commit | commitdiff | tree | snapshot |
| 2016-03-25 |
Eugen Rochko | Fix subscriptions:clear task, refactor feeds, refactor... |
commit | commitdiff | tree | snapshot |
| 2016-03-24 |
Eugen Rochko | Fix preloading |
commit | commitdiff | tree | snapshot |
| 2016-03-24 |
Eugen Rochko | Do not try to send notification e-mails for reblogs... |
commit | commitdiff | tree | snapshot |
| 2016-03-24 |
Eugen Rochko | Pre-loading polymorphic associations for Atom feeds |
commit | commitdiff | tree | snapshot |
| 2016-03-24 |
Eugen Rochko | Limit Atom feeds to 20 items by default, add pagination... |
commit | commitdiff | tree | snapshot |
| 2016-03-24 |
Eugen Rochko | Sanitize remote html in atom feeds, API (not just UI... |
commit | commitdiff | tree | snapshot |
| 2016-03-24 |
Eugen Rochko | Do display top-level content on remote shared notices |
commit | commitdiff | tree | snapshot |
| 2016-03-22 |
Eugen Rochko | Fix default max_id query in paginate_by_max_id |
commit | commitdiff | tree | snapshot |
| 2016-03-22 |
Eugen Rochko | Add pagination by max_id instead of offset/limit |
commit | commitdiff | tree | snapshot |
| 2016-03-22 |
Eugen Rochko | Only re-download avatar if URL changed (fix #19) |
commit | commitdiff | tree | snapshot |
| 2016-03-22 |
Eugen Rochko | Omit empty tags in Atom feed |
commit | commitdiff | tree | snapshot |
| 2016-03-22 |
Eugen Rochko | Reblogs in Atom feeds now have published, updated,... |
commit | commitdiff | tree | snapshot |
| 2016-03-22 |
Eugen Rochko | Fix #20, reblogs in Atom should be formatted correctly now |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Adding Turbolinks, adding status posting form on homepage |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Fixed the lookup API method |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Resize default avatar cat to fit circle better |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Change default avatar, redirect to home after sign up |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Fix text color in dashboard inputs, sanitize remote... |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Improving borders between predecessor/successor statuses |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Ancestors and descendants of statuses |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Small optimizations in Atom feeds |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Security update |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Escape PuSH challenge and change subscriptions and... |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Linking badges |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Updating badges |
commit | commitdiff | tree | snapshot |
| 2016-03-21 |
Eugen Rochko | Increase note truncation length on account grids, impro... |
commit | commitdiff | tree | snapshot |
| 2016-03-20 |
Eugen Rochko | Adding more tests for helpers |
commit | commitdiff | tree | snapshot |
| 2016-03-20 |
Eugen Rochko | Writing out more tests, fixed some bugs |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | On following/followers pages, show most recent first |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Fix for incoming favourites |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Strip out HTML in plain text notification e-mails.... |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Adding e-mail notifications about mentions, follows... |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Adding letter opener for development and Rack::Attack... |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Improving account grid cards layout for longer username... |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Adding public following and followers pages, fix #3 |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Removing some unused gems, adding pagination to profile... |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Adding more test stubs |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Turns out that replies don't have to have the type... |
commit | commitdiff | tree | snapshot |
| 2016-03-19 |
Eugen Rochko | Adding section on updating to the latest version |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Use FanOutOnWriteService AFTER processing mentions |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | TIL a return from a block seems to return from the... |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Fix #13, Atom feeds now contain formatted post content |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Fix more subtle bugs with first_or_create |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Fixed ANOTHER first_or_create bug. Seriously who came... |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Removing autogenerated test stubs that were not needed |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Updating Travis CI file to setup the test environment... |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Fix typo on /api/accounts/:id/statuses, fix potential... |
commit | commitdiff | tree | snapshot |
| 2016-03-18 |
Eugen Rochko | Adding favicon |
commit | commitdiff | tree | snapshot |
| 2016-03-17 |
Eugen Rochko | Fix #2, add rake task for PuSH-unsubscribing from remot... |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Include AtomBuilderHelper (which declared url_for_targe... |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Fix error when unfollowing somebody who wasn't followed... |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Fixing small bug with FollowRemoteAccountService usage |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Fix unfollows |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Access tokens no longer expire, case-insensitive local... |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Adjusted todo list |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Improved readme |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Fixing the docker container setup (with assets compilat... |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Adding e-mail configuration |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Adding CSS for form errors, adding missing indices |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Validations for local profiles |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Deleting statuses, deletion propagation |
commit | commitdiff | tree | snapshot |
| 2016-03-16 |
Eugen Rochko | Respect "delete" verb on remote feeds |
commit | commitdiff | tree | snapshot |
| 2016-03-14 |
Eugen Rochko | Ignore future .env files - those should not be committe... |
commit | commitdiff | tree | snapshot |
| 2016-03-14 |
Eugen Rochko | Adding a docker-compose template for running Mastodon... |
commit | commitdiff | tree | snapshot |
| next |