aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Increase abuse length to 3000Chocobozzz2019-01-1424-58/+90
| | | | | | | | And correctly handle new lines
| * Fix notification socketChocobozzz2019-01-148-39/+63
| | | | | | | | Should be in core module to share the same subject to all the app
| * Fix scroll in notifications pageChocobozzz2019-01-142-1/+2
| |
| * Add unload listener on video upload/updateChocobozzz2019-01-143-6/+32
| |
| * Add error message when trying to upload .ass subtitlesChocobozzz2019-01-141-0/+11
| |
| * Warn user when they want to delete a channelChocobozzz2019-01-141-3/+7
| | | | | | | | | | Because they will not be able to create another channel with the same actor name
| * Help translators to translate trending title/tooltipChocobozzz2019-01-142-10/+13
| |
| * Fix NSFW blur on searchChocobozzz2019-01-142-3/+8
| |
| * Improve "no notifications" messageChocobozzz2019-01-142-0/+8
| |
| * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-145-4/+22
| | | | | | | | | | | | | | | | | | | | * 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-106-7/+32
| |
| * Update translationsChocobozzz2019-01-102-2/+7
| |
| * Implement contact form in the clientChocobozzz2019-01-1012-12/+260
| |
| * Add contact form checkbox in admin formChocobozzz2019-01-108-399/+387
| |
| * Correctly scroll to video commentChocobozzz2019-01-092-6/+2
| |
| * Correctly scroll in notification preferencesChocobozzz2019-01-093-6/+5
| |
| * Add notifications in the clientChocobozzz2019-01-0934-44/+866
| |
| * Fix notification icon positionChocobozzz2019-01-091-5/+0
| |
| * Fix notification with large messageChocobozzz2018-12-203-10/+12
| |
| * Refractor notification serviceChocobozzz2018-12-1975-470/+390
| | | | | | | | Shorter name and use primeng component
| * Don't call watching endpoint if history is disabledChocobozzz2018-12-191-1/+1
| |
| * Add ability to disable and clear historyChocobozzz2018-12-188-41/+104
| |
| * Add history page on clientChocobozzz2018-12-1812-7/+234
| |
| * Add WebFinger support (#1498)Acid Chicken (硫酸鶏)2018-12-181-2/+19
| | | | | | | | | | | | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006
| * Add ability to set subtitle in URL in watch pageChocobozzz2018-12-171-3/+6
| |
| * Fix adding captions to a videoChocobozzz2018-12-171-3/+1
| |
| * Fix followers searchChocobozzz2018-12-131-1/+1
| |