Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor markdown/sanitize html code | Chocobozzz | 2020-11-17 | 1 | -29/+3 |
| | |||||
* | Reorganize left menu and account menu | Chocobozzz | 2020-11-13 | 1 | -1/+1 |
| | | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library | ||||
* | Fix email footer | Chocobozzz | 2020-11-10 | 1 | -1/+4 |
| | | | | Do not include notif preferences in contact form email | ||||
* | render html/markdown for new comment notification email (#3255) | Kimsible | 2020-11-07 | 1 | -0/+51 |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Add migrations for abuse messages | Chocobozzz | 2020-07-31 | 1 | -8/+22 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 1 | -2/+51 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-20 | 1 | -2/+4 |
|\ | |||||
| * | Fix: display username in password-reset and verify-email notifs | kimsible | 2020-07-20 | 1 | -2/+4 |
| | | |||||
* | | Add ability to report account | Chocobozzz | 2020-07-10 | 1 | -1/+4 |
| | | |||||
* | | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -0/+1 |
| | | |||||
* | | Add migrations | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | | |||||
* | | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -37/+73 |
|/ | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -3/+3 |
| | |||||
* | Fix emails | Chocobozzz | 2020-06-02 | 1 | -3/+3 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -187/+205 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -12/+2 |
| | |||||
* | Add video channel and video thumbnail, rework video appearance in row | Rigel Kent | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Fix lint for emailer | Rigel Kent | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Add sendmail | Ismaël Bouya | 2020-04-10 | 1 | -25/+41 |
| | |||||
* | Fix emailer | Chocobozzz | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -3/+3 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -50/+51 |
| | |||||
* | Feature/password reset link expiration (#2305) | Nassim Bounouas | 2019-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * #1928 Add a sentence indicating the reset time limit on form and email * #1928 Customizable password reset lifetime * #1928 Add a route to verify reset link and call it on reset form init * Revert "#1928 Customizable password reset lifetime" This reverts commit 0ed97453f8e64e31a723cc6740b251a69a57d658. * #1928 Reset password lifetime hardcoded to one hour * Remove useless modifications for #1928 | ||||
* | Fix email to field | Chocobozzz | 2019-11-29 | 1 | -8/+10 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -5/+28 |
| | |||||
* | Merge branch 'feature/strong-model-types' into develop | Chocobozzz | 2019-08-22 | 1 | -21/+17 |
|\ | |||||
| * | Cleanup model types | Chocobozzz | 2019-08-20 | 1 | -4/+2 |
| | | |||||
| * | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -19/+17 |
| | | |||||
* | | email object -> email subject | Chocobozzz | 2019-08-22 | 1 | -17/+17 |
|/ | |||||
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 1 | -2/+2 |
| | | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction | ||||
* | Allow to control emails prefix and signature with config (#1789) | Yohan Boniface | 2019-05-17 | 1 | -33/+33 |
| | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review | ||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -21/+22 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 1 | -0/+18 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Create send email type | Chocobozzz | 2019-02-20 | 1 | -1/+11 |
| | | | | Instead of using email job handler payload type | ||||
* | Fix from header in contact form | Chocobozzz | 2019-02-15 | 1 | -6/+12 |
| | |||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -18/+2 |
| | | | | And add some tests | ||||
* | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 1 | -0/+16 |
| | |||||
* | Implement contact form in the client | Chocobozzz | 2019-01-10 | 1 | -7/+4 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -2/+21 |
| | |||||
* | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 1 | -3/+60 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -0/+61 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -42/+74 |
| | |||||
* | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 1 | -0/+7 |
| | | | | password system | ||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host | ||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Add tests when getting a blacklisted video | Chocobozzz | 2018-08-14 | 1 | -0/+2 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 1 | -0/+49 |
| |