summaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAge
* Log incidentsRobby Zambito8 days
|
* Rename logChan to toLogParserRobby Zambito8 days
| | | | Better description
* Implement subscribe status and contact form handlersRobby Zambito8 days
|
* Add standard API endpoint for logsRobby Zambito8 days
| | | | Keeping the old one for convenience
* Add copyright noticeRobby Zambito8 days
|
* Rename snorvik to taskflow everywhereRobby Zambito8 days
|
* Stub out status and contact API handlersRobby Zambito8 days
|
* Use single log length constRobby Zambito9 days
|
* Move handlers to handlers fileRobby Zambito9 days
|
* Use /api/v1 for the API prefixRobby Zambito9 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
|
* Log login attemptsRobby Zambito10 days
|
* go fmtRobby Zambito10 days
|
* Log access as jsonRobby Zambito10 days
| | | | Redact client IPs
* Added support for newlinesRobby Zambito10 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 Zambito10 days
| | | | Fix bug when appending at filled logs
* Add logs endpoint with dynamic valuesRobby Zambito11 days
|
* start endpoint handlersRobby Zambito12 days
|
* Serve a basic html page and REST api endpointRobby Zambito2025-07-29
|
* Initial commitRobby Zambito2025-07-29