index
:
Peertube
develop
gitolite_local/open_instance
master
release/3.0.0
release/4.0.0
release/4.1.0
release/5.2.0
ActivityPub-federated video streaming platform using P2P directly in your web browser
Immae
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
server
/
models
/
video.js
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Server: fix single pod tests
Chocobozzz
2017-01-12
1
-1
/
+1
|
*
Server: fix update remote video infohash
Chocobozzz
2017-01-12
1
-1
/
+2
|
*
Server: we don't need the video name when removing a remote video
Chocobozzz
2017-01-04
1
-1
/
+0
|
*
Server: add video abuse support
Chocobozzz
2017-01-04
1
-0
/
+8
|
*
Server: add updatedAt attribute to videos
Chocobozzz
2016-12-30
1
-2
/
+4
|
*
Server: propagate video update to other pods
Chocobozzz
2016-12-30
1
-3
/
+3
|
*
Server: add ability to update a video
Chocobozzz
2016-12-29
1
-2
/
+19
|
*
Server: use binary data instead of base64 to send thumbnails
Chocobozzz
2016-12-29
1
-5
/
+6
|
*
Server: use video hook to send information to other pods when a video is
Chocobozzz
2016-12-29
1
-0
/
+14
|
|
|
|
deleted
*
Server: Add postgresql indexes
Chocobozzz
2016-12-29
1
-0
/
+20
|
*
Server: add database field validations
Chocobozzz
2016-12-28
1
-18
/
+56
|
*
Server: correctly sort tags by name asc
Chocobozzz
2016-12-26
1
-2
/
+2
|
*
Update migrations code
Chocobozzz
2016-12-25
1
-1
/
+6
|
*
Move tags in another table
Chocobozzz
2016-12-24
1
-40
/
+57
|
*
First version with PostgreSQL
Chocobozzz
2016-12-19
1
-118
/
+270
|
*
Server: set manually the post host of a remote video throught the
Chocobozzz
2016-11-27
1
-1
/
+0
|
|
|
|
signature
*
Server: fix magnet tracker websocket url for remote videos
Bigard Florian
2016-11-23
1
-1
/
+1
|
*
Server: add extname video information to remote pods
Chocobozzz
2016-11-22
1
-1
/
+2
|
*
Server: fix thumbnail in remote videos
Chocobozzz
2016-11-16
1
-15
/
+16
|
*
Server: Remove unused console log
Chocobozzz
2016-11-16
1
-1
/
+0
|
*
Pod URL -> pod host. HTTPS is required to make friends.
Chocobozzz
2016-11-16
1
-19
/
+13
|
|
|
|
|
Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
*
Server: use preview image for opengraph
Chocobozzz
2016-11-16
1
-1
/
+1
|
*
Server: adapt magnet uri search
Chocobozzz
2016-11-16
1
-1
/
+6
|
*
Server: generate magnet uri on the fly
Chocobozzz
2016-11-16
1
-30
/
+72
|
*
Server: use _id for image and video files. Add remoteId field
Chocobozzz
2016-11-16
1
-70
/
+76
|
*
Server: add video preview
Chocobozzz
2016-11-16
1
-1
/
+26
|
*
Server: videos search case insensitive
Chocobozzz
2016-10-26
1
-1
/
+1
|
*
Server: host -> hostname (host = hostname + port)
Chocobozzz
2016-10-26
1
-1
/
+1
|
*
Server: Uploads -> Videos
Chocobozzz
2016-10-21
1
-2
/
+2
|
*
Server: pod removing refractoring
Chocobozzz
2016-10-21
1
-3
/
+3
|
*
Server: handle tls websockets
Chocobozzz
2016-10-17
1
-7
/
+10
|
*
Server: update to webseed implementation (tests, lint...)
Chocobozzz
2016-10-07
1
-5
/
+2
|
*
Merge branch 'master' into webseed-merged
Chocobozzz
2016-10-02
1
-49
/
+36
|
\
|
*
Server: remove useless hash affectations
Chocobozzz
2016-10-02
1
-13
/
+13
|
|
|
*
Server: put config in constants
Chocobozzz
2016-08-19
1
-15
/
+8
|
|
|
*
Server: add user list sort/pagination
Chocobozzz
2016-08-16
1
-2
/
+2
|
|
|
*
Server: video.list -> video.listForApi (with pagination, sort...)
Chocobozzz
2016-08-16
1
-23
/
+5
|
|
|
*
Implement user API (create, update, remove, list)
Chocobozzz
2016-08-04
1
-0
/
+5
|
|
|
*
Server: reorganize express validators
Chocobozzz
2016-07-31
1
-9
/
+9
|
|
*
|
First draft using only webseed for server
Chocobozzz
2016-07-27
1
-34
/
+22
|
/
*
Server: throttle "seedAll" when starting the server
Chocobozzz
2016-07-21
1
-2
/
+2
|
*
Server: udpate async to 2.0.0
Chocobozzz
2016-07-18
1
-5
/
+6
|
*
Server: fix videos pagination
Chocobozzz
2016-07-06
1
-1
/
+1
|
*
Use dashes for filenames
Chocobozzz
2016-07-01
1
-1
/
+1
|
*
Video model: namePath -> filename
Chocobozzz
2016-06-28
1
-9
/
+9
|
*
Re enable the "seed all videos" function
Chocobozzz
2016-06-28
1
-2
/
+8
|
*
Video model refractoring -> use mongoose api
Chocobozzz
2016-06-24
1
-0
/
+314