Commit Graph

16 Commits

Author SHA1 Message Date
joshp 98888db1f3
Merge branch 'master' of https://github.com/joshp23/PEWS 2021-03-14 01:28:30 -05:00
joshp 3cd16f480a
Liberpay to Dogecoin 2021-03-14 01:27:27 -05:00
Josh Panter c8f60cd492
Update README.md 2018-10-05 12:02:34 -04:00
Joshua P Panter 05fec9892b update README: remove instruction for obsolete option 2018-01-29 22:42:09 -05:00
Joshua P Panter 672789e26d update README 2018-01-27 21:34:00 -05:00
Joshua P Panter fa74db1100 alias mapping!
calls to "resource=http//some.alias.org/user" now return proper values accourding to webfinger spec
2018-01-27 21:30:56 -05:00
Joshua P Panter 92f5d6052d unset property array on delete if array is empty 2018-01-27 11:15:33 -05:00
Joshua P Panter 5ff1b202b8 add/edit/delete 'properties' 2018-01-27 03:05:45 -05:00
Joshua P Panter f751f53648 allow users to self delete data 2018-01-26 14:16:01 -05:00
Joshua P Panter cf94871689 add/del host querry string fix 2018-01-26 10:08:58 -05:00
Joshua P Panter c86a4dfd28 clean up redundacies + path traversal protection 2018-01-26 09:41:45 -05:00
Joshua P Panter 01648de510 add a TODO item 2018-01-23 13:55:14 -05:00
Joshua P Panter fe9c1a9e6d typo 2018-01-23 13:47:21 -05:00
Joshua P Panter c5ab370e9b Installation updates
moved some options from pews.conf to .htaccess
more options to example resource
fixed logos, etc
first run at readme
2018-01-23 13:41:09 -05:00
Joshua P Panter d6f4610bd9 Massive update.
fully functioning and (as far as I can tell) specification compliant server
server accepts json objects or regular GET requests (important as both handle multiple 'rel' key's in one request)
server storage schema moved to fully file based, scrapped sqlite code for the time being.
server-manager added for the creation and manipulation of resources
server-manager accepts json onbjects for complex operations or regular POST requests
server manager is authoritative and secure
server-manager can add and remove hosts (which must be configured before adding resource accounts) and resources
server-manager can manipulate various data in the resource accounts (currently alias data, subject and properties are WIP)
server-manager can alter account password
rebranded from PHP-Webfinger to PHP Easy Webfinger Server (PEWS: Pew-Pew)
created logo and favicon (intended for a web-based manager frontend)
ships with apache config file for the management of multiple domains on a single server
2018-01-23 10:39:07 -05:00
Josh Panter a6e9713a70
Initial commit 2018-01-21 15:24:33 -05:00