Commit Graph

18 Commits

Author SHA1 Message Date
mappu 8de7d565a1 gitea: optionally support authenticated api 2024-03-19 18:42:13 +13:00
mappu b84b7bdb4e sync: idx values from reposAlphabeticalOrder do not match reposCache indexes 2022-12-31 14:55:00 +13:00
mappu 1e2ad32d54 config: add OverrideOrder option 2022-12-31 14:18:47 +13:00
mappu cb454938cc api: move gitea api to subpackage 2022-12-31 14:06:56 +13:00
mappu 65e369deea implement homepage caching with periodic refresh 2020-11-19 11:57:17 +13:00
mappu 7f478c9e3c app: split router, templates into separate files 2020-11-19 11:24:10 +13:00
mappu dccab8a15b app: log message about startup bind address 2020-11-19 11:02:36 +13:00
mappu dbb915a226 app: swap panic for log.Fatalf 2020-11-19 10:16:33 +13:00
mappu c655b10467 projects: show total number in brackets 2020-05-24 18:39:32 +12:00
mappu 2eb39cbeac support semaphore limiting + context-cancellation of Gitea API requests 2020-05-24 18:39:24 +12:00
mappu 200cf0ee2c automatic support for go get on deep subpackages 2020-05-05 19:41:26 +12:00
mappu 28e7e769b1 support redirecting project alternative names 2020-05-05 19:39:44 +12:00
mappu 7045794c8e handle path encoding for repository names containing special characters 2020-05-05 19:30:19 +12:00
mappu 902e1be59c lazy load images on homepage 2020-05-04 18:18:46 +12:00
mappu 124882da9a router: redirect repo.html and /repo/ to canonical `repo` 2020-05-04 17:18:57 +12:00
mappu b34ae0dcbd remove legacy "written in" handling
These sentences exist in codesite README.txt files, but the codesite2git
script removed all the tags from the README.md files in generated Git
repositories, so this clause will never be used
2020-05-04 17:12:09 +12:00
mappu a892dbb5b2 reinstate project-sorting support 2020-05-02 15:19:58 +12:00
mappu d7a964c186 initial commit 2020-05-02 14:16:49 +12:00