summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-04-01Fix conflictKANEKO Yoshitaka
2018-04-01mastodon search api: implement a reasonable hashtags stubWilliam 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-31Add gopher server.lain
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-30Fix TwApi reply visibility.lain
2018-03-30Add char_limit to initial-state of mastofeMorgan Bazalgette
2018-03-28Don't go through all available emoji.lain
object carry their emoji information.
2018-03-27Add basic activity view.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-27Include the '#' symbol into the link itselfFrancis Dinh
2018-03-26Speed up follower query.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-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-24Fix hashtags.lain
2018-03-23oauth: implement grant_type=password for single-page appsWilliam Pitcock
2018-03-23Strip html from emoji stuff.lain
2018-03-23For outgoing objects, fake mastodon style ap id for ostatus.lain
2018-03-22Merge branch 'develop' into kaniini/pleroma-feature/activitypub-endpointslain
2018-03-22Fix test.lain
2018-03-22webfinger: implement json response parsingWilliam Pitcock