Add downloadingEnabled property to video model
[oweals/peertube.git] / server / helpers /
2018-10-06 Lucas DeclercqAdd downloadingEnabled property to video model
2018-10-05 ChocobozzzAdd user history and resume videos
2018-10-03 ChocobozzzFix config endpoint
2018-10-01 ChocobozzzCheck the comment is defined when validating body
2018-10-01 ChocobozzzFix video fps validator
2018-10-01 ChocobozzzDecrease log file max size
2018-10-01 Rigel Kentshow last commit hash alongside server version in footer
2018-10-01 ChocobozzzAdd timeout on youtube dl to cleaup files
2018-10-01 ChocobozzzDelete each file on failed import
2018-09-28 ChocobozzzCorrectly delete directories on import
2018-09-26 ChocobozzzFix video import of some youtube videos
2018-09-26 ChocobozzzCorrectly fix the webtorrent redundancy bug
2018-09-25 ChocobozzzDirty webtorrent fix to wait FS sync
2018-09-25 ChocobozzzFix redundancy bug with old peertube torrent
2018-09-25 ChocobozzzMerge remote-tracking branch 'origin/master' into develop
2018-09-25 lsdeAdd dot into allowed actor username
2018-09-24 ChocobozzzImprove redundancy: add 'min_lifetime' configuration
2018-09-24 ChocobozzzFix videos list user NSFW policy
2018-09-20 ChocobozzzAdd warning if one of the storage directory is in the...
2018-09-20 ChocobozzzMerge pull request #941 from rigelk/cli-wrapper
2018-09-20 ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-19 ChocobozzzFix jobs tests
2018-09-19 ChocobozzzRefractor audit user identifier
2018-09-19 ChocobozzzMove youtubeDL upgrader in helpers/
2018-09-19 ChocobozzzOptimize activity actor load in AP processors
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-17 ChocobozzzImprove webtorrent import error message when the torren...
2018-09-17 ChocobozzzHandle actors search beginning with '@'
2018-09-14 ChocobozzzSpeed up overviews route
2018-09-14 Rigel Kentone cli to unite them all
2018-09-14 ChocobozzzAdd recently added redundancy strategy
2018-09-13 ChocobozzzBasic video redundancy implementation
2018-09-11 Rigel Kentuse focus-visible polyfill to improve keyboard navigation
2018-09-04 ChocobozzzDo not import live streaming
2018-09-04 ChocobozzzFix video import with URL with small titles
2018-09-04 ChocobozzzFix nsfw filter
2018-09-04 ChocobozzzAdd federation to ownership change
2018-09-04 Gaëtan RizioUsers can change ownership of their video [#510] (...
2018-08-31 ChocobozzzAdd sql trace in error log on sequelize error
2018-08-31 Josh Moreladd user account email verificiation (#977)
2018-08-28 ChocobozzzRefractor user quota SQL queries
2018-08-28 Felix AbleitnerImplement daily upload limit (#956)
2018-08-27 ChocobozzzCorrectly migrate to fs-extra
2018-08-27 Rigel Kentreplace fs by fs-extra to prevent EMFILE error
2018-08-27 ChocobozzzFetch outbox when searching an actor
2018-08-27 ChocobozzzSearch video channel handle/uri
2018-08-27 ChocobozzzAdd ability to search video channels
2018-08-27 ChocobozzzAdd ability to set a name to a channel
2018-08-27 ChocobozzzUse height instead of width to represent the video...
2018-08-27 ChocobozzzAdd subscriptions endpoints to REST API
2018-08-16 ChocobozzzEnsure youtubedl binary exists in ydl helper
2018-08-14 ChocobozzzDon't set a bitrate on unknown audio input
2018-08-14 ChocobozzzCleanup utils helper
2018-08-14 ChocobozzzAdd blacklist reason field
2018-08-10 ChocobozzzAdd state and moderationComment for abuses on server...
2018-08-08 ChocobozzzAdd reason when banning a user
2018-08-08 ChocobozzzImplement user blocking on server side
2018-08-08 ChocobozzzCorrect webtorrent download cleanup
2018-08-08 ChocobozzzAdd torrent tests
2018-08-08 ChocobozzzImport torrents with webtorrent
2018-08-08 ChocobozzzImport magnets with webtorrent
2018-08-07 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzFix caption upload on Mac OS
2018-08-06 ChocobozzzFix fps federation
2018-08-06 ChocobozzzAdd tests regarding video import
2018-08-06 ChocobozzzAdd import http enabled configuration
2018-08-06 ChocobozzzAdd audit logs for video import
2018-08-06 ChocobozzzRemove ability to delete video imports
2018-08-06 ChocobozzzAdd ability to list video imports
2018-08-06 ChocobozzzAdd ability to remove a video import
2018-08-06 ChocobozzzAdd ability to import video with youtube-dl
2018-08-01 Rigel Kentadding tests for audio conversions
2018-08-01 Jorropoffmpeg auto thread
2018-08-01 Rigel Kentfixing tests to deal with new transcoding parameters
2018-08-01 JorropoNice ffmpeg to 15 and 2
2018-08-01 Rigel Kentfixing audio getter when video has no audio
2018-08-01 Rigel KentFixing #626 with ffmpeg's low default audio bitrate
2018-07-31 Aurélien BertronAdd audit logs in various modules
2018-07-31 Aurélien BertronAdd audit logs module
2018-07-31 ChocobozzzCleanup req files on bad request
2018-07-30 ChocobozzzFiw winston meta log
2018-07-26 ChocobozzzFix last commit
2018-07-25 Rigel Kentexpliciting type checks and predicates (server only)
2018-07-24 ChocobozzzFix nodeinfo endpoint
2018-07-24 Rigel Kentadding initial support for nodeinfo
2018-07-24 ChocobozzzAdd advanced search in client
2018-07-24 ChocobozzzAdd videos list filters
2018-07-24 ChocobozzzBegin advanced search
2018-07-16 ChocobozzzHandle .srt subtitles
2018-07-16 ChocobozzzImplement captions/subtitles
2018-07-11 ChocobozzzMigrate to bull
2018-07-09 Anton Latukha(ffmpeg) B-adapt 1 and B-frames 16 (#774)
2018-06-29 ChocobozzzHandle higher FPS for high resolution (test)
2018-06-27 ChocobozzzFix transaction retryer error log
2018-06-26 ChocobozzzUpgrade dependencies
2018-06-22 ChocobozzzFix images size limit
2018-06-20 ChocobozzzFix HTTP fallback when having videostream issues on...
next