]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib
Implement video channel feeds
[github/Chocobozzz/PeerTube.git] / server / lib /
2018-04-25  ChocobozzzVideo channel API routes refractor
2018-04-23  ChocobozzzUse ISO 639 for languages
2018-04-19  Gérald NielMerge branch 'develop' of framagit.org:chocobozzz/PeerT...
2018-04-18  ChocobozzzProcess broadcast requests in parallel
2018-04-18  ChocobozzzMove server follow in the job queue
2018-04-17  ChocobozzzAdd redis cache to feed route
2018-04-15  ChocobozzzDon't add a dot after the url in forgot password email
2018-04-04  ChocobozzzDon't start application until all components were initi...
2018-03-28  ChocobozzzTruncate correctly video descriptions
2018-03-27  ChocobozzzTry to refractor activities sending
2018-03-27  ChocobozzzFix delete comment federation
2018-03-26  ChocobozzzFix error logging
2018-03-23  ChocobozzzAdd public to activitypub announces
2018-03-23  ChocobozzzImprove logging when cannot fetch remote videos
2018-03-22  ChocobozzzImprove activity pub actors implementation
2018-03-22  ChocobozzzAdd option to disable starttls
2018-03-22  ChocobozzzAdd /activity to activity create ids
2018-03-22  ChocobozzzDisable starttls for emails on localhost
2018-03-22  ChocobozzzAdd logging for emails
2018-03-21  ChocobozzzFix issues with truncated description and utf characters
2018-03-19  ChocobozzzFix video_share_url duplicate key in transcoding job
2018-03-19  ChocobozzzUpdate the api documentation
2018-03-19  ChocobozzzSanitize invalid actor description
2018-03-15  ChocobozzzAdd short description in config
2018-03-13  ChocobozzzUpgrade server depencencies
2018-02-27  ChocobozzzFix typings
2018-02-27  ChocobozzzFix job panel sorting in administration
2018-02-27  ChocobozzzFix resolution for portrait videos
2018-02-27  ChocobozzzDon't fail on upload if we cannot generate thumbnail
2018-02-27  ChocobozzzAdd logs for scheduler
2018-02-23  ChocobozzzAvoids easy cheating on vidoe views
2018-02-23  ChocobozzzFix lint
2018-02-23  ChocobozzzDetect posting request in our own inbox
2018-02-21  ChocobozzzUnlisted videos are not displayed on Mastodon now
2018-02-15  ChocobozzzImplement support field in video and video channel
2018-02-14  ChocobozzzHandle thumbnail update
2018-02-14  ChocobozzzAdd ability to set video thumbnail/preview
2018-02-12  ChocobozzzDon't stuck on active jobs
2018-02-08  ChocobozzzFix job count api
2018-02-07  ChocobozzzFix job queue api
2018-02-01  ChocobozzzSend an email on video abuse report
2018-01-30  ChocobozzzFix job queue backoff
2018-01-30  ChocobozzzAdd tests for emails
2018-01-30  ChocobozzzAdd ability to reset our password
2018-01-29  ChocobozzzAdd ability to login with email
2018-01-29  ChocobozzzAdd id to likes/dislikes/comments/shares collections
2018-01-26  ChocobozzzFix video announces processing
2018-01-26  ChocobozzzUse sensitive instead of nsfw in activitypub
2018-01-26  ChocobozzzDon't rehost announced video activities
2018-01-26  ChocobozzzFix announce activities
2018-01-25  ChocobozzzMove job queue to redis
2018-01-25  ChocobozzzAccept actors with url objects instead of string
2018-01-24  ChocobozzzFix lint
2018-01-24  ChocobozzzUpgrade server dependencies
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-15  ChocobozzzFix actor followers/following counts
2018-01-12  ChocobozzzFix communication with mastodon
2018-01-12  ChocobozzzUpdate follower/following counts
2018-01-12  ChocobozzzAvoid making retried requests to dead followers
2018-01-11  ChocobozzzActivity Pub improvements
2018-01-11  ChocobozzzAdd reject processing for activitypub
2018-01-11  ChocobozzzFix actor refresh
2018-01-11  ChocobozzzAdd tests to handle down server
2018-01-11  ChocobozzzAdd scores to follows and remove bad ones
2018-01-10  ChocobozzzFetch remote AP objects
2018-01-08  ChocobozzzFix comment creation
2018-01-08  ChocobozzzFix lint
2018-01-08  ChocobozzzSend comment to followers and parents
2018-01-05  ChocobozzzAdd mentions to comments
2018-01-04  ChocobozzzHandle HTML is comments
2018-01-04  ChocobozzzFix delete activities
2018-01-04  ChocobozzzRefresh remote accounts
2018-01-04  ChocobozzzAdd ability to delete comments
2018-01-03  ChocobozzzSend account activitypub update events
2018-01-03  ChocobozzzCircle avatar
2018-01-03  ChocobozzzAdd ability to disable video comments
2017-12-29  ChocobozzzBegin to add avatar to actors
2017-12-28  ChocobozzzPropagate old comment on new follow
2017-12-28  ChocobozzzFix preview 404
2017-12-27  ChocobozzzAdd comments federation tests
2017-12-27  ChocobozzzAdd video comment components
2017-12-27  ChocobozzzSend video comment comments to followers/origin
2017-12-22  ChocobozzzBegin unit tests
2017-12-22  ChocobozzzAdd comments controller
2017-12-22  ChocobozzzCreate comment on replied mastodon statutes
2017-12-20  ChocobozzzDesign modals
2017-12-20  ChocobozzzImprove video tag in edit form
2017-12-20  ChocobozzzAdd transition on play/loading player
2017-12-20  ChocobozzzOnly import bootstrap component that we need
2017-12-19  ChocobozzzHandle mastodon shares
2017-12-19  ChocobozzzFix player play exception on chromium
2017-12-19  ChocobozzzFix lint
2017-12-19  ChocobozzzStatus are sent to mastodon
2017-12-19  ChocobozzzUse RsaSignature2017
2017-12-19  ChocobozzzUnfollow with host
2017-12-19  ChocobozzzAdd dirty migration :/
2017-12-19  ChocobozzzBegin moving video channel to actor
2017-12-19  ChocobozzzSave
next