]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/initializers/constants.ts
Limit comment length to 1 character, fixes #394 (#399)
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
2018-03-24  Aurélien BertronLimit comment length to 1 character, fixes #394 (#399)
2018-03-22  ChocobozzzAdd option to disable starttls
2018-03-19  ChocobozzzFix video_share_url duplicate key in transcoding job
2018-03-15  ChocobozzzAdd short description in config
2018-03-01  ChocobozzzAdd ability to change the homepage
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-15  ChocobozzzImplement support field in video and video channel
2018-02-14  ChocobozzzAdd ability to set video thumbnail/preview
2018-01-31  ChocobozzzAdd new name/terms/description config options
2018-01-30  ChocobozzzAdd ability to reset our password
2018-01-29  ChocobozzzFix migrations
2018-01-26  ChocobozzzDon't rehost announced video activities
2018-01-25  ChocobozzzMove job queue to redis
2018-01-19  ChocobozzzAdd ability to configure log level
2018-01-18  ChocobozzzDon't show videos of remote instance after unfollow
2018-01-17  ChocobozzzAdd ability to update some configuration keys
2018-01-16  ChocobozzzUpdate README badge paths
2018-01-16  ChocobozzzFix config storage paths
2018-01-12  ChocobozzzUpdate follower/following counts
2018-01-11  ChocobozzzActivity Pub improvements
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-05  ChocobozzzRemove :443 from video urls too
2018-01-05  ChocobozzzFix tls and account bug
2018-01-04  ChocobozzzRefresh remote accounts
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
2017-12-29  ChocobozzzBegin to add avatar to actors
2017-12-29  ChocobozzzAdd migration to delete old Authors table
2017-12-22  ChocobozzzAdd comments controller
2017-12-22  ChocobozzzCreate comment on replied mastodon statutes
2017-12-21  ChocobozzzSanitize url to not end with implicit ports
2017-12-19  ChocobozzzFix migration scripts
2017-12-19  ChocobozzzStatus are sent to mastodon
2017-12-19  ChocobozzzBegin moving video channel to actor
2017-12-19  ChocobozzzSave
2017-12-19  Andréas LivetEnh #106 : Add an autoPlayVideo user attribute (#159)
2017-12-13  ChocobozzzAdd migration
2017-12-13  ChocobozzzMove models to typescript-sequelize
2017-12-11  ChocobozzzMerge branch 'feature/design' into develop
2017-12-07  ChocobozzzFirst upload step is ok
2017-12-05  ChocobozzzFix client search
2017-12-04  ChocobozzzAdd account avatar
2017-11-30  ChocobozzzFix req accepts
2017-11-30  ChocobozzzFix activitypub check headers
2017-11-30  ChocobozzzAdd ability to list jobs
2017-11-29  ChocobozzzFix well known and json parser with mastodon
2017-11-28  ChocobozzzRemove max duration/filesize constraints
2017-11-28  ChocobozzzFix migration for Servers table
2017-11-27  ChocobozzzAdd activitypub migration script
2017-11-27  ChocobozzzFederate likes/dislikes
2017-11-27  ChocobozzzFetch outbox to grab old activities tests
2017-11-27  ChocobozzzFetch outbox to grab old activities
2017-11-27  ChocobozzzAdd follow tests
2017-11-27  ChocobozzzAdd ability to unfollow a server
2017-11-27  ChocobozzzOptimize signature verification
2017-11-27  ChocobozzzSpeed up activity pub http requests
2017-11-27  ChocobozzzApplicationFollow -> SeverFollow
2017-11-27  ChocobozzzServer shares user videos
2017-11-27  ChocobozzzSend server announce when users upload a video
2017-11-27  ChocobozzzRename Pod -> Server
2017-11-27  ChocobozzzFollow works
2017-11-27  ChocobozzzFix issues on server start
2017-11-27  ChocobozzzHandle follow/accept
2017-11-27  ChocobozzzMake it compile at least
2017-11-27  ChocobozzzRemove references to author
2017-11-27  ChocobozzzContinue activitypub
2017-11-27  ChocobozzzBegin activitypub
2017-10-31  ChocobozzzAdd video privacy setting
2017-10-30  ChocobozzzAdd lazy description on server
2017-10-27  ChocobozzzSupport roles with rights and add moderator role
2017-10-26  ChocobozzzIncrease video attributes length
2017-10-26  ChocobozzzAdd migration script for channels
2017-10-26  ChocobozzzAdd video channels
2017-10-19  ChocobozzzAdd pod list endpoint with pagination, sort...
2017-10-17  ChocobozzzUse preview instead of thumbnail for oembed
2017-10-16  ChocobozzzAdd oembed endpoint
2017-10-09  ChocobozzzChange how we handle resolution
2017-10-03  ChocobozzzAdd migration script
2017-10-03  ChocobozzzImplement video transcoding on server side
2017-09-22  Green-StarHandle blacklist (#84)
2017-09-14  ChocobozzzAdd info when server is processing a video at upload
2017-09-04  ChocobozzzMake tslint happy
2017-09-04  ChocobozzzConvert tests to typescript
2017-09-04  ChocobozzzBegin user quota
2017-08-25  ChocobozzzMove video file metadata in their own table
2017-07-25  ChocobozzzAdd ability to limit user registrations
2017-07-12  ChocobozzzAdd previews cache system between pods
2017-07-11  ChocobozzzUse global uuid instead of remoteId for videos
2017-07-07  ChocobozzzAsync signature and various fixes
2017-06-16  ChocobozzzCreate types for model enums
2017-06-11  ChocobozzzUpdate webpack stack
2017-06-10  ChocobozzzType functions
2017-06-05  Chocobozzzrequire -> import
2017-05-25  ChocobozzzType models
next