A simple PHP + XML + XSLT + CSS3 powered error reporting and collation system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Starbeamrainbowlabs de90cacd22
README: Add link to C♯ client implementation
4 years ago
Actions Security fix: Only allow PUT requests to Report action. 5 years ago
theme Add note to main CSS file 5 years ago
utilities Fix stack trace mangling bug! :D 5 years ago
.gitignore Fix a bunch of bugs. We're getting there~ 5 years ago
AbstractAction.php Security fix: Only allow PUT requests to Report action. 5 years ago
LICENSE Initial commit 5 years ago
README.md README: Add link to C♯ client implementation 4 years ago
composer.json Erm I really think I ought to commit this to git naow :P 5 years ago
composer.lock Erm I really think I ought to commit this to git naow :P 5 years ago
credits.toml Make backgrund more awesomer :D 5 years ago
default_settings.toml Fix a bunch of bugs. We're getting there~ 5 years ago
index.php Build initial index page 5 years ago

README.md

(Wandering) Sandpiper

A simple PHP + XML + XSLT + CSS3 powered error reporting and collation system.

Installation

  • Clone this repository
  • Setup Nginx and PHP-FPM to serve from the root of this repository
  • Make sure that:
    • The data/ directory, when it's created upon the submission of the first error report, is writeable
    • settings.toml isn't accessible form the web
    • A password is on the data/ subdirectory, if desired
    • PUT requests are suitably rate limited.
  • Create settings.toml, basing it's contents on default_settings.toml

Usage

TODO: Fill in this section.

Contributing

Contributions are welcome! Simply send a patch file to me, or a PR if I get around ot moving this to GitHub. The license of contributions muse be compatible with the license of this repository, of course.

Todo

  • Figure out a clever solution to stop (theoretical) spam
  • Do some more thought experiments to identify any (more) potential vulnerabilities / problems
  • Figure out a way to allow collected stack traces to be deleted
  • Perhaps write a stack trace parser to figure out which file an error has occurred in
  • Add more to this list as I use it for real

License

Sandpiper is licensed under the Mozilla Public License 2.0. The full text can be found in the LICENSE file in the root of this repository.