Add playlist rest tests
[oweals/peertube.git] / server / models / video / video.ts
2019-03-18 ChocobozzzAdd playlist rest tests
2019-03-18 ChocobozzzPlaylist server API
2019-02-21 ChocobozzzfindById -> findByPk
2019-02-12 Andrés MaldonadoAdd search by original publication date
2019-02-11 ChocobozzzAdd originallyPublishedAt unit tests
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11 ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-02-11 ChocobozzzAdd hls support on server
2019-01-12 clementbrizardChange models
2019-01-09 ChocobozzzAdd import finished and video published notifs
2019-01-09 ChocobozzzAdd user notification base code
2018-12-20 ChocobozzzOptimize index sizes
2018-12-18 ChocobozzzAdd history page on client
2018-12-18 ChocobozzzAdd history on server side
2018-12-07 ChocobozzzMerge branch 'move-utils-to-shared' of https://github...
2018-12-06 ChocobozzzMerge branch 'hotfix/docker' into develop
2018-12-05 ChocobozzzRemove inferred type
2018-12-04 ChocobozzzCreate redundancy endpoint
2018-11-20 ChocobozzzDelete invalid or deleted remote videos
2018-11-18 buoyantairMerge branch 'develop' of https://github.com/Chocobozzz...
2018-11-16 ChocobozzzCheck follow constraints when getting a video
2018-11-13 ChocobozzzMerge branch 'master' into develop
2018-10-19 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-17 ChocobozzzMerge branch 'feature/webtorrent-disabling' into develop
2018-10-16 ChocobozzzAdd ability to mute a user/instance by server in client
2018-10-16 ChocobozzzAdd ability for users to block an account/instance...
2018-10-11 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-10 ChocobozzzAdd ability to list all local videos
2018-10-08 ChocobozzzChange a little bit optimize-old-videos logic
2018-10-08 Lucas DeclercqRename downloadingEnabled property to downloadEnabled
2018-10-08 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-06 Lucas DeclercqAdd downloadingEnabled property to video model
2018-10-05 ChocobozzzAdd user moderation in the account page
2018-10-05 ChocobozzzAdd user history and resume videos
2018-09-20 ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-19 ChocobozzzRefractor videos AP functions
2018-09-19 ChocobozzzOptimize SQL requests of videos AP endpoints
2018-09-19 ChocobozzzOptimize SQL requests of watch page API endpoints
2018-09-19 ChocobozzzReduce video.ts file size by moving some methods in...
2018-09-14 ChocobozzzSpeed up overviews route
2018-09-14 ChocobozzzRaw query to get video ids
2018-09-14 ChocobozzzAdd trending videos strategy
2018-09-13 ChocobozzzBasic video redundancy implementation
2018-09-04 ChocobozzzFix trending videos count
2018-08-31 ChocobozzzTrending by interval
2018-08-31 ChocobozzzCleanup video API SQL requests
2018-08-31 ChocobozzzTry to improve sql videos list query
2018-08-31 ChocobozzzVideos overview page: first version
2018-08-30 ChocobozzzBufferize videos views in redis
2018-08-27 ChocobozzzCorrectly migrate to fs-extra
2018-08-27 ChocobozzzFetch outbox when searching an actor
2018-08-27 ChocobozzzAdd refresh video on search
2018-08-27 ChocobozzzUse height instead of width to represent the video...
2018-08-27 ChocobozzzAdd subscriptions endpoints to REST API
2018-08-14 ChocobozzzImprove blacklist management
2018-08-14 ChocobozzzAdd blacklist reason field
2018-08-07 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzFix fps federation
2018-08-06 ChocobozzzRemove ability to delete video imports
2018-08-06 ChocobozzzAdd ability to list video imports
2018-08-06 ChocobozzzAdd ability to import video with youtube-dl
2018-07-30 ChocobozzzAdd more info logging
2018-07-27 ChocobozzzOptimize videos list SQL query (another time)
2018-07-27 ChocobozzzOptimize search SQL query (I hope :p)
2018-07-27 ChocobozzzRevert SQL optimization in videos list :(
2018-07-24 ChocobozzzAdd ability to only filter in the search endpoint
2018-07-24 ChocobozzzOptimize SQL queries
2018-07-24 ChocobozzzAdd advanced search in client
2018-07-24 ChocobozzzAdd videos list filters
2018-07-24 ChocobozzzBegin advanced search
2018-07-16 ChocobozzzImplement captions/subtitles
2018-06-29 ChocobozzzHandle higher FPS for high resolution (test)
2018-06-29 ChocobozzzClient: Add ability to update video channel avatar
2018-06-27 PhieFFilter by category (#720)
2018-06-15 ChocobozzzAdd ability to schedule video publication
2018-06-14 ChocobozzzAdd ability for uploaders to schedule video update
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-07 ChocobozzzImprove create import file job
2018-06-07 Florent FayolleAdd create-import-video-file-job command
2018-05-29 ChocobozzzImprove torrent/video download
2018-05-28 ChocobozzzFix actor outbox
2018-05-25 ChocobozzzRefractor and optimize AP collections
2018-05-25 ChocobozzzReload my videos after delete
2018-05-23 ChocobozzzFix insane SQL request when loading all video attributes
2018-05-11 ChocobozzzAdd ability to update a video channel
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-24 ChocobozzzAdd account view
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 resolution in torrent file name
2018-04-19 ChocobozzzBetter file name for torrent
2018-04-19 ChocobozzzAdd information concerning video privacy in my videos...
2018-04-19 ChocobozzzAdd ability to choose what policy we have for NSFW...
2018-04-17 ChocobozzzAdd ability to click on the account in watch page
2018-04-17 ChocobozzzHandle sort in rss
next