summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add description for things not being fineHEADmasterRobby Zambito8 days
|
* Better initial seed dataRobby Zambito8 days
|
* Random affected servicesRobby Zambito8 days
| | | | Incidents are not every 10 seconds
* Add logs to api docsRobby Zambito8 days
|
* Update overall status based on incidentsRobby Zambito8 days
|
* Log incidentsRobby Zambito8 days
|
* Randomly resolve incidentsRobby Zambito8 days
|
* Cleanup api implRobby Zambito8 days
|
* Add random incidentsRobby Zambito8 days
|
* Rename logChan to toLogParserRobby Zambito8 days
| | | | Better description
* Adding incident stuffRobby Zambito8 days
|
* Refactor status APIRobby Zambito9 days
| | | | This lets me easily continuously update the state of the status
* Implement subscribe status and contact form handlersRobby Zambito9 days
|
* Add standard API endpoint for logsRobby Zambito9 days
| | | | Keeping the old one for convenience
* Respond to subscribe with empty objectRobby Zambito9 days
|
* Remove logsRobby Zambito9 days
|
* Add valid responses for status endpointsRobby Zambito9 days
|
* Add CIRobby Zambito9 days
|
* Add copyright noticeRobby Zambito9 days
|
* Rename snorvik to taskflow everywhereRobby Zambito9 days
|
* Add API constants and initial overall status handlerRobby Zambito9 days
|
* Remove privacy policy in favor of termsRobby Zambito9 days
|
* Update press and privacy policy linksRobby Zambito9 days
|
* CareersRobby Zambito9 days
|
* Stub out status and contact API handlersRobby Zambito9 days
|
* Use single log length constRobby Zambito10 days
|
* Add dockerfileRobby Zambito10 days
|
* Properly send unauthorized response for loginRobby Zambito10 days
|
* Fix linksRobby Zambito10 days
|
* Added API DocsRobby Zambito10 days
| | | | | Prompt: Generate a simple API docs page for the current public API. Include the endpoints that are used in the previously defined pages.
* Move handlers to handlers fileRobby Zambito10 days
|
* Update social media linksRobby Zambito10 days
|
* Created status pageRobby Zambito10 days
| | | | | Prompt: Create a status page with live updating data that polls API endpoints for data
* Use /api/v1 for the API prefixRobby Zambito10 days
|
* Added contact pageRobby Zambito10 days
| | | | | Prompt: Create a contact page
* Remove blog from navbarRobby Zambito10 days
|
* Add blog pageRobby Zambito10 days
| | | | | Prompt: Add a blog page
* Added basic about pageRobby Zambito10 days
| | | | | Prompt: Make a basic about page
* Fix invisible buttonRobby Zambito10 days
|
* Add scoring utility functionRobby Zambito10 days
|
* Add exploitable log parsingRobby Zambito10 days
|
* CleanupRobby Zambito10 days
|
* Wrap auth requests in authRequest objectRobby Zambito10 days
| | | | Remove debug prints
* it works ??Robby Zambito10 days
|
* uhh did stuff to make logging better i thinkRobby Zambito10 days
|
* Allow any inputs in login formRobby Zambito11 days
|
* Log login attemptsRobby Zambito11 days
|
* go fmtRobby Zambito11 days
|
* Log access as jsonRobby Zambito11 days
| | | | Redact client IPs
* Added support for newlinesRobby Zambito11 days
| | | | | | logs added with newlines in the value will be added as seperate values in the log array Testing with \\n for inserting \n in the output, that works fine.