aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Server: add requests stats endpointChocobozzz2016-09-196-7/+199
* Client: update a webpack configsChocobozzz2016-09-125-198/+206
* Client: update tslint -> 3.15.1Chocobozzz2016-09-091-1/+1
* Client: little app module cleanupChocobozzz2016-09-091-32/+41
* Client: reactive formsChocobozzz2016-09-0919-128/+282
* Dirty update to Angular RC6Chocobozzz2016-09-0641-288/+478
* Tags directory in gitignoreChocobozzz2016-08-281-0/+1
* Client: ID column smallerChocobozzz2016-08-263-2/+6
* Client: add ID, score and created date to the friends listChocobozzz2016-08-262-0/+9
* Server: add pod created date and score to the list controllerChocobozzz2016-08-263-12/+49
* Client: update codelyzer -> 0.0.28Chocobozzz2016-08-261-1/+1
* Update to standard 8Chocobozzz2016-08-252-2/+2
* Server: encrypt password in databaseChocobozzz2016-08-256-15/+74
* Client: fix friend add input control when removing an inputChocobozzz2016-08-231-0/+2
* Server: fix check user params testsChocobozzz2016-08-231-12/+10
* Client: refresh friends list after quitting themChocobozzz2016-08-231-5/+10
* Client: do not rewrite tsconfig at each change of a fileChocobozzz2016-08-231-83/+0
* Client: fix error display for componentChocobozzz2016-08-239-17/+36
* Client: centralize http res extraction in a serviceChocobozzz2016-08-2316-96/+160