Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add script to migrate from mongodb to postgresql | Chocobozzz | 2016-12-27 | 1 | -1/+0 |
| | | | | Usage: NODE_ENV=production ./scripts/mongo-to-postgre.js --mongo-database peertube-prod | ||||
* | Server: correctly sort tags by name asc | Chocobozzz | 2016-12-26 | 1 | -2/+2 |
| | |||||
* | Server: add createdAt from remote video in database | Chocobozzz | 2016-12-25 | 1 | -1/+2 |
| | |||||
* | Fix real world script | Chocobozzz | 2016-12-25 | 1 | -5/+6 |
| | |||||
* | Fix standard lint | Chocobozzz | 2016-12-25 | 3 | -22/+11 |
| | |||||
* | Update migrations code | Chocobozzz | 2016-12-25 | 17 | -345/+155 |
| | |||||
* | Move tags in another table | Chocobozzz | 2016-12-24 | 13 | -139/+334 |
| | |||||
* | Server: rename Pods -> Pod | Chocobozzz | 2016-12-19 | 2 | -2/+0 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 39 | -669/+1113 |
| | |||||
* | Server: remove encryption when seending requests to other pods | Chocobozzz | 2016-11-27 | 6 | -101/+7 |
| | | | | We don't need it anymore since HTTPS is mandatory now | ||||
* | Server: set manually the post host of a remote video throught the | Chocobozzz | 2016-11-27 | 3 | -4/+3 |
| | | | | signature | ||||
* | Server: move static/client routes in controllers/ | Chocobozzz | 2016-11-25 | 3 | -3/+60 |
| | |||||
* | Server: fix magnet tracker websocket url for remote videos | Bigard Florian | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Server: fix logs when adding a remote video | Chocobozzz | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Server: add extname video information to remote pods | Chocobozzz | 2016-11-22 | 1 | -1/+2 |
| | |||||
* | Fix migration script | Chocobozzz | 2016-11-21 | 1 | -9/+5 |
| | |||||
* | Server: fix refreshing token | Chocobozzz | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Fix opengraph url tag | Chocobozzz | 2016-11-18 | 1 | -5/+5 |
| | |||||
* | Server: fix thumbnail in remote videos | Chocobozzz | 2016-11-16 | 2 | -19/+24 |
| | |||||
* | Server: forbid to make friends with a non https server | Chocobozzz | 2016-11-16 | 3 | -2/+15 |
| | |||||
* | Server: don't be rude when serving unknown video in watch html file | Chocobozzz | 2016-11-16 | 1 | -5/+11 |
| | |||||
* | Server: add migration scripts to the new mongo schemes | Chocobozzz | 2016-11-16 | 6 | -2/+200 |
| | |||||
* | Server: Remove unused console log | Chocobozzz | 2016-11-16 | 1 | -1/+0 |
| | |||||
* | Server: adapt tests to host | Chocobozzz | 2016-11-16 | 7 | -48/+58 |
| | |||||
* | Pod URL -> pod host. HTTPS is required to make friends. | Chocobozzz | 2016-11-16 | 14 | -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 opengraph | Chocobozzz | 2016-11-16 | 4 | -8/+19 |
| | |||||
* | Server: adapt magnet uri search | Chocobozzz | 2016-11-16 | 1 | -1/+6 |
| | |||||
* | Server: generate magnet uri on the fly | Chocobozzz | 2016-11-16 | 4 | -40/+92 |
| | |||||
* | Server: use _id for image and video files. Add remoteId field | Chocobozzz | 2016-11-16 | 4 | -77/+109 |
| | |||||
* | Server: add video preview | Chocobozzz | 2016-11-16 | 3 | -2/+31 |
| | |||||
* | Prerender opengraph tags in the server | Chocobozzz | 2016-11-16 | 2 | -1/+88 |
| | |||||
* | Server: fix refreshing token | Chocobozzz | 2016-11-04 | 1 | -1/+3 |
| | |||||
* | Server: check the host key is not present in configurations | Chocobozzz | 2016-11-01 | 1 | -1/+14 |
| | | | | The parameter was renamed to hostname | ||||
* | Server: use constants to get port configuration | Chocobozzz | 2016-11-01 | 1 | -0/+3 |
| | |||||
* | Server: add log messages if the server refuses to serve local clients tokens | Chocobozzz | 2016-11-01 | 1 | -0/+2 |
| | |||||
* | Server: add endpoint in requests | Chocobozzz | 2016-11-01 | 4 | -27/+68 |
| | |||||
* | Server: fix refreshing token that fails | Chocobozzz | 2016-11-01 | 2 | -4/+5 |
| | |||||
* | Server: videos search case insensitive | Chocobozzz | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | Server: host -> hostname (host = hostname + port) | Chocobozzz | 2016-10-26 | 7 | -11/+11 |
| | |||||
* | Server: do not make friends with myself | Chocobozzz | 2016-10-26 | 1 | -2/+18 |
| | |||||
* | Server: randomize the requests list | Chocobozzz | 2016-10-26 | 1 | -3/+14 |
| | | | | We don't want to stuck with the same failing requests | ||||
* | Client: avoid "quit friends" to appear during the pending request | Chocobozzz | 2016-10-21 | 1 | -0/+5 |
| | |||||
* | Server: remove v1 directory, we don't really need it | Chocobozzz | 2016-10-21 | 8 | -20/+18 |
| | |||||
* | Server: Uploads -> Videos | Chocobozzz | 2016-10-21 | 5 | -7/+14 |
| | |||||
* | Server: pod removing refractoring | Chocobozzz | 2016-10-21 | 6 | -89/+27 |
| | |||||
* | Server: add npm run check to check CORS, bittorrent tracker... | Chocobozzz | 2016-10-21 | 1 | -0/+5 |
| | |||||
* | Server: wait pod removal when finishing a request | Chocobozzz | 2016-10-17 | 1 | -4/+4 |
| | |||||
* | Server: handle tls websockets | Chocobozzz | 2016-10-17 | 2 | -7/+11 |
| | |||||
* | Try to fix travis | Chocobozzz | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Remove references to Electron | Chocobozzz | 2016-10-13 | 2 | -10/+2 |
| |