aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/users
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-239-1155/+0
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-11/+40
|
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-10/+10
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* preserve original variable names server-sideRigel Kent2020-06-102-7/+7
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-102-9/+9
| | | | | | | | | | | - 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
* First implem global searchChocobozzz2020-06-101-2/+2
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-1/+1
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-3/+3
|
* Fix default anonymous themeChocobozzz2020-06-051-1/+1
|
* Fix grey color themeChocobozzz2020-05-221-1/+1
|
* Add last login date to usersChocobozzz2020-05-071-0/+3
|
* Add auth plugin info in users listChocobozzz2020-05-051-0/+4
|
* 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
|