aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/friends.js
Commit message (Expand)AuthorAgeFilesLines
* First typescript iterationChocobozzz2017-05-201-405/+0
* Server: move requests lib in their own directoryChocobozzz2017-05-051-3/+3
* Server: move pod remove to remote pathChocobozzz2017-03-191-1/+1
* Add like/dislike system for videosChocobozzz2017-03-081-6/+37
* Fix request schedulers statsChocobozzz2017-02-271-8/+23
* Server: implement video viewsChocobozzz2017-02-261-1/+21
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-1/+25
* This is not a prototype anymore, but a real project!Chocobozzz2017-02-261-1/+1
* Server: use a request scheduler object instance for friendsChocobozzz2017-02-181-44/+15
* 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-191-24/+49
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-34/+25
* Server: add endpoint in requestsChocobozzz2016-11-011-4/+5
* 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
* Server: remove useless hash affectationsChocobozzz2016-10-021-7/+7
* Server: catch JSON.parse exceptionsChocobozzz2016-08-231-1/+6
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-4/+1
* Server: put config in constantsChocobozzz2016-08-191-6/+2
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-6/+9
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-8/+12
* Request model refractoring -> use mongoose apiChocobozzz2016-06-281-14/+28
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-13/+8
* Try to make a better communication (between pods) moduleChocobozzz2016-06-181-76/+82
* Use async waterfall for better readability in friends libChocobozzz2016-05-151-32/+47
* Fix friends makingChocobozzz2016-05-131-2/+4
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-131-37/+35
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-13/+26
* Rename pool requests --> requests schedulerChocobozzz2016-05-021-9/+9
* Use const/let now we use node 4.2Chocobozzz2016-03-161-31/+31
* Prepare folders structure for angular appChocobozzz2016-03-071-0/+228