Age | Commit message (Collapse) | Author |
|
Some stray shadow entries were ending up getting created, which would steal group posts from remote users.
Run plugins/OStatus/scripts/fixup-shadow.php for each site to remove any existing ones.
|
|
|
|
up i18n infrastructure.
|
|
|
|
|
|
|
|
user/profile, and group arguments.
OStatus plugin overrides these to allow using webfinger (user@example.com), profile URL (http://example.com/user) and bare profile URL (example.com/user) as arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This mainly affects login; before if the user enters a valid username
but invalid password, ldap_get_connection() throws an
LDAP_INVALID_CREDENTIALS error. Now the user sees the regular
"Incorrect username of password" error message.
|
|
- avoid notice on insert (missing sequenceKeys())
- avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)
|
|
low-level feed processing as entry context on PuSH input.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
db/08to09.sql
|
|
portion over (with both internal and external hub options for user and group feeds).
Todo: add support for other feeds to OStatus PuSH hub implementation.
|
|
Bad lookup was sending us to the first group instead of the selected group.
|
|
|
|
Conflicts:
lib/action.php
lib/adminpanelaction.php
|
|
signature verification
|
|
|
|
|
|
|
|
|
|
|
|
introduced $config['webfinger']['owner'] for a custom xrd subject
|
|
|
|
Hopefully.
|
|
isn't a valid XRD doc
|
|
|
|
|
|
|
|
AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.)
OStatus now calling the feed classes directly instead of faking a call into the API, should be less flakey.
|
|
|