server/core
hpo3 d07a820aac
All checks were successful
continuous-integration/drone/push Build is passing
Bugfix: listing result modify time error when file older than one year (#149)
Mod time error for file older than one year

File older than one year should be in  "MMM DD  YYYY" format, not "MMM DD hh:mm" format

Reviewed-on: #149
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: hpo3 <hpo3@noreply.gitea.io>
Co-committed-by: hpo3 <hpo3@noreply.gitea.io>
2021-06-15 23:53:58 +08:00
..
auth.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
cmd_test.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
cmd.go use the correct logger in cmd.go (#115) 2020-11-02 21:07:57 +08:00
conn_test.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
conn.go add golangci-lint to ci pipeline #127 (#130) 2020-08-12 07:19:27 +00:00
doc.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
driver.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
file_info.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
list_formatter.go Bugfix: listing result modify time error when file older than one year (#149) 2021-06-15 23:53:58 +08:00
logger.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
notifier_test.go add golangci-lint to ci pipeline #127 (#130) 2020-08-12 07:19:27 +00:00
notifier.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
perm.go Factor into server and driver directories (#120) 2020-07-07 16:02:27 +00:00
server_test.go add golangci-lint to ci pipeline #127 (#130) 2020-08-12 07:19:27 +00:00
server.go Allow plain FTP connections if TLS is not forced #124 (#125) 2020-08-09 07:16:46 +00:00
socket.go use tls on passive conn only if enabled (#129) 2020-08-10 12:21:50 +00:00