]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server
Fix client admin
[github/Chocobozzz/PeerTube.git] / server /
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 single pod tests
2017-01-12  ChocobozzzTry to fix travis build
2017-01-12  ChocobozzzServer: fix update remote video infohash
2017-01-11  ChocobozzzServer: fix update right checks
2017-01-11  ChocobozzzServer: transaction serializable for videos
2017-01-11  ChocobozzzServer: add update case to real world script
2017-01-11  ChocobozzzServer: rights check for update a video
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-10  ChocobozzzServer: improve requests scheduler
2017-01-06  ChocobozzzServer: try to have a better video integrity
2017-01-06  ChocobozzzServer: improve real world script
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: move remote routes in their own directory
2016-12-30  ChocobozzzServer: fix video remoe validation
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-29  ChocobozzzServer: Add postgresql indexes
2016-12-28  ChocobozzzServer: add database field validations
2016-12-27  ChocobozzzAdd script to migrate from mongodb to postgresql
2016-12-26  ChocobozzzServer: correctly sort tags by name asc
2016-12-25  ChocobozzzServer: add createdAt from remote video in database
2016-12-25  ChocobozzzFix real world script
2016-12-25  ChocobozzzFix standard lint
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-25  ChocobozzzServer: move static/client routes in controllers/
2016-11-23  Bigard FlorianServer: fix magnet tracker websocket url for remote...
2016-11-22  ChocobozzzServer: fix logs when adding a remote video
2016-11-22  ChocobozzzServer: add extname video information to remote pods
2016-11-21  ChocobozzzFix migration script
2016-11-21  ChocobozzzServer: fix refreshing token
2016-11-18  ChocobozzzFix opengraph url tag
2016-11-16  ChocobozzzServer: fix thumbnail in remote videos
2016-11-16  ChocobozzzServer: forbid to make friends with a non https server
2016-11-16  ChocobozzzServer: don't be rude when serving unknown video in...
2016-11-16  ChocobozzzServer: add migration scripts to the new mongo schemes
2016-11-16  ChocobozzzServer: Remove unused console log
2016-11-16  ChocobozzzServer: adapt tests to host
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-16  ChocobozzzPrerender opengraph tags in the server
2016-11-04  ChocobozzzServer: fix refreshing token
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 log messages if the server refuses to serve...
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: do not make friends with myself
2016-10-26  ChocobozzzServer: randomize the requests list
2016-10-21  ChocobozzzClient: avoid "quit friends" to appear during the pendi...
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-17  ChocobozzzServer: wait pod removal when finishing a request
2016-10-17  ChocobozzzServer: handle tls websockets
2016-10-14  ChocobozzzTry to fix travis
2016-10-13  ChocobozzzRemove references to Electron
2016-10-13  ChocobozzzUpdate clean script
2016-10-10  ChocobozzzServer: fix real world tools
2016-10-07  ChocobozzzServer: forbid to remove the root user
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-10-01  ChocobozzzServer: add informations when removing requests of...
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  ChocobozzzElectron-prebuilt -> electron
2016-10-01  ChocobozzzServer: fix error log when a friend request fails
next