| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Update clean script | Chocobozzz | 2016-10-13 | 1 | -3/+0 |
* | Server: fix real world tools | Chocobozzz | 2016-10-10 | 3 | -5/+6 |
* | Server: forbid to remove the root user | Chocobozzz | 2016-10-07 | 2 | -0/+11 |
* | Server: update to webseed implementation (tests, lint...) | Chocobozzz | 2016-10-07 | 5 | -22/+6 |
* | Merge branch 'master' into webseed-merged | Chocobozzz | 2016-10-02 | 69 | -1400/+3158 |
|\ |
|
| * | Server: remove useless hash affectations | Chocobozzz | 2016-10-02 | 39 | -144/+144 |
| * | Server: reorganize constant file | Chocobozzz | 2016-10-02 | 1 | -47/+64 |
| * | Server: add informations when removing requests of unexisting pod | Chocobozzz | 2016-10-01 | 1 | -0/+1 |
| * | Add "max requests number" information for requests iterations | Chocobozzz | 2016-10-01 | 1 | -0/+1 |
| * | Server: fix remaining milli seconds before the next requests feature | Chocobozzz | 2016-10-01 | 2 | -6/+19 |
| * | Server: add port when making friends if it is not specified | Chocobozzz | 2016-10-01 | 3 | -1/+71 |
| * | Electron-prebuilt -> electron | Chocobozzz | 2016-10-01 | 1 | -1/+1 |
| * | Server: fix error log when a friend request fails | Chocobozzz | 2016-10-01 | 1 | -2/+1 |
| * | Server: add information why a friend request failed (status code) | Chocobozzz | 2016-10-01 | 1 | -7/+8 |
| * | Server: when we remove a user, remove the oauthtokens too | Chocobozzz | 2016-10-01 | 2 | -1/+14 |
| * | Server: do not forget to check the signature when another pod wants to | Chocobozzz | 2016-10-01 | 3 | -21/+32 |
| * | Server: migration script that add admin role to root user | Chocobozzz | 2016-09-27 | 2 | -1/+21 |
| * | Server: fix migration at installation | Chocobozzz | 2016-09-26 | 3 | -7/+9 |
| * | Add migration (for db, folders...) mechanism | Chocobozzz | 2016-09-26 | 7 | -1/+148 |
| * | Server: show user created date for the api | Chocobozzz | 2016-09-23 | 1 | -1/+2 |
| * | Client: add requests stats page | Chocobozzz | 2016-09-23 | 1 | -1/+2 |
| * | Server: fix unit tests again | Chocobozzz | 2016-09-21 | 1 | -2/+4 |
| * | Server: fix tests | Chocobozzz | 2016-09-21 | 1 | -4/+6 |