aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add like/dislike system for videosChocobozzz2017-03-082-8/+42
|
* Server: fix requests endpointsChocobozzz2017-03-042-2/+2
|
* Update bittorrent-tracker and standard to v9Chocobozzz2017-03-034-4/+0
|
* Fix request schedulers statsChocobozzz2017-02-272-9/+29
|
* Server: request scheduler refractoringChocobozzz2017-02-262-14/+5
|
* Server: implement video viewsChocobozzz2017-02-263-2/+131
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-264-141/+319
| | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling
* This is not a prototype anymore, but a real project!Chocobozzz2017-02-262-4/+2
|
* Server: use a request scheduler object instance for friendsChocobozzz2017-02-182-44/+217
| | | | communication
* Add email to podsChocobozzz2017-02-161-1/+2
|
* Server: paths refractoringChocobozzz2017-01-171-7/+2
|
* Server: requests refractoringChocobozzz2017-01-171-1/+2
|
* Server: remote video validators refractoringChocobozzz2017-01-171-4/+6
|
* Server: improve requests schedulerChocobozzz2017-01-101-2/+14
|
* Server: try to have a better video integrityChocobozzz2017-01-061-21/+45
|
* Server: add video abuse supportChocobozzz2017-01-041-17/+22
|
* Server: add ability to update a videoChocobozzz2016-12-291-1/+6
|
* Move tags in another tableChocobozzz2016-12-241-4/+6
|
* First version with PostgreSQLChocobozzz2016-12-192-43/+62
|
* Server: fix refreshing tokenChocobozzz2016-11-211-1/+1
|
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-34/+25
| | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
* Server: add endpoint in requestsChocobozzz2016-11-011-4/+5
|
* Server: fix refreshing token that failsChocobozzz2016-11-011-1/+2
|
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-1/+1
|
* Server: do not make friends with myselfChocobozzz2016-10-261-2/+18
|
* Server: pod removing refractoringChocobozzz2016-10-211-16/+4
|
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-022-25/+38
|\
| * Server: remove useless hash affectationsChocobozzz2016-10-022-13/+13
| |
| * Electron-prebuilt -> electronChocobozzz2016-10-011-1/+1
| |
| * Server: encrypt password in databaseChocobozzz2016-08-251-1/+16
| |
| * Server: catch JSON.parse exceptionsChocobozzz2016-08-231-1/+6
| |
| * Server: make friends urls come from the request instead of theChocobozzz2016-08-201-4/+1
| | | | | | | | configuration file
| * Server: put config in constantsChocobozzz2016-08-192-11/+6
| |
* | First draft using only webseed for serverChocobozzz2016-07-272-253/+0
|/
* Server: Use ES6 promise for mongoose/node-oatuh2-serverChocobozzz2016-07-271-5/+4
|
* Server: implement refresh tokenChocobozzz2016-07-201-7/+25
|
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-6/+9
|
* Server: fix ipc bugChocobozzz2016-07-181-3/+3
|
* Use dashes for filenamesChocobozzz2016-07-013-2/+2
|
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-011-0/+70
|
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-8/+12
|
* Request model refractoring -> use mongoose apiChocobozzz2016-06-282-284/+28
|
* Video model refractoring -> use mongoose apiChocobozzz2016-06-243-218/+20
|
* Try to make a better communication (between pods) moduleChocobozzz2016-06-183-171/+214
|
* Remove useless use of async.eachChocobozzz2016-06-141-15/+13
|
* Little refractoring of requests scheduler moduleChocobozzz2016-06-061-41/+46
|
* Add tags support to serverChocobozzz2016-06-061-1/+2
|
* Use async waterfall in request scheduler for better readabilityChocobozzz2016-05-151-22/+48
|
* Use async waterfall for better readability in friends libChocobozzz2016-05-151-32/+47
|
* getVideoThumbnail -> createVideoThumbnailChocobozzz2016-05-131-2/+2
|