aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video.js
Commit message (Expand)AuthorAgeFilesLines
* Server: correctly sort tags by name ascChocobozzz2016-12-261-2/+2
* Update migrations codeChocobozzz2016-12-251-1/+6
* Move tags in another tableChocobozzz2016-12-241-40/+57
* First version with PostgreSQLChocobozzz2016-12-191-118/+270
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-1/+0
* Server: fix magnet tracker websocket url for remote videosBigard Florian2016-11-231-1/+1
* Server: add extname video information to remote podsChocobozzz2016-11-221-1/+2
* Server: fix thumbnail in remote videosChocobozzz2016-11-161-15/+16
* Server: Remove unused console logChocobozzz2016-11-161-1/+0
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-19/+13
* Server: use preview image for opengraphChocobozzz2016-11-161-1/+1
* Server: adapt magnet uri searchChocobozzz2016-11-161-1/+6
* Server: generate magnet uri on the flyChocobozzz2016-11-161-30/+72
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-161-70/+76
* Server: add video previewChocobozzz2016-11-161-1/+26
* Server: videos search case insensitiveChocobozzz2016-10-261-1/+1
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-1/+1
* Server: Uploads -> VideosChocobozzz2016-10-211-2/+2
* Server: pod removing refractoringChocobozzz2016-10-211-3/+3
* Server: handle tls websocketsChocobozzz2016-10-171-7/+10
* Server: update to webseed implementation (tests, lint...)Chocobozzz2016-10-071-5/+2
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-021-49/+36
|\
| * Server: remove useless hash affectationsChocobozzz2016-10-021-13/+13
| * Server: put config in constantsChocobozzz2016-08-191-15/+8
| * Server: add user list sort/paginationChocobozzz2016-08-161-2/+2
| * Server: video.list -> video.listForApi (with pagination, sort...)Chocobozzz2016-08-161-23/+5
| * Implement user API (create, update, remove, list)Chocobozzz2016-08-041-0/+5
| * Server: reorganize express validatorsChocobozzz2016-07-311-9/+9
* | First draft using only webseed for serverChocobozzz2016-07-271-34/+22
|/
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-211-2/+2
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-5/+6
* Server: fix videos paginationChocobozzz2016-07-061-1/+1
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
* Video model: namePath -> filenameChocobozzz2016-06-281-9/+9
* Re enable the "seed all videos" functionChocobozzz2016-06-281-2/+8
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-0/+314