]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/initializers
Server: add webserver url log at startup
[github/Chocobozzz/PeerTube.git] / server / initializers /
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
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  ChocobozzzLittle refractoring of requests scheduler module
2016-06-06  ChocobozzzAdd tag search support to server
2016-06-06  ChocobozzzAdd tags support to server
2016-06-05  ChocobozzzIncrease the interval for the friends requests
2016-05-22  ChocobozzzExtends the search feature by customizing the search...
2016-05-17  ChocobozzzAdd ability to sort videos list
2016-05-16  ChocobozzzAdd check for the author username length
2016-05-16  ChocobozzzAdd a check for the duration of videos
2016-05-13  ChocobozzzUse async series in installer for better readability
2016-05-13  ChocobozzzMove the count of results for the pagination in constan...
2016-05-13  ChocobozzzAdd debug electron setting
2016-05-10  ChocobozzzRefractoring and add thumbnails support (without tests)
2016-04-19  ChocobozzzGenerate passwords at initialization (client/admin...
2016-04-14  ChocobozzzAdd authentications for routes that need it and adapts...
2016-03-21  ChocobozzzCreate an "installer" module that create defaults clien...
2016-03-16  ChocobozzzUse const/let now we use node 4.2
2016-03-07  ChocobozzzFix tests
2016-03-07  ChocobozzzPrepare folders structure for angular app