Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return with a callback function | Chocobozzz | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | Don't use process.exit, throw an error instead | Chocobozzz | 2016-02-07 | 5 | -15/+7 |
| | |||||
* | Require on the top of the files | Chocobozzz | 2016-02-07 | 5 | -174/+187 |
| | |||||
* | Remove useless anonymous functions of files | Chocobozzz | 2016-02-07 | 37 | -3011/+2937 |
| | |||||
* | Add alert if the pod already made friends | Chocobozzz | 2016-02-07 | 1 | -0/+5 |
| | |||||
* | Standard v6 | Chocobozzz | 2016-02-07 | 12 | -26/+35 |
| | |||||
* | Rename webtorrent files (process/node) | Chocobozzz | 2016-02-06 | 8 | -226/+226 |
| | |||||
* | Update lodash and webtorrent modules | Chocobozzz | 2016-02-06 | 1 | -2/+2 |
| | |||||
* | Move the creation of requests in lib instead of model for poolrequests | Chocobozzz | 2016-02-05 | 3 | -37/+51 |
| | |||||
* | Error handling mini refractoring | Chocobozzz | 2016-02-05 | 12 | -58/+86 |
| | |||||
* | Split utils file | Chocobozzz | 2016-02-05 | 8 | -234/+303 |
| | |||||
* | Split misc middleware | Chocobozzz | 2016-02-04 | 7 | -39/+52 |
| | |||||
* | Split models | Chocobozzz | 2016-02-04 | 15 | -508/+629 |
| | |||||
* | Infile code reorganization | Chocobozzz | 2016-01-31 | 26 | -511/+648 |
| | |||||
* | New directory organization | Chocobozzz | 2016-01-30 | 40 | -41/+40 |
| | |||||
* | update modules AND REMOVE SUPPORT OF NODE 0.12 :'( | Chocobozzz | 2016-01-24 | 3 | -5/+5 |
| | |||||
* | Tests refractoring | Chocobozzz | 2016-01-24 | 6 | -345/+419 |
| | |||||
* | Finalise the join in a network and add the ability to quit it | Chocobozzz | 2016-01-23 | 14 | -99/+442 |
| | |||||
* | Fix tests | Chocobozzz | 2016-01-09 | 2 | -9/+11 |
| | |||||
* | Fix announce list (don't use defaults) | Chocobozzz | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | Fix upload of file which don't have any extension | Chocobozzz | 2016-01-09 | 1 | -1/+19 |
| | |||||
* | Fix console error when there is an error on the append file | Chocobozzz | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | Add test4,5,6 to directories to ignore | Chocobozzz | 2016-01-09 | 1 | -0/+3 |
| | |||||
* | Update ws packages (security issue) | Chocobozzz | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | Use latest electron prebuilt with travis | Chocobozzz | 2016-01-04 | 1 | -1/+1 |
| | | | | (https://github.com/feross/create-torrent/commit/89eeed32eb3a83ba98d913ae17ad377d4f64bbf7) | ||||
* | Update node modules | Chocobozzz | 2016-01-04 | 1 | -4/+4 |
| | |||||
* | Try to fix travis build with node 0.12 | Chocobozzz | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Update node-ipc module | Chocobozzz | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | Create a constants module to easily modify some constants in a test | Chocobozzz | 2015-12-14 | 7 | -34/+58 |
| | | | | instance for example. | ||||
* | Decrease the waiting time in the advanced friends test | Chocobozzz | 2015-12-07 | 1 | -31/+27 |
| | |||||
* | Fix bug in the pool of requests | Chocobozzz | 2015-12-07 | 2 | -17/+50 |
| | |||||
* | Cat logs of pod 4, 5, 6 (used for advanced friends test) when travis | Chocobozzz | 2015-12-07 | 1 | -0/+3 |
| | | | | tests fail | ||||
* | Logging refractoring | Chocobozzz | 2015-12-07 | 5 | -12/+4 |
| | |||||
* | Tests refractoring | Chocobozzz | 2015-12-07 | 14 | -307/+270 |
| | |||||
* | Add tests for searching a video | Chocobozzz | 2015-12-07 | 1 | -0/+38 |
| | |||||
* | Merge pull request #1 from AugierLe42e/styling | Bigard Florian | 2015-12-05 | 9 | -52/+915 |
|\ | | | | | Styling structure | ||||
| * | Styling structure | augier | 2015-12-05 | 9 | -52/+915 |
|/ | |||||
* | Add link for the badge dependencies | Chocobozzz | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | Add dependencies status | Chocobozzz | 2015-12-05 | 1 | -0/+1 |
| | |||||
* | Update node modules | Chocobozzz | 2015-12-04 | 5 | -16/+19 |
| | |||||
* | Don't make useless requests to friends | Chocobozzz | 2015-12-04 | 1 | -0/+2 |
| | |||||
* | Add include paths for bootstrap sass and avoid to import an entire path | Chocobozzz | 2015-12-04 | 2 | -1/+4 |
| | | | | in the sass file | ||||
* | Add a pool of requests instead of making a request at each action (add | Chocobozzz | 2015-12-04 | 12 | -214/+407 |
| | | | | video/remove video) for performance in big networks | ||||
* | Add livereload for sass files | Chocobozzz | 2015-12-02 | 2 | -42/+21 |
| | |||||
* | Add nodejs 5.1 to travis tests | Chocobozzz | 2015-11-27 | 1 | -0/+1 |
| | |||||
* | Add checks to the scripts (they has to be executed at the root of the | Chocobozzz | 2015-11-24 | 2 | -1/+8 |
| | | | | project) | ||||
* | Force the mocha tests order | Chocobozzz | 2015-11-24 | 3 | -2/+19 |
| | |||||
* | Update package.json (license, repo, author...) | Chocobozzz | 2015-11-24 | 1 | -2/+11 |
| | |||||
* | Make the network auto sufficient (eject bad pods with scores) | Chocobozzz | 2015-11-24 | 14 | -49/+310 |
| | |||||
* | Add stylesheets vendor and global.css to ignore | Chocobozzz | 2015-11-23 | 1 | -0/+2 |
| |