]> git.defcon.no Git - hermes/commit
Several changes: Parameter-changes to several nodes, stubs added, verification of...
authorjonl <jonl@sippbx.hig.no>
Thu, 12 Jan 2012 16:41:58 +0000 (17:41 +0100)
committerjonl <jonl@sippbx.hig.no>
Thu, 12 Jan 2012 16:41:58 +0000 (17:41 +0100)
commitb2055f9364bdf454361c49771ff4869af44e5e79
treeddb5805f7bf44addd73756dd7d64707d15ee2d30
parent0d2eae03a02c81fd513a86e783cec0881198abd0
Several changes: Parameter-changes to several nodes, stubs added, verification of remote domain to add_remote

Added support for ?user=foo@bar.bz as supplement to ?username=foo&domain=bar to:
 user/get
 user/add_local
 user/add_remote
 user/remove
 user/change_pw
 user/update

Added support for ?username=foo&domain=bar as supplement to ?user=foo@bar.bz to:
 phone/get

Added support for ?alias=foo@bar.bz as supplement to ?alias_username=foo&alias_domain=bar to:
 alias/add
 alias/remove

Added verification that user/add_remote is not done for local domains

Added stub code for:
 user/check_pw
 user/update
 alias/list
 alias/list?destination[&e164]

Removed alias/user, will implement this as alias/list?destination=

Added vim swap-files to .gitignore
.gitignore
alias.php
api-nodes.txt
phone.php
user.php