aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize signature verificationChocobozzz2017-11-271-2/+2
* Speed up activity pub http requestsChocobozzz2017-11-271-1/+1
* Generate application keys tooChocobozzz2017-11-271-1/+8
* Optimize account creationChocobozzz2017-11-271-3/+3
* ApplicationFollow -> SeverFollowChocobozzz2017-11-271-1/+1
* Server shares user videosChocobozzz2017-11-271-7/+5
* Send server announce when users upload a videoChocobozzz2017-11-272-4/+4
* Handle announces in inboxChocobozzz2017-11-271-0/+4
* Fix error when creating a fresh databaseChocobozzz2017-11-271-1/+6
* Rename Pod -> ServerChocobozzz2017-11-272-9/+5
* Follow worksChocobozzz2017-11-273-6/+23
* Fix issues on server startChocobozzz2017-11-272-10/+21
* Handle follow/acceptChocobozzz2017-11-271-33/+9
* Make it compile at leastChocobozzz2017-11-274-21/+15
* Remove references to authorChocobozzz2017-11-273-7/+3
* Continue activitypubChocobozzz2017-11-271-40/+16
* Begin activitypubChocobozzz2017-11-273-18/+29
* Upgrade server packagesChocobozzz2017-10-311-2/+2
* Add video privacy settingChocobozzz2017-10-312-1/+44
* Add lazy description on serverChocobozzz2017-10-303-4/+35
* Add tests to user rolesChocobozzz2017-10-271-1/+0
* Support roles with rights and add moderator roleChocobozzz2017-10-273-14/+43
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-0/+1
* Increase video attributes lengthChocobozzz2017-10-261-4/+4
* Add migration script for channelsChocobozzz2017-10-262-1/+112
* Fix lintChocobozzz2017-10-261-1/+1
* Use async/await in lib and initializersChocobozzz2017-10-265-208/+178
* Use async/await in controllersChocobozzz2017-10-261-0/+1
* Add video channelsChocobozzz2017-10-263-12/+32
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-0/+1
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-2/+8
* Add oembed endpointChocobozzz2017-10-161-4/+10
* Fix database benchmark in prod modeChocobozzz2017-10-101-1/+1
* Change how we handle resolutionChocobozzz2017-10-092-33/+21
* Add migration scriptChocobozzz2017-10-032-3/+64
* Implement video transcoding on server sideChocobozzz2017-10-031-10/+20
* Handle blacklist (#84)Green-Star2017-09-221-1/+2
* Add info when server is processing a video at uploadChocobozzz2017-09-141-1/+1
* Add tests for npm run scriptsChocobozzz2017-09-071-20/+19
* Fix tests and user quotaChocobozzz2017-09-061-1/+1
* Make tslint happyChocobozzz2017-09-041-2/+2
* Convert tests to typescriptChocobozzz2017-09-041-1/+1
* Begin user quotaChocobozzz2017-09-044-7/+45
* Fix config checkerChocobozzz2017-08-262-11/+14
* Move video file metadata in their own tableChocobozzz2017-08-255-10/+105
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+2
* Fix lintChocobozzz2017-07-121-3/+1
* Add previews cache system between podsChocobozzz2017-07-122-5/+41
* Remove "function" in favor of () => {}Chocobozzz2017-07-113-5/+5
* Use global uuid instead of remoteId for videosChocobozzz2017-07-1113-13/+170