summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22Clear caches on test.lain
2018-03-22Fix test.lain
2018-03-22tests: webfinger: test quering a JSON response for activitypub actor URIWilliam Pitcock
2018-03-22webfinger: implement json response parsingWilliam Pitcock
2018-03-22webfinger: attempt to fall back if LRDD template cannot be foundWilliam Pitcock
2018-03-22webfinger: support JSON outputWilliam Pitcock
2018-03-22activitypub: add outbox endpointWilliam Pitcock
2018-03-22activitypub: add restrict_limitWilliam Pitcock
2018-03-22activitypub: implement following/followers endpointsWilliam Pitcock
2018-03-21Fetch relayed messages from source while we don't have linked data sigs.lain
2018-03-20Merge branch 'feld-varnish' into 'develop'lambda
Add example Varnish VCL See merge request pleroma/pleroma!77
2018-03-20Merge branch 'patch-README' into 'develop'lambda
Update README.md See merge request pleroma/pleroma!72
2018-03-20Merge branch 'feld-mastoweb5000' into 'develop'lambda
Set max characters for mastoweb compose field to 5000 to match pleroma default See merge request pleroma/pleroma!74
2018-03-20Merge branch 'feld-Logger' into 'develop'lambda
Logging cleanup See merge request pleroma/pleroma!76
2018-03-20Clarify vcl_synth is for all 301s we generateMark Felder
2018-03-20Add ability to PURGE the cacheMark Felder
Someday Pleroma will learn this skill :-)
2018-03-20Add example Varnish VCLMark Felder
2018-03-19Clarify that this error is about a problem decoding the expected JSONMark Felder
payload
2018-03-19LRDD, you are special and we love you tooMark Felder
2018-03-19cap againMark Felder
2018-03-19start with a capitalMark Felder
2018-03-19AP againMark Felder
2018-03-19AP and WebFinger need love hereMark Felder
2018-03-19Make XML feel special tooMark Felder
2018-03-19This log message was do do 💩Mark Felder
2018-03-19Another WebSub CamelCaseMark Felder
2018-03-19Capitalize AtomMark Felder
2018-03-19CamelCase WebSub in log messagesMark Felder
2018-03-19Capitalize start of log messageMark Felder
2018-03-19capitalize Salmon protocol nameMark Felder
2018-03-19Grammar consistencyMark Felder
Most log messages are sentence fragments so make them consistent by removing periods. Log messages that are expressing urgency with ! or pending more work with "..." are OK.
2018-03-19ap -> AP for consistencyMark Felder
2018-03-19Use connection pools.lain
2018-03-19Only fetch if it's http.lain
2018-03-16mastodon api tests: invalidate user cache prior to importing a test replyWilliam Pitcock
This is needed to ensure the user cache does not throw nil when creating the mentions list. Signed-off-by: lain <lain@soykaf.club>
2018-03-16mastodon api: fix rendering the mentions JSONWilliam Pitcock
Signed-off-by: lain <lain@soykaf.club>
2018-03-15Set max characters for the compose field to 5000 to match pleroma defaultMark Felder
Of course you can't tell what the change is because the entire file is written on one line, so the nearly impossible to read. It's nice to be able to use 5000 chars from my computer and have access to CW feature as well.
2018-03-14activitypub transmogrifier: rewrite non-http URLs using the object's ↵William Pitcock
external URL Signed-off-by: lain <lain@soykaf.club>
2018-03-13Do more jobs by default.lain
2018-03-13Only push to still valid websub subscriptions.lain
2018-03-13Merge branch 'andarna/pleroma-develop' into developlain
2018-03-13Move stuff around.lain
2018-03-13A small patch to show the instance name and favicon in the browser titleWim Vanderbauwhede
bar.
2018-03-13Fix Mastodon emojis.lain
Code by Kaniini
2018-03-12Ignore incoming empty chat messages.lain
Fixes #62.
2018-03-11Don't validate on missing public key.lain
2018-03-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-03-11More signature debugging.lain