summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-31Add gopher server.lain
2018-03-31update frontendlain
2018-03-30Remove unused ActivityRepresenter module.lain
2018-03-30TwitterApiController: Use ActivityView.lain
2018-03-30TwApi ActivityView: Add delete activities.lain
2018-03-30TwApi ActivityView: Add follows.lain
2018-03-30Format the code.lain
2018-03-30Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-03-30TwApi ActivityView: Add announces.lain
2018-03-30TwApi ActivityView: Add Like rendering.lain
2018-03-30Add ActivityViewTest.lain
2018-03-30Fix TwApi reply visibility.lain
2018-03-30Merge branch 'char-limit-mastofe' into 'develop'lambda
Add char_limit to initial-state of mastofe See merge request pleroma/pleroma!86
2018-03-30Add char_limit to initial-state of mastofeMorgan Bazalgette
2018-03-28Clean up prod.exs a bit.lain
2018-03-28Update pleroma.nginxlambda
2018-03-28Don't go through all available emoji.lain
object carry their emoji information.
2018-03-27Add basic activity view.lain
2018-03-27Return version in instance endpoint, set version to 0.9.0.lain
2018-03-27Fix migration.lain
2018-03-27Drop index for 'local', it confuses the query planner.lain
2018-03-27Reduce OP fetching queries.lain
2018-03-27Don't try to fetch OP if none is there.lain
2018-03-27More Jason changes.lain
2018-03-27Add missing types.lain
2018-03-27Switch to Jason for json handling.lain
It's twice as fast and will be the standard in the coming ecto.
2018-03-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-03-27Update dependencies.lain
2018-03-27Merge branch 'fix/hashtag-consistency' into 'develop'lambda
Include the '#' symbol into the hashtag link itself See merge request pleroma/pleroma!85
2018-03-27Forgot to fix one of the links in a testFrancis Dinh
2018-03-27Update tests to reflect hashtag link changesFrancis Dinh
2018-03-27Include the '#' symbol into the link itselfFrancis Dinh
2018-03-26Speed up follower query.lain
2018-03-26Add index for user follower address.lain
2018-03-26Fix atom feed pagination.lain
2018-03-25Fix follower collection id.lain
2018-03-25Return "audio" info in mastodon api.lain
2018-03-25Merge branch 'feature/oauth-token-password' into 'develop'lambda
oauth: implement grant_type=password for single-page apps See merge request pleroma/pleroma!81
2018-03-25Fix favicon and add to index.htmlKANEKO Yoshitaka
2018-03-24Merge branch 'bugfix/activitypub-hashtags' into 'develop'lambda
activitypub transmogrifier: rewrite incoming hashtags See merge request pleroma/pleroma!83
2018-03-24activitypub transmogrifier: rewrite incoming hashtagsWilliam Pitcock
2018-03-24Fix tests.lain
2018-03-24Unify user fetching.lain
2018-03-24Fetch the same data from json webfinger as from xml webfinger.lain
2018-03-24Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-03-24Fix hashtags.lain
2018-03-24Merge branch 'fix-star-colour' into 'develop'lambda
mastofe: remove excess accent colours; fix the always-starred bug See merge request pleroma/pleroma!80
2018-03-23oauth: implement grant_type=password for single-page appsWilliam Pitcock
2018-03-23mastofe: remove excess accent colours; fix the always-starred bugMorgan Bazalgette
2018-03-23Strip html from emoji stuff.lain