aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Set thumbnail heightChocobozzz2019-04-034-12/+12
|
* Try to fix multiline ellipsisChocobozzz2019-04-032-16/+7
| | | | some characters like "g" were cut out
* Improve abstract videos listChocobozzz2019-04-035-16/+36
| | | | Better responsive and align miniatures to the left
* Add Nederlands and Português (Portugal)Chocobozzz2019-04-037-1341/+4
|
* Update translationsChocobozzz2019-04-0349-7370/+11946
|
* tslint updateChocobozzz2019-04-0225-120/+81
|
* Update client depChocobozzz2019-04-027-2585/+1193
|
* Upgrade server depChocobozzz2019-04-021-1/+1
|
* Restore videos list componentsChocobozzz2019-04-0223-455/+393
|
* add quarantine videos feature (#1637)Josh Morel2019-04-0218-17/+381
| | | | | | | | | | | | | | | | | | | | * 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
* Reduce player big button border widthChocobozzz2019-03-201-5/+5
|
* Fix custom CSS helpChocobozzz2019-03-201-8/+8
|
* Add icon to delete history buttonChocobozzz2019-03-202-8/+8
|
* Add my library section in menuChocobozzz2019-03-2025-124/+265
|
* Improve comment deletion messageChocobozzz2019-03-202-0/+14
|
* Handle theater mode for playlistsChocobozzz2019-03-184-175/+234
|
* Add playlist channel validator when playlist is publicChocobozzz2019-03-186-21/+47
|
* Add video channel viewChocobozzz2019-03-1826-45/+248
|
* Remove jest testsChocobozzz2019-03-185-144/+1
| | | | I don't have time to maintain them
* Playlist support in watch pageChocobozzz2019-03-1820-294/+668
|
* Playlist reorder supportChocobozzz2019-03-188-71/+195
|
* Playlist videos componentChocobozzz2019-03-1818-40/+324
|
* Add to playlist dropdownChocobozzz2019-03-1846-76/+824
|
* Add/update/delete/list my playlistsChocobozzz2019-03-1842-149/+1050
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-2/+2
|
* Add NSFW info in about pageChocobozzz2019-02-215-1/+26
|
* Move user registration info in features tableChocobozzz2019-02-214-38/+13
|
* Don't close help popover when clicking insideChocobozzz2019-02-211-1/+1
|
* Improve channel and account SEOChocobozzz2019-02-211-1/+1
|
* Update E2E testsChocobozzz2019-02-219-29/+63
|
* Video abuse notification is not only for local videosChocobozzz2019-02-201-1/+1
|
* Refactor ellipsis CSSChocobozzz2019-02-206-20/+17
|
* Correctly fix video import notificationChocobozzz2019-02-202-2/+3
| | | | If the imported video is deleted
* Add isNSFW instance configuration keyChocobozzz2019-02-204-2/+12
|
* Add hover effect on video miniatureChocobozzz2019-02-203-3/+38
|
* Increase thumbnails sizeChocobozzz2019-02-204-6/+6
|
* Increase player default size to 66vhChocobozzz2019-02-201-2/+2
|
* Try to fix p2p-media-loader on iosChocobozzz2019-02-202-8/+19
|
* Add user notification animationChocobozzz2019-02-2013-20/+123
|
* Lazy import some modulesChocobozzz2019-02-1521-79/+126
|
* Update translationsChocobozzz2019-02-1534-2073/+22224
|
* Bumped to version v1.2.1Chocobozzz2019-02-151-1/+1
|
* Fix too long name in menuChocobozzz2019-02-152-4/+7
|
* Fix moderators that cannot access the muted servers tableChocobozzz2019-02-151-1/+1
|
* Don't crash on error in notification popupChocobozzz2019-02-151-67/+73
|
* Add search by original publication dateAndrés Maldonado2019-02-123-1/+78
|
* 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-113-46/+50
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-11227-8111/+14771
|\
| * Move enabled download/comments in advanced tabChocobozzz2019-02-111-10/+10
| |