summaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAge
* Add logs to api docsRobby Zambito5 days
|
* Log incidentsRobby Zambito5 days
|
* Rename logChan to toLogParserRobby Zambito5 days
| | | | Better description
* Implement subscribe status and contact form handlersRobby Zambito6 days
|
* Add standard API endpoint for logsRobby Zambito6 days
| | | | Keeping the old one for convenience
* Add copyright noticeRobby Zambito6 days
|
* Rename snorvik to taskflow everywhereRobby Zambito6 days
|
* Stub out status and contact API handlersRobby Zambito6 days
|
* Use single log length constRobby Zambito7 days
|
* Move handlers to handlers fileRobby Zambito7 days
|
* Use /api/v1 for the API prefixRobby Zambito7 days
|
* Add exploitable log parsingRobby Zambito7 days
|
* CleanupRobby Zambito7 days
|
* Wrap auth requests in authRequest objectRobby Zambito7 days
| | | | Remove debug prints
* it works ??Robby Zambito7 days
|
* uhh did stuff to make logging better i thinkRobby Zambito7 days
|
* Log login attemptsRobby Zambito8 days
|
* go fmtRobby Zambito8 days
|
* Log access as jsonRobby Zambito8 days
| | | | Redact client IPs
* Added support for newlinesRobby Zambito8 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.
* Use log_length constantRobby Zambito8 days
| | | | Fix bug when appending at filled logs
* Add logs endpoint with dynamic valuesRobby Zambito9 days
|
* start endpoint handlersRobby Zambito10 days
|
* Serve a basic html page and REST api endpointRobby Zambito2025-07-29
|
* Initial commitRobby Zambito2025-07-29