aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/user-notification.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement signup approval in serverChocobozzz2023-01-191-1/+8
|
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* Add video edition finished notificationChocobozzz2022-03-221-1/+3
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to search by host in serverChocobozzz2021-07-271-5/+2
|
* 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