move CORS allowance to the REST API router
[oweals/peertube.git] / server / tests /
2018-06-27 ChocobozzzIncrease test timeout for travis
2018-06-22 ChocobozzzFix images size limit
2018-06-21 ChocobozzzImprove update host script and add warning if AP urls...
2018-06-21 ChocobozzzDo not create a user with the same username than anothe...
2018-06-15 Florent FAdd resolution to create-transcoding-job script (#654)
2018-06-15 ChocobozzzAdd ability to schedule video publication
2018-06-14 ChocobozzzAdd ability for uploaders to schedule video update
2018-06-13 ChocobozzzFix offset/limit on some SQL queries :facepalm:
2018-06-13 ChocobozzzImprove tests when waiting pending jobs
2018-06-12 ChocobozzzAdd concept of video state, and add ability to wait...
2018-06-11 ChocobozzzFix import with when the imported file has the same...
2018-06-08 ChocobozzzAdd video comments RSS
2018-06-07 ChocobozzzMove fixtures in tests/
2018-06-07 ChocobozzzImprove create import file job
2018-06-07 Florent FayolleAdd create-import-video-file-job command
2018-05-30 ChocobozzzImprove create transcoding jobs tests
2018-05-30 ChocobozzzAdd ability to manually run transcoding job
2018-05-28 ChocobozzzFix publishedAt value after following a new instance
2018-05-28 ChocobozzzUpdate changelog
2018-05-25 ChocobozzzOnly use account name in routes
2018-05-22 ChocobozzzImprove e2e tests
2018-05-17 ChocobozzzFix video channel update with an admin account
2018-05-11 ChocobozzzAdd check channel update test in video update
2018-05-11 ChocobozzzAdd ability to update a video channel
2018-05-11 ChocobozzzAdd ability to embed a video in Twitter
2018-05-09 ChocobozzzFix tests
2018-05-09 ChocobozzzAccount/channel descriptions are not required anymore
2018-04-26 Rigel Kentfeature: initial syndication feeds tests for instance...
2018-04-26 ChocobozzzAdd video channel management
2018-04-26 ChocobozzzAdd ability to update the user display name/description
2018-04-25 ChocobozzzImplement video channel views
2018-04-25 ChocobozzzUpdate video-channel routes (again)
2018-04-25 ChocobozzzAdd account link in videos list
2018-04-25 ChocobozzzVideo channel API routes refractor
2018-04-24 ChocobozzzUpdate video channel routes
2018-04-23 ChocobozzzUse ISO 639 for languages
2018-04-19 Gérald NielMerge branch 'develop' of framagit.org:chocobozzz/PeerT...
2018-04-19 ChocobozzzAdd information concerning video privacy in my videos...
2018-04-19 ChocobozzzAdd help concerning NSFW videos in upload
2018-04-19 ChocobozzzAdd ability to choose what policy we have for NSFW...
2018-04-19 Gérald NielMerge branch 'develop' of framagit.org:chocobozzz/PeerT...
2018-04-18 ChocobozzzFix tests
2018-04-16 ChocobozzzAdd auth documentation
2018-04-04 ChocobozzzAdd tests for publishedAt
2018-03-29 ChocobozzzAdd reverse proxy test in travis
2018-03-29 ChocobozzzPrevent brute force login attack
2018-03-27 ChocobozzzFix delete comment federation
2018-03-26 ChocobozzzFix check comments params unit tests
2018-03-19 ChocobozzzUpdate the api documentation
2018-03-19 ChocobozzzBEARKING CHANGE: Update videos API response
2018-03-15 ChocobozzzAdd short description in config
2018-03-13 ChocobozzzAdd "local" videos in menu
2018-03-12 ChocobozzzChange video abuse API response
2018-03-12 ChocobozzzUpdate videos api list for account
2018-03-01 ChocobozzzAdd ability to change the homepage
2018-02-28 ChocobozzzAdd stats route
2018-02-26 ChocobozzzAdd 30 fps limit in transcoding
2018-02-23 ChocobozzzAvoids easy cheating on vidoe views
2018-02-22 ChocobozzzAdd ability to add custom css/javascript
2018-02-22 ChocobozzzAdd ability to update another user video
2018-02-16 ChocobozzzTry to improve production guide
2018-02-15 ChocobozzzImplement support field in video and video channel
2018-02-14 ChocobozzzFix tests
2018-02-14 ChocobozzzSupport thumbnails in youtube import
2018-02-14 ChocobozzzAdd ability to set video thumbnail/preview
2018-02-12 ChocobozzzFix upload from CLI script
2018-02-12 ChocobozzzDon't stuck on active jobs
2018-02-09 ChocobozzzBegin import script with youtube-dl
2018-02-09 ChocobozzzFix config test
2018-02-01 ChocobozzzSend an email on video abuse report
2018-01-31 ChocobozzzAdd about page
2018-01-31 ChocobozzzAdd new name/terms/description config options
2018-01-30 ChocobozzzAdd tests for emails
2018-01-29 ChocobozzzAdd ability to login with email
2018-01-25 ChocobozzzMove job queue to redis
2018-01-25 luzpazMisc. typos (#245)
2018-01-24 ChocobozzzAdd api doc in html
2018-01-24 ChocobozzzFix tests
2018-01-23 ChocobozzzDestroy user token when changing its role
2018-01-19 ChocobozzzAdd ability to configure log level
2018-01-19 ChocobozzzFix embed button outline
2018-01-18 ChocobozzzIncrease tests timeout
2018-01-18 ChocobozzzOptimize SQL query that fetch actor outbox
2018-01-18 ChocobozzzAvoid too many requests and fetching outbox
2018-01-18 ChocobozzzDon't show videos of remote instance after unfollow
2018-01-17 ChocobozzzAdd ability to update some configuration keys
2018-01-15 ChocobozzzFix actor followers/following counts
2018-01-12 ChocobozzzFix lint
2018-01-12 ChocobozzzUpdate follower/following counts
2018-01-12 ChocobozzzAvoid making retried requests to dead followers
2018-01-11 ChocobozzzAdd tests to handle down server
2018-01-10 ChocobozzzRun videojs outside angular
2018-01-10 ChocobozzzFetch remote AP objects
2018-01-08 ChocobozzzSupport video quota on client
2018-01-04 ChocobozzzAdd ability to delete comments
2018-01-03 ChocobozzzAdd avatar in comments
2018-01-03 ChocobozzzSend account activitypub update events
2018-01-03 ChocobozzzAutomatically resize avatars
2018-01-03 ChocobozzzAdd avatar max size limit
2018-01-03 ChocobozzzAdd ability to disable video comments
next