]> cat aescling's git repositories - mastodon.git/shortlog
mastodon.git
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...
2016-03-16 Eugen RochkoAdjusted todo list
2016-03-16 Eugen RochkoImproved readme
2016-03-16 Eugen RochkoFixing the docker container setup (with assets compilat...
2016-03-16 Eugen RochkoAdding e-mail configuration
2016-03-16 Eugen RochkoAdding CSS for form errors, adding missing indices
2016-03-16 Eugen RochkoValidations for local profiles
2016-03-16 Eugen RochkoDeleting statuses, deletion propagation
2016-03-16 Eugen RochkoRespect "delete" verb on remote feeds
2016-03-14 Eugen RochkoIgnore future .env files - those should not be committe...
2016-03-14 Eugen RochkoAdding a docker-compose template for running Mastodon...
2016-03-14 Eugen RochkoBind oauth applications to users
2016-03-14 Eugen RochkoCustomizing the last of doorkeeper views, adding CSS...
2016-03-12 Eugen RochkoAdding simple_form, adding profile settings, header...
2016-03-12 Eugen RochkoCustomized more doorkeeper views, only logged in users...
2016-03-12 Eugen RochkoAdding config for puma, dashboard layout, fixing some...
2016-03-11 Eugen RochkoImproving feed queries, switching API to doorkeeper...
2016-03-11 Eugen RochkoCustomizing doorkeeper views for authorizing app
2016-03-11 Eugen RochkoAdding Mastodon logo
2016-03-08 Eugen RochkoDistrubute statuses as a fan-out-on-write system, with...
2016-03-07 Eugen RochkoAPI methods for retrieving home and mentions timelines
2016-03-07 Eugen RochkoAdding API for favouriting a status
2016-03-07 Eugen RochkoImproving how the API responses look
2016-03-07 Eugen RochkoAdding doorkeeper, adding a REST API
2016-03-06 Eugen RochkoAdding GNU Public license, adding home timeline, reblog...
2016-03-06 Eugen RochkoUpdate status in readme
2016-03-06 Eugen RochkoAdding routes to follow, unfollow, favourite and reblog...
2016-03-06 Eugen RochkoAdjusting design of public pages, optimizing account...
2016-03-05 Eugen RochkoAdjusting design of profile and entry pages, linkify...
2016-03-05 Eugen RochkoCustomizing devise views and controllers
2016-03-05 Eugen RochkoRemoving grape and adding devise
2016-03-05 Eugen RochkoFixing some bugs, adding pending test examples
2016-02-29 Eugen RochkoChanging the use of config constants to the Rails confi...
2016-02-29 Eugen RochkoRefactoring Grape API methods into normal controllers...
2016-02-28 Eugen RochkoAdding a test for ReblogService, fixing mentions for...
2016-02-28 Eugen RochkoA lot of fixes from a live test
2016-02-28 Eugen RochkoAdded <link> tags to profiles and entries
2016-02-28 Eugen RochkoPing hubs when following somebody, too
2016-02-28 Eugen RochkoWhen posting a status or reblogging one, ping hubs...
2016-02-28 Eugen RochkoUpdate profile information and download avatar of remot...
2016-02-28 Eugen RochkoImproving status display design, including replies...
2016-02-27 Eugen RochkoAdding avatars to profile page and statuses
2016-02-27 Eugen RochkoAdding paperclip for avatars, fixing design of the...
next