aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-276-101/+7
| | | | We don't need it anymore since HTTPS is mandatory now
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-273-4/+3
| | | | signature
* Server: move static/client routes in controllers/Chocobozzz2016-11-253-3/+60
|
* 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
|
* Fix migration scriptChocobozzz2016-11-211-9/+5
|
* Server: fix refreshing tokenChocobozzz2016-11-211-1/+1
|
* Fix opengraph url tagChocobozzz2016-11-181-5/+5
|
* Server: fix thumbnail in remote videosChocobozzz2016-11-162-19/+24
|
* Server: forbid to make friends with a non https serverChocobozzz2016-11-163-2/+15
|
* 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: Remove unused console logChocobozzz2016-11-161-1/+0
|
* Server: adapt tests to hostChocobozzz2016-11-167-48/+58
|
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-1614-129/+110
| | | | | 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-163-2/+31
|
* Prerender opengraph tags in the serverChocobozzz2016-11-162-1/+88
|
* Server: fix refreshing tokenChocobozzz2016-11-041-1/+3
|
* Server: check the host key is not present in configurationsChocobozzz2016-11-011-1/+14
| | | | The parameter was renamed to hostname
* Server: use constants to get port configurationChocobozzz2016-11-011-0/+3
|
* Server: add log messages if the server refuses to serve local clients tokensChocobozzz2016-11-011-0/+2
|
* Server: add endpoint in requestsChocobozzz2016-11-014-27/+68
|
* Server: fix refreshing token that failsChocobozzz2016-11-012-4/+5
|
* Server: videos search case insensitiveChocobozzz2016-10-261-1/+1
|
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-267-11/+11
|
* Server: do not make friends with myselfChocobozzz2016-10-261-2/+18
|
* Server: randomize the requests listChocobozzz2016-10-261-3/+14
| | | | We don't want to stuck with the same failing requests
* Client: avoid "quit friends" to appear during the pending requestChocobozzz2016-10-211-0/+5
|
* Server: remove v1 directory, we don't really need itChocobozzz2016-10-218-20/+18
|
* Server: Uploads -> VideosChocobozzz2016-10-215-7/+14
|
* Server: pod removing refractoringChocobozzz2016-10-216-89/+27
|
* Server: add npm run check to check CORS, bittorrent tracker...Chocobozzz2016-10-211-0/+5
|
* Server: wait pod removal when finishing a requestChocobozzz2016-10-171-4/+4
|
* Server: handle tls websocketsChocobozzz2016-10-172-7/+11
|
* Try to fix travisChocobozzz2016-10-141-1/+1
|
* Remove references to ElectronChocobozzz2016-10-132-10/+2
|
* Update clean scriptChocobozzz2016-10-131-3/+0
|
* Server: fix real world toolsChocobozzz2016-10-103-5/+6
|
* Server: forbid to remove the root userChocobozzz2016-10-072-0/+11
|
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-075-22/+6
|
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-0269-1400/+3158
|\
| * Server: remove useless hash affectationsChocobozzz2016-10-0239-144/+144
| |
| * Server: reorganize constant fileChocobozzz2016-10-021-47/+64
| |
| * Server: add informations when removing requests of unexisting podChocobozzz2016-10-011-0/+1
| |
| * Add "max requests number" information for requests iterationsChocobozzz2016-10-011-0/+1
| |