Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -0/+69 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix lint | Chocobozzz | 2021-05-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-26 | 2 | -44/+1 |
|\| | |||||
| * | Fix broken lives handling | Chocobozzz | 2021-05-26 | 1 | -0/+1 |
| | | |||||
| * | Fix redundancy max size | Chocobozzz | 2021-05-26 | 1 | -44/+0 |
| | | |||||
| * | Avoid error when file has no torrent file | Chocobozzz | 2021-05-25 | 2 | -14/+20 |
| | | |||||
| * | Fix 4106: default boolean plugin setting for frontend | John Livingston | 2021-05-25 | 1 | -1/+1 |
| | | |||||
* | | Avoid error when file has no torrent file | Chocobozzz | 2021-05-25 | 2 | -14/+20 |
| | | |||||
* | | Fix 4106: default boolean plugin setting for frontend | John Livingston | 2021-05-25 | 1 | -1/+1 |
| | | |||||
* | | Inject server config in HTML | Chocobozzz | 2021-05-14 | 1 | -2/+1 |
| | | |||||
* | | Refactor a little bit controllers | Chocobozzz | 2021-05-12 | 1 | -1/+1 |
| | | |||||
* | | Stricter models typing | Chocobozzz | 2021-05-12 | 43 | -68/+109 |
| | | |||||
* | | Reorganize plugin models | Chocobozzz | 2021-05-11 | 1 | -3/+1 |
| | | |||||
* | | Cleanup shared models | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | | |||||
* | | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 19 | -31/+31 |
|/ | |||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 4 | -8/+11 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 3 | -8/+11 |
| | |||||
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 1 | -0/+4 |
| | | | | So we can load the full user | ||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 2 | -16/+48 |
| | |||||
* | Fix banner error in actor json | Chocobozzz | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | Don't save other attributes when set as refreshed | Chocobozzz | 2021-04-12 | 1 | -2/+4 |
| | |||||
* | add channel and playlist stats to server stats endpoint (#3747) | Rigel Kent | 2021-04-12 | 2 | -14/+89 |
| | | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats | ||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
|\ | |||||
| * | Fix outbox fetch with subtitled videos | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | | |||||
* | | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 2 | -7/+17 |
| | | |||||
* | | Update data in DB when regenerate thumbnails | Chocobozzz | 2021-04-08 | 2 | -9/+5 |
| | | |||||
* | | Add ability to update the banner | Chocobozzz | 2021-04-08 | 2 | -2/+20 |
| | | |||||
* | | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -1/+8 |
| | | |||||
* | | Add banners support | Chocobozzz | 2021-04-08 | 3 | -55/+87 |
| | | |||||
* | | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 7 | -39/+70 |
| | | |||||
* | | Fix tests | Chocobozzz | 2021-04-08 | 1 | -1/+8 |
| | | |||||
* | | add sort select to my videos, change default sort to -publishedAt | Rigel Kent | 2021-04-06 | 1 | -0/+8 |
| | | | | | | | | fixes #3779 | ||||
* | | Refactor auth flow | Chocobozzz | 2021-03-24 | 3 | -9/+10 |
| | | | | | | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 3 | -11/+105 |
|/ | |||||
* | Fix abuse tests | Chocobozzz | 2021-03-09 | 1 | -12/+12 |
| | |||||
* | Fix broken hot algorithm | Chocobozzz | 2021-03-03 | 1 | -6/+7 |
| | |||||
* | Optimize views sort sql query | Chocobozzz | 2021-03-03 | 1 | -1/+6 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 4 | -19/+58 |
| | |||||
* | Fix abuse crash on deleted video | Chocobozzz | 2021-02-26 | 1 | -3/+3 |
| | |||||
* | Use named chunk for embed on analyze | Chocobozzz | 2021-02-25 | 1 | -1/+0 |
| | |||||
* | Async torrent creation | Chocobozzz | 2021-02-25 | 2 | -1/+9 |
| | |||||
* | Fix separate SQL query for video get | Chocobozzz | 2021-02-25 | 2 | -4/+6 |
| | |||||
* | Fix thread replies API response | Chocobozzz | 2021-02-19 | 1 | -11/+17 |
| | |||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 2 | -23/+39 |
| | |||||
* | Cleanup | Chocobozzz | 2021-02-18 | 4 | -9/+9 |
| | |||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 2 | -7/+11 |
| | |||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 7 | -63/+162 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 7 | -156/+225 |
| |