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
guillep2k 1f90147f39 Use templates for issue e-mail subject and body (#8329)
* Add template capability for issue mail subject

* Remove test string

* Fix trim subject length

* Add comment to template and run make fmt

* Add information for the template

* Rename defaultMailSubject() to fallbackMailSubject()

* General rewrite of the mail template code

* Fix .Doer name

* Use text/template for subject instead of html

* Fix subject Re: prefix

* Fix mail tests

* Fix static templates

* [skip ci] Updated translations via Crowdin

* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528)

* Expose db.SetMaxOpenConns and allow other dbs to set their connection params
* Add note about port exhaustion

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

* Prevent .code-view from overriding font on icon fonts (#8614)

* Correct some outdated statements in the contributing guidelines (#8612)

* More information for drone-cli in CONTRIBUTING.md

* Increases the version of drone-cli to 1.2.0
* Adds a note for the Docker Toolbox on Windows

Signed-off-by: LukBukkit <luk.bukkit@gmail.com>

* Fix the url for the blog repository (now on gitea.com)

Signed-off-by: LukBukkit <luk.bukkit@gmail.com>

* Remove TrN due to lack of lang context

* Redo templates to match previous code

* Fix extra character in template

* Unify PR & Issue tempaltes, fix format

* Remove default subject

* Add template tests

* Fix template

* Remove replaced function

* Provide User as models.User for better consistency

* Add docs

* Fix doc inaccuracies, improve examples

* Change mail footer to math AppName

* Add test for mail subject/body template separation

* Add support for code review comments

* Update docs/content/doc/advanced/mail-templates-us.md

Co-Authored-By: 6543 <24977596+6543@users.noreply.github.com>
5 years ago
..
auth Add team option to grant rights for all organization repositories (#8688) 5 years ago
avatar Improve handling of non-square avatars (#7025) 6 years ago
base Use gitea forked macaron (#7933) 6 years ago
cache Use gitea forked macaron (#7933) 6 years ago
charset Reduce test sensibility (#8393) 6 years ago
context Use AppSubUrl for more redirections (#8647) 5 years ago
cron Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 6 years ago
generate Integrate OAuth2 Provider (#5378) 6 years ago
git fix 500 when edit hook (#8782) 5 years ago
graceful Graceful fixes (#8645) 5 years ago
gzip Use gitea forked macaron (#7933) 6 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 6 years ago
httplib Add golangci (#6418) 6 years ago
indexer Allow cross-repository dependencies on issues (#7901) 5 years ago
lfs Add basic repository lfs management (#7199) 5 years ago
log Fix data race (#8204) 6 years ago
markup Update go-org to optimize code (#8824) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Fix to close opened io resources as soon as not needed (#8839) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 8 years ago
notification Move release webhook to notification (#8817) 5 years ago
options Use gitea forked macaron (#7933) 6 years ago
password Fix password complexity regex for special characters (on master) (#8525) 5 years ago
pprof Add golangci (#6418) 6 years ago
private Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
process Restore functionality for early gits (#7775) 6 years ago
public Use gitea forked macaron (#7933) 6 years ago
recaptcha Allow Recaptcha service url to be configured (#6820) 6 years ago
references Configurable close and reopen keywords for PRs (#8120) 5 years ago
repofiles Move repofiles webhooks to notification (#8807) 5 years ago
search Global code search support (#3664) 7 years ago
secret Integrate OAuth2 Provider (#5378) 6 years ago
session Use gitea forked macaron (#7933) 6 years ago
setting Allow cross-repository dependencies on issues (#7901) 5 years ago
ssh Restore Graceful Restarting & Socket Activation (#7274) 5 years ago
structs Add team option to grant rights for all organization repositories (#8688) 5 years ago
sync Use gitea forked macaron (#7933) 6 years ago
task Move migrating repository from frontend to backend (#6200) 6 years ago
templates Use templates for issue e-mail subject and body (#8329) 5 years ago
test Use gitea forked macaron (#7933) 6 years ago
timeutil Use gitea forked macaron (#7933) 6 years ago
upload Fix upload file type check (#7890) 6 years ago
user Add golangci (#6418) 6 years ago
util Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426) 5 years ago
validation Implement webhook branch filter (#7791) 6 years ago
webhook Move more webhook codes from models to webhook module (#8802) 5 years ago