Commit Graph

2 Commits (f9b1fac4eae993491be7a1f91f48196535986f5b)

Author SHA1 Message Date
Lunny Xiao a1c9e8f266
Fix windows build error ()
* fix build

* take flash error message back and fix more windows lint error

* performance optimization

* own step to check lint for windows

Co-authored-by: 6543 <6543@obermui.de>
Lunny Xiao 15a475b7db
Fix recovery middleware to render gitea style page. ()
* Some changes to fix recovery

* Move Recovery to middlewares

* Remove trace code

* Fix lint

* add session middleware and remove dependent on macaron for sso

* Fix panic 500 page rendering

* Fix bugs

* Fix fmt

* Fix vendor

* recover unnecessary change

* Fix lint and addd some comments about the copied codes.

* Use util.StatDir instead of com.StatDir

Co-authored-by: 6543 <6543@obermui.de>