]> cat aescling's git repositories - mastodon.git/shortlog
mastodon.git
2016-09-04 Eugen RochkoHandle delete Salmons, todo: clean up timelines
2016-09-04 Eugen RochkoNormalized data in Redux, fix for asset URLs when rende...
2016-09-03 Eugen RochkoTrying to fix travis builds
2016-09-03 Eugen RochkoFix for travis node issue
2016-09-03 Eugen RochkoFix reblogs of reblogs in UI, add follow form in UI
2016-09-02 EugenUpdate README.md
2016-09-01 Eugen RochkoPreparing for follow form
2016-09-01 Eugen RochkoReblogs fixed
2016-09-01 Eugen RochkoFavouriting works, reblogging is a little broken becaus...
2016-09-01 Eugen RochkoSmall style fixes
2016-08-31 Eugen RochkoFixing one more typo
2016-08-31 Eugen RochkoFix typo
2016-08-31 Eugen RochkoReplies in the compose form
2016-08-31 Eugen RochkoImproving styling a little bit
2016-08-31 Eugen RochkoCleaning up action names and compose drawer
2016-08-26 Eugen RochkoThe frontend will now be an OAuth app, auto-authorized...
2016-08-25 Eugen RochkoImproving statuses, adding a composer drawer, which...
2016-08-24 EugenForgotten return
2016-08-24 Eugen RochkoMore styling for statuses
2016-08-24 Eugen RochkoRemoving mini-profiler that doesn't work, formatting...
2016-08-24 Eugen RochkoTrying to fix travis tests
2016-08-24 Eugen RochkoDockerfile adjustments
2016-08-24 Eugen RochkoAdding React.js, Redux, revamping dashboard
2016-08-18 Eugen RochkoFinal fix for ActionCable origin issues
2016-08-18 Eugen RochkoFixing more configuration issues with ActionCable
2016-08-18 Eugen RochkoFix ActionCable origin checking
2016-08-18 Eugen RochkoFix for force SSL issue with websockets
2016-08-18 Eugen RochkoFix tests
2016-08-18 Eugen RochkoLive timelines using ActionCable
2016-08-17 Eugen RochkoUpgrade to Rails 5.0.0.1
2016-03-27 Eugen RochkoRemember me enabled by default
2016-03-27 Eugen RochkoFix mentions regex to exclude usernames in Medium URLs
2016-03-27 Eugen RochkoFix issue with unresolvable usernames
2016-03-26 Eugen RochkoCleaning up status partial
2016-03-26 Eugen RochkoOops, typo
2016-03-26 Eugen RochkoMoving Salmon notifications to background processing...
2016-03-26 Eugen RochkoFix favourite handling in ProcessInteractionService
2016-03-26 Eugen RochkoRemember user logins by default
2016-03-26 Eugen RochkoAdd alternate link to entries Atom
2016-03-25 Eugen RochkoFix Sidekiq pooling issues. Remove API docs from homepa...
2016-03-25 Eugen RochkoUp the number of pooled DB connections to cover both...
2016-03-25 Eugen RochkoFixing some stuff for Turbolinks, adding gzip on top...
2016-03-25 Eugen RochkoAdjust down the number of Sidekiq threads to 5 (default...
2016-03-25 Eugen RochkoFixing FanOutOnWriteService, fixing Sidekiq not having...
2016-03-25 Eugen RochkoAdd link to github project to footer, move FanOutOnWrit...
2016-03-25 Eugen RochkoAdding Sidekiq for background processing (firstly just...
2016-03-25 Eugen RochkoFix subscriptions:clear task, refactor feeds, refactor...
2016-03-24 Eugen RochkoFix preloading
2016-03-24 Eugen RochkoDo not try to send notification e-mails for reblogs...
2016-03-24 Eugen RochkoPre-loading polymorphic associations for Atom feeds
2016-03-24 Eugen RochkoLimit Atom feeds to 20 items by default, add pagination...
2016-03-24 Eugen RochkoSanitize remote html in atom feeds, API (not just UI...
2016-03-24 Eugen RochkoDo display top-level content on remote shared notices
2016-03-22 Eugen RochkoFix default max_id query in paginate_by_max_id
2016-03-22 Eugen RochkoAdd pagination by max_id instead of offset/limit
2016-03-22 Eugen RochkoOnly re-download avatar if URL changed (fix #19)
2016-03-22 Eugen RochkoOmit empty tags in Atom feed
2016-03-22 Eugen RochkoReblogs in Atom feeds now have published, updated,...
2016-03-22 Eugen RochkoFix #20, reblogs in Atom should be formatted correctly now
2016-03-21 Eugen RochkoAdding Turbolinks, adding status posting form on homepage
2016-03-21 Eugen RochkoFixed the lookup API method
2016-03-21 Eugen RochkoResize default avatar cat to fit circle better
2016-03-21 Eugen RochkoChange default avatar, redirect to home after sign up
2016-03-21 Eugen RochkoFix text color in dashboard inputs, sanitize remote...
2016-03-21 Eugen RochkoImproving borders between predecessor/successor statuses
2016-03-21 Eugen RochkoAncestors and descendants of statuses
2016-03-21 Eugen RochkoSmall optimizations in Atom feeds
2016-03-21 Eugen RochkoSecurity update
2016-03-21 Eugen RochkoEscape PuSH challenge and change subscriptions and...
2016-03-21 Eugen RochkoLinking badges
2016-03-21 Eugen RochkoUpdating badges
2016-03-21 Eugen RochkoIncrease note truncation length on account grids, impro...
2016-03-20 Eugen RochkoAdding more tests for helpers
2016-03-20 Eugen RochkoWriting out more tests, fixed some bugs
2016-03-19 Eugen RochkoOn following/followers pages, show most recent first
2016-03-19 Eugen RochkoFix for incoming favourites
2016-03-19 Eugen RochkoStrip out HTML in plain text notification e-mails....
2016-03-19 Eugen RochkoAdding e-mail notifications about mentions, follows...
2016-03-19 Eugen RochkoAdding letter opener for development and Rack::Attack...
2016-03-19 Eugen RochkoImproving account grid cards layout for longer username...
2016-03-19 Eugen RochkoAdding public following and followers pages, fix #3
2016-03-19 Eugen RochkoRemoving some unused gems, adding pagination to profile...
2016-03-19 Eugen RochkoAdding more test stubs
2016-03-19 Eugen RochkoTurns out that replies don't have to have the type...
2016-03-19 Eugen RochkoAdding section on updating to the latest version
2016-03-18 Eugen RochkoUse FanOutOnWriteService AFTER processing mentions
2016-03-18 Eugen RochkoTIL a return from a block seems to return from the...
2016-03-18 Eugen RochkoFix #13, Atom feeds now contain formatted post content
2016-03-18 Eugen RochkoFix more subtle bugs with first_or_create
2016-03-18 Eugen RochkoFixed ANOTHER first_or_create bug. Seriously who came...
2016-03-18 Eugen RochkoRemoving autogenerated test stubs that were not needed
2016-03-18 Eugen RochkoUpdating Travis CI file to setup the test environment...
2016-03-18 Eugen RochkoFix typo on /api/accounts/:id/statuses, fix potential...
2016-03-18 Eugen RochkoAdding favicon
2016-03-17 Eugen RochkoFix #2, add rake task for PuSH-unsubscribing from remot...
2016-03-16 Eugen RochkoInclude AtomBuilderHelper (which declared url_for_targe...
2016-03-16 Eugen RochkoFix error when unfollowing somebody who wasn't followed...
2016-03-16 Eugen RochkoFixing small bug with FollowRemoteAccountService usage
2016-03-16 Eugen RochkoFix unfollows
2016-03-16 Eugen RochkoAccess tokens no longer expire, case-insensitive local...
next