forgejo/routers/user
zeripath 74bd9691c6
Re-attempt to delete temporary upload if the file is locked by another process (#12447)
Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util.

Fix #12339

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: silverwind <me@silverwind.io>
2020-08-11 21:05:34 +01:00
..
setting Add hide activity option (#11353) 2020-06-05 16:01:53 -04:00
auth.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 2020-08-11 21:05:34 +01:00
auth_openid.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 2020-05-17 15:43:29 +03:00
avatar.go
home.go Add hide activity option (#11353) 2020-06-05 16:01:53 -04:00
home_test.go
main_test.go
notification.go
oauth.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 2020-05-17 15:43:29 +03:00
profile.go UserProfile Page: Render Description (#12415) 2020-08-05 15:48:37 +08:00