aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Stricter models typingChocobozzz2021-05-1243-68/+109
* Reorganize plugin modelsChocobozzz2021-05-111-3/+1
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
* Cleanup models directory organizationChocobozzz2021-05-1119-31/+31
* Update channel updatedAt when uploading a videoChocobozzz2021-05-104-8/+11
* Fix remote actor creation dateChocobozzz2021-05-073-8/+11
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-0/+4
* Add ability to filter my videos by liveChocobozzz2021-05-032-16/+48
* Fix banner error in actor jsonChocobozzz2021-04-131-1/+1
* Don't save other attributes when set as refreshedChocobozzz2021-04-121-2/+4
* add channel and playlist stats to server stats endpoint (#3747)Rigel Kent2021-04-122-14/+89
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-081-1/+1
|\
| * Fix outbox fetch with subtitled videosChocobozzz2021-04-081-1/+1
* | Add size info in db for actor imagesChocobozzz2021-04-082-7/+17
* | Update data in DB when regenerate thumbnailsChocobozzz2021-04-082-9/+5
* | Add ability to update the bannerChocobozzz2021-04-082-2/+20
* | Add banner testsChocobozzz2021-04-081-1/+8
* | Add banners supportChocobozzz2021-04-083-55/+87
* | Agnostic actor image storageChocobozzz2021-04-087-39/+70
* | Fix testsChocobozzz2021-04-081-1/+8
* | add sort select to my videos, change default sort to -publishedAtRigel Kent2021-04-061-0/+8
* | Refactor auth flowChocobozzz2021-03-243-9/+10
* | Add new plugin/peertube version notifsChocobozzz2021-03-243-11/+105
|/
* Fix abuse testsChocobozzz2021-03-091-12/+12
* Fix broken hot algorithmChocobozzz2021-03-031-6/+7
* Optimize views sort sql queryChocobozzz2021-03-031-1/+6
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-034-19/+58
* Fix abuse crash on deleted videoChocobozzz2021-02-261-3/+3
* Use named chunk for embed on analyzeChocobozzz2021-02-251-1/+0
* Async torrent creationChocobozzz2021-02-252-1/+9
* Fix separate SQL query for video getChocobozzz2021-02-252-4/+6
* Fix thread replies API responseChocobozzz2021-02-191-11/+17
* Fix video comments display with deleted commentsChocobozzz2021-02-192-23/+39
* CleanupChocobozzz2021-02-184-9/+9
* Fix feedsChocobozzz2021-02-182-7/+11
* Add ability to update torrents cache in clientChocobozzz2021-02-181-1/+1
* Don't guess remote tracker URLChocobozzz2021-02-187-63/+162
* Dissociate video file names and video uuidChocobozzz2021-02-187-156/+225
* Optimize remote thumbnail processingChocobozzz2021-02-161-4/+8
* Remove previous thumbnail if neededChocobozzz2021-02-162-2/+41
* Generate a name for caption filesChocobozzz2021-02-162-19/+41
* Generate a name for thumbnailsChocobozzz2021-02-162-14/+22
* Painfully debug concurrent import jobsChocobozzz2021-02-091-1/+2
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-3/+1
* Optimize videos list API endpointChocobozzz2021-02-081-10/+11
* add best trending strategy based on Reddit's bestRigel Kent2021-02-042-13/+26
* Fix get video from redudancyChocobozzz2021-02-031-2/+2
* Update server dependenciesChocobozzz2021-02-032-45/+55
* Purge entire video from redundancyChocobozzz2021-02-021-0/+51
* Fix testsChocobozzz2021-02-011-2/+1