aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification settingsChocobozzz2023-05-241-1/+2
|
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-3/+3
| | | | It's deprecated by TS
* Support ICU in TS componentsChocobozzz2022-06-081-1/+1
|
* Rename studio to editorChocobozzz2022-03-221-2/+2
|
* Add video edition finished notificationChocobozzz2022-03-221-2/+4
|
* Improve notification settings UIChocobozzz2021-11-261-8/+48
|
* Fix client lintChocobozzz2021-08-171-4/+4
|
* Use HTML config when possibleChocobozzz2021-06-041-4/+2
|
* Add new plugin/peertube version notifsChocobozzz2021-03-241-2/+6
|
* Add watch messages if live has not startedChocobozzz2020-11-091-1/+1
|
* Migrate to $localizeChocobozzz2020-08-141-17/+15
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Fix testsChocobozzz2020-07-311-3/+3
|
* Add migrations for abuse messagesChocobozzz2020-07-311-1/+3
|
* Add migrationsChocobozzz2020-07-101-2/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-6/+5
|
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-3/+3
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Lazy load static objectsChocobozzz2019-12-181-4/+6
|
* Implement auto follow in clientChocobozzz2019-09-041-2/+4
|
* Add newInstanceFollower in notification settingsChocobozzz2019-04-091-2/+4
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+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
* Video abuse notification is not only for local videosChocobozzz2019-02-201-1/+1
|
* Add notifications in the clientChocobozzz2019-01-091-0/+99