Bumped to version v0.0.18-alpha
[oweals/peertube.git] / server / initializers /
2017-09-04 ChocobozzzMake tslint happy
2017-09-04 ChocobozzzConvert tests to typescript
2017-09-04 ChocobozzzBegin user quota
2017-08-26 ChocobozzzFix config checker
2017-08-25 ChocobozzzMove video file metadata in their own table
2017-07-25 ChocobozzzAdd ability to limit user registrations
2017-07-12 ChocobozzzFix lint
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-07 ChocobozzzAsync signature and various fixes
2017-07-05 ChocobozzzMove to promises
2017-06-24 ChocobozzzExcluse .js.map when scanning models/ directory
2017-06-16 ChocobozzzUse typescript standard and lint all files
2017-06-16 ChocobozzzCreate types for model enums
2017-06-16 ChocobozzzReorganize model files
2017-06-11 ChocobozzzUpdate webpack stack
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: check ffmpeg at startup
2017-05-04 ChocobozzzServer: add job scheduler to transcode video files
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-10 ChocobozzzServer: add config endpoint
2017-03-08 ChocobozzzAllow to sort by likes
2017-03-08 ChocobozzzAdd like/dislike system for videos
2017-03-04 ChocobozzzServer: typo
2017-03-04 ChocobozzzServer: fix migrations with an empty Applications table
2017-03-04 ChocobozzzServer: fix requests endpoints
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 ChocobozzzServer: fix migration scripts
2017-02-18 ChocobozzzAdd email to users
2017-02-16 ChocobozzzAdd email to pods
2017-01-30 ChocobozzzClient: replace simple tables by ng2 smart table component
2017-01-23 ChocobozzzClient: add basic support to report video abuses
2017-01-17 ChocobozzzServer: paths refractoring
2017-01-17 ChocobozzzServer: remote request process refractoring
2017-01-12 ChocobozzzMerge branch 'postgresql'
2017-01-11 ChocobozzzServer: always check commit result
2017-01-10 ChocobozzzServer: improve requests scheduler
2017-01-04 ChocobozzzServer: use crypto instead of ursa for pod signature
2017-01-04 ChocobozzzServer: add video abuse support
2016-12-29 ChocobozzzServer: use binary data instead of base64 to send thumb...
2016-12-29 ChocobozzzServer: add association between author and user
2016-12-28 ChocobozzzServer: add database field validations
2016-12-25 ChocobozzzFix standard lint
2016-12-25 ChocobozzzUpdate migrations code
2016-12-24 ChocobozzzMove tags in another table
2016-12-19 ChocobozzzFirst version with PostgreSQL
2016-11-21 ChocobozzzFix migration script
2016-11-16 ChocobozzzServer: forbid to make friends with a non https server
2016-11-16 ChocobozzzServer: add migration scripts to the new mongo schemes
2016-11-16 ChocobozzzPod URL -> pod host. HTTPS is required to make friends.
2016-11-16 ChocobozzzServer: use preview image for opengraph
2016-11-16 ChocobozzzServer: generate magnet uri on the fly
2016-11-16 ChocobozzzServer: add video preview
2016-11-01 ChocobozzzServer: check the host key is not present in configurations
2016-11-01 ChocobozzzServer: use constants to get port configuration
2016-11-01 ChocobozzzServer: add endpoint in requests
2016-10-26 ChocobozzzServer: host -> hostname (host = hostname + port)
2016-10-21 ChocobozzzClient: avoid "quit friends" to appear during the pendi...
2016-10-21 ChocobozzzServer: Uploads -> Videos
2016-10-21 ChocobozzzServer: pod removing refractoring
2016-10-17 ChocobozzzServer: handle tls websockets
2016-10-13 ChocobozzzRemove references to Electron
2016-10-07 ChocobozzzServer: update to webseed implementation (tests, lint...)
2016-10-07 ChocobozzzMerge branch 'webseed'
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-02 ChocobozzzServer: remove useless hash affectations
2016-10-02 ChocobozzzServer: reorganize constant file
2016-09-27 ChocobozzzServer: migration script that add admin role to root...
2016-09-26 ChocobozzzServer: fix migration at installation
2016-09-26 ChocobozzzAdd migration (for db, folders...) mechanism
2016-09-19 ChocobozzzServer: add requests stats endpoint
2016-08-25 ChocobozzzServer: encrypt password in database
2016-08-20 ChocobozzzServer: make friends urls come from the request instead...
2016-08-19 ChocobozzzServer: put config in constants
2016-08-16 ChocobozzzServer: add user list sort/pagination
2016-08-16 ChocobozzzServer: optimize function to see if there are users...
2016-08-04 ChocobozzzImplement user API (create, update, remove, list)
2016-07-31 ChocobozzzServer: reorganize express validators
2016-07-27 ChocobozzzFirst draft using only webseed for server
2016-07-27 ChocobozzzServer: Use ES6 promise for mongoose/node-oatuh2-server
2016-07-21 ChocobozzzServer: throttle "seedAll" when starting the server
2016-07-20 ChocobozzzServer: implement refresh token
2016-07-18 ChocobozzzServer: udpate async to 2.0.0
2016-07-06 ChocobozzzServer: limit actions for each request between pods
2016-07-01 ChocobozzzUse dashes for filenames
2016-07-01 ChocobozzzOAuth/User models refractoring -> use mongoose api
2016-06-30 ChocobozzzPod model refractoring -> use mongoose api
2016-06-30 ChocobozzzDo not generate a random password for test env
2016-06-28 ChocobozzzRequest model refractoring -> use mongoose api
next