aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* Server: add database field validationsChocobozzz2016-12-2813-73/+162
* Add script to migrate from mongodb to postgresqlChocobozzz2016-12-271-1/+0
* Server: correctly sort tags by name ascChocobozzz2016-12-261-2/+2
* Server: add createdAt from remote video in databaseChocobozzz2016-12-251-1/+2
* Fix real world scriptChocobozzz2016-12-251-5/+6
* Fix standard lintChocobozzz2016-12-253-22/+11
* Update migrations codeChocobozzz2016-12-2517-345/+155
* Move tags in another tableChocobozzz2016-12-2413-139/+334
* Server: rename Pods -> PodChocobozzz2016-12-192-2/+0
* First version with PostgreSQLChocobozzz2016-12-1939-669/+1113
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-276-101/+7
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-273-4/+3
* 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
* 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
* 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
* 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