aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.js
Commit message (Collapse)AuthorAgeFilesLines
* Server: move static/client routes in controllers/Chocobozzz2016-11-251-25/+8
|
* Server: add video previewChocobozzz2016-11-161-1/+6
|
* Prerender opengraph tags in the serverChocobozzz2016-11-161-5/+3
|
* Prepare embed pageChocobozzz2016-11-071-0/+3
|
* Server: fix static pathsChocobozzz2016-11-011-3/+3
|
* Server: check the host key is not present in configurationsChocobozzz2016-11-011-3/+8
| | | | The parameter was renamed to hostname
* Server: add webserver url log at startupChocobozzz2016-11-011-0/+2
|
* Server: use constants for static paths tooChocobozzz2016-11-011-4/+3
|
* Server: use constants to get port configurationChocobozzz2016-11-011-3/+1
|
* Server: remove logger about the seed of all the videosChocobozzz2016-11-011-1/+0
|
* Add upgrade scriptChocobozzz2016-10-211-0/+2
|
* Client: avoid "quit friends" to appear during the pending requestChocobozzz2016-10-211-4/+4
|
* Server: add cache to static filesChocobozzz2016-10-211-3/+3
|
* Server: Uploads -> VideosChocobozzz2016-10-211-3/+3
|
* Server: add cors policy for torrent file and thumbnailsChocobozzz2016-10-071-2/+3
|
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-021-12/+21
|\
| * Server: remove segfault handlerChocobozzz2016-10-011-3/+0
| |
| * Add migration (for db, folders...) mechanismChocobozzz2016-09-261-20/+26
| |
| * Server: avoid request entity too large for requests between podsChocobozzz2016-08-231-1/+1
| |
| * Server: fix makefriends validation and testsChocobozzz2016-08-211-1/+7
| |
| * Server: reorganize express validatorsChocobozzz2016-07-311-1/+1
| |
* | First draft using only webseed for serverChocobozzz2016-07-271-31/+16
|/
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
|
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-011-8/+8
|
* Re enable the "seed all videos" functionChocobozzz2016-06-281-2/+5
|
* Request model refractoring -> use mongoose apiChocobozzz2016-06-281-8/+10
|
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-3/+2
|
* First draft to use webpack instead of systemjsChocobozzz2016-06-031-2/+2
|
* Follow the angular styleguide for the directories structureChocobozzz2016-05-271-2/+2
|
* Move livereload to an external script and remove from express.Chocobozzz2016-05-211-5/+0
| | | | Developers have to use the livereload plugin in their web browser now.
* 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
|