aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fix privacy warning position on mobileChocobozzz2019-04-151-2/+3
|
* Fix videos list margin with hidden menuChocobozzz2019-04-112-4/+4
|
* Add logs page in clientChocobozzz2019-04-111-1/+2
|
* Add ability to disable trackerChocobozzz2019-04-101-1/+4
|
* Add new instance follower notification in clientChocobozzz2019-04-093-1/+16
|
* Add newInstanceFollower in notification settingsChocobozzz2019-04-091-1/+2
|
* Fix privacy label displayChocobozzz2019-04-082-2/+12
|
* 2 rows per overview sectionChocobozzz2019-04-051-74/+81
|
* Add auto blacklist info in feature tableChocobozzz2019-04-051-0/+4
|
* Improve playlist element styleChocobozzz2019-04-054-25/+28
|
* video add to playlist component -> onpush strategyChocobozzz2019-04-0511-13/+46
|
* Add video miniature dropdownChocobozzz2019-04-0528-147/+978
|
* Refactor videos selection componentsChocobozzz2019-04-059-5/+224
|
* Refactor video miniaturesChocobozzz2019-04-033-12/+147
|
* Set thumbnail heightChocobozzz2019-04-031-2/+2
|
* Improve abstract videos listChocobozzz2019-04-032-12/+30
| | | | Better responsive and align miniatures to the left
* tslint updateChocobozzz2019-04-025-7/+7
|
* Update client depChocobozzz2019-04-022-2/+1
|
* Restore videos list componentsChocobozzz2019-04-023-243/+59
|
* add quarantine videos feature (#1637)Josh Morel2019-04-023-10/+55
| | | | | | | | | | | | | | | | | | | | * 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 my library section in menuChocobozzz2019-03-204-3/+39
|
* Add playlist channel validator when playlist is publicChocobozzz2019-03-183-10/+24
|
* Add video channel viewChocobozzz2019-03-187-17/+85
|
* Playlist support in watch pageChocobozzz2019-03-188-4/+364
|
* Playlist reorder supportChocobozzz2019-03-182-3/+14
|
* Playlist videos componentChocobozzz2019-03-186-7/+16
|
* Add to playlist dropdownChocobozzz2019-03-1818-19/+580
|
* Add/update/delete/list my playlistsChocobozzz2019-03-1821-94/+434
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-2/+2
|
* Add NSFW info in about pageChocobozzz2019-02-212-1/+15
|
* Move user registration info in features tableChocobozzz2019-02-212-10/+13
|
* Don't close help popover when clicking insideChocobozzz2019-02-211-1/+1
|
* Update E2E testsChocobozzz2019-02-211-2/+2
|
* Refactor ellipsis CSSChocobozzz2019-02-201-3/+1
|
* Correctly fix video import notificationChocobozzz2019-02-202-2/+3
| | | | If the imported video is deleted
* Add hover effect on video miniatureChocobozzz2019-02-202-1/+36
|
* Increase thumbnails sizeChocobozzz2019-02-203-4/+4
|
* Add user notification animationChocobozzz2019-02-207-5/+75
|
* Lazy import some modulesChocobozzz2019-02-155-22/+29
|
* Don't crash on error in notification popupChocobozzz2019-02-151-67/+73
|
* Fix negative seconds by displaying 0 instead (#1445) (#1625)zacharystenger2019-02-121-1/+1
| | | | | | * Fix from-now.pipe.ts so it never displays negative seconds * Apply the fix only when returning seconds. Remove redundant Math.floor operation
* Move original publication date in advanced settingsChocobozzz2019-02-111-1/+1
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1146-190/+676
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1190-342/+2131
| |\
| | * 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 hls support on serverChocobozzz2019-02-111-0/+13
| | |
| | * fix undefined change ownership iconsJosh Morel2019-01-281-0/+1
| | |
| | * Add link to the profile who commented in notifChocobozzz2019-01-212-2/+3
| | |
| | * Add server host in notification account fieldChocobozzz2019-01-211-2/+2
| | |