aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Client: Get videos -> See videosChocobozzz2016-11-291-1/+1
|
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-276-101/+7
| | | | We don't need it anymore since HTTPS is mandatory now
* Client: try to improve ux for the upload formChocobozzz2016-11-274-28/+57
|
* Client: improve host regexChocobozzz2016-11-272-8/+6
|
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-274-5/+4
| | | | signature
* Fix videojs vttChocobozzz2016-11-251-1/+5
|
* Add peertube https nginx templateChocobozzz2016-11-251-0/+61
|
* Client: update webtorrent to 0.98Chocobozzz2016-11-251-1/+1
|
* Server: move static/client routes in controllers/Chocobozzz2016-11-254-28/+68
|
* Server: fix magnet tracker websocket url for remote videosBigard Florian2016-11-231-1/+1
|
* Server: fix logs when adding a remote videoChocobozzz2016-11-221-1/+1
|
* Server: add extname video information to remote podsChocobozzz2016-11-221-1/+2
|
* Add script when the host/port of a pod changeChocobozzz2016-11-222-0/+52
|
* Fix migration scriptChocobozzz2016-11-211-9/+5
|
* Client: fix https warning in make friendsChocobozzz2016-11-212-1/+2
|
* Client: move vendor imports into the vendor fileChocobozzz2016-11-211-0/+9
|
* Server: fix refreshing tokenChocobozzz2016-11-211-1/+1
|
* Client: split in angular modulesChocobozzz2016-11-2133-174/+371
|
* Client: add warning if the user want to embed a video of a non https websiteChocobozzz2016-11-212-0/+8
|
* Client: move video watch modals in their own componentChocobozzz2016-11-2110-75/+126
|
* Update PeerTube featuresChocobozzz2016-11-211-1/+1
|
* Update installation guide for root usersBigard Florian2016-11-211-1/+1
|
* Fix opengraph url tagChocobozzz2016-11-181-5/+5
|
* Update nodejs versions for travisChocobozzz2016-11-161-2/+2
|
* Server: fix thumbnail in remote videosChocobozzz2016-11-162-19/+24
|
* Client: force typescript 2.0.xChocobozzz2016-11-161-1/+1
|
* Client: add message if the admin wants to make friends without httpsChocobozzz2016-11-162-0/+8
|
* Server: forbid to make friends with a non https serverChocobozzz2016-11-163-2/+15
|
* Client: add video not found message if the video... is not foundChocobozzz2016-11-165-3/+28
|
* Server: don't be rude when serving unknown video in watch html fileChocobozzz2016-11-161-5/+11
|
* Server: add migration scripts to the new mongo schemesChocobozzz2016-11-166-2/+200
|
* Server: fix db clean for clean scriptChocobozzz2016-11-161-1/+1
|
* Server: Remove unused console logChocobozzz2016-11-161-1/+0
|
* Server: fix db clean for clean scriptChocobozzz2016-11-161-1/+2
|
* Server: adapt tests to hostChocobozzz2016-11-167-48/+58
|
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-1624-196/+168
| | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
* Server: use preview image for opengraphChocobozzz2016-11-164-8/+19
|
* Server: adapt magnet uri searchChocobozzz2016-11-161-1/+6
|
* Server: generate magnet uri on the flyChocobozzz2016-11-164-40/+92
|
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-164-77/+109
|
* Server: add video previewChocobozzz2016-11-166-3/+39
|
* Prerender opengraph tags in the serverChocobozzz2016-11-164-6/+95
|
* Client: add button control in embed videojs to go to the watch pageChocobozzz2016-11-161-0/+35
|
* Client: remove unnecessary moduleChocobozzz2016-11-161-2/+0
|
* Only use @angular 2.1.xBigard Florian2016-11-161-7/+7
|
* Client: don't use thumbnail in embed video for nowChocobozzz2016-11-081-3/+4
|
* Client: remove videojs on destroyChocobozzz2016-11-081-2/+10
|
* Client: add share buttonChocobozzz2016-11-083-5/+60
|
* Client: use videojs as playerChocobozzz2016-11-086-7/+20
|
* Prepare embed pageChocobozzz2016-11-075-1/+130
|