akkoma
2018-03-31 lambdaMerge branch 'new-mastofe' into 'develop'
2018-03-31 lainUse correct linefeed.
2018-03-31 lainSmall fix.
2018-03-31 lainFix typo.
2018-03-31 lainModify newlines.
2018-03-31 lainRemove inspect.
2018-03-31 lainProper info.
2018-03-31 lainNo tabs.
2018-03-31 lainDon't fetch anything except ap_id for follower / following
2018-03-31 lainGopher: Add like / repeat count.
2018-03-31 Morgan BazalgetteRemove pl-dark-masto-fe, add preloading for common...
2018-03-31 Morgan BazalgetteUpdate with mastofe repo
2018-03-31 Morgan BazalgetteBring Mastodon frontend up-to-date
2018-03-31 lainAdd gopher server.
2018-03-31 lainupdate frontend
2018-03-30 lainRemove unused ActivityRepresenter module.
2018-03-30 lainTwitterApiController: Use ActivityView.
2018-03-30 lainTwApi ActivityView: Add delete activities.
2018-03-30 lainTwApi ActivityView: Add follows.
2018-03-30 lainFormat the code.
2018-03-30 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2018-03-30 lainTwApi ActivityView: Add announces.
2018-03-30 lainTwApi ActivityView: Add Like rendering.
2018-03-30 lainAdd ActivityViewTest.
2018-03-30 lainFix TwApi reply visibility.
2018-03-30 lambdaMerge branch 'char-limit-mastofe' into 'develop'
2018-03-29 Morgan BazalgetteAdd char_limit to initial-state of mastofe
2018-03-28 lainClean up prod.exs a bit.
2018-03-28 lambdaUpdate pleroma.nginx
2018-03-28 lainDon't go through all available emoji.
2018-03-27 lainAdd basic activity view.
2018-03-27 lainReturn version in instance endpoint, set version to...
2018-03-27 lainFix migration.
2018-03-27 lainDrop index for 'local', it confuses the query planner.
2018-03-27 lainReduce OP fetching queries.
2018-03-27 lainDon't try to fetch OP if none is there.
2018-03-27 lainMore Jason changes.
2018-03-27 lainAdd missing types.
2018-03-27 lainSwitch to Jason for json handling.
2018-03-27 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2018-03-27 lainUpdate dependencies.
2018-03-27 lambdaMerge branch 'fix/hashtag-consistency' into 'develop'
2018-03-27 Francis DinhForgot to fix one of the links in a test
2018-03-27 Francis DinhUpdate tests to reflect hashtag link changes
2018-03-27 Francis DinhInclude the '#' symbol into the link itself
2018-03-26 lainSpeed up follower query.
2018-03-26 lainAdd index for user follower address.
2018-03-26 lainFix atom feed pagination.
2018-03-25 lainFix follower collection id.
2018-03-25 lainReturn "audio" info in mastodon api.
2018-03-25 lambdaMerge branch 'feature/oauth-token-password' into 'develop'
2018-03-24 lambdaMerge branch 'bugfix/activitypub-hashtags' into 'develop'
2018-03-24 William Pitcockactivitypub transmogrifier: rewrite incoming hashtags
2018-03-24 lainFix tests.
2018-03-24 lainUnify user fetching.
2018-03-24 lainFetch the same data from json webfinger as from xml...
2018-03-24 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2018-03-24 lainFix hashtags.
2018-03-24 lambdaMerge branch 'fix-star-colour' into 'develop'
2018-03-23 William Pitcockoauth: implement grant_type=password for single-page...
2018-03-23 Morgan Bazalgettemastofe: remove excess accent colours; fix the always...
2018-03-23 lainStrip html from emoji stuff.
2018-03-23 lainFor outgoing objects, fake mastodon style ap id for...
2018-03-22 lainMerge branch 'develop' into kaniini/pleroma-feature...
2018-03-22 lainClear caches on test.
2018-03-22 lainFix test.
2018-03-22 William Pitcocktests: webfinger: test quering a JSON response for...
2018-03-22 William Pitcockwebfinger: implement json response parsing
2018-03-22 William Pitcockwebfinger: attempt to fall back if LRDD template cannot...
2018-03-22 William Pitcockwebfinger: support JSON output
2018-03-22 William Pitcockactivitypub: add outbox endpoint
2018-03-22 William Pitcockactivitypub: add restrict_limit
2018-03-22 William Pitcockactivitypub: implement following/followers endpoints
2018-03-21 lainFetch relayed messages from source while we don't have...
2018-03-20 lambdaMerge branch 'feld-varnish' into 'develop'
2018-03-20 lambdaMerge branch 'patch-README' into 'develop'
2018-03-20 lambdaMerge branch 'feld-mastoweb5000' into 'develop'
2018-03-20 lambdaMerge branch 'feld-Logger' into 'develop'
2018-03-20 Mark FelderClarify vcl_synth is for all 301s we generate
2018-03-20 Mark FelderAdd ability to PURGE the cache
2018-03-20 Mark FelderAdd example Varnish VCL
2018-03-19 Mark FelderClarify that this error is about a problem decoding...
2018-03-19 Mark FelderLRDD, you are special and we love you too
2018-03-19 Mark Feldercap again
2018-03-19 Mark Felderstart with a capital
2018-03-19 Mark FelderAP again
2018-03-19 Mark FelderAP and WebFinger need love here
2018-03-19 Mark FelderMake XML feel special too
2018-03-19 Mark FelderThis log message was do do 💩
2018-03-19 Mark FelderAnother WebSub CamelCase
2018-03-19 Mark FelderCapitalize Atom
2018-03-19 Mark FelderCamelCase WebSub in log messages
2018-03-19 Mark FelderCapitalize start of log message
2018-03-19 Mark Feldercapitalize Salmon protocol name
2018-03-19 Mark FelderGrammar consistency
2018-03-19 Mark Felderap -> AP for consistency
2018-03-19 lainUse connection pools.
2018-03-19 lainOnly fetch if it's http.
2018-03-16 William Pitcockmastodon api tests: invalidate user cache prior to...
2018-03-16 William Pitcockmastodon api: fix rendering the mentions JSON
next