about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
Also upgrade react-redux to latest version. This is a performance update
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" ↵Eugen Rochko
explanation Also, only update relative time every minute instead of 6 seconds. My bad
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 ↵Eugen Rochko
empty 200 This prevents the undefined profile from being opened in the first place on such an error
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() ↵Eugen Rochko
method
2016-10-06Fix sign-in redirecting "back" to a missing image because missing static ↵Eugen Rochko
files hit the raise_not_found method
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 ↵Eugen Rochko
service if XML given is nil
2016-10-06Update default devise wording to include reference to MastodonYann Vaillant
Fix #68
2016-10-05Move PubSubHubbub pinging to a background workerEugen Rochko
It can take as much as 0.5s if not longer to complete
2016-10-05Fix typoEugen Rochko
2016-10-05Catching more exceptions that slipped through, removing AR logging fromEugen Rochko
production as it's very verbose and not very useful
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
2016-10-03Fix most pages on small screensEugen Rochko
2016-10-03Making public pages responsive, removing reblogs/favs counts from themEugen Rochko
2016-10-02Small fixesEugen Rochko
2016-10-02Add since_id param to feedsEugen Rochko
2016-10-02Redirect after sign in to previous page (unless it's a sign in/up/etc page)Eugen Rochko
2016-10-02Add API for getting info about authenticated user: ↵Eugen Rochko
/api/v1/accounts/verify_credentials
2016-10-02Slightly improved e-mail notificationsEugen Rochko
2016-10-02Validate against multiple reblogs of same status by same accountEugen Rochko
2016-10-02Preparing feeds for better filteringEugen Rochko
2016-10-02Unreblogging and unfavouriting from the UIEugen Rochko
2016-10-02Add logging for outgoing http requestsEugen Rochko
2016-09-30Meaningful validation errors in API responseEugen Rochko
2016-09-30Adjust client registration APIEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-29Fix #25 - Only latest reblog of status kept on feed as zset value is set to ↵Eugen Rochko
"true" status ID
2016-09-29Improve code styleEugen Rochko
2016-09-27Fix handling of multiple Link headers (that should not be a thing though)Eugen Rochko
2016-09-27Adding landing pageEugen Rochko
2016-09-27Fix #58 - disable compose form while image is uploadingEugen Rochko