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.
gitea/modules
qwerty287 1f40933d38
Add config options to hide issue events (#17414)
* Add config option to hide issue events
Adds a config option `HIDE_ISSUE_EVENTS` to hide most issue events (changed labels, milestones, projects...) on the issue detail page.
If this is true, only the following events (comment types) are shown:
* plain comments
* closed/reopned/merged
* reviews

* Make configurable using a list

* Add docs

* Add missing newline

* Fix merge issues

* Allow changes per user settings

* Fix lint

* Rm old docs

* Apply suggestions from code review

* Use bitsets

* Rm comment

* fmt

* Fix lint

* Use variable/constant to provide key

* fmt

* fix lint

* refactor

* Add a prefix for user setting key

* Add license comment

* Add license comment

* Update services/forms/user_form_hidden_comments.go

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* check len == 0

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
activitypub format with gofumpt (#18184) 3 years ago
analyze Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 4 years ago
appstate format with gofumpt (#18184) 3 years ago
auth format with gofumpt (#18184) 3 years ago
avatar format with gofumpt (#18184) 3 years ago
base format with gofumpt (#18184) 3 years ago
cache format with gofumpt (#18184) 3 years ago
charset format with gofumpt (#18184) 3 years ago
context Add config options to hide issue events (#17414) 3 years ago
convert format with gofumpt (#18184) 3 years ago
csv format with gofumpt (#18184) 3 years ago
doctor format with gofumpt (#18184) 3 years ago
emoji format with gofumpt (#18184) 3 years ago
eventsource Simplify parameter types (#18006) 3 years ago
generate Support webauthn (#17957) 3 years ago
git format with gofumpt (#18184) 3 years ago
gitgraph format with gofumpt (#18184) 3 years ago
graceful format with gofumpt (#18184) 3 years ago
hcaptcha
highlight format with gofumpt (#18184) 3 years ago
hostmatcher Simplify parameter types (#18006) 3 years ago
httpcache format with gofumpt (#18184) 3 years ago
httplib refactor httplib (#18338) 3 years ago
indexer format with gofumpt (#18184) 3 years ago
json Move repository model into models/repo (#17933) 3 years ago
lfs format with gofumpt (#18184) 3 years ago
log format with gofumpt (#18184) 3 years ago
markup format with gofumpt (#18184) 3 years ago
metrics format with gofumpt (#18184) 3 years ago
migration format with gofumpt (#18184) 3 years ago
nosql format with gofumpt (#18184) 3 years ago
notification Add config options to hide issue events (#17414) 3 years ago
options format with gofumpt (#18184) 3 years ago
password Fixed assert statements. (#16089) 4 years ago
pprof refactor: move from io/ioutil to io and os package (#17109) 4 years ago
private format with gofumpt (#18184) 3 years ago
process format with gofumpt (#18184) 3 years ago
proxy Return nil proxy function if proxy not enabled (#16742) 4 years ago
public format with gofumpt (#18184) 3 years ago
queue format with gofumpt (#18184) 3 years ago
recaptcha refactor: move from io/ioutil to io and os package (#17109) 4 years ago
references format with gofumpt (#18184) 3 years ago
repository format with gofumpt (#18184) 3 years ago
secret Simplify parameter types (#18006) 3 years ago
session format with gofumpt (#18184) 3 years ago
setting format with gofumpt (#18184) 3 years ago
ssh format with gofumpt (#18184) 3 years ago
storage format with gofumpt (#18184) 3 years ago
structs format with gofumpt (#18184) 3 years ago
svg refactor: move from io/ioutil to io and os package (#17109) 4 years ago
sync
templates format with gofumpt (#18184) 3 years ago
test format with gofumpt (#18184) 3 years ago
timeutil format with gofumpt (#18184) 3 years ago
translation Sort locales according to their names (#18211) 3 years ago
typesniffer format with gofumpt (#18184) 3 years ago
updatechecker format with gofumpt (#18184) 3 years ago
upload Simplify parameter types (#18006) 3 years ago
uri Prevent NPE if gitea uploader fails to open url (#18080) 3 years ago
user
util format with gofumpt (#18184) 3 years ago
validation format with gofumpt (#18184) 3 years ago
web format with gofumpt (#18184) 3 years ago