Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2018-03-16 | mastodon api: fix rendering the mentions JSON | William Pitcock | |
Signed-off-by: lain <lain@soykaf.club> | |||
2018-03-15 | Set max characters for the compose field to 5000 to match pleroma default | Mark 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-14 | activitypub transmogrifier: rewrite non-http URLs using the object's ↵ | William Pitcock | |
external URL Signed-off-by: lain <lain@soykaf.club> | |||
2018-03-13 | Do more jobs by default. | lain | |
2018-03-13 | Only push to still valid websub subscriptions. | lain | |
2018-03-13 | Merge branch 'andarna/pleroma-develop' into develop | lain | |
2018-03-13 | Move stuff around. | lain | |
2018-03-13 | A small patch to show the instance name and favicon in the browser title | Wim Vanderbauwhede | |
bar. | |||
2018-03-13 | Fix Mastodon emojis. | lain | |
Code by Kaniini | |||
2018-03-12 | Ignore incoming empty chat messages. | lain | |
Fixes #62. | |||
2018-03-11 | Don't validate on missing public key. | lain | |
2018-03-11 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-03-11 | More signature debugging. | lain | |
2018-03-10 | Update README.md | feld | |
2018-03-09 | Merge branch 'fix/mastoapi-card' into 'develop' | eal | |
MastoAPI: Add unimplemented status card endpoint. See merge request pleroma/pleroma!71 | |||
2018-03-09 | MastoAPI: Add unimplemented status card endpoint. | eal | |
2018-03-09 | Merge branch 'fix/timeline-headers' into 'develop' | lambda | |
Add next and previous headers to user pages and tag timelines. Closes #72 See merge request pleroma/pleroma!70 | |||
2018-03-09 | Add next and previous headers to user pages and tag timelines. | eal | |
2018-03-08 | update frontend | lain | |
2018-03-08 | Restrict activity fixing more. | lain | |
If we need it for older ones, we can add a task for that later. | |||
2018-03-08 | Update pleroma.nginx | lambda | |
2018-03-08 | Merge branch 'feature/activitypub' into 'develop' | lambda | |
Feature/activitypub See merge request pleroma/pleroma!67 | |||
2018-03-08 | Merge branch 'develop' into feature/activitypub | lain | |
2018-03-07 | Only run the fix-up tasks once. | lain | |
2018-03-07 | add test file. | lain | |
2018-03-07 | Correctly handle unlisted messages coming in through Ostatus. | lain | |
2018-03-06 | Don't use special query for feed. | lain | |
2018-03-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-03-05 | Add way to disable federation. | lain | |
2018-03-03 | Handle incoming deletes. | lain | |
2018-02-26 | Restrict public by recipients. | lain | |
This is much faster than going through the json. This does break unlisted, for which we'll probably have to add another table field. |