Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lua dev mode functional | alyx | 2024-04-06 | 1 | -0/+2 |
| | |||||
* | Lua support feature-complete | alyx | 2024-04-05 | 1 | -1/+1 |
| | | | | Full implementation of debug mode still pending | ||||
* | Remove ResponseCtx | alyx | 2024-04-03 | 1 | -7/+10 |
| | |||||
* | Use http::Response for constructing replies | alyx | 2024-04-03 | 1 | -11/+14 |
| | |||||
* | Add SPDX info to all files | alyx | 2024-04-02 | 1 | -0/+1 |
| | |||||
* | Theming refactor | alyx | 2024-04-02 | 1 | -10/+16 |
| | | | | Theming has been broken off into a seperate space, so that it'll be easier to add lua support later. | ||||
* | Unify import style | alyx | 2024-04-01 | 1 | -2/+5 |
| | |||||
* | Move caching to src/cache/; Finalize API parsing fixes | alyx | 2024-04-01 | 1 | -10/+8 |
| | | | | | | Font and user cache code has been moved to special files, independant from src/config.rs API parsing changes have been properly tested, and last.fm API JSON is now trace-logged for debugging convenience. | ||||
* | Clippy | alyx | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | Cleanup | alyx | 2024-01-12 | 1 | -43/+43 |
| | |||||
* | Custom font support complete | alyx | 2024-01-12 | 1 | -1/+2 |
| | |||||
* | Add custom font support. | alyx | 2023-11-22 | 1 | -1/+5 |
| | |||||
* | Create plain theme, do some escaping, fix some busted envvars, document themes. | alyx | 2023-08-10 | 1 | -10/+16 |
| | |||||
* | lots of stuff. theming basically done, added some logging, frontend ↵ | alyx | 2023-08-10 | 1 | -3/+30 |
| | | | | basically done. | ||||
* | config done | alyx | 2023-08-09 | 1 | -1/+25 |
| | |||||
* | API deserialization structs | alyx | 2023-08-09 | 1 | -0/+3 |