Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document lua, fix small theme bugs | alyx | 2024-04-06 | 2 | -4/+9 |
| | |||||
* | Lua dev mode functional | alyx | 2024-04-06 | 9 | -13/+67 |
| | |||||
* | Lua support feature-complete | alyx | 2024-04-05 | 6 | -24/+47 |
| | | | | Full implementation of debug mode still pending | ||||
* | lua loading | alyx | 2024-04-05 | 3 | -7/+65 |
| | |||||
* | html.lua functional | alyx | 2024-04-05 | 2 | -3/+35 |
| | |||||
* | Start of Lua support | alyx | 2024-04-04 | 4 | -0/+193 |
| | |||||
* | clippy | alyx | 2024-04-03 | 3 | -5/+5 |
| | |||||
* | Remove ResponseCtx | alyx | 2024-04-03 | 3 | -69/+66 |
| | |||||
* | whitelist -> allowlist | alyx | 2024-04-03 | 2 | -25/+26 |
| | |||||
* | Use http::Response for constructing replies | alyx | 2024-04-03 | 1 | -11/+14 |
| | |||||
* | Add SPDX info to all files | alyx | 2024-04-02 | 11 | -0/+11 |
| | |||||
* | Theming refactor | alyx | 2024-04-02 | 7 | -42/+89 |
| | | | | 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 | 6 | -15/+14 |
| | |||||
* | Move caching to src/cache/; Finalize API parsing fixes | alyx | 2024-04-01 | 9 | -145/+168 |
| | | | | | | 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. | ||||
* | Reliable user info; Font refactor | alyx | 2024-04-01 | 5 | -67/+119 |
| | | | | | | Hit a few more endpoints to fix missing images, fallback to default album art just in case. Refactor the font cache into its own file. | ||||
* | Clippy | alyx | 2024-01-12 | 4 | -23/+46 |
| | |||||
* | Cleanup | alyx | 2024-01-12 | 5 | -523/+459 |
| | |||||
* | Custom font support complete | alyx | 2024-01-12 | 5 | -37/+93 |
| | |||||
* | Add custom font support. | alyx | 2023-11-22 | 6 | -8/+43 |
| | |||||
* | Remove redundant HTML escaping helpers. | alyx | 2023-11-17 | 1 | -5/+1 |
| | |||||
* | fix typo in plain theme breaking light mode. | alyx | 2023-11-17 | 1 | -2/+2 |
| | |||||
* | Create plain theme, do some escaping, fix some busted envvars, document themes. | alyx | 2023-08-10 | 4 | -20/+73 |
| | |||||
* | lots of stuff. theming basically done, added some logging, frontend ↵ | alyx | 2023-08-10 | 6 | -42/+225 |
| | | | | basically done. | ||||
* | pull down user info | alyx | 2023-08-09 | 2 | -19/+46 |
| | |||||
* | ugh | alyx | 2023-08-09 | 1 | -69/+0 |
| | |||||
* | config done | alyx | 2023-08-09 | 5 | -6/+198 |
| | |||||
* | fix packages, implement caching | alyx | 2023-08-09 | 3 | -2/+125 |
| | |||||
* | API deserialization structs | alyx | 2023-08-09 | 3 | -0/+177 |