Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Server code documentation typo | Bigard Florian | 2016-07-27 | 1 | -2/+2 |
| | |||||
* | Typos | Chocobozzz | 2016-07-22 | 4 | -10/+10 |
| | |||||
* | Add CONTRIBUTING links to README | Chocobozzz | 2016-07-22 | 1 | -2/+9 |
| | |||||
* | Begin a CONTRIBUTING guide | Chocobozzz | 2016-07-22 | 1 | -0/+34 |
| | |||||
* | Server: begin a server documentation | Chocobozzz | 2016-07-22 | 2 | -0/+74 |
| | |||||
* | Client: increase min height for videos list | Chocobozzz | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Server: throttle "seedAll" when starting the server | Chocobozzz | 2016-07-21 | 2 | -2/+7 |
| | |||||
* | Client: click on PeerTube title routes to videos list | Chocobozzz | 2016-07-21 | 2 | -1/+12 |
| | |||||
* | Client: video name in the link title for videos list template | Chocobozzz | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Center the README screenshot | Chocobozzz | 2016-07-21 | 1 | -6/+10 |
| | |||||
* | Fix readme typo | Chocobozzz | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Update Architecture document | Chocobozzz | 2016-07-21 | 1 | -36/+38 |
| | |||||
* | Improve README informations | Chocobozzz | 2016-07-21 | 1 | -8/+9 |
| | |||||
* | Improve README presentation | Chocobozzz | 2016-07-21 | 1 | -16/+54 |
| | |||||
* | Server: Add some cli tools to make it easy to upload a lot of videos | Chocobozzz | 2016-07-20 | 4 | -1/+188 |
| | |||||
* | Server: do not enable images tests by default because it needs a special | Chocobozzz | 2016-07-20 | 3 | -9/+18 |
| | | | | ffmpeg version | ||||
* | Client: Auth services cleanup | Chocobozzz | 2016-07-20 | 3 | -15/+6 |
| | |||||
* | Client: Add authHttp service that authentificates the http request and | Chocobozzz | 2016-07-20 | 15 | -97/+314 |
| | | | | optionally refresh the access token if needed | ||||
* | Server: implement refresh token | Chocobozzz | 2016-07-20 | 9 | -23/+78 |
| | |||||
* | Client: add webpack notifier | Chocobozzz | 2016-07-20 | 2 | -1/+4 |
| | |||||
* | Client: try to make it work with Android Firefox | Chocobozzz | 2016-07-19 | 12 | -31/+54 |
| | |||||
* | Server: Don't make the host url check for client credentials if this is a ↵ | Chocobozzz | 2016-07-19 | 1 | -1/+4 |
| | | | | test instance | ||||
* | Server: udpate async to 2.0.0 | Chocobozzz | 2016-07-18 | 15 | -72/+85 |
| | |||||
* | Remove livereload module (role of webpack now) | Chocobozzz | 2016-07-18 | 2 | -4/+0 |
| | |||||
* | Client: fix ng2 bootstrap version that breaks change with patch versions... | Chocobozzz | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Server: fix ipc bug | Chocobozzz | 2016-07-18 | 2 | -4/+4 |
| | |||||
* | Client: save page params as well | Chocobozzz | 2016-07-18 | 9 | -48/+84 |
| | |||||
* | Client: Update to Angular RC4 | Chocobozzz | 2016-07-18 | 21 | -121/+1057 |
| | |||||
* | Fix tests | Chocobozzz | 2016-07-07 | 1 | -1/+1 |
| | | | | I should consider writing unit tests to test the tests | ||||
* | Server: add script that try to simulate a real world situation | Chocobozzz | 2016-07-06 | 2 | -0/+216 |
| | | | | | Each pod randomly upload or remove a video and send the information to its friend | ||||
* | Server: limit actions for each request between pods | Chocobozzz | 2016-07-06 | 2 | -3/+7 |
| | |||||
* | Server: fix videos pagination | Chocobozzz | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | Client: fix pagination component | Chocobozzz | 2016-07-06 | 1 | -2/+2 |
| | |||||
* | Fix requests ordering between pods | Chocobozzz | 2016-07-05 | 3 | -1/+26 |
| | |||||
* | Update server dependencies | Chocobozzz | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | Use dashes for filenames | Chocobozzz | 2016-07-01 | 11 | -8/+8 |
| | |||||
* | reqValidators --> validators | Chocobozzz | 2016-07-01 | 13 | -53/+54 |
| | |||||
* | OAuth/User models refractoring -> use mongoose api | Chocobozzz | 2016-07-01 | 14 | -156/+217 |
| | |||||
* | Pod model refractoring -> use mongoose api | Chocobozzz | 2016-06-30 | 8 | -97/+109 |
| | |||||
* | Do not generate a random password for test env | Chocobozzz | 2016-06-30 | 1 | -1/+12 |
| | |||||
* | Video model: namePath -> filename | Chocobozzz | 2016-06-28 | 2 | -10/+10 |
| | |||||
* | Re enable the "seed all videos" function | Chocobozzz | 2016-06-28 | 2 | -4/+13 |
| | |||||
* | Request model refractoring -> use mongoose api | Chocobozzz | 2016-06-28 | 7 | -150/+110 |
| | |||||
* | Video model refractoring -> use mongoose api | Chocobozzz | 2016-06-24 | 15 | -534/+412 |
| | |||||
* | Fix readme roadmap | Chocobozzz | 2016-06-18 | 1 | -1/+1 |
| | |||||
* | Try to make a better communication (between pods) module | Chocobozzz | 2016-06-18 | 20 | -430/+484 |
| | |||||
* | Update readme roadmap | Chocobozzz | 2016-06-15 | 1 | -2/+6 |
| | |||||
* | Remove useless use of async.each | Chocobozzz | 2016-06-14 | 1 | -15/+13 |
| | |||||
* | Fix lint issue | Chocobozzz | 2016-06-14 | 1 | -1/+1 |
| | |||||
* | Fix router on / | Chocobozzz | 2016-06-10 | 2 | -1/+5 |
| |