1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-24 11:56:48 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
feiniks
738716496a
Fix security issue and add go linter (#677)
* Fix security issue and add go linter

* Fix error checked by golangci-lint

* Delete jwt-go pkg

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-08-12 14:59:45 +08:00
feiniks
54ecfbee42
Fix crash when concurrent close channel (#612)
* Fix crash when concurrent close channel

* Add ErrCh to notify client's goruntine to exit

* Add WaitGroup to wait for all goruntine to exit

* Call Signal on error

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2023-05-09 18:10:01 +08:00
feiniks
f6122ec742
Add error log, handle execption and return nil when upgrade failed (#607)
* Add error log, handle execption and return nil when upgrade failed

* Wrapper recover

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2023-04-14 16:06:54 +08:00
feiniks
7566f6f60e
Modify element of UnsubList (#601)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2023-03-03 14:25:41 +08:00
feiniks
d42a281a9a
Add notification server debug log (#595)
* Add notification server debug log

* Add print message content

* Modify log format

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2023-02-11 14:46:16 +08:00
feiniks
d6f6127641
Add notification server (#535)
* Add notification server of go

Modify path of pkg

Send notification for update-repo event

Delete client pkg and use reflect select to send message

Modify output of log

Add formatter of log

Add jwt authentication

go add get jwt token api

CI support compile libjwt

Get group users from database

* Add ping to test mysql is alive

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2022-12-16 15:29:01 +08:00