Commit Graph

6 Commits

Author SHA1 Message Date
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