aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.js
Commit message (Collapse)AuthorAgeFilesLines
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-131-4/+4
|
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-0/+4
|
* Rename pool requests --> requests schedulerChocobozzz2016-05-021-1/+1
|
* Use const in main server fileChocobozzz2016-03-211-28/+28
|
* Create an "installer" module that create defaults clients/users...Chocobozzz2016-03-211-12/+2
|
* OAuth server: first draftChocobozzz2016-03-211-0/+8
|
* Prepare client appChocobozzz2016-03-081-3/+7
|
* Prepare Angular routesChocobozzz2016-03-071-23/+9
|
* Prepare folders structure for angular appChocobozzz2016-03-071-16/+12
|
* Don't use process.exit, throw an error insteadChocobozzz2016-02-071-4/+2
|
* Require on the top of the filesChocobozzz2016-02-071-163/+161
|
* Rename webtorrent files (process/node)Chocobozzz2016-02-061-1/+1
|
* Split utils fileChocobozzz2016-02-051-3/+4
|
* Split modelsChocobozzz2016-02-041-2/+6
|
* New directory organizationChocobozzz2016-01-301-9/+9
|
* Create a constants module to easily modify some constants in a testChocobozzz2015-12-141-7/+3
| | | | instance for example.
* Update node modulesChocobozzz2015-12-041-4/+0
|
* Add a pool of requests instead of making a request at each action (addChocobozzz2015-12-041-1/+8
| | | | video/remove video) for performance in big networks
* Make the network auto sufficient (eject bad pods with scores)Chocobozzz2015-11-241-4/+6
|
* Source refractoringChocobozzz2015-11-161-6/+16
|
* Views refractoringChocobozzz2015-11-071-42/+14
|
* Add requests parameters validationsChocobozzz2015-11-071-0/+2
|
* Add API versionningChocobozzz2015-11-061-4/+8
|
* add robustness when we run the electron process and move the exitChocobozzz2015-11-031-0/+12
| | | | controller inside the main js file
* Replace PeopleTube/PeTube by the new name PeerTubeChocobozzz2015-10-291-1/+1
|
* SpawnChocobozzz2015-10-291-0/+165