Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-25 | Merge 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-25 | Fix favicon and add to index.html | KANEKO Yoshitaka | |
2018-03-24 | Merge branch 'bugfix/activitypub-hashtags' into 'develop' | lambda | |
activitypub transmogrifier: rewrite incoming hashtags See merge request pleroma/pleroma!83 | |||
2018-03-24 | activitypub transmogrifier: rewrite incoming hashtags | William Pitcock | |
2018-03-24 | Fix tests. | lain | |
2018-03-24 | Unify user fetching. | lain | |
2018-03-24 | Fetch the same data from json webfinger as from xml webfinger. | lain | |
2018-03-24 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-03-24 | Fix hashtags. | lain | |
2018-03-24 | Merge branch 'fix-star-colour' into 'develop' | lambda | |
mastofe: remove excess accent colours; fix the always-starred bug See merge request pleroma/pleroma!80 | |||
2018-03-23 | oauth: implement grant_type=password for single-page apps | William Pitcock | |
2018-03-23 | mastofe: remove excess accent colours; fix the always-starred bug | Morgan Bazalgette | |
2018-03-23 | Strip html from emoji stuff. | lain | |
2018-03-23 | For outgoing objects, fake mastodon style ap id for ostatus. | lain | |
2018-03-22 | Merge branch 'develop' into kaniini/pleroma-feature/activitypub-endpoints | lain | |
2018-03-22 | Clear caches on test. | lain | |
2018-03-22 | Fix test. | lain | |
2018-03-22 | tests: webfinger: test quering a JSON response for activitypub actor URI | William Pitcock | |
2018-03-22 | webfinger: implement json response parsing | William Pitcock | |
2018-03-22 | webfinger: attempt to fall back if LRDD template cannot be found | William Pitcock | |
2018-03-22 | webfinger: support JSON output | William Pitcock | |
2018-03-22 | activitypub: add outbox endpoint | William Pitcock | |
2018-03-22 | activitypub: add restrict_limit | William Pitcock | |
2018-03-22 | activitypub: implement following/followers endpoints | William Pitcock | |
2018-03-21 | Fetch relayed messages from source while we don't have linked data sigs. | lain | |
2018-03-20 | Merge branch 'feld-varnish' into 'develop' | lambda | |
Add example Varnish VCL See merge request pleroma/pleroma!77 | |||
2018-03-20 | Merge branch 'patch-README' into 'develop' | lambda | |
Update README.md See merge request pleroma/pleroma!72 | |||
2018-03-20 | Merge 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-20 | Merge branch 'feld-Logger' into 'develop' | lambda | |
Logging cleanup See merge request pleroma/pleroma!76 | |||
2018-03-20 | Clarify vcl_synth is for all 301s we generate | Mark Felder | |
2018-03-20 | Add ability to PURGE the cache | Mark Felder | |
Someday Pleroma will learn this skill :-) | |||
2018-03-20 | Add example Varnish VCL | Mark Felder | |
2018-03-19 | Clarify that this error is about a problem decoding the expected JSON | Mark Felder | |
payload | |||
2018-03-19 | LRDD, you are special and we love you too | Mark Felder | |
2018-03-19 | cap again | Mark Felder | |
2018-03-19 | start with a capital | Mark Felder | |
2018-03-19 | AP again | Mark Felder | |
2018-03-19 | AP and WebFinger need love here | Mark Felder | |
2018-03-19 | Make XML feel special too | Mark Felder | |
2018-03-19 | This log message was do do 💩 | Mark Felder | |
2018-03-19 | Another WebSub CamelCase | Mark Felder | |
2018-03-19 | Capitalize Atom | Mark Felder | |
2018-03-19 | CamelCase WebSub in log messages | Mark Felder | |
2018-03-19 | Capitalize start of log message | Mark Felder | |
2018-03-19 | capitalize Salmon protocol name | Mark Felder | |
2018-03-19 | Grammar consistency | Mark 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-19 | ap -> AP for consistency | Mark Felder | |
2018-03-19 | Use connection pools. | lain | |
2018-03-19 | Only fetch if it's http. | lain | |
2018-03-16 | mastodon api tests: invalidate user cache prior to importing a test reply | William 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> |