]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server
fix missing title attribute on <iframe> tag suggested for embedding (#3901)
[github/Chocobozzz/PeerTube.git] / server /
2021-03-31  Thavarasa Prasanthfix missing title attribute on <iframe> tag suggested...
2021-03-25  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-03-25  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-03-24  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-03-24  ChocobozzzAdd client action hooks for pubish pages
2021-03-24  ChocobozzzAdd server hooks for search endpoint
2021-03-24  ChocobozzzAdd filter hook to forbid embed access
2021-03-24  ChocobozzzAdd hooks support for video download
2021-03-24  ChocobozzzFix external on logout hook
2021-03-24  ChocobozzzAdd regenrate thumbnails scripts
2021-03-24  ChocobozzzRefactor auth flow
2021-03-24  ChocobozzzStricter email options typings
2021-03-24  ChocobozzzAdd new plugin/peertube version notifs
2021-03-24  ChocobozzzReduce bundle size using a const enum
2021-03-24  ChocobozzzCheck ffmepg version on startup
2021-03-24  ChocobozzzFix AP security tests
2021-03-24  ChocobozzzDon't skip all threads on AP fetcher error
2021-03-24  ChocobozzzFix index search
2021-03-24  ChocobozzzFix AP flag validator
2021-03-24  ChocobozzzBigger video thumbnails for feeds
2021-03-24  ChocobozzzFix 404 AP status codes
2021-03-24  ChocobozzzFix request body limit
2021-03-24  ChocobozzzAdd jobs tag to logger
2021-03-24  ChocobozzzUse got instead of request
2021-03-24  ChocobozzzRefactor a little bit AP validators
2021-03-24  ChocobozzzIntroduce tags to the logger
2021-03-22  ChocobozzzFix mention notification with deleted comment
2021-03-09  ChocobozzzFix abuse tests
2021-03-04  ChocobozzzFix moderation notification
2021-03-04  ChocobozzzIncrease timeouts
2021-03-03  ChocobozzzUpgrade server dependencies
2021-03-03  ChocobozzzFix broken hot algorithm
2021-03-03  ChocobozzzOptimize views sort sql query
2021-03-03  ChocobozzzFix emptying video tags
2021-03-03  ChocobozzzDon't create another uneeded preview placeholder
2021-03-03  ChocobozzzRemove unnecessary transcoding job error
2021-03-03  ChocobozzzRename request timeout
2021-03-03  ChocobozzzIncrease broadcast concurrency
2021-03-03  ChocobozzzAdd ability to cleanup remote AP interactions
2021-02-26  ChocobozzzAdd a test for refreshing remote keys
2021-02-26  ChocobozzzFix broken local actors
2021-02-26  ChocobozzzMore robust channel change federation
2021-02-26  ChocobozzzIncrease jobs request timeout
2021-02-26  ChocobozzzAdd more AP stats to stats endpoint
2021-02-26  ChocobozzzFix abuse crash on deleted video
2021-02-26  ChocobozzzFix preview upload with capitalized ext
2021-02-25  ChocobozzzFix process abuse transactions
2021-02-25  ChocobozzzAdd refresh_token_expires_in to oauth res
2021-02-25  ChocobozzzUse named chunk for embed on analyze
2021-02-25  ChocobozzzAsync torrent creation
2021-02-25  ChocobozzzFix separate SQL query for video get
2021-02-25  ChocobozzzTrim video name also on server
2021-02-25  ChocobozzzAdd m4a support
2021-02-25  ChocobozzzFix async issues with channels list
2021-02-22  ChocobozzzCorrectly wait transcoding before federating
2021-02-22  ChocobozzzFix loading things twice on trending page
2021-02-19  ChocobozzzFix stats tests
2021-02-19  ChocobozzzFix import script when using the search index
2021-02-19  ChocobozzzFix sending accept to old follows
2021-02-19  ChocobozzzFix tests
2021-02-19  ChocobozzzFix thread replies API response
2021-02-19  ChocobozzzOptimize rate endpoint
2021-02-19  ChocobozzzFix video comments display with deleted comments
2021-02-19  ChocobozzzTry to speed up server tests
2021-02-19  ChocobozzzFix latest migrations
2021-02-18  ChocobozzzFix import tests
2021-02-18  ChocobozzzCleanup
2021-02-18  ChocobozzzFix feeds
2021-02-18  ChocobozzzAdd ability to update torrents cache in client
2021-02-18  ChocobozzzDon't guess remote tracker URL
2021-02-18  ChocobozzzAdd video files migration
2021-02-18  ChocobozzzDissociate video file names and video uuid
2021-02-16  ChocobozzzOptimize remote image processing
2021-02-16  ChocobozzzOptimize remote thumbnail processing
2021-02-16  ChocobozzzRemove previous thumbnail if needed
2021-02-16  ChocobozzzGenerate a name for caption files
2021-02-16  ChocobozzzGenerate a name for thumbnails
2021-02-16  ChocobozzzRemove deprecated static routes
2021-02-12  ChocobozzzRemove old code
2021-02-12  ChocobozzzGuess if we need to generate the thumbnail for imports
2021-02-11  ChocobozzzIncrease logs test timeout
2021-02-11  ChocobozzzAllow plugins to load a video by id
2021-02-09  ChocobozzzPainfully debug concurrent import jobs
2021-02-08  ChocobozzzEnsure we don't receive things from local actors
2021-02-08  ChocobozzzIncrease test timeout
2021-02-08  ChocobozzzAllow to specify transcoding and import jobs concurrency
2021-02-08  ChocobozzzOptimize videos list API endpoint
2021-02-04  ChocobozzzSupport NodeJS 14 and 15, deprecate Node 10
2021-02-04  Rigel Kentadd best trending strategy based on Reddit's best
2021-02-03  ChocobozzzUpgrade tools dependencies
2021-02-03  ChocobozzzFix get video from redudancy
2021-02-03  ChocobozzzUpdate server dependencies
2021-02-02  ChocobozzzFix HLS generation after import script
2021-02-02  ChocobozzzTranscode HLS playlists in a tmp directory
2021-02-02  ChocobozzzFix broken HLS playback with some audio streams
2021-02-02  ChocobozzzFix hls tests
2021-02-02  ChocobozzzTranscode audio uploads to lower resolutions
2021-02-02  ChocobozzzPurge entire video from redundancy
2021-02-01  ChocobozzzFix lint
2021-02-01  ChocobozzzAdd ability to update plugin auth
next