aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update live settings edge delayChocobozzz2020-11-181-1/+1
|
* Increase live delayChocobozzz2020-11-171-1/+1
|
* Implement video comment list in adminChocobozzz2020-11-131-0/+3
|
* Delay notification when waiting for a liveChocobozzz2020-11-121-0/+2
|
* Force signed headers in http signaturesChocobozzz2020-11-121-0/+4
| | | | Thanks Roger
* Use our implementation of randomIntChocobozzz2020-11-101-1/+2
|
* Cleanup follows of orphean actorsChocobozzz2020-11-101-1/+1
|
* Delay video views scheduled jobChocobozzz2020-11-101-11/+11
| | | | To not overload the federation
* Fix live migrationsChocobozzz2020-11-101-1/+1
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-1/+1
|
* Handle views for live videosChocobozzz2020-11-091-3/+8
|
* Revert some mistakesChocobozzz2020-11-091-4/+3
|
* Reduce P2P blacklist in trackerChocobozzz2020-11-091-1/+1
|
* Add save replay live testsChocobozzz2020-11-091-2/+3
|
* Add check constraints live testsChocobozzz2020-11-091-0/+1
|
* Fix replay savingChocobozzz2020-11-091-1/+3
|
* Check live duration and sizeChocobozzz2020-11-091-2/+5
|
* Add watch messages if live has not startedChocobozzz2020-11-091-3/+7
|
* Live streaming implementation first stepChocobozzz2020-11-091-15/+35
|
* Deprecate old static routesChocobozzz2020-08-261-2/+2
|
* Add server migration for playlistsChocobozzz2020-08-191-1/+1
|
* add .ac3, .aac audio and more video extensionsRigel Kent2020-08-181-5/+8
|
* Add kabile to supported languagesChocobozzz2020-08-111-1/+3
|
* Refactor video extensions logic in serverChocobozzz2020-08-111-7/+34
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-101-6/+36
|
* Add migrations for abuse messagesChocobozzz2020-07-311-1/+1
|
* Add server API to abuse messagesChocobozzz2020-07-311-0/+3
|
* allow sorting notificationsRigel Kent2020-07-291-2/+2
|
* Add migrationsChocobozzz2020-07-101-1/+1
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-9/+18
|
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-101-1/+16
| | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Block infohash spammers from trackerChocobozzz2020-06-251-1/+2
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-1/+1
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* First implem global searchChocobozzz2020-06-101-0/+11
|
* Fix broken migration introduced in 2.2.0-rc.1Chocobozzz2020-05-251-1/+1
|
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-1/+2
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix auto follow index URLChocobozzz2020-05-121-5/+0
|
* Add last login date to usersChocobozzz2020-05-071-1/+1
|
* Increase video comments limitChocobozzz2020-05-051-1/+1
|
* Fix playlist description lengthChocobozzz2020-05-051-1/+1
|
* Fix plugin-auth migrationRigel Kent2020-05-051-1/+1
|
* Add external login testsChocobozzz2020-05-041-0/+5
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-1/+1
|
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-2/+2
|
* Increase fetcher job ttlChocobozzz2020-04-111-2/+2
|
* Increase max page valueChocobozzz2020-04-101-1/+1
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-6/+3
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+1
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-0/+2
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Fix remote avatar without AP mediatype fieldChocobozzz2020-02-121-1/+3
|