aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/users
Commit message (Collapse)AuthorAgeFilesLines
* Fix playlist autoplayChocobozzz2020-04-081-2/+4
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-272-2/+13
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-282-14/+92
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Skip videos count on client if we don't use itChocobozzz2020-01-082-4/+4
|
* Add get user cache for commentsChocobozzz2020-01-061-2/+12
|
* Fix mark all as read notificationsChocobozzz2020-01-061-0/+5
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-1/+1
|
* fix deleted comment layout and its notification displayRigel Kent2019-12-193-14/+56
|
* autoplay next video support for playlistsRigel Kent2019-12-131-0/+1
|
* Try to improve notification i18n translationsChocobozzz2019-11-181-28/+28
|
* More robust new instance follower notificationChocobozzz2019-10-251-2/+2
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* Better video publishing notificationChocobozzz2019-09-051-1/+1
|
* Fix old auto blacklist notificationsChocobozzz2019-09-051-0/+3
|
* Add welcome modalChocobozzz2019-09-051-9/+24
|
* Implement auto follow in clientChocobozzz2019-09-042-2/+15
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
|
* Fix infinite scroll on big screensChocobozzz2019-08-022-1/+6
|
* Fix broken follow notificationChocobozzz2019-08-021-0/+1
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+4
|
* Add language filters in user preferencesChocobozzz2019-06-191-0/+1
|
* Fix notification overflowChocobozzz2019-06-131-0/+1
|
* Add ability to change email in clientChocobozzz2019-06-112-2/+18
|
* Improve registrationChocobozzz2019-06-071-0/+16
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Multi step registrationChocobozzz2019-05-291-1/+2
|
* Add user adminFlagsChocobozzz2019-04-152-2/+11
|
* Add new instance follower notification in clientChocobozzz2019-04-092-0/+14
|
* Add newInstanceFollower in notification settingsChocobozzz2019-04-091-1/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-022-0/+14
| | | | | | | | | | | | | | | | | | | | * 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
|
* Correctly fix video import notificationChocobozzz2019-02-202-2/+3
| | | | If the imported video is deleted
* Add user notification animationChocobozzz2019-02-201-1/+5
|
* Lazy import some modulesChocobozzz2019-02-151-1/+1
|
* Don't crash on error in notification popupChocobozzz2019-02-151-67/+73
|
* Cleanup reset user password by adminChocobozzz2019-02-111-5/+0
| | | | And add some tests
* allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+5
|
* Add link to the profile who commented in notifChocobozzz2019-01-212-2/+3
|
* Add server host in notification account fieldChocobozzz2019-01-211-2/+2
|
* Refactor how we use iconsChocobozzz2019-01-175-62/+119
| | | | Inject them in an angular component so we can easily change their color
* Fix notification socketChocobozzz2019-01-142-33/+12
| | | | Should be in core module to share the same subject to all the app
* Fix scroll in notifications pageChocobozzz2019-01-141-1/+1
|
* Improve "no notifications" messageChocobozzz2019-01-141-0/+7
|
* Add notifications in the clientChocobozzz2019-01-097-1/+442
|
* Add ability to disable and clear historyChocobozzz2018-12-181-27/+6
|
* Add history page on clientChocobozzz2018-12-181-0/+45
|
* enable email verification by admin (#1348)Josh Morel2018-11-212-0/+11
| | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Better typingsChocobozzz2018-10-181-1/+0
|
* NoImplicitAny flag true (#1157)BO412018-10-181-0/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* move to boolean switchRigel Kent2018-10-131-4/+3
|
* add webtorrent opt-out settingsRigel Kent2018-10-131-0/+4
| | | | | - add a key in localstorage to remember the opt-out - add a user setting