summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-02Generates contexts and ids on insertion time.lain
2018-04-02Pre-fetch conversation ids.lain
2018-04-02Merge branch 'fix-107' into 'develop'lambda
masto api: run emojis through mediaproxy Closes #107 See merge request pleroma/pleroma!92
2018-04-02Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-04-02Fail faster.lain
2018-04-02Fix some test stuff.lain
2018-04-02Add mock.lain
2018-04-02masto api: run emojis through mediaproxyMorgan Bazalgette
fixes #107
2018-04-01Respond to proper ActivityPub type.lain
2018-04-01Merge branch 'mastofe-f48f11d4' into 'develop'lambda
update mastofe See merge request pleroma/pleroma!90
2018-04-01update mastofeMorgan Bazalgette
2018-04-01Merge branch 'feature/cors' into 'develop'lambda
web endpoint: better document CORS stuff with nginx See merge request pleroma/pleroma!82
2018-04-01Merge branch 'feature/mastodon-search-tags' into 'develop'lambda
mastodon search api: implement a reasonable hashtags stub See merge request pleroma/pleroma!89
2018-04-01Merge branch 'feature/upload-limit' into 'develop'lambda
config: make the upload limit configurable See merge request pleroma/pleroma!88
2018-04-01Fix conflictKANEKO Yoshitaka
2018-04-01revert to modified pleroma feKANEKO Yoshitaka
2018-04-01mastodon search api: implement a reasonable hashtags stubWilliam Pitcock
2018-04-01nginx: document how to enable CORS supportWilliam Pitcock
2018-03-31config: make the upload limit configurableWilliam Pitcock
2018-03-31Merge branch 'new-mastofe' into 'develop'lambda
Bring Mastodon frontend up-to-date See merge request pleroma/pleroma!87
2018-03-31Use correct linefeed.lain
2018-03-31Small fix.lain
2018-03-31Fix typo.lain
2018-03-31Modify newlines.lain
2018-03-31Remove inspect.lain
2018-03-31Proper info.lain
2018-03-31No tabs.lain
2018-03-31Don't fetch anything except ap_id for follower / followinglain
collections. Should speed up the queries because ecto doesn't have to parse the json.
2018-03-31Gopher: Add like / repeat count.lain
2018-03-31Remove pl-dark-masto-fe, add preloading for common scriptsMorgan Bazalgette
2018-03-31Update with mastofe repoMorgan Bazalgette
2018-03-31Bring Mastodon frontend up-to-dateMorgan Bazalgette
with my fork of it, @ https://git.pleroma.social/howl/mastofe .
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