gitea/templates/user/settings
Gary Kim f1c414882c Add Ability for User to Customize Email Notification Frequency (#7813)
* Add Backend Logic for Toggling Email Notification

This commit adds the backend logic for
allowing users to enable or disable email
notifications. The implementation ensures
that only issue notification emails get disabled
and important emails are still sent regardless
of the setting.

The UI to toggle this setting has not yet been
implemented.

* Add UI and complete user email notification enable

This commit completes the functionality to allow
users to disable their own email notifications.

Signed-off-by: Gary Kim <gary@garykim.dev>

* Add Third Option for Only Email on Mention

Signed-off-by: Gary Kim <gary@garykim.dev>

* Readd NOT NULL to new preference string

Signed-off-by: Gary Kim <gary@garykim.dev>

* Add Tests and Rewrite Comment

Signed-off-by: Gary Kim <gary@garykim.dev>

* Allow admin to set default email frequency

Signed-off-by: Gary Kim <gary@garykim.dev>

* Add new config option to docs

Signed-off-by: Gary Kim <gary@garykim.dev>

* Fix a few mistakes

Signed-off-by: Gary Kim <gary@garykim.dev>

* Only update required columns

Signed-off-by: Gary Kim <gary@garykim.dev>

* Simplify an error check

Signed-off-by: Gary Kim <gary@garykim.dev>

* Make email_notification_preference column in DB be VARCHAR(20)

Signed-off-by: Gary Kim <gary@garykim.dev>

* Handle errors

Signed-off-by: Gary Kim <gary@garykim.dev>

* Update models/migrations/v93.go

Co-Authored-By: Lauris BH <lauris@nix.lv>
2019-08-29 17:05:42 +03:00
..
account.tmpl Add Ability for User to Customize Email Notification Frequency (#7813) 2019-08-29 17:05:42 +03:00
applications.tmpl OAuth2 Grant UI (#6625) 2019-04-17 16:18:16 +08:00
applications_oauth2.tmpl Integrate OAuth2 Provider (#5378) 2019-03-08 11:42:50 -05:00
applications_oauth2_edit.tmpl Add regenerate secret feature for oauth2 (#6291) 2019-03-09 17:29:58 +01:00
grants_oauth2.tmpl OAuth2 Grant UI (#6625) 2019-04-17 16:18:16 +08:00
keys.tmpl Rework SSH key management UI to add GPG (#1293) 2017-04-26 21:10:43 +08:00
keys_gpg.tmpl gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846) 2019-08-14 09:39:44 +08:00
keys_ssh.tmpl Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
navbar.tmpl Refactor User Settings (#3900) 2018-05-15 13:07:32 +03:00
organization.tmpl Refactor User Settings (#3900) 2018-05-15 13:07:32 +03:00
profile.tmpl Add bio field for user (#6113) 2019-03-18 22:28:10 -04:00
repos.tmpl Refactor User Settings (#3900) 2018-05-15 13:07:32 +03:00
security.tmpl Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
security_accountlinks.tmpl fix links to prevent 404 after e.g. submitting a faulty form (#3982) 2018-05-18 21:02:04 -04:00
security_openid.tmpl Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
security_twofa.tmpl fix links to prevent 404 after e.g. submitting a faulty form (#3982) 2018-05-18 21:02:04 -04:00
security_u2f.tmpl Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
twofa_enroll.tmpl Refactor User Settings (#3900) 2018-05-15 13:07:32 +03:00