Implements the first API handler (/api/1/user/<user>/isRegistered). It
authorVincent Zanotti <vincent.zanotti@m4x.org>
Mon, 3 Jan 2011 20:10:37 +0000 (21:10 +0100)
committerVincent Zanotti <vincent.zanotti@m4x.org>
Tue, 4 Jan 2011 01:26:34 +0000 (02:26 +0100)
commit16d2c88314364b5e79936f4262d453dff03abdad
treea472875bdb65806681ed2f5b7685fb25f39a146c
parent8ebd6f86c4bba79239a927a123f1c4a2b4d807bf
Implements the first API handler (/api/1/user/<user>/isRegistered). It
is associated with a new permission, which can only be set as an
additonal permission for existing users (accounts.user_perms).

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
classes/user.php
classes/xorg.php
modules/api.php [new file with mode: 0644]
upgrade/1.1.0/05_permissions.sql [new file with mode: 0644]