summaryrefslogtreecommitdiff
path: root/actions/apiblockcreate.php
AgeCommit message (Collapse)Author
2010-06-28- Fix bugs with block and friendship API methodsZach Copley
- Friendship API methods now use a Profile instead of User for target
2009-12-28events for blocking a userEvan Prodromou
2009-12-03Make it impossible to block (and thus unsubscribe from yourZach Copley
self-subscription) via the API. Additionally, make it impossible to block yourself or unsubscribe from yourself, period. I also made User use the subs.php helper function for unsubscribing during a block. Hopefully, these changes will get rid of the problem of people accidentally deleting their self-subscriptions once and for all (knock on wood).
2009-11-08Harmonise UI message "No such user."Siebrand Mazeland
2009-10-12Added in credits.Zach Copley
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09Move all basic auth output and processing to base classesZach Copley
2009-10-09$format is used by every API action. Set it in the base class.Zach Copley
2009-10-09New actions for blocks via APIZach Copley