Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
allows us to distinguish posts that have come through an unverified group feed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
longer linked in UI
|
|
|
|
|
|
|
|
- hub now defers subscription state updates until after verification, per spec
- hub now supports synchronous verification when requested (if async is not requested after)
- client now requests synchronous verification (it's a bit safer)
- cleanup on subscription logging/error responses
|
|
|
|
|
|
|
|
|
|
|
|
- set minimal error page output on PuSH callback
- allow hub to retry ($config['ostatus']['hub_retries']), simplify internal iface a bit. Retries are pushed to end of queue but otherwise not delayed yet; makes delivery more robust to one-off transitory errors but not yet against downtime.
|
|
|
|
|
|
- actually udpate feedsub.last_update when we get a new PuSH update in
- move incoming PuSH processing to a queue handler to minimize time spent before POST return, as recommended by PuSH spec. When queues are disabled this'll still be handled immediately.
|
|
|
|
|
|
SalmonAction::ensureProfile()
|
|
|
|
properly as an <atom:entry>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
plugins/OStatus/lib/activity.php
|
|
|
|
|
|
|
|
|
|
|