summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-03-10Update README.mdfeld
2018-03-09Merge branch 'fix/mastoapi-card' into 'develop'eal
MastoAPI: Add unimplemented status card endpoint. See merge request pleroma/pleroma!71
2018-03-09MastoAPI: Add unimplemented status card endpoint.eal
2018-03-09Merge 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-09Add next and previous headers to user pages and tag timelines.eal
2018-03-08update frontendlain
2018-03-08Restrict activity fixing more.lain
If we need it for older ones, we can add a task for that later.
2018-03-08Update pleroma.nginxlambda
2018-03-08Merge branch 'feature/activitypub' into 'develop'lambda
Feature/activitypub See merge request pleroma/pleroma!67
2018-03-08Merge branch 'develop' into feature/activitypublain
2018-03-07Only run the fix-up tasks once.lain
2018-03-07add test file.lain
2018-03-07Correctly handle unlisted messages coming in through Ostatus.lain
2018-03-06Don't use special query for feed.lain
2018-03-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-03-05Add way to disable federation.lain
2018-03-03Handle incoming deletes.lain
2018-02-26Restrict 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.
2018-02-26Only return posts in TwAPI user view.lain
2018-02-25Actual real fix.lain
2018-02-25One more fix.lain
2018-02-25Fix context stitching.lain
2018-02-25Mastodon API context fix.lain
2018-02-25Add support for outgoing update.lain
2018-02-25Fix signing bug.lain
2018-02-25Make likes and announces public.lain
2018-02-25Fix specs.lain
2018-02-25Fix more specs.lain
2018-02-25Fix salmon tests.lain