Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 1 | -1/+0 | |
| | ||||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 2 | -2/+5 | |
| | ||||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 4 | -12/+25 | |
| | ||||||
* | Type functions | Chocobozzz | 2017-06-10 | 10 | -96/+176 | |
| | ||||||
* | require -> import | Chocobozzz | 2017-06-05 | 7 | -19/+13 | |
| | ||||||
* | Type models | Chocobozzz | 2017-05-25 | 3 | -10/+10 | |
| | ||||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 16 | -326/+318 | |
| | ||||||
* | Server: move requests lib in their own directory | Chocobozzz | 2017-05-05 | 1 | -1/+1 | |
| | ||||||
* | Fix unset video language on video update | Chocobozzz | 2017-05-05 | 1 | -1/+1 | |
| | ||||||
* | Update standard -> 10 | Chocobozzz | 2017-04-16 | 1 | -4/+10 | |
| | ||||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 2 | -0/+6 | |
| | ||||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 1 | -1/+6 | |
| | ||||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 2 | -0/+6 | |
| | ||||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 2 | -0/+6 | |
| | ||||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 1 | -2/+1 | |
| | ||||||
* | Add video category support | Chocobozzz | 2017-03-22 | 2 | -0/+6 | |
| | ||||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 2 | -1/+9 | |
| | ||||||
* | Server: add views attribute when sending videos to friends | Chocobozzz | 2017-03-04 | 1 | -1/+2 | |
| | ||||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 3 | -5/+40 | |
| | ||||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 3 | -5/+39 | |
| | | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling | |||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 1 | -1/+17 | |
| | ||||||
* | Client: add ability to report a video | Chocobozzz | 2017-01-20 | 1 | -1/+0 | |
| | ||||||
* | Server: paths refractoring | Chocobozzz | 2017-01-17 | 1 | -10/+28 | |
| | ||||||
* | Server: remote video validators refractoring | Chocobozzz | 2017-01-17 | 1 | -23/+22 | |
| | ||||||
* | Server: transaction refractoring | Chocobozzz | 2017-01-17 | 1 | -2/+20 | |
| | ||||||
* | Server: create transaction refractoring | Chocobozzz | 2017-01-15 | 2 | -35/+56 | |
| | ||||||
* | Server: retryer transaction wrapper refractoring | Chocobozzz | 2017-01-15 | 1 | -0/+20 | |
| | ||||||
* | Server: try to have a better video integrity | Chocobozzz | 2017-01-06 | 1 | -1/+15 | |
| | ||||||
* | Server: use crypto instead of ursa for pod signature | Chocobozzz | 2017-01-04 | 2 | -31/+69 | |
| | ||||||
* | Server: we don't need the video name when removing a remote video | Chocobozzz | 2017-01-04 | 1 | -1/+0 | |
| | ||||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 5 | -54/+115 | |
| | ||||||
* | Server: move remote routes in their own directory | Chocobozzz | 2016-12-30 | 1 | -0/+5 | |
| | ||||||
* | Server: add updatedAt attribute to videos | Chocobozzz | 2016-12-30 | 1 | -0/+2 | |
| | ||||||
* | Server: propagate video update to other pods | Chocobozzz | 2016-12-30 | 1 | -0/+15 | |
| | ||||||
* | Server: use binary data instead of base64 to send thumbnails | Chocobozzz | 2016-12-29 | 1 | -5/+4 | |
| | ||||||
* | Server: add database field validations | Chocobozzz | 2016-12-28 | 2 | -8/+7 | |
| | ||||||
* | 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 | |||||
* | Fix standard lint | Chocobozzz | 2016-12-25 | 1 | -10/+0 | |
| | ||||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 2 | -9/+16 | |
| | ||||||
* | Server: remove encryption when seending requests to other pods | Chocobozzz | 2016-11-27 | 2 | -63/+2 | |
| | | | | 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 | 1 | -1/+0 | |
| | | | | signature | |||||
* | Server: forbid to make friends with a non https server | Chocobozzz | 2016-11-16 | 1 | -1/+6 | |
| | ||||||
* | Pod URL -> pod host. HTTPS is required to make friends. | Chocobozzz | 2016-11-16 | 3 | -12/+14 | |
| | | | | | 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 | 1 | -2/+2 | |
| | ||||||
* | Server: generate magnet uri on the fly | Chocobozzz | 2016-11-16 | 1 | -4/+4 | |
| | ||||||
* | Server: use _id for image and video files. Add remoteId field | Chocobozzz | 2016-11-16 | 1 | -2/+7 | |
| | ||||||
* | Server: host -> hostname (host = hostname + port) | Chocobozzz | 2016-10-26 | 1 | -1/+1 | |
| | ||||||
* | Server: remove useless hash affectations | Chocobozzz | 2016-10-02 | 7 | -28/+28 | |
| | ||||||
* | Server: encrypt password in database | Chocobozzz | 2016-08-25 | 1 | -0/+21 | |
| | ||||||
* | Server: fix makefriends validation and tests | Chocobozzz | 2016-08-21 | 3 | -10/+24 | |
| |