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
/
middlewares
/
validators
/
videos.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ability to schedule video publication
Chocobozzz
2018-06-15
1
-1
/
+1
*
Add ability for uploaders to schedule video update
Chocobozzz
2018-06-14
1
-4
/
+42
*
Add concept of video state, and add ability to wait transcoding before
Chocobozzz
2018-06-12
1
-0
/
+10
*
Fix video channel update with an admin account
Chocobozzz
2018-05-17
1
-4
/
+4
*
Fix updating video tags to empty field
Chocobozzz
2018-05-16
1
-7
/
+9
*
Add ability to update a video channel
Chocobozzz
2018-05-11
1
-13
/
+14
*
Account/channel descriptions are not required anymore
Chocobozzz
2018-05-09
1
-21
/
+74
*
Fix error logging
Chocobozzz
2018-03-26
1
-1
/
+1
*
Add ability to update another user video
Chocobozzz
2018-02-22
1
-15
/
+5
*
Implement support field in video and video channel
Chocobozzz
2018-02-15
1
-1
/
+3
*
Add ability to set video thumbnail/preview
Chocobozzz
2018-02-14
1
-2
/
+49
*
Don't leak unlisted videos
Chocobozzz
2018-01-31
1
-3
/
+12
*
Add ability to delete comments
Chocobozzz
2018-01-04
1
-1
/
+1
*
Add ability to disable video comments
Chocobozzz
2018-01-03
1
-4
/
+6
*
Propagate old comment on new follow
Chocobozzz
2017-12-28
1
-13
/
+4
*
Move models to typescript-sequelize
Chocobozzz
2017-12-13
1
-8
/
+9
*
Make some fields optional when uploading a video
Chocobozzz
2017-12-07
1
-3
/
+3
*
Fix client search
Chocobozzz
2017-12-05
1
-3
/
+2
*
Fix lint
Chocobozzz
2017-11-30
1
-1
/
+1
*
Remove max duration/filesize constraints
Chocobozzz
2017-11-28
1
-9
/
+0
*
Refractor validators
Chocobozzz
2017-11-27
1
-131
/
+121
*
Add shares forward and collection on videos/video channels
Chocobozzz
2017-11-27
1
-1
/
+25
*
Cleanup helpers
Chocobozzz
2017-11-27
1
-22
/
+21
*
Rename Pod -> Server
Chocobozzz
2017-11-27
1
-2
/
+2
*
Remove references to author
Chocobozzz
2017-11-27
1
-7
/
+7
*
Add tests and fix bugs for video privacy
Chocobozzz
2017-10-31
1
-26
/
+37
*
Add video privacy setting
Chocobozzz
2017-10-31
1
-4
/
+15
*
Support roles with rights and add moderator role
Chocobozzz
2017-10-27
1
-1
/
+2
*
Fix lint
Chocobozzz
2017-10-26
1
-1
/
+1
*
Add video channels
Chocobozzz
2017-10-26
1
-9
/
+24
*
Upgrade client dependencies and fix error logs
Chocobozzz
2017-10-19
1
-2
/
+2
*
Handle express-validator error on the client side and fix #96 (#98)
Ronan
2017-10-16
1
-1
/
+4
*
Video blacklist refractoring
Chocobozzz
2017-10-10
1
-55
/
+3
*
Change how we handle resolution
Chocobozzz
2017-10-09
1
-2
/
+3
*
Upgrade express validator to v4
Chocobozzz
2017-09-15
1
-134
/
+160
*
Remove ng2 file upload module
Chocobozzz
2017-09-14
1
-10
/
+32
*
Improve real world script
Chocobozzz
2017-09-12
1
-10
/
+6
*
Fix tests and user quota
Chocobozzz
2017-09-06
1
-0
/
+9
*
Begin tests for user quota
Chocobozzz
2017-09-05
1
-2
/
+2
*
Make tslint happy
Chocobozzz
2017-09-04
1
-1
/
+1
*
Begin user quota
Chocobozzz
2017-09-04
1
-2
/
+15
*
Upgrade common server dependencies
Chocobozzz
2017-08-25
1
-1
/
+1
*
Remove "function" in favor of () => {}
Chocobozzz
2017-07-11
1
-11
/
+11
*
Use global uuid instead of remoteId for videos
Chocobozzz
2017-07-11
1
-7
/
+17
*
Fix error logging
Chocobozzz
2017-07-07
1
-3
/
+3
*
Move to promises
Chocobozzz
2017-07-05
1
-38
/
+37
*
Use shared models
Chocobozzz
2017-06-11
1
-1
/
+3
*
Type functions
Chocobozzz
2017-06-10
1
-12
/
+16
*
Type models
Chocobozzz
2017-05-25
1
-1
/
+1
*
First typescript iteration
Chocobozzz
2017-05-20
1
-0
/
+199