aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Playlist support in watch pageChocobozzz2019-03-1815-286/+628
|
* Playlist reorder supportChocobozzz2019-03-186-71/+180
|
* Playlist videos componentChocobozzz2019-03-1813-29/+284
|
* Add to playlist dropdownChocobozzz2019-03-1835-55/+756
|
* Add/update/delete/list my playlistsChocobozzz2019-03-1839-117/+909
|
* 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
|
* Update E2E testsChocobozzz2019-02-213-12/+18
|
* Video abuse notification is not only for local videosChocobozzz2019-02-201-1/+1
|
* Refactor ellipsis CSSChocobozzz2019-02-205-20/+11
|
* 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-203-4/+4
|
* Increase player default size to 66vhChocobozzz2019-02-201-2/+2
|
* Add user notification animationChocobozzz2019-02-2013-20/+123
|
* Lazy import some modulesChocobozzz2019-02-1517-70/+97
|
* 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-11130-599/+970
|\
| * Move enabled download/comments in advanced tabChocobozzz2019-02-111-10/+10
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-11286-1800/+4918
| |\
| | * Cleanup reset user password by adminChocobozzz2019-02-118-54/+42
| | | | | | | | | | | | And add some tests
| | * cleanup and remove paramSubsRigel Kent2019-02-113-10/+9
| | |
| | * move user-password to Input decoratorRigel Kent2019-02-112-11/+3
| | |
| | * remove isAdministrationRigel Kent2019-02-114-17/+7
| | |
| | * allow administration to change/reset a user's passwordRigel Kent2019-02-1110-4/+197
| | |
| | * Fix client with google botChocobozzz2019-02-111-2/+1
| | |
| | * Add player mode in watch/embed urlsChocobozzz2019-02-111-10/+12
| | |
| | * Fallback HLS to webtorrentChocobozzz2019-02-111-7/+16
| | |
| | * Add hls support on serverChocobozzz2019-02-114-7/+45
| | |
| | * Refractor videojs playerChocobozzz2019-02-111-40/+37
| | | | | | | | | | | | Add fake p2p-media-loader plugin
| | * fix undefined change ownership iconsJosh Morel2019-01-282-2/+3
| | |
| | * Fix menu overflow on mobile screensChocobozzz2019-01-281-1/+1
| | |
| | * Try to fix Mac video uploadChocobozzz2019-01-241-2/+1
| | |
| | * Fix trending days display on first loadChocobozzz2019-01-211-11/+14
| | |
| | * Add link to the profile who commented in notifChocobozzz2019-01-212-2/+3
| | |
| | * Fix notification popover widthChocobozzz2019-01-212-4/+11
| | |
| | * Add server host in notification account fieldChocobozzz2019-01-212-3/+3
| | |
| | * Fix calendar in dark modeChocobozzz2019-01-171-1/+1
| | |
| | * Fix invisible things in dark modeChocobozzz2019-01-171-4/+6
| | |
| | * Fix some stylesChocobozzz2019-01-173-8/+7
| | | | | | | | | | | | Video edit tags, dropdown actions font ...
| | * Refactor how we use iconsChocobozzz2019-01-1772-395/+361
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Fix notification z-index on modalsChocobozzz2019-01-151-2/+2
| | |