]> cat aescling's git repositories - mastodon.git/shortlog
mastodon.git
2016-09-15 Eugen RochkoSetting up preliminary "detailed" routes in the UI...
2016-09-13 Eugen RochkoAdding sense of self to the UI, cleaning up routing...
2016-09-12 Eugen RochkoAdding a notification stack for error messages
2016-09-12 Eugen RochkoSend "delete" Salmons to remote mentioned accounts...
2016-09-12 Eugen Rochkoffmpeg is not a package on debian, fix dockerfile
2016-09-12 Eugen RochkoFixing image upload limits, allowing webm, merge/unmerg...
2016-09-10 Eugen RochkoFix formatter return block
2016-09-10 Eugen RochkoMerge and unmerge timelines on follow/unfollow, solves...
2016-09-10 Eugen RochkoImprove rake tasks
2016-09-10 Eugen RochkoFix local mention regex so it works on newlines in...
2016-09-10 Eugen RochkoStyling for paragraphs in statuses
2016-09-10 Eugen RochkoNewlines and paragraphs in local statuses properly...
2016-09-10 Eugen RochkoDisallow self-follow
2016-09-10 Eugen RochkoShorten mentions to only usernames
2016-09-10 Eugen RochkoValidates local username, max sizes for uploads. Fixes #32
2016-09-09 EugenFix typo in deleteFromTimelines action creator
2016-09-09 Eugen RochkoRefactored generation of unique tags, URIs and object...
2016-09-09 Eugen RochkoProbably fixes #31
2016-09-08 Eugen RochkoFix for single status pages
2016-09-08 Eugen RochkoOptimized n+1 queries in accounts Atom and HTML views
2016-09-08 Eugen RochkoRemoving default avatars
2016-09-08 Eugen RochkoFix local follows, 404 in logs
2016-09-07 Eugen RochkoImproving production logs, removing n+1 on media attach...
2016-09-07 Eugen RochkoFixing atom feeds for accounts, adding tests that would...
2016-09-07 Eugen RochkoUI for uploading media attachments (and cancelling...
2016-09-06 EugenFix enclosures not being parsed for reblogged statuses
2016-09-05 Eugen RochkoFix for Drawer growing horizontally
2016-09-05 Eugen RochkoFixed styling for media attachments in statuses (margins)
2016-09-05 Eugen RochkoAdd icons to column headers, click them to scroll to top
2016-09-05 Eugen RochkoFix styling of media attachments in statuses
2016-09-05 EugenFix reply bug introduced when compose form started...
2016-09-05 Eugen RochkoBetter layout for attachments in <MediaGallery>
2016-09-05 Eugen RochkoDisplaying media attachments in timelines
2016-09-05 Eugen RochkoImprove JSON output for media attachments, generate...
2016-09-05 Eugen RochkoFix for media attachments remote URL download
2016-09-05 Eugen RochkoAdding enclosures to Atom and statuses JSON
2016-09-05 Eugen RochkoPostStatusService can attach media to status, ProcessFe...
2016-09-05 Eugen RochkoAdd API to upload media attachments
2016-09-05 Eugen RochkoMake compose form also use normalized data
2016-09-04 Eugen RochkoRemoveStatusService fleshed out, still doesn't send...
2016-09-04 Eugen RochkoEnhancing test suite but I think the problem might...
2016-09-04 Eugen RochkoPossibly fix issue with stale favourite/reblog informat...
2016-09-04 Eugen RochkoFixed more case-sensitivity issues
2016-09-04 Eugen RochkoFix wrongful mentions breaking status update
2016-09-04 Eugen RochkoCase-insensitive search by usernames
2016-09-04 Eugen RochkoFix timelines for users whose user id and account_id...
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
next