Send server announce when users upload a video
[oweals/peertube.git] / server / models /
2017-01-04 ChocobozzzServer: use crypto instead of ursa for pod signature
2017-01-04 ChocobozzzServer: we don't need the video name when removing...
2017-01-04 ChocobozzzServer: add video abuse support
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-29 ChocobozzzServer: Add postgresql indexes
2016-12-28 ChocobozzzServer: add database field validations
2016-12-26 ChocobozzzServer: correctly sort tags by name asc
2016-12-25 ChocobozzzUpdate migrations code
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-23 Bigard FlorianServer: fix magnet tracker websocket url for remote...
2016-11-22 ChocobozzzServer: add extname video information to remote pods
2016-11-16 ChocobozzzServer: fix thumbnail in remote videos
2016-11-16 ChocobozzzServer: Remove unused console log
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: adapt magnet uri search
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-16 ChocobozzzServer: add video preview
2016-11-04 ChocobozzzServer: fix refreshing token
2016-11-01 ChocobozzzServer: add endpoint in requests
2016-11-01 ChocobozzzServer: fix refreshing token that fails
2016-10-26 ChocobozzzServer: videos search case insensitive
2016-10-26 ChocobozzzServer: host -> hostname (host = hostname + port)
2016-10-26 ChocobozzzServer: randomize the requests list
2016-10-21 ChocobozzzServer: Uploads -> Videos
2016-10-21 ChocobozzzServer: pod removing refractoring
2016-10-17 ChocobozzzServer: wait pod removal when finishing a request
2016-10-17 ChocobozzzServer: handle tls websockets
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-01 ChocobozzzServer: add informations when removing requests of...
2016-10-01 ChocobozzzServer: fix remaining milli seconds before the next...
2016-10-01 ChocobozzzServer: fix error log when a friend request fails
2016-10-01 ChocobozzzServer: add information why a friend request failed...
2016-10-01 ChocobozzzServer: when we remove a user, remove the oauthtokens too
2016-09-26 ChocobozzzAdd migration (for db, folders...) mechanism
2016-09-23 ChocobozzzServer: show user created date for the api
2016-09-19 ChocobozzzServer: add requests stats endpoint
2016-08-26 ChocobozzzServer: add pod created date and score to the list...
2016-08-25 ChocobozzzServer: encrypt password in database
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-16 ChocobozzzServer: video.list -> video.listForApi (with pagination...
2016-08-09 ChocobozzzServer: delete user with the id and not the username
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-06 ChocobozzzServer: fix videos pagination
2016-07-05 ChocobozzzFix requests ordering 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-28 ChocobozzzVideo model: namePath -> filename
2016-06-28 ChocobozzzRe enable the "seed all videos" function
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 ChocobozzzAdd tag search support to server
2016-06-06 ChocobozzzAdd tags support to server
2016-05-22 ChocobozzzExtends the search feature by customizing the search...
2016-05-21 ChocobozzzAdd total results field and wrap videos in data field...
2016-05-17 ChocobozzzAdd ability to sort videos list
2016-05-13 ChocobozzzAdd createdDate to videos
2016-05-13 ChocobozzzIntroduce paginations in videos listing
2016-05-13 ChocobozzzUpdate to standard 7. Goodbye snake_case, I used to...
2016-05-10 ChocobozzzRefractoring and add thumbnails support (without tests)
2016-05-03 ChocobozzzVideo duration support (server)
2016-05-02 ChocobozzzRename pool requests --> requests scheduler
2016-04-27 ChocobozzzMake angular client load dynamically the generated...
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-21 ChocobozzzOAuth server: first draft
2016-03-16 ChocobozzzUse const/let now we use node 4.2
2016-03-16 ChocobozzzVideo lib/model/reqvalidator refractoring
2016-03-07 ChocobozzzFix tests
2016-03-07 ChocobozzzPrepare folders structure for angular app