Send server announce when users upload a video
[oweals/peertube.git] / server / middlewares /
2017-11-27 ChocobozzzRename Pod -> Server
2017-11-27 ChocobozzzFollow works
2017-11-27 ChocobozzzSend follow/accept
2017-11-27 ChocobozzzHandle follow/accept
2017-11-27 ChocobozzzMake it compile at least
2017-11-27 ChocobozzzRemove references to author
2017-11-27 ChocobozzzContinue activitypub
2017-11-27 ChocobozzzBegin activitypub
2017-11-04 ChocobozzzUsernames are case insensitive now
2017-10-31 ChocobozzzUpgrade server packages
2017-10-31 ChocobozzzAdd tests and fix bugs for video privacy
2017-10-31 ChocobozzzAdd video privacy setting
2017-10-27 ChocobozzzSupport roles with rights and add moderator role
2017-10-26 ChocobozzzBe tolerant with remote requests
2017-10-26 ChocobozzzFix lint
2017-10-26 ChocobozzzUse async/await in lib and initializers
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-26 ChocobozzzAdd video channels
2017-10-19 ChocobozzzUpgrade client dependencies and fix error logs
2017-10-19 ChocobozzzAdd pod list endpoint with pagination, sort...
2017-10-16 RonanHandle express-validator error on the client side and...
2017-10-16 ChocobozzzAdd oembed endpoint
2017-10-10 ChocobozzzVideo blacklist refractoring
2017-10-09 ChocobozzzChange how we handle resolution
2017-09-22 Green-StarHandle blacklist (#84)
2017-09-15 ChocobozzzUpgrade express validator to v4
2017-09-14 ChocobozzzRemove ng2 file upload module
2017-09-12 ChocobozzzImprove real world script
2017-09-06 ChocobozzzFix tests and user quota
2017-09-05 ChocobozzzBegin tests for user quota
2017-09-05 ChocobozzzAdd user update for admins
2017-09-04 ChocobozzzMake tslint happy
2017-09-04 ChocobozzzBegin user quota
2017-08-25 ChocobozzzUpgrade common server dependencies
2017-08-02 Green-StarRemove one pod (#76)
2017-07-25 ChocobozzzAdd ability to limit user registrations
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-10 ChocobozzzBetter typescript typing for a better world
2017-07-07 ChocobozzzFix error logging
2017-07-07 ChocobozzzAsync signature and various fixes
2017-07-05 ChocobozzzMove to promises
2017-06-25 ChocobozzzMove ensureRegistrationEnabled to middlewares
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: move requests lib in their own directory
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 ChocobozzzRelax on tags (accept any characters and not required...
2017-03-22 ChocobozzzAdd video category support
2017-03-08 ChocobozzzAdd like/dislike system for videos
2017-02-26 ChocobozzzServer: little sort refractoring
2017-02-26 ChocobozzzServer: implement video views
2017-02-26 ChocobozzzServer: make a basic "quick and dirty update" for videos
2017-02-18 ChocobozzzAdd email to users
2017-02-16 ChocobozzzAdd email to pods
2017-02-10 ChocobozzzServer: update express-validator
2017-01-27 ChocobozzzServer: error if we add a pod that already exists
2017-01-12 ChocobozzzMerge branch 'postgresql'
2017-01-11 ChocobozzzServer: fix update right checks
2017-01-11 ChocobozzzServer: rights check for update a video
2017-01-04 ChocobozzzServer: use crypto instead of ursa for pod signature
2017-01-04 ChocobozzzServer: add video abuse support
2016-12-30 ChocobozzzServer: fix video remoe validation
2016-12-30 ChocobozzzServer: optimization for videoGet and videoRemove
2016-12-29 ChocobozzzServer: add ability to update a video
2016-12-29 ChocobozzzServer: little refractoring
2016-12-19 ChocobozzzFirst version with PostgreSQL
2016-11-27 ChocobozzzServer: remove encryption when seending requests to...
2016-11-16 ChocobozzzServer: forbid to make friends with a non https server
2016-11-16 ChocobozzzPod URL -> pod host. HTTPS is required to make friends.
2016-10-07 ChocobozzzServer: forbid to remove the root user
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-02 ChocobozzzServer: remove useless hash affectations
2016-10-01 ChocobozzzServer: add port when making friends if it is not specified
2016-10-01 ChocobozzzServer: do not forget to check the signature when anoth...
2016-09-20 ChocobozzzFix client peer dependencies
2016-08-23 ChocobozzzClient: fix error display for component
2016-08-23 ChocobozzzServer: catch JSON.parse exceptions
2016-08-21 ChocobozzzServer: fix makefriends validation and tests
2016-08-21 ChocobozzzServer: fix remote videos requests validator
2016-08-20 ChocobozzzServer: make friends urls come from the request instead...
2016-08-16 ChocobozzzServer: add user list sort/pagination
2016-08-09 ChocobozzzServer: delete user with the id and not the username
2016-08-05 ChocobozzzServer: do not allow a user to remove a video of anothe...
2016-08-04 ChocobozzzImplement user API (create, update, remove, list)
2016-07-31 ChocobozzzServer: reorganize express validators
2016-07-20 ChocobozzzServer: implement refresh token
2016-07-01 ChocobozzzUse dashes for filenames
2016-07-01 ChocobozzzreqValidators --> validators
2016-07-01 ChocobozzzOAuth/User models refractoring -> use mongoose api
2016-06-30 ChocobozzzPod model refractoring -> use mongoose api
2016-06-24 ChocobozzzVideo model refractoring -> use mongoose api
next