about summary refs log tree commit diff
AgeCommit message (Expand)Author
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
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-02Fix doorkeeper skip_authorizationEugen 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: /api/v1/accounts/verify_cr...Eugen Rochko
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-30Fix tests, update goldfinger to catch XML errorsEugen Rochko
2016-09-30Allow non-https redirect URIs for OAuth apps (AndStatus seems to require this)Eugen 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 #56 - Add default avatarEugen Rochko
2016-09-29Fix #25 - Only latest reblog of status kept on feed as zset value is set to "...Eugen Rochko
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-27Fix testsEugen Rochko
2016-09-27Adding landing pageEugen Rochko