]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/initializers/constants.ts
Add avatar max size limit
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
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
2017-05-20  ChocobozzzFirst typescript iteration