Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Server: little refractoring | Chocobozzz | 2016-12-29 | 5 | -105/+93 | |
| | | ||||||
| * | Client: upgrade angular dep' | Chocobozzz | 2016-12-29 | 5 | -24/+25 | |
| | | ||||||
| * | Server: use binary data instead of base64 to send thumbnails | Chocobozzz | 2016-12-29 | 6 | -15/+14 | |
| | | ||||||
| * | Server: use video hook to send information to other pods when a video is | Chocobozzz | 2016-12-29 | 4 | -49/+23 | |
| | | | | | | | | deleted | |||||
| * | Server: add association between author and user | Chocobozzz | 2016-12-29 | 6 | -14/+35 | |
| | | ||||||
| * | Server: Add postgresql indexes | Chocobozzz | 2016-12-29 | 9 | -13/+104 | |
| | | ||||||
| * | Server: add database field validations | Chocobozzz | 2016-12-28 | 13 | -73/+162 | |
| | | ||||||
| * | Copy all keys in production example so if we chagne the default one | Chocobozzz | 2016-12-27 | 1 | -0/+16 | |
| | | | | | | | | production servers won't break | |||||
| * | Add script to migrate from mongodb to postgresql | Chocobozzz | 2016-12-27 | 3 | -5/+250 | |
| | | | | | | | | 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 | 2 | -6/+9 | |
| | | ||||||
| * | Fix travis | Chocobozzz | 2016-12-25 | 1 | -1/+1 | |
| | | ||||||
| * | Try to adapt travis to postgresql | Chocobozzz | 2016-12-25 | 1 | -3/+11 | |
| | | ||||||
| * | Update support documentations with postgresql | Chocobozzz | 2016-12-25 | 2 | -6/+6 | |
| | | ||||||
| * | Fix standard lint | Chocobozzz | 2016-12-25 | 3 | -22/+11 | |
| | | ||||||
| * | Update migrations code | Chocobozzz | 2016-12-25 | 19 | -345/+158 | |
| | | ||||||
| * | Update scripts with postgresql | Chocobozzz | 2016-12-25 | 4 | -33/+27 | |
| | | ||||||
| * | Update README with postgresql | Chocobozzz | 2016-12-25 | 1 | -2/+2 | |
| | | ||||||
| * | Update architecture document with postgresql measurements | Chocobozzz | 2016-12-25 | 1 | -1/+10 | |
| | | ||||||
| * | Fix readme image closing tag | Chocobozzz | 2016-12-24 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 68 | -719/+1160 | |
| | | ||||||
* | | Better IRC badge | Bigard Florian | 2016-12-14 | 1 | -2/+2 | |
| | | ||||||
* | | Add IRC badge | Bigard Florian | 2016-12-14 | 1 | -0/+4 | |
|/ | ||||||
* | Add a little explication on dev mode in README | Chocobozzz | 2016-12-09 | 1 | -1/+3 | |
| | ||||||
* | Client: do not emit warnings when uglify client | Chocobozzz | 2016-12-09 | 1 | -1/+2 | |
| | ||||||
* | Client: fix angular stack version | Chocobozzz | 2016-12-09 | 1 | -10/+10 | |
| | ||||||
* | Add a little message in README about default.yml | Chocobozzz | 2016-12-09 | 1 | -1/+1 | |
| | ||||||
* | Reorganize readme | Chocobozzz | 2016-12-09 | 1 | -11/+13 | |
| | ||||||
* | i updated version numbers until it built properly. | Jacob | 2016-12-09 | 1 | -9/+9 | |
| | ||||||
* | Add client documentation | Chocobozzz | 2016-12-01 | 3 | -0/+71 | |
| | ||||||
* | Client: redirect /videos/:id to /videos/watch/:id | Chocobozzz | 2016-11-29 | 1 | -0/+4 | |
| | ||||||
* | Client: fix PeerTube link in embed videos | Chocobozzz | 2016-11-29 | 1 | -0/+5 | |
| | ||||||
* | Client: move menu component in core module | Chocobozzz | 2016-11-29 | 5 | -9/+10 | |
| | ||||||
* | Client: Get videos -> See videos | Chocobozzz | 2016-11-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | Client: try to improve ux for the upload form | Chocobozzz | 2016-11-27 | 4 | -28/+57 | |
| | ||||||
* | Client: improve host regex | Chocobozzz | 2016-11-27 | 2 | -8/+6 | |
| | ||||||
* | Server: set manually the post host of a remote video throught the | Chocobozzz | 2016-11-27 | 4 | -5/+4 | |
| | | | | signature | |||||
* | Fix videojs vtt | Chocobozzz | 2016-11-25 | 1 | -1/+5 | |
| | ||||||
* | Add peertube https nginx template | Chocobozzz | 2016-11-25 | 1 | -0/+61 | |
| | ||||||
* | Client: update webtorrent to 0.98 | Chocobozzz | 2016-11-25 | 1 | -1/+1 | |
| | ||||||
* | Server: move static/client routes in controllers/ | Chocobozzz | 2016-11-25 | 4 | -28/+68 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add script when the host/port of a pod change | Chocobozzz | 2016-11-22 | 2 | -0/+52 | |
| | ||||||
* | Fix migration script | Chocobozzz | 2016-11-21 | 1 | -9/+5 | |
| |