summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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