aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * Fix invisible things in dark modeChocobozzz2019-01-171-4/+6
| | |
| | * Fix some stylesChocobozzz2019-01-171-1/+0
| | | | | | | | | | | | Video edit tags, dropdown actions font ...
| | * Refactor how we use iconsChocobozzz2019-01-1728-132/+343
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Increase abuse length to 3000Chocobozzz2019-01-1410-15/+255
| | | | | | | | | | | | And correctly handle new lines
| | * 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
| | |
| | * Add error message when trying to upload .ass subtitlesChocobozzz2019-01-141-0/+11
| | |
| | * Help translators to translate trending title/tooltipChocobozzz2019-01-141-1/+0
| | |
| | * Improve "no notifications" messageChocobozzz2019-01-141-0/+7
| | |
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-143-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-2/+5
| | |
| * | Fix too big line lengthLucas Declercq2018-10-081-1/+9
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-084-8/+8
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-064-1/+8
| | |
* | | Enable video upload and editclementbrizard2019-01-123-2/+12
| | |
* | | Change modelsclementbrizard2019-01-122-1/+14
| |/ |/|
* | Update translationsChocobozzz2019-01-101-1/+1
| |
* | Implement contact form in the clientChocobozzz2019-01-104-0/+89
| |
* | Add contact form checkbox in admin formChocobozzz2019-01-104-21/+62
| |
* | Add notifications in the clientChocobozzz2019-01-0912-12/+474
| |
* | Refractor notification serviceChocobozzz2018-12-195-82/+47
| | | | | | | | Shorter name and use primeng component
* | Add ability to disable and clear historyChocobozzz2018-12-181-27/+6
| |
* | Add history page on clientChocobozzz2018-12-185-4/+66
| |