aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-3017-162/+263
* Client: notify client if there are webtorrent errorsChocobozzz2017-01-294-11/+23
* Client: better confirm box for a beautiful worldChocobozzz2017-01-2712-39/+176
* Client: better notifications for a beautiful worldChocobozzz2017-01-2718-47/+132
* Server: assert remoteId and host pair is uniqueChocobozzz2017-01-272-0/+12
* Server: error if we add a pod that already existsChocobozzz2017-01-275-11/+40
* Client: fix video timeoutChocobozzz2017-01-271-9/+8
* Admin password stuffChocobozzz2017-01-274-19/+25
* Client: add optimize pluginChocobozzz2017-01-272-2/+14
* Fix testsChocobozzz2017-01-231-1/+2
* Do not let admin put password on cli argument when reseting passwordChocobozzz2017-01-231-9/+25
* Client: lazy load admin areaChocobozzz2017-01-2355-13/+43
* Client: add basic support to report video abusesChocobozzz2017-01-2321-15/+185
* Client: add ability to report a videoChocobozzz2017-01-2011-6/+174
* Adapt requests controller/front to new informationsChocobozzz2017-01-195-24/+48
* Client: fix client error handlingChocobozzz2017-01-191-0/+1
* Client: add dll supportChocobozzz2017-01-194-2/+55
* Fix check scriptChocobozzz2017-01-191-2/+2
* Client: fix build on Node v4Chocobozzz2017-01-191-2/+2
* Client: generate js files in dist directoryChocobozzz2017-01-191-0/+1
* Server: paths refractoringChocobozzz2017-01-178-37/+60
* Server: requests refractoringChocobozzz2017-01-172-39/+40
* Server: remote video validators refractoringChocobozzz2017-01-173-32/+29
* Server: remote request process refractoringChocobozzz2017-01-172-20/+28
* Server: transaction refractoringChocobozzz2017-01-173-84/+68
* Add hint about database name in config filesLuc Didry2017-01-162-0/+2
* Server: fix update remote videoChocobozzz2017-01-151-2/+2
* Server: create transaction refractoringChocobozzz2017-01-155-73/+75
* Client: fix lintChocobozzz2017-01-154-19/+11
* Server: retryer transaction wrapper refractoringChocobozzz2017-01-154-50/+51
* Server: update depsChocobozzz2017-01-151-2/+2
* Server: add script that reset the password of a userChocobozzz2017-01-151-0/+45
* Client: update ng2-metaChocobozzz2017-01-134-4/+4
* Client: add basic aot supportChocobozzz2017-01-1330-106/+292
* Update readmeChocobozzz2017-01-121-3/+3
* Server: fix mongo to postgresql scriptChocobozzz2017-01-121-5/+5
* Add quotes to config prod exampleChocobozzz2017-01-121-2/+2
* Merge branch 'postgresql'Chocobozzz2017-01-12127-2427/+5195
|\
| * Server: fix single pod testsChocobozzz2017-01-123-47/+61
| * Try to fix travis buildChocobozzz2017-01-123-9/+9
| * Server: fix update remote video infohashChocobozzz2017-01-125-12/+55
| * Server: fix update right checksChocobozzz2017-01-111-7/+10
| * Server: transaction serializable for videosChocobozzz2017-01-113-3/+3
| * Server: add update case to real world scriptChocobozzz2017-01-111-2/+26
| * Server: rights check for update a videoChocobozzz2017-01-112-0/+12
| * Server: do not break remote videos processing on errorChocobozzz2017-01-113-12/+27
| * Server: always check commit resultChocobozzz2017-01-113-14/+27
| * Server: retry video abuse requests tooChocobozzz2017-01-101-12/+56
| * Server: improve requests schedulerChocobozzz2017-01-104-47/+125
| * Server: try to have a better video integrityChocobozzz2017-01-066-71/+194