| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(utils): remove trivial import | Fuwn | 2022-07-12 | 1 | -2/+1 |
| | | |||||
| * | fix(utils): remove unused import | Fuwn | 2022-07-12 | 1 | -3/+1 |
| | | |||||
| * | fix(utils): Don't encode response links | Sebastiano Barezzi | 2022-07-11 | 1 | -2/+1 |
| | | | | | | | | * We return application/json content, which shouldn't need decoding from the client side, unlike application/x-www-form-urlencoded * Stop encoding the URL inside the responses Change-Id: I7023f4b811ab7c2e9b7f8987ea0991cfc725a374 | ||||
| * | fix(utils): Handle programming languages with spaces | Sebastiano Barezzi | 2022-06-26 | 1 | -5/+7 |
| | | | | | Change-Id: Ic0edc6bd6c94e0368dcf6910c8cbb56866127402 | ||||
| * | feat(routes): support for anime boys | Fuwn | 2022-03-24 | 1 | -21/+69 |
| | | |||||
| * | feat: cache github api | Fuwn | 2022-03-24 | 1 | -21/+37 |
| | | | | | | | | | This commit allows The Senpy Club API to cache GitHub's API response, refreshing the cache every fifty accesses. This commit also gets rid of a few dependencies which were replaced by their standard library counterparts. | ||||
| * | refactor: use vergen for build variables | Fuwn | 2022-03-09 | 1 | -1/+1 |
| | | |||||
| * | refactor(utils): String to char | Fuwn | 2022-03-08 | 1 | -1/+1 |
| | | |||||
| * | fix: cors | Fuwn | 2022-03-08 | 1 | -0/+8 |
| | | |||||
| * | feat: worker done :star: | Fuwn | 2022-03-08 | 1 | -22/+20 |
| | | |||||
| * | chore: licensing | Fuwn | 2022-03-07 | 1 | -1/+16 |
| | | |||||
| * | fix(utils): user agent ban? | Fuwn | 2022-01-13 | 1 | -2/+8 |
| | | |||||
| * | chore: stricter clippy | Fuwn | 2022-01-04 | 1 | -1/+8 |
| | | |||||
| * | style(global): fix license spec | Fuwn | 2021-06-14 | 1 | -1/+1 |
| | | |||||
| * | fix(global): license header case | Fuwn | 2021-05-06 | 1 | -1/+1 |
| | | |||||
| * | fix(utils): conditional authorization header placement | Fuwn | 2021-05-06 | 1 | -10/+15 |
| | | | | | Usefull when deploying with Docker. | ||||
| * | fix(utils): more safe-guards | Fuwn | 2021-05-06 | 1 | -2/+2 |
| | | |||||
| * | fix(utils): no timeout on request, implements safe guards against rate-limiting | Fuwn | 2021-05-06 | 1 | -3/+3 |
| | | |||||
| * | feat(global): :star: | Fuwn | 2021-05-06 | 1 | -7/+13 |
| | | |||||
| * | etc: Add copyleft symbol to copyleft header | Fuwn | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | major: :star: | Fuwn | 2021-04-26 | 1 | -0/+52 |