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
guillep2k 72f6d5c882 Restrict repository indexing by glob match (#7767)
* Restrict repository indexing by file extension

* Use REPO_EXTENSIONS_LIST_INCLUDE instead of REPO_EXTENSIONS_LIST_EXCLUDE and have a more flexible extension pattern

* Corrected to pass lint gosimple

* Add wildcard support to REPO_INDEXER_EXTENSIONS

* This reverts commit 72a650c8e42f4abf59d5df7cd5dc27b451494cc6.

* Add wildcard support to REPO_INDEXER_EXTENSIONS (no make vendor)

* Simplify isIndexable() for better clarity

* Add gobwas/glob to vendors

* manually set appengine new release

* Implement better REPO_INDEXER_INCLUDE and REPO_INDEXER_EXCLUDE

* Add unit and integration tests

* Update app.ini.sample and reword config-cheat-sheet

* Add doc page and correct app.ini.sample

* Some polish on the doc

* Simplify code as suggested by @lafriks
5 years ago
..
auth Implement webhook branch filter (#7791) 5 years ago
avatar Improve handling of non-square avatars (#7025) 5 years ago
base Use gitea forked macaron (#7933) 5 years ago
cache Use gitea forked macaron (#7933) 5 years ago
charset Make encoding tests independent of LOCALE settings (#8018) 5 years ago
context Fix Go 1.13 private repository go get issue (#8112) 5 years ago
cron Move status table to cron package (#7370) 5 years ago
generate Integrate OAuth2 Provider (#5378) 5 years ago
git Strict name matching for Repository.GetTagID() (#8074) 5 years ago
gzip Use gitea forked macaron (#7933) 5 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 5 years ago
httplib Add golangci (#6418) 5 years ago
indexer Use gitea forked macaron (#7933) 5 years ago
lfs Use gitea forked macaron (#7933) 5 years ago
log Removed unnecessary conversions (#7557) 5 years ago
mailer Add golangci (#6418) 5 years ago
markup Make link last commit massages in repository home page and commit tables (#8006) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations fix bug when migrating a private repository (#7917) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Add golangci (#6418) 5 years ago
options Use gitea forked macaron (#7933) 5 years ago
pprof Add golangci (#6418) 5 years ago
private Attempt to fix hook problem (#7854) 5 years ago
process Fix run command race (#1470) 7 years ago
public Use gitea forked macaron (#7933) 5 years ago
pull Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066) 5 years ago
recaptcha Allow Recaptcha service url to be configured (#6820) 5 years ago
repofiles Move git diff codes from models to services/gitdiff (#7889) 5 years ago
search Global code search support (#3664) 6 years ago
secret Integrate OAuth2 Provider (#5378) 5 years ago
session Use gitea forked macaron (#7933) 5 years ago
setting Restrict repository indexing by glob match (#7767) 5 years ago
ssh Use gitea forked macaron (#7933) 5 years ago
structs Implement webhook branch filter (#7791) 5 years ago
sync Use gitea forked macaron (#7933) 5 years ago
templates Make link last commit massages in repository home page and commit tables (#8006) 5 years ago
test Use gitea forked macaron (#7933) 5 years ago
timeutil Use gitea forked macaron (#7933) 5 years ago
upload Fix upload file type check (#7890) 5 years ago
user Add golangci (#6418) 5 years ago
util Display ui time with customize time location (#7792) 5 years ago
validation Implement webhook branch filter (#7791) 5 years ago