aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(utils): remove trivial importFuwn2022-07-121-2/+1
|
* fix(utils): remove unused importFuwn2022-07-121-3/+1
|
* fix(utils): Don't encode response linksSebastiano Barezzi2022-07-111-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 spacesSebastiano Barezzi2022-06-261-5/+7
| | | | Change-Id: Ic0edc6bd6c94e0368dcf6910c8cbb56866127402
* feat(routes): support for anime boysFuwn2022-03-241-21/+69
|
* feat: cache github apiFuwn2022-03-241-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 variablesFuwn2022-03-091-1/+1
|
* refactor(utils): String to charFuwn2022-03-081-1/+1
|
* fix: corsFuwn2022-03-081-0/+8
|
* feat: worker done :star:Fuwn2022-03-081-22/+20
|
* chore: licensingFuwn2022-03-071-1/+16
|
* fix(utils): user agent ban?Fuwn2022-01-131-2/+8
|
* chore: stricter clippyFuwn2022-01-041-1/+8
|
* style(global): fix license specFuwn2021-06-141-1/+1
|
* fix(global): license header caseFuwn2021-05-061-1/+1
|
* fix(utils): conditional authorization header placementFuwn2021-05-061-10/+15
| | | | Usefull when deploying with Docker.
* fix(utils): more safe-guardsFuwn2021-05-061-2/+2
|
* fix(utils): no timeout on request, implements safe guards against rate-limitingFuwn2021-05-061-3/+3
|
* feat(global): :star:Fuwn2021-05-061-7/+13
|
* etc: Add copyleft symbol to copyleft headerFuwn2021-04-271-1/+1
|
* major: :star:Fuwn2021-04-261-0/+52