Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement signup approval in server | Chocobozzz | 2023-01-19 | 1 | -7/+47 |
| | |||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 1 | -3/+2 |
| | |||||
* | Prefer using our pick function | Chocobozzz | 2022-08-17 | 1 | -4/+3 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 1 | -5/+5 |
| | |||||
* | Don't display errors when SMTP is not configured | Chocobozzz | 2022-07-12 | 1 | -1/+2 |
| | | | | info is enough | ||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 1 | -3/+3 |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | ||||
* | Fix various typos | luz paz | 2022-06-07 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` | ||||
* | Fix email text containing links | Chocobozzz | 2022-04-15 | 1 | -1/+1 |
| | |||||
* | Fix email links displayed twice as text | Chocobozzz | 2022-04-15 | 1 | -0/+6 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+2 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Fix email logger typings | Chocobozzz | 2021-10-11 | 1 | -1/+1 |
| | |||||
* | Refactor notifier | Chocobozzz | 2021-08-02 | 1 | -432/+8 |
| | |||||
* | Add sendmail log in server | Chocobozzz | 2021-04-21 | 1 | -1/+2 |
| | |||||
* | render markdown and plainify descriptions on previews | Rigel Kent | 2021-04-13 | 1 | -21/+1 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Stricter email options typings | Chocobozzz | 2021-03-24 | 1 | -29/+24 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 1 | -3/+39 |
| | |||||
* | Fix sendmail emailer | Chocobozzz | 2021-01-26 | 1 | -48/+45 |
| | |||||
* | emailer: use instance name instead of hostname | kontrollanten | 2020-12-14 | 1 | -6/+7 |
| | |||||
* | do not crash if SMTP server is down | Girish Ramakrishnan | 2020-12-12 | 1 | -5/+4 |
| | | | | | | just log a warning if the SMTP server is down on startup time fixes #3457 | ||||
* | 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 |
| | |