]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/models
Add SQL backup/restore commands in production guide
[github/Chocobozzz/PeerTube.git] / server / models /
2017-10-30  ChocobozzzLazy description and previews to video form
2017-10-30  ChocobozzzAdd lazy description on server
2017-10-27  ChocobozzzSupport roles with rights and add moderator role
2017-10-26  ChocobozzzRemove sequelize deprecated operators
2017-10-26  ChocobozzzFix integrity issues with after destroy hook
2017-10-26  ChocobozzzFix log in after destroy hook
2017-10-26  ChocobozzzFix join in video events
2017-10-26  ChocobozzzReset video fields when remote update fails
2017-10-26  ChocobozzzFix lint
2017-10-26  ChocobozzzUse async/await in lib and initializers
2017-10-26  ChocobozzzAdd video channels
2017-10-19  ChocobozzzAdd ability to download a video from direct link or...
2017-10-19  ChocobozzzAdd pod list endpoint with pagination, sort...
2017-10-19  ChocobozzzFix video removing when it is corrupted
2017-10-17  ChocobozzzUse preview instead of thumbnail for oembed
2017-10-16  ChocobozzzAdd oembed endpoint
2017-10-09  ChocobozzzChange how we handle resolution
2017-10-06  ChocobozzzClient: handle multiple file resolutions
2017-10-03  ChocobozzzAdd migration script
2017-10-03  ChocobozzzImplement video transcoding on server side
2017-09-22  ChocobozzzModify video file size to bigint
2017-09-22  Green-StarHandle blacklist (#84)
2017-09-12  ChocobozzzFix concurrency error when deleting a video
2017-09-07  ChocobozzzAdd tests for npm run scripts
2017-09-06  ChocobozzzFix tests and user quota
2017-09-05  ChocobozzzBegin tests for user quota
2017-09-04  ChocobozzzMake tslint happy
2017-09-04  ChocobozzzBegin user quota
2017-08-25  ChocobozzzUpgrade common server dependencies
2017-08-25  ChocobozzzFormated -> Formatted
2017-08-25  ChocobozzzMove video file metadata in their own table
2017-07-12  ChocobozzzAdd previews cache system between pods
2017-07-11  ChocobozzzRemove "function" in favor of () => {}
2017-07-11  ChocobozzzUse global uuid instead of remoteId for videos
2017-07-11  ChocobozzzRemove any typing from server
2017-07-10  ChocobozzzBetter typescript typing for a better world
2017-07-07  ChocobozzzFix error logging
2017-07-06  ChocobozzzVideo search -> case insensitive
2017-07-05  ChocobozzzMove to promises
2017-06-17  ChocobozzzShare models between server and client
2017-06-16  ChocobozzzCreate types for model enums
2017-06-16  ChocobozzzAdd this context to instance model functions
2017-06-16  ChocobozzzReorganize model files
2017-06-12  ChocobozzzConvert scripts to typescript
2017-06-11  ChocobozzzBetter models define typing
2017-06-11  ChocobozzzUse shared models
2017-06-10  ChocobozzzType functions
2017-06-05  Chocobozzzrequire -> import
2017-05-25  ChocobozzzType models
2017-05-20  ChocobozzzFirst typescript iteration
2017-05-05  ChocobozzzServer: finish old jobs at startup
2017-05-04  ChocobozzzServer: add job scheduler to transcode video files
2017-05-01  ChocobozzzServer: little refractoring when listing videos
2017-04-26  ChocobozzzFormat video blacklist
2017-04-26  Green-StarAdd ability for an administrator to remove any video...
2017-04-07  ChocobozzzServer: add video language attribute
2017-04-03  ChocobozzzServer: Add NSFW in user profile
2017-03-28  ChocobozzzServer: add nsfw attribute
2017-03-27  ChocobozzzServer: add licence video attribute
2017-03-22  ChocobozzzAdd video category support
2017-03-08  ChocobozzzAdd like/dislike system for videos
2017-03-04  ChocobozzzServer: add views attribute when sending videos to...
2017-03-04  ChocobozzzServer: fix migrations with an empty Applications table
2017-02-26  ChocobozzzServer: implement video views
2017-02-26  ChocobozzzServer: make a basic "quick and dirty update" for videos
2017-02-18  ChocobozzzServer: fix migration scripts
2017-02-18  ChocobozzzServer: use a request scheduler object instance for...
2017-02-18  ChocobozzzAdd email to users
2017-02-16  ChocobozzzServer: add unique to unique indexes
2017-02-16  ChocobozzzAdd email to pods
2017-02-08  ChocobozzzFix update host script
2017-01-23  ChocobozzzClient: add basic support to report video abuses
2017-01-17  ChocobozzzServer: paths refractoring
2017-01-17  ChocobozzzServer: requests refractoring
2017-01-12  ChocobozzzMerge branch 'postgresql'
2017-01-12  ChocobozzzServer: fix single pod tests
2017-01-12  ChocobozzzServer: fix update remote video infohash
2017-01-11  ChocobozzzServer: transaction serializable for videos
2017-01-11  ChocobozzzServer: do not break remote videos processing on error
2017-01-10  ChocobozzzServer: improve requests scheduler
2017-01-06  ChocobozzzServer: try to have a better video integrity
2017-01-04  ChocobozzzServer: use crypto instead of ursa for pod signature
2017-01-04  ChocobozzzServer: we don't need the video name when removing...
2017-01-04  ChocobozzzServer: add video abuse support
2016-12-30  ChocobozzzServer: add updatedAt attribute to videos
2016-12-30  ChocobozzzServer: propagate video update to other pods
2016-12-29  ChocobozzzServer: add ability to update a video
2016-12-29  ChocobozzzServer: little refractoring
2016-12-29  ChocobozzzServer: use binary data instead of base64 to send thumb...
2016-12-29  ChocobozzzServer: use video hook to send information to other...
2016-12-29  ChocobozzzServer: add association between author and user
2016-12-29  ChocobozzzServer: Add postgresql indexes
2016-12-28  ChocobozzzServer: add database field validations
2016-12-26  ChocobozzzServer: correctly sort tags by name asc
2016-12-25  ChocobozzzUpdate migrations code
2016-12-24  ChocobozzzMove tags in another table
2016-12-19  ChocobozzzServer: rename Pods -> Pod
2016-12-19  ChocobozzzFirst version with PostgreSQL
2016-11-27  ChocobozzzServer: remove encryption when seending requests to...
2016-11-27  ChocobozzzServer: set manually the post host of a remote video...
next