Fix tests and user quota
[oweals/peertube.git] / server / middlewares /
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
2016-06-18 ChocobozzzTry to make a better communication (between pods) module
2016-06-07 ChocobozzzUse ng2-file-upload instead of jquery and add tags...
2016-06-06 ChocobozzzAdd tags support to server
2016-06-04 ChocobozzzHandle error for the video upload
2016-05-22 ChocobozzzExtends the search feature by customizing the search...
2016-05-21 ChocobozzzThumbnail, author and duration support in client
2016-05-19 ChocobozzzAdd radix to parseInt
2016-05-17 ChocobozzzAdd ability to sort videos list
2016-05-16 ChocobozzzAdd a check for the duration of videos
2016-05-13 ChocobozzzMove the count of results for the pagination in constan...
2016-05-13 ChocobozzzIntroduce paginations in videos listing
2016-05-13 ChocobozzzAuthenticate before make/quit friends (server + tests)
2016-05-13 ChocobozzzRemove the cache middleware
2016-05-13 ChocobozzzUpdate to standard 7. Goodbye snake_case, I used to...
2016-04-14 ChocobozzzAdd authentications for routes that need it and adapts...
2016-03-21 ChocobozzzOAuth server: first draft
2016-03-18 ChocobozzzUse map instead of pluck (lodash)
2016-03-18 ChocobozzzChange api output for videos
2016-03-16 ChocobozzzUse const/let now we use node 4.2
2016-03-16 ChocobozzzVideo lib/model/reqvalidator refractoring
2016-03-07 ChocobozzzPrepare folders structure for angular app