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 15809d81f7 Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
* Add a markdown stripper for mentions and xrefs

* Improve comments

* Small code simplification

* Move reference code to modules/references

* Fix typo

* Make MarkdownStripper return [][]byte

* Implement preliminary keywords parsing

* Add FIXME comment

* Fix comment

* make fmt

* Fix permissions check

* Fix text assumptions

* Fix imports

* Fix lint, fmt

* Fix unused import

* Add missing export comment

* Bypass revive on implemented interface

* Move mdstripper into its own package

* Support alphanumeric patterns

* Refactor FindAllMentions

* Move mentions test to references

* Parse mentions from reference package

* Refactor code to implement renderizable references

* Fix typo

* Move patterns and tests to the references package

* Fix nil reference

* Preliminary rendering attempt of closing keywords

* Normalize names, comments, general tidy-up

* Add CSS style for action keywords

* Fix permission for admin and owner

* Fix golangci-lint

* Fix golangci-lint
5 years ago
..
auth Add teams to repo on collaboration page. (#8045) 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 Reduce test sensibility (#8393) 5 years ago
context Move migrating repository from frontend to backend (#6200) 5 years ago
cron Move mirror to a standalone package from models (#7486) 5 years ago
generate Integrate OAuth2 Provider (#5378) 5 years ago
git IsBranchExist: return false if provided name is empty (#8485) 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 Ensure Request Body Readers are closed in LFS server (#8454) 5 years ago
log Fix data race (#8204) 5 years ago
markup Rewrite reference processing code in preparation for opening/closing from comment references (#8261) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Move migrating repository from frontend to backend (#6200) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Move all mail related codes from models to services/mailer (#7200) 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 Restore functionality for early gits (#7775) 5 years ago
public Use gitea forked macaron (#7933) 5 years ago
recaptcha Allow Recaptcha service url to be configured (#6820) 5 years ago
references Rewrite reference processing code in preparation for opening/closing from comment references (#8261) 5 years ago
repofiles Restore functionality for early gits (#7775) 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 Move migrating repository from frontend to backend (#6200) 5 years ago
ssh Use gitea forked macaron (#7933) 5 years ago
structs Move migrating repository from frontend to backend (#6200) 5 years ago
sync Use gitea forked macaron (#7933) 5 years ago
task Move migrating repository from frontend to backend (#6200) 5 years ago
templates fix template bug on mirror repository setting page (#8438) 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