aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1152-684/+488
|\
| * 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-111-5/+23
| |
| * Refractor videojs playerChocobozzz2019-02-111-40/+37
| | | | | | | | Add fake p2p-media-loader plugin
| * Fix trending days display on first loadChocobozzz2019-01-211-11/+14
| |
| * Fix some stylesChocobozzz2019-01-171-7/+6
| | | | | | | | Video edit tags, dropdown actions font ...
| * Refactor how we use iconsChocobozzz2019-01-1721-215/+80
| | | | | | | | Inject them in an angular component so we can easily change their color
| * Increase abuse length to 3000Chocobozzz2019-01-148-229/+8
| | | | | | | | And correctly handle new lines
| * Add unload listener on video upload/updateChocobozzz2019-01-143-6/+32
| |
| * Help translators to translate trending title/tooltipChocobozzz2019-01-141-9/+13
| |
| * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-2/+10
| | | | | | | | | | | | | | | | | | | | * 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-102-3/+14
| |
| * Add contact form checkbox in admin formChocobozzz2019-01-101-1/+1
| |
| * Correctly scroll to video commentChocobozzz2019-01-092-6/+2
| |
| * Add notifications in the clientChocobozzz2019-01-091-13/+2
| |
| * Refractor notification serviceChocobozzz2018-12-1918-87/+70
| | | | | | | | 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-181-2/+2
| |
| * Add ability to set subtitle in URL in watch pageChocobozzz2018-12-171-3/+6
| |
| * Fix adding captions to a videoChocobozzz2018-12-171-3/+1
| |
| * Redirect to the last url on loginChocobozzz2018-12-111-1/+0
| |
| * Support additional video extensionsChocobozzz2018-12-116-2/+21
| |
| * Remove hard-coded 8GB upload limit in client (#1293)Micah Elizabeth Scott2018-12-071-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove hard-coded 8GB upload limit in client Ideally we'd know what the specific server's configured upload limit is before starting, but this 8GB limit is not useful if an administrator has changed the nginx post limit on the server. * Better docs for admins about client_max_body_size Seems like some admins already tweak this value up or down to allow for different maximum video upload sizes. The current codebase has no other server-side limits that I'm aware of, and I've been routinely uploading quite large videos to my instance. This patch replaces the somewhat incorrect (or outdated?) 'hard limit' comment with some advice about allocating enough space for nginx and communicating the limit with your users. Of course it would be better if this configuration could be unified with PeerTube's config somehow. I'm not sure whether the best option there is to turn off nginx's buffering here and let PeerTube handle the entire upload (can we do this only for the video upload API endpoint?) or whether we want PeerTube to generate nginx configs in a more automated way layer. In any case, this patch is intended as an incremental improvement.
| * Add information in report modalChocobozzz2018-12-053-0/+25
| |
| * Improve message visibility on signupChocobozzz2018-11-161-0/+1
| |
| * Check follow constraints when getting a videoChocobozzz2018-11-161-1/+1
| |
| * Improve video upload error handlingChocobozzz2018-11-1612-17/+74
| |
| * Upgrade server depChocobozzz2018-11-151-1/+1
| |
| * Fix new Angular 7 issuesChocobozzz2018-11-153-4/+2
| |
| * Check activities hostChocobozzz2018-11-141-2/+2
| |
| * add noImplicitThis flag (#1324)BO412018-10-242-2/+2
| |
| * Better typingsChocobozzz2018-10-1812-27/+32
| |
| * NoImplicitAny flag true (#1157)BO412018-10-1812-24/+24
| | | | | | | | | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
| * Add ability to list all local videos on clientChocobozzz2018-10-102-0/+17
| |
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-086-10/+10
| |
* | Fix some defaults values + indentationLucas Declercq2018-10-081-2/+2
| |
* | Only show download button if downloadingEnabled is set to trueLucas Declercq2018-10-062-0/+7
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-065-1/+11
|/
* Add user history and resume videosChocobozzz2018-10-051-2/+11
|
* Remove unused variableChocobozzz2018-10-051-3/+0
|
* fix account URI in remote comment modal (partial rollback)Rigel Kent2018-10-051-0/+1
|
* fix account URI in remote comment modal (cleanup)Rigel Kent2018-10-052-2/+1
|
* fix account URI in remote comment modalRigel Kent2018-10-042-1/+5
|
* Fix hotkey translationsChocobozzz2018-10-031-3/+3
|
* Add comments feeds popover in watch pageChocobozzz2018-10-024-5/+38
|
* Fix error when clicking on the disabled publish buttonChocobozzz2018-10-012-2/+8
|
* various display improvementsRigel Kent2018-09-291-1/+1
|
* fix message space on video upload cancelRigel Kent2018-09-292-2/+3
|