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
David Svantesson 6aa3f8bc29 Mail assignee when issue/pull request is assigned (#8546)
* Send email to assigned user

* Only send mail if enabled

* Mail also when assigned through API

* Need to refactor functions from models to issue service

* Refer to issue index rather than ID

* Disable email notifications completly at initalization if global disable

* Check of user enbled mail shall be in mail notification function only

* Initialize notifications from routers init function.

* Use the assigned comment when sending assigned mail

* Refactor so that assignees always added as separate step when new issue/pr.

* Check error from AddAssignees

* Check if user can be assiged to issue or pull request

* Missing return

* Refactor of CanBeAssigned check.

CanBeAssigned shall have same check as UI.

* Clarify function names (toggle rather than update/change), and clean up.

* Fix review comments.

* Flash error if assignees was not added when creating issue/pr

* Generate error if assignee users doesn't exist
5 years ago
..
auth Allow Protected Branches to Whitelist Deploy Keys (#8483) 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 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) 5 years ago
generate Integrate OAuth2 Provider (#5378) 5 years ago
git Ensure default gpg settings not nil and found commits have reference to repo (#8604) 5 years ago
graceful Graceful fixes (#8645) 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 Restore Graceful Restarting & Socket Activation (#7274) 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 Support inline rendering of CUSTOM_URL_SCHEMES (#8496) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Fix bug on pull requests when transfer head repository (#8564) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Mail assignee when issue/pull request is assigned (#8546) 5 years ago
options Use gitea forked macaron (#7933) 5 years ago
password Fix password complexity regex for special characters (on master) (#8525) 5 years ago
pprof Add golangci (#6418) 5 years ago
private Allow Protected Branches to Whitelist Deploy Keys (#8483) 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 Fix #8582 by handling empty repos (#8587) 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 [assets] configurable URL for static resources (#7911) 5 years ago
ssh Restore Graceful Restarting & Socket Activation (#7274) 5 years ago
structs Improve webhooks (#8583) 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 [assets] configurable URL for static resources (#7911) 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 Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426) 5 years ago
validation Implement webhook branch filter (#7791) 5 years ago