aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-notification-preferences
Commit message (Collapse)AuthorAgeFilesLines
* Fix client lintChocobozzz2021-08-171-4/+4
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Use HTML config when possibleChocobozzz2021-06-041-4/+2
|
* Move to stylelintChocobozzz2021-04-281-1/+1
|
* Add new plugin/peertube version notifsChocobozzz2021-03-241-2/+6
|
* fix user preferences column width for notifications table (#3352)Kimsible2020-11-241-6/+4
| | | Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Upgrade client dependenciesChocobozzz2020-11-191-2/+8
| | | | Migrate removed primeng theme to custom CSS
* 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
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-031-4/+0
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-131-5/+5
|
* Lazy load static objectsChocobozzz2019-12-181-4/+6
|
* Implement auto follow in clientChocobozzz2019-09-041-2/+4
|
* Fix my account settings responsiveChocobozzz2019-04-111-0/+8
|
* Add new instance follower notification in clientChocobozzz2019-04-091-4/+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
* Add to playlist dropdownChocobozzz2019-03-181-1/+1
|
* Video abuse notification is not only for local videosChocobozzz2019-02-201-1/+1
|
* Add notifications in the clientChocobozzz2019-01-094-0/+144