aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Update documentations now we use webseed instead of electron/webrtcChocobozzz2016-10-075-27/+19
* Merge branch 'webseed'Chocobozzz2016-10-0716-324/+69
|\
| * Merge branch 'master' into webseed-mergedChocobozzz2016-10-02186-2501/+5670
| |\
| * | First draft using only webseed for serverChocobozzz2016-07-2715-326/+58
| * | Client: clear timeout error timer for video watchChocobozzz2016-07-271-0/+1
| * | Client: fix login state when logoutChocobozzz2016-07-271-0/+2
* | | Fix client build (ng2-bootstrap issue...)Chocobozzz2016-10-041-1/+1
* | | Server: update node-ipcChocobozzz2016-10-041-2/+1
| |/ |/|
* | Server: remove useless hash affectationsChocobozzz2016-10-0239-144/+144
* | Server: reorganize constant fileChocobozzz2016-10-021-47/+64
* | Add experimental demo servers link in readmeChocobozzz2016-10-011-0/+1
* | Server: add informations when removing requests of unexisting podChocobozzz2016-10-011-0/+1
* | Add "max requests number" information for requests iterationsChocobozzz2016-10-013-1/+10
* | Server: fix remaining milli seconds before the next requests featureChocobozzz2016-10-012-6/+19
* | Server: add port when making friends if it is not specifiedChocobozzz2016-10-013-1/+71
* | Add database suffix to the production configuration exampleChocobozzz2016-10-011-0/+3
* | Add a comment to the webserver part in the yaml configurationChocobozzz2016-10-011-0/+1
* | Client: add some explanations if we cannot retrieve client oauthChocobozzz2016-10-011-1/+4
* | Server: remove segfault handlerChocobozzz2016-10-012-4/+0
* | Electron-prebuilt -> electronChocobozzz2016-10-013-3/+3
* | Add systemd/nginx template link in READMEChocobozzz2016-10-011-0/+4
* | Server: workaround for node-ipc that breaks node ltsChocobozzz2016-10-011-1/+2
* | Server: fix error log when a friend request failsChocobozzz2016-10-011-2/+1
* | Update README roadmapChocobozzz2016-10-011-2/+4
* | Server: add information why a friend request failed (status code)Chocobozzz2016-10-011-7/+8
* | Client: handle the case when the refreshing token step failsChocobozzz2016-10-013-10/+30
* | Client: update angular -> 2.0.1Chocobozzz2016-10-011-8/+8
* | Server: when we remove a user, remove the oauthtokens tooChocobozzz2016-10-012-1/+14
* | Server: do not forget to check the signature when another pod wants toChocobozzz2016-10-013-21/+32
* | Server: migration script that add admin role to root userChocobozzz2016-09-272-1/+21
* | Server: fix migration at installationChocobozzz2016-09-263-7/+9
* | Client: fix error alertChocobozzz2016-09-264-5/+5
* | Add migration (for db, folders...) mechanismChocobozzz2016-09-268-21/+174
* | Client: fix compilation about the user created dateChocobozzz2016-09-231-2/+5
* | Client: Update ng2-file-upload to the module partChocobozzz2016-09-232-4/+4
* | Client: move some methods in the requestStats modelChocobozzz2016-09-234-16/+30
* | Client: display created user dateChocobozzz2016-09-232-1/+5
* | Server: show user created date for the apiChocobozzz2016-09-231-1/+2
* | gitignore: torrent/ -> torrents/Chocobozzz2016-09-231-1/+1
* | Client: created date in a better formatChocobozzz2016-09-231-1/+1
* | Client: add requests stats pageChocobozzz2016-09-2316-1/+168
* | Server: fix unit tests againChocobozzz2016-09-211-2/+4
* | Update travis node versionsChocobozzz2016-09-211-3/+3
* | Server: fix testsChocobozzz2016-09-211-4/+6
* | Update readme dependencies (npm >= 3)Chocobozzz2016-09-211-0/+2
* | Try to fix Traviis build (caused by npm 2)Bigard Florian2016-09-211-0/+2
* | Fix client peer dependenciesChocobozzz2016-09-204-119/+114
* | Client: use templateUrl/styleUrls instead of requireChocobozzz2016-09-1916-25/+25
* | Client: fix prod build processChocobozzz2016-09-195-188/+183
* | Client: update to angular 2.0Chocobozzz2016-09-192-15/+29