summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/sponsors.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix type errors from SponsorsServiceHazelnoot2025-03-311-6/+47
|
* add rate limits to all public endpointsHazelnoot2024-11-221-0/+6
|
* chore: change typing, remove unusued importsMarie2024-10-031-2/+1
|
* extract SponsorsService, use RedisKVCachedakkar2024-10-031-62/+4
| | | | Please someone add types…
* upd: fix broken returns and change if statementMarie2024-10-021-4/+2
|
* upd: fix donationUrl check positionMarie2024-10-021-14/+15
|
* upd: move totalSponsors and donationUrl checkMarie2024-10-021-14/+15
|
* upd: apply suggestionMarie2024-10-021-38/+53
|
* upd: cache instance sponsorsMarie2024-10-021-1/+6
|
* fix: api returns all backers on users so check if tier existsMarie2024-10-021-1/+1
|
* upd(backend): add support for instance oc urlsMarie2024-10-021-3/+25
|
* upd: change sorting of supportersMarie2024-09-161-1/+1
|
* chore: lintMarie2024-09-151-1/+1
|
* upd: fetch sponsors from OCMarie2024-09-151-17/+16
|
* add copyright text to all our filesdakkar2024-06-151-0/+5
|
* Add fail safe for sponsors endpoint in case of not being able to connectMarie2024-02-211-22/+29
|
* chore: lintMar0xy2023-10-141-2/+2
|
* add: sponsorsMar0xy2023-10-141-0/+46