You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
willemvd 8c2c7b802f Remove the default console logger when it is not set in the configuration (#602)
* Remove the default console logger when it is not set in the configuration

* Added comment to new function (lint failure)

* update based on PR comments (code style)

* code style fix (thanks bkcsoft)

* check if logger exists based on the l.outputs (like in l.DelLogger) instead of adapter, otherwise panic when reinstalling gitea (since the output adapter still exist, without outputs)
8 years ago
..
auth Two factor authentication support (#630) 8 years ago
avatar golint fixed for modules/avatar 8 years ago
base Git LFS support v2 (#122) 8 years ago
context Repo permission bug fixes (#513) 8 years ago
cron golint fixed for modules/cron 8 years ago
highlight Integrate templates into bindata optionally (#314) 8 years ago
httplib Golint fixed for modules/httplib 8 years ago
lfs fix gofmt error 8 years ago
log Remove the default console logger when it is not set in the configuration (#602) 8 years ago
mailer fix gofmt error 8 years ago
markdown Improve issue references in markdown (#471) 8 years ago
notification Notification - Step 1 (#523) 8 years ago
options Add default values for settings (#455) 8 years ago
process Refactor process package and introduce ProcessManager{} with tests (#75) 8 years ago
public Integrate templates into bindata optionally (#314) 8 years ago
setting Remove the default console logger when it is not set in the configuration (#602) 8 years ago
ssh New settings option for a custom SSH host (#3763) (#446) 8 years ago
sync modules/sync: add UniqueQueue 8 years ago
templates Implementation of Folder Jumping 8 years ago
user golint fixed for modules/user 8 years ago