Commit Graph

3 Commits (dc2308a95908091c036011252fbca38980c8846c)

Author SHA1 Message Date
wxiaoguang 226231ea27
Fix some pending problems ()
These changes are quite independent and trivial, so I don't want to open
too many PRs.

* https://github.com/go-gitea/gitea/pull/29882#discussion_r1529607091
    * the `f.Close` should be called properly
* the error message could be more meaningful
(https://github.com/go-gitea/gitea/pull/29882#pullrequestreview-1942557935)
*
https://github.com/go-gitea/gitea/pull/29859#pullrequestreview-1942324716
    * the new translation strings don't take arguments
* https://github.com/go-gitea/gitea/pull/28710#discussion_r1443778807
    * stale for long time
*   
    * a form was forgotten to be changed to work with backend code
coldWater 0e183d81fc
Fix missing error check of bufio.Scanner ()
maybe more
Lunny Xiao e2277d07ca
Move some asymkey functions to service layer ()
After the moving, all models will not depend on `util.Rename` so that I
can do next step refactoring.