aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Block infohash spammers from trackerChocobozzz2020-06-251-1/+2
|
* Add database.name config optionGirish Ramakrishnan2020-06-251-1/+1
| | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-222-1/+32
| | | | | - 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
* Fix video view filenameChocobozzz2020-06-151-1/+1
|
* First implem global searchChocobozzz2020-06-104-7/+33
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-032-1/+7
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Support broadcast messagesChocobozzz2020-05-292-2/+19
|
* Fix broken migration introduced in 2.2.0-rc.1Chocobozzz2020-05-253-31/+39
|
* Fix migrationsChocobozzz2020-05-181-0/+30
|
* 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 moderation helpers to pluginsChocobozzz2020-05-071-3/+0
|
* Add last login date to usersChocobozzz2020-05-072-1/+27
|
* Increase video comments limitChocobozzz2020-05-051-1/+1
|
* Fix playlist description lengthChocobozzz2020-05-052-1/+27
|
* Fix plugin-auth migrationRigel Kent2020-05-052-1/+1
|
* Add external login testsChocobozzz2020-05-041-0/+5
|
* Add plugin auth migrationsChocobozzz2020-05-042-30/+42
|
* Avoir some circular dependenciesChocobozzz2020-05-041-2/+1
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-3/+1
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-012-1/+29
|
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-2/+2
|
* Increase fetcher job ttlChocobozzz2020-04-111-2/+2
|
* Add sendmailIsmaël Bouya2020-04-101-0/+2
|
* Increase max page valueChocobozzz2020-04-101-1/+1
|
* Check config resolutions keysChocobozzz2020-04-101-0/+2
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-073-1/+16
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-6/+3
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-102-1/+31
| | | | | | | | | | | | | | | | | | | * 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
* Fix build with typescript 3.8Chocobozzz2020-02-281-1/+1
|
* Update dependenciesChocobozzz2020-02-284-5/+5
|
* Refactor email enabled functionChocobozzz2020-02-172-4/+8
|
* 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
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-071-0/+5
|\
| * Correctly fix octet stream fallback for video extChocobozzz2020-02-071-0/+2
| |
| * Support wma and wav audio filesChocobozzz2020-02-071-0/+3
| |
| * Remove octet stream fallback for video extensionChocobozzz2020-02-061-1/+0
| | | | | | | | It could be a FLAC file for example
* | Remove octet stream fallback for video extensionChocobozzz2020-02-061-1/+0
| | | | | | | | It could be a FLAC file for example
* | Fix language list buildChocobozzz2020-02-061-1/+1
| |
* | Move to eslintcontainChocobozzz2020-02-0390-300/+291
| |
* | Add url field in caption and use it for thumbnailsChocobozzz2020-01-302-3/+32
| |
* | Downsample to the closest divisor standard framerateRigel Kent2020-01-291-0/+2
| |
* | Add ability to list redundanciesChocobozzz2020-01-283-14/+42
|/
* Use a proxy for youtube-dl to avoid travis errorsChocobozzz2020-01-211-1/+5
|
* Update a little bit user dropdown messageChocobozzz2020-01-211-1/+1
|
* Avoid follow SQL conflictsChocobozzz2020-01-101-1/+1
|
* Cleanup DB indexesChocobozzz2020-01-102-1/+23
|
* Return an error on invalid count paginationChocobozzz2020-01-091-3/+10
|
* Add infohash cacheChocobozzz2020-01-031-1/+7
|