aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Server: move remote routes in their own directoryChocobozzz2016-12-301-0/+5
* Server: add updatedAt attribute to videosChocobozzz2016-12-301-0/+2
* Server: propagate video update to other podsChocobozzz2016-12-301-0/+15
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-291-5/+4
* Server: add database field validationsChocobozzz2016-12-282-8/+7
* Add script to migrate from mongodb to postgresqlChocobozzz2016-12-271-1/+0
* Fix standard lintChocobozzz2016-12-251-10/+0
* First version with PostgreSQLChocobozzz2016-12-192-9/+16
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-272-63/+2
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-1/+0
* Server: forbid to make friends with a non https serverChocobozzz2016-11-161-1/+6
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-163-12/+14
* Server: use preview image for opengraphChocobozzz2016-11-161-2/+2
* Server: generate magnet uri on the flyChocobozzz2016-11-161-4/+4
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-161-2/+7
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-1/+1
* Server: remove useless hash affectationsChocobozzz2016-10-027-28/+28
* Server: encrypt password in databaseChocobozzz2016-08-251-0/+21
* Server: fix makefriends validation and testsChocobozzz2016-08-213-10/+24
* Server: fix remote videos requests validatorChocobozzz2016-08-211-20/+21
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-1/+10
* Server: put config in constantsChocobozzz2016-08-193-27/+23
* Implement user API (create, update, remove, list)Chocobozzz2016-08-042-2/+15
* Server: reorganize express validatorsChocobozzz2016-07-314-24/+67
* Use dashes for filenamesChocobozzz2016-07-013-1/+1
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-0/+1
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-3/+8
* Try to make a better communication (between pods) moduleChocobozzz2016-06-182-90/+72
* Add tags support to serverChocobozzz2016-06-061-22/+79
* Add check for the thumbnail in base64 (requests inter pods)Chocobozzz2016-05-161-0/+2
* Add check for the author username lengthChocobozzz2016-05-161-0/+1
* Add a check for the duration of videosChocobozzz2016-05-161-0/+4
* Add createdDate to videosChocobozzz2016-05-131-1/+2
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-133-27/+27
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-1/+12
* Add label (host + port) to loggerChocobozzz2016-05-071-0/+2
* Video duration support (server)Chocobozzz2016-05-031-1/+2
* Ensure the log directory is created before instanciate the loggerChocobozzz2016-05-011-0/+5
* Use const/let now we use node 4.2Chocobozzz2016-03-165-61/+58
* Fix testsChocobozzz2016-03-072-2/+2
* Prepare folders structure for angular appChocobozzz2016-03-075-0/+344