David Anderson
43e277c82a
Web RPC: add an RPC that lets "front-end" web sites show Download buttons that auto-attach to back-end BOINC projects or account managers.
2021-01-22 00:47:02 -08:00
David Anderson
9dccb7831d
create_account web RPC: improve parsing and error handling
...
Projects with old server code reply with PHP warnings
interspersed with the XML.
Parse these replies manually.
2018-03-27 13:07:40 -07:00
David Anderson
2cef5954d0
Web RPC interface: comment out debugging stuff
2017-07-13 16:26:40 -07:00
David Anderson
bc536494dd
Web: small changes
...
- make the filename of user home page configurable
- make some strings translatable
2017-07-13 01:17:21 -07:00
David Anderson
96ebcbff94
PHP binding of web RPCs: use Curl instead of file_get_contents()
...
That latter doesn't support HTTPS in my version of PHP
2017-01-12 13:17:55 -08:00
David Anderson
0dda2fffa3
some PHP stuff for project X
2016-12-21 22:12:57 -08:00
David Anderson
ecdc25968a
Extend PHP interface for Web RPCs
...
- add a PHP interface for lookup_account()
- PHP interfaces return error number as well as message
(messages change; numbers don't)
- using symbolic error codes instead of hardwired numbers in PHP code
2013-12-28 22:50:59 -08:00
David Anderson
d40bbcf9e5
Web RPC interface: don't need Curl if you're just doing a GET
2013-09-18 23:51:23 -07:00
David Anderson
f06d4af433
Add PHP interface to Web RPCs (create_account, to start)
2013-09-18 23:28:18 -07:00