aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/lfs.go
Commit message (Expand)AuthorAgeFilesLines
* Use general token signing secret (#29205)wxiaoguang2024-02-181-11/+10
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-161-4/+2
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-141-7/+5
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-261-1/+8
* Fix loading `LFS_JWT_SECRET` from wrong section (#26109)Jason Song2023-07-251-1/+1
* Avoid writing config file if not installed (#26107)wxiaoguang2023-07-251-1/+1
* Import additional secrets via file uri (#25408)techknowlogick2023-06-231-0/+2
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-211-4/+9
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-26/+30
* Increase default LFS auth timeout from 20m to 24h (#24628)wxiaoguang2023-05-101-1/+1
* Refactor config provider (#24245)Lunny Xiao2023-04-251-7/+6
* handle deprecated settings (#22992)Lunny Xiao2023-02-201-2/+3
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-201-0/+2
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-22/+0
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-1/+1
* Unified custom config creation (#16012)KN4CK3R2021-05-291-24/+3
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+6
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-1/+1
* Provide self-registering storage system (#12978)zeripath2020-10-121-31/+6
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-26/+36
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-0/+122