Merge branch 'develop' into dtluna/pleroma-refactor/1
[akkoma] / lib / pleroma / web / router.ex
2017-05-05 Roger BraunMerge branch 'develop' into dtluna/pleroma-refactor/1
2017-05-03 Roger BraunReturn note objects as ostatus post activities.
2017-05-02 Roger BraunAdd twkn timeline.
2017-05-01 Roger BraunRedirect to user feed instead of directly serving it.
2017-05-01 Roger BraunReturn feed for xml requests of the user.
2017-04-28 Roger BraunHandle incoming websub subscriptions.
2017-04-28 Roger BraunAdd proper callback route for websub confirmation.
2017-04-27 dtlunaRefactor code to comply with credo suggestions
2017-04-26 Roger BraunMerge branch 'develop' into feature/incoming_ostatus
2017-04-24 Roger BraunReturn salmon path for users, basic incoming salmon...
2017-04-23 lambadalambdaMerge branch 'feature/follow-unfollow-by-screen-name...
2017-04-23 Roger BraunMerge branch 'ostatus' into develop
2017-04-23 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-21 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-21 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-21 lambadalambdaMerge branch 'bugfix/mentions-timeline' into 'develop'
2017-04-20 dtlunaAdd /statuses/mentions_timeline route
2017-04-20 Roger BraunWebsub controller beginnings.
2017-04-20 lambadalambdaMerge branch 'feature/mentions-timeline' into 'develop'
2017-04-20 dtlunaAdd statuses/mentions endpoint
2017-04-20 Roger BraunMerge branch 'ostatus' of ssh.gitgud.io:lambadalambda...
2017-04-20 Roger BraunBetter activities in ostatus.
2017-04-20 dtlunaMerge branch 'feature/unfollow-by-screen-name' of ssh...
2017-04-20 dtlunaMerge branch 'feature/follow-by-screen-name' of ssh...
2017-04-19 Roger BraunSend frontend through phoenix.
2017-04-19 lambadalambdaMerge branch 'feature/user-timeline' into 'develop'
2017-04-18 Roger BraunAdd webfinger and basic feed support.
2017-04-17 Roger BraunAdd basic webfinger.
2017-04-17 lambadalambdaMerge branch 'bugfix/repeated-follow-unfollow' into...
2017-04-17 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 lambadalambdaMerge branch 'feature/help-test' into 'develop'
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 Roger BraunAdd basic Avatar updating code.
2017-04-16 dtlunaAdd user timeline fetching without credentials
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-16 Roger BraunAdd registration to the TwAPI controller.
2017-04-15 Roger BraunAdd retweeting to TwAPI controller.
2017-04-14 Roger BraunAdd unliking to TwAPI controller.
2017-04-14 Roger BraunFix uploads and favorites in twidere / twittnuker.
2017-04-13 Roger BraunAdd favoriting to TwAPI controller.
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-13 dtlunaMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-12 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-04-12 Roger BraunAdd basic config endpoint.
2017-04-12 lambadalambdaMerge branch 'feature/home-timeline' into 'develop'
2017-04-12 lambadalambdaMerge branch 'bugfix/verify_credentials_get' into ...
2017-04-10 dtlunaAdd user timeline
2017-04-10 dtlunaAdd home timeline
2017-04-10 dtlunaAdd test for help/test resource
2017-04-10 dtlunaAdd help/test resource
2017-04-10 dtlunaAdd GET route for verify_credentials
2017-03-29 Roger BraunBasic file uploading via TwAPI.
2017-03-28 Roger BraunAdd conversation fetching to TwAPI controller.
2017-03-24 Roger BraunAdd single status fetching to TwAPI.
2017-03-23 Roger BraunAdd unfollowing to TwAPI.
2017-03-23 Roger BraunAdd following TwAPI endpoint.
2017-03-22 Roger BraunAdd friends timeline.
2017-03-22 Roger BraunAdd fetching for recipients.
2017-03-21 Roger BraunAdd public timeline TwAPI.
2017-03-21 Roger BraunAdd status posting via TwAPI.
2017-03-20 Roger BraunAdd Twitter API verify_credentials endpoint.
2017-03-17 Roger BraunPhoenix skeleton