about summary refs log tree commit diff
AgeCommit message (Expand)Author
2016-10-10PuSH unsubscribe needs correct callback URLEugen Rochko
2016-10-10Make account domains case-insensitive, downcase before checking against localEugen Rochko
2016-10-10Fix default assumed object type (note->activity), make stream entry threaded?...Eugen Rochko
2016-10-09Improved how in-UI profiles lookEugen Rochko
2016-10-09Making AccountTimeline into a sub-routeEugen Rochko
2016-10-09Public timeline to exclude users you blockedEugen Rochko
2016-10-09Filter block users and reblogs of them from public timelineEugen Rochko
2016-10-09Adding domain blocksEugen Rochko
2016-10-09Merge pull request #87 from vayan/feature/strip-exif-data-from-imagesEugen
2016-10-08Strip exif data from uploaded imagesYann Vaillant
2016-10-08Fix travis testEugen Rochko
2016-10-08Fix mistakeEugen Rochko
2016-10-08Add link to public timeline to getting started screenEugen Rochko
2016-10-08Install npm 3 in docker (v3 warns on invalid peer dependencies instead of fai...Eugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-07Adding user settings (model and mailer), no form yetEugen Rochko
2016-10-06Fix #73 - Click on in-UI profile avatar/name to open public profileEugen Rochko
2016-10-06Styling loading indicator, removing unused routes, adding "getting started" e...Eugen Rochko
2016-10-06Fix how missing display name is displayed (fallback to username)Eugen Rochko
2016-10-06Adjusting new CSS for smaller screensEugen Rochko
2016-10-06Fix #79 - break too long lines and hide overflowing characters in status contentEugen Rochko
2016-10-06Fix #80 - pretty scrollbars for lucky webkit usersEugen Rochko
2016-10-06Fix #83 - if user cannot be found (or is self) throw error, don't return empt...Eugen Rochko
2016-10-06Fix #72 - add follow/unfollow button to public profilesEugen Rochko
2016-10-06Fix delete option missing from statuses in detailed viewEugen Rochko
2016-10-06Better comparison of "local" domainEugen Rochko
2016-10-06Fix #76 - set scrollTop property of element node rather than use scrollTo() m...Eugen Rochko
2016-10-06Fix sign-in redirecting "back" to a missing image because missing static file...Eugen Rochko
2016-10-06Fix #71 - Add logout link to UIEugen Rochko
2016-10-06Fix #70 - disable autocomplete on follow formEugen Rochko
2016-10-06Update OStatus2 to handle malformed Salmon without raising unexpected exceptionsEugen Rochko
2016-10-06Catch Paperclip errors on /api/v1/media, return early from update profile ser...Eugen Rochko
2016-10-06Merge pull request #74 from waldyrious/patch-1Eugen
2016-10-06use consistent capitalization for subject linesWaldir Pimenta
2016-10-06Merge pull request #69 from vayan/feature/change-wording-in-mailer-viewEugen
2016-10-06Update default devise wording to include reference to MastodonYann Vaillant
2016-10-05Add information on rake tasks to readmeEugen Rochko
2016-10-05Move PubSubHubbub pinging to a background workerEugen Rochko
2016-10-05Fix typoEugen Rochko
2016-10-05Link demo video from readmeEugen Rochko
2016-10-05Catching more exceptions that slipped through, removing AR logging fromEugen Rochko
2016-10-03Catch :warden correctlyEugen Rochko
2016-10-03Catch warden throw in actioncableEugen Rochko
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-10-03API for blocking and unblockingEugen Rochko
2016-10-03Integrating block relationships into the API (read-only for now)Eugen Rochko
2016-10-03Adding a block model and filter mentions from blocked users (fix #60)Eugen Rochko
2016-10-03Cleaning up unused viewsEugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko