aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types
Commit message (Expand)AuthorAgeFilesLines
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-226-12/+22
* Implement remote runner jobs in serverChocobozzz2023-05-095-0/+39
* Feature/Add replay privacy (#5692)Wicklow2023-03-315-6/+19
* Implement signup approval in serverChocobozzz2023-01-194-2/+25
* Merge branch 'feature/SO035' into developChocobozzz2023-01-093-2/+32
|\
| * External auth can update user on loginChocobozzz2023-01-043-1/+26
| * External auth can set more user fieldsChocobozzz2023-01-041-1/+6
* | Implement getServerListeningConfig plugin helperChocobozzz2023-01-041-0/+3
|/
* Add ability to get user from file tokenChocobozzz2022-12-201-0/+5
* Use private ACL for private videos in s3Chocobozzz2022-10-241-1/+1
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-241-6/+6
* Add ability for plugins to register ws routesChocobozzz2022-10-113-0/+23
* Expose PeerTube socket to plugins (#5239)kontrollanten2022-10-101-1/+6
* Channel sync (#5135)Florent2022-08-103-0/+21
* Add job queue hooksChocobozzz2022-08-021-12/+5
* Introduce experimental telemetryChocobozzz2022-07-061-0/+2
* store uploaded video filename (#4885)kontrollanten2022-06-212-1/+8
* Support live session in serverChocobozzz2022-05-033-0/+18
* Support video views/viewers stats in serverChocobozzz2022-04-154-0/+28
* Add basic video editor supportChocobozzz2022-02-281-1/+2
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-23/+25
* Fix missing Account.name on getAuthUser return type.John Livingston2022-01-121-0/+3
* Stop using tsconfig registerChocobozzz2022-01-062-0/+189
* 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
* 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
* 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
* 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
* Allow plugins to load a video by idChocobozzz2021-02-111-0/+1