aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/user-notification.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add new plugin/peertube version notifsChocobozzz2021-03-241-1/+15
|
* Reduce bundle size using a const enumChocobozzz2021-03-241-1/+1
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-1/+7
|
* Add ability to report accountChocobozzz2020-07-101-0/+2
|
* Add new abuses testsChocobozzz2020-07-101-1/+1
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-2/+13
|
* Add auto follow back support for instancesChocobozzz2019-09-041-2/+6
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+6
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+3
| | | | | | | | | | | | | | | | | | | | * 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
* Add server host in notification account fieldChocobozzz2019-01-211-0/+1
|
* Refactor how we use iconsChocobozzz2019-01-171-17/+13
| | | | Inject them in an angular component so we can easily change their color
* Add notifications in the clientChocobozzz2019-01-091-0/+4
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-1/+23
|
* Add import finished and video published notifsChocobozzz2019-01-091-2/+15
|
* Add user notification base codeChocobozzz2019-01-091-0/+47