Lunny Xiao
84b147c7f0
Use IsProd instead of testing if it's equal. ( #14336 )
...
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
2021-01-14 23:17:03 +02:00
Lunny Xiao
f76c30094f
Fix typo ( #14332 )
2021-01-14 23:35:10 +08:00
Lunny Xiao
ce43d38b4f
Fix session bug when introduce chi ( #14287 )
...
* Update go-chi session
2021-01-08 14:15:06 +02:00
Lunny Xiao
a1c9e8f266
Fix windows build error ( #14263 )
...
* 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>
2021-01-06 09:38:00 +08:00
Lunny Xiao
15a475b7db
Fix recovery middleware to render gitea style page. ( #13857 )
...
* 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>
2021-01-05 21:05:40 +08:00