aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types
Commit message (Collapse)AuthorAgeFilesLines
* Support live session in serverChocobozzz2022-05-033-0/+18
|
* Support video views/viewers stats in serverChocobozzz2022-04-154-0/+28
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Add basic video editor supportChocobozzz2022-02-281-1/+2
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix missing Account.name on getAuthUser return type.John Livingston2022-01-121-0/+3
|
* Stop using tsconfig registerChocobozzz2022-01-062-0/+189
| | | | Prefer to replace paths at compile time
* Move typescript utils in its own directoryChocobozzz2021-12-1630-38/+37
|
* Add ffprobe helperChocobozzz2021-12-161-0/+2
|
* Add videos.getFiles plugin helperChocobozzz2021-12-161-0/+28
|
* Add video file size info in admin videos listChocobozzz2021-10-293-4/+6
|
* Deprecate filter video queryChocobozzz2021-10-291-1/+1
| | | | Introduce include and isLocal instead
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-1/+1
|
* Add ability to search playlistsChocobozzz2021-06-251-2/+2
|
* Refactor schedule updateChocobozzz2021-06-111-8/+0
|
* Instance homepage support (#4007)Chocobozzz2021-05-272-0/+5
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Stricter models typingChocobozzz2021-05-121-2/+3
|
* Cleanup models directory organizationChocobozzz2021-05-1117-25/+27
|
* Fix remote actor creation dateChocobozzz2021-05-071-1/+1
|
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-2/+2
| | | | So we can load the full user
* Add auth header in plugins guideChocobozzz2021-04-221-0/+4
|
* Add data directory for plugins and some helpersChocobozzz2021-04-221-1/+16
|
* Add server plugin helpersChocobozzz2021-04-091-0/+7
|
* Add banners supportChocobozzz2021-04-085-39/+57
|
* Agnostic actor image storageChocobozzz2021-04-085-28/+28
|
* Add new plugin/peertube version notifsChocobozzz2021-03-244-1/+18
|
* Fix abuse testsChocobozzz2021-03-091-3/+4
|
* Fix separate SQL query for video getChocobozzz2021-02-251-1/+0
|
* Don't guess remote tracker URLChocobozzz2021-02-182-1/+10
|
* Dissociate video file names and video uuidChocobozzz2021-02-182-9/+19
|
* Generate a name for caption filesChocobozzz2021-02-161-2/+2
|
* Generate a name for thumbnailsChocobozzz2021-02-161-0/+12
| | | | Allows aggressive caching
* Allow plugins to load a video by idChocobozzz2021-02-111-0/+1
|
* Update server dependenciesChocobozzz2021-02-031-0/+3
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-0/+3
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-2/+1
|
* Provide express request to onLogout callChocobozzz2020-11-201-1/+2
| | | | + pluginInfo related changes
* Implement video comment list in adminChocobozzz2020-11-131-2/+7
|
* Begin live testsChocobozzz2020-11-091-3/+6
|
* Live streaming implementation first stepChocobozzz2020-11-092-0/+16
|
* Add openapi docChocobozzz2020-07-311-3/+3
|
* Add abuse messages/states notificationsChocobozzz2020-07-312-11/+12
|
* Add abuse messages management in my accountChocobozzz2020-07-311-1/+5
|
* Add server API to abuse messagesChocobozzz2020-07-313-1/+28
|
* Add new abuses testsChocobozzz2020-07-101-1/+1
|
* Add migrationsChocobozzz2020-07-101-0/+1
|
* Implement abuses check paramsChocobozzz2020-07-101-2/+7
|
* Use 3 tables to represent abusesChocobozzz2020-07-106-45/+122
|
* fix change ownership typingRigel Kent2020-06-281-2/+2
|
* Reorganize client shared modulesChocobozzz2020-06-2332-50/+175
|