aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Server: fix video remoe validationChocobozzz2016-12-301-1/+1
* Server: split check params testsChocobozzz2016-12-3010-868/+1110
* Server: optimization for videoGet and videoRemoveChocobozzz2016-12-302-30/+13
* Server: add updatedAt attribute to videosChocobozzz2016-12-306-5/+26
* Server: propagate video update to other podsChocobozzz2016-12-305-34/+152
* Server: add ability to update a videoChocobozzz2016-12-297-15/+344
* Server: little refractoringChocobozzz2016-12-295-105/+93
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-295-15/+13
* Server: use video hook to send information to other pods when a video isChocobozzz2016-12-294-49/+23
* Server: add association between author and userChocobozzz2016-12-296-14/+35
* Server: Add postgresql indexesChocobozzz2016-12-299-13/+104
* 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