Age | Commit message (Collapse) | Author |
|
|
|
This commit fixes two issues:
- Allowing remote users to clear profile parameters via OMB.
- Improved handling of profile parameters which evaluate to
false ('0' for example)
|
|
This output breaks our own response validation and is not part of the OMB spec.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
behaviour and output of the script
|
|
(submitted by oxygene)
|
|
otherwise rebuilding can't work
|
|
upgrading
|
|
|
|
|
|
|
|
|
|
group."
People shouldn't be forced to be part of a group, even if they are the
admin. If a group has no admin, we need to figure out what to do with
it, but it's wrong to force anyone to be part of a group.
This reverts commit f9a7ae27b8879569a3f0eff478cbd3b650bdca28.
|
|
|
|
|
|
|
|
when the canonical name differs from the passed name.
|
|
or 1179ecd13d68e76d74ad94e2d3ca22d9681eeffe
|
|
Add some code to view others' friends timelines through API.
|
|
|
|
|
|
|
|
The OAuth store was failing on getting a request token, because the
token value was forced to be non-null in the DB. Let this value be
null, and use the correct primary key (consumer, timestamp, nonce).
Drop the reference to token table, and don't ever use it.
|
|
The OpenID login and registration URLs were not generating correctly.
I added them to the list of "bare" actions in the router class, and
they work great now.
|
|
Added a local directory for locally-installed software. This is where
you should put any code you write, themes, plugins, etc. so they don't
get stomped by upgrades.
|
|
|
|
|
|
We disallow posting a notice with duplicate content more than once a
minute.
Conflicts:
config.php.sample
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115519a5e7e84e57656c653918efb39ab4107fe9
|
|
|
|
Conflicts:
lib/util.php
|
|
|
|
|
|
|
|
|
|
|
|
(fix submitted by oxygene)
|