aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/users/user-notification.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix deleted comment layout and its notification displayRigel Kent2019-12-191-0/+1
|
* Fix old auto blacklist notificationsChocobozzz2019-09-051-0/+3
|
* Implement auto follow in clientChocobozzz2019-09-041-1/+6
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
|
* Fix broken follow notificationChocobozzz2019-08-021-0/+1
|
* Add new instance follower notification in clientChocobozzz2019-04-091-0/+5
|
* Add newInstanceFollower in notification settingsChocobozzz2019-04-091-1/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+6
| | | | | | | | | | | | | | | | | | | | * 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
* Correctly fix video import notificationChocobozzz2019-02-201-1/+2
| | | | If the imported video is deleted
* Don't crash on error in notification popupChocobozzz2019-02-151-67/+73
|
* Add link to the profile who commented in notifChocobozzz2019-01-211-0/+1
|
* Add server host in notification account fieldChocobozzz2019-01-211-2/+2
|
* Refactor how we use iconsChocobozzz2019-01-171-18/+19
| | | | Inject them in an angular component so we can easily change their color
* Add notifications in the clientChocobozzz2019-01-091-0/+153