aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup follows of orphean actorsChocobozzz2020-11-102-1/+28
|
* Delay video views scheduled jobChocobozzz2020-11-101-11/+11
| | | | To not overload the federation
* Fix live migrationsChocobozzz2020-11-102-1/+27
|
* 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
|
* Add max lives limitChocobozzz2020-11-092-1/+4
|
* Fix replay savingChocobozzz2020-11-091-1/+3
|
* Check live duration and sizeChocobozzz2020-11-095-4/+22
|
* Add watch messages if live has not startedChocobozzz2020-11-091-3/+7
|
* Live streaming implementation first stepChocobozzz2020-11-095-19/+127
|
* Deprecate old static routesChocobozzz2020-08-261-2/+2
|
* Update server dependenciesChocobozzz2020-08-251-1/+1
|
* Fix testsChocobozzz2020-08-241-7/+10
|
* Add ssl support to postgresqlChocobozzz2020-08-242-0/+3
|
* Better error message on postgresql connection errChocobozzz2020-08-241-0/+8
|
* Add server migration for playlistsChocobozzz2020-08-192-1/+47
|
* 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-312-1/+55
|
* Add server API to abuse messagesChocobozzz2020-07-312-0/+5
|
* allow sorting notificationsRigel Kent2020-07-291-2/+2
|
* Relax migrationsChocobozzz2020-07-111-7/+0
|
* Add new abuses testsChocobozzz2020-07-101-2/+0
|
* Add migrationsChocobozzz2020-07-103-1/+93
|
* Use 3 tables to represent abusesChocobozzz2020-07-103-30/+42
|
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-102-2/+18
| | | | | | | | | | | | | | | 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
|
* 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
|