You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
silverwind 12c2efb45c
Remove fetch request from heatmap (#13623)
* Remove fetch request from heatmap

Render heatmap data directly to HTML, eliminating one HTTP request on
frontpage and user profile. Also added min-height to the container so
the page content will no longer move after loading.

* rename and error display

* also log the js error

* add error handler

* remove useless inline style and hide divider on small screens

* Update routers/user/home.go

* Update routers/user/profile.go
4 years ago
..
admin Add email validity check (#13475) 4 years ago
api/v1 Add email validity check (#13475) 4 years ago
dev Display ui time with customize time location (#7792) 5 years ago
events Add EventSource support (#11235) 4 years ago
org Add markdown support in organization description (#13549) 4 years ago
private Fix a bug when check if owner is active (#13612) 4 years ago
repo Fix a bug when check if owner is active (#13612) 4 years ago
routes HTTP cache rework and enable caching for storage assets (#13569) 4 years ago
user Remove fetch request from heatmap (#13623) 4 years ago
utils Return the full rejection message and errors in flash errors (#13221) 4 years ago
home.go Simplify CheckUnitUser logic (#12854) 4 years ago
init.go Move install pages out of main macaron routes (#13195) 4 years ago
install.go Use mount but not register for chi routes (#13555) 4 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Add gitea-vet (#10948) 4 years ago