]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/controllers/api
Fix error logging
[github/Chocobozzz/PeerTube.git] / server / controllers / api /
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-25  ChocobozzzClientLocal -> OAuthClientLocal
2017-06-25  ChocobozzzRequests -> RequestSchedulers
2017-06-17  ChocobozzzShare models between server and client
2017-06-16  ChocobozzzCreate types for model enums
2017-06-16  ChocobozzzBaseRequestScheduler -> AbstractRequestScheduler
2017-06-12  ChocobozzzFix video update test
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: split videos controller
2017-05-05  ChocobozzzFix unset video language on video update
2017-05-05  ChocobozzzServer: Fix video propagation with transcoding enabled
2017-04-26  ChocobozzzFormat video blacklist
2017-04-26  Green-StarAdd ability for an administrator to remove any video...
2017-04-09  ChocobozzzServer: add ability to register new user
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-19  ChocobozzzServer: move pod remove to remote path
2017-03-19  ChocobozzzBetter real world test
2017-03-10  ChocobozzzServer: add config endpoint
2017-03-08  ChocobozzzAdd like/dislike system for videos
2017-03-04  ChocobozzzServer: add views attribute when sending videos to...
2017-03-03  ChocobozzzUpdate bittorrent-tracker and standard to v9
2017-02-27  ChocobozzzFix request schedulers stats
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-01-27  ChocobozzzServer: assert remoteId and host pair is unique
2017-01-27  ChocobozzzServer: error if we add a pod that already exists
2017-01-19  ChocobozzzAdapt requests controller/front to new informations
2017-01-17  ChocobozzzServer: paths refractoring
2017-01-17  ChocobozzzServer: remote video validators refractoring
2017-01-17  ChocobozzzServer: remote request process refractoring
2017-01-17  ChocobozzzServer: transaction refractoring
2017-01-15  ChocobozzzServer: fix update remote video
2017-01-15  ChocobozzzServer: create transaction refractoring
2017-01-15  ChocobozzzServer: retryer transaction wrapper refractoring
2017-01-12  ChocobozzzMerge branch 'postgresql'
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-11  ChocobozzzServer: always check commit result
2017-01-10  ChocobozzzServer: retry video abuse requests too
2017-01-06  ChocobozzzServer: try to have a better video integrity
2017-01-04  ChocobozzzServer: add video abuse support
2016-12-30  ChocobozzzServer: move remote routes in their own directory
2016-12-30  ChocobozzzServer: split check params tests
2016-12-30  ChocobozzzServer: optimization for videoGet and videoRemove
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-25  ChocobozzzServer: add createdAt from remote video in database
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...
2016-11-22  ChocobozzzServer: fix logs when adding a remote video
2016-11-16  ChocobozzzServer: fix thumbnail in remote videos
2016-11-16  ChocobozzzPod URL -> pod host. HTTPS is required to make friends.
2016-11-16  ChocobozzzServer: generate magnet uri on the fly
2016-11-16  ChocobozzzServer: use _id for image and video files. Add remoteId...
2016-11-01  ChocobozzzServer: add log messages if the server refuses to serve...
2016-10-26  ChocobozzzServer: host -> hostname (host = hostname + port)
2016-10-21  ChocobozzzServer: remove v1 directory, we don't really need it
2016-10-21  ChocobozzzServer: Uploads -> Videos
2016-10-21  ChocobozzzServer: pod removing refractoring
2016-10-21  ChocobozzzServer: add npm run check to check CORS, bittorrent...
2016-10-13  ChocobozzzUpdate clean script
2016-10-02  ChocobozzzMerge branch 'master' into webseed-merged
2016-10-01  ChocobozzzAdd "max requests number" information for requests...
2016-10-01  ChocobozzzServer: fix remaining milli seconds before the next...
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-23  ChocobozzzClient: add requests stats page
2016-09-19  ChocobozzzServer: add requests stats endpoint
2016-08-26  ChocobozzzServer: add pod created date and score to the list...
2016-08-23  ChocobozzzDo not wait the make friends process ends to send a...
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: video.list -> video.listForApi (with pagination...
2016-08-09  ChocobozzzServer: delete user with the id and not the username
2016-08-05  ChocobozzzServer: fix status code when updating/removing a user
2016-08-05  ChocobozzzServer: allow user to get its informations (/users/me)
2016-08-05  ChocobozzzServer: move clients in its own file
next