Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change audio label, 0p > Audio | kontrollanten | 2021-07-12 | 1 | -1/+1 |
| | | | | Changes the audio label in the Download modal. | ||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 3 | -5/+4 |
| | |||||
* | Fix missing delete cascade video -> channel | Chocobozzz | 2021-07-01 | 1 | -1/+2 |
| | |||||
* | Don't check enum for video model | Chocobozzz | 2021-06-29 | 1 | -6/+0 |
| | | | | Licence, language and category could be extended by a remote plugin | ||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 3 | -4/+9 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 3 | -10/+80 |
| | |||||
* | Refactor live manager | Chocobozzz | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Fix missing transactions | Chocobozzz | 2021-06-15 | 4 | -9/+17 |
| | |||||
* | More robust actor image lazy load | Chocobozzz | 2021-06-14 | 1 | -0/+4 |
| | |||||
* | Remove unnecessary log | Chocobozzz | 2021-06-11 | 1 | -3/+0 |
| | |||||
* | Fix redundancy row grabbing | Chocobozzz | 2021-06-11 | 1 | -6/+2 |
| | |||||
* | Include transaction in video hooks | Chocobozzz | 2021-06-11 | 1 | -11/+6 |
| | |||||
* | Fix video with all files query | Chocobozzz | 2021-06-11 | 1 | -0/+1 |
| | |||||
* | Fix live files include | Chocobozzz | 2021-06-11 | 4 | -14/+17 |
| | |||||
* | Fix video rights fetching | Chocobozzz | 2021-06-11 | 1 | -0/+1 |
| | |||||
* | Cleanup video model scopes | Chocobozzz | 2021-06-11 | 1 | -55/+7 |
| | |||||
* | Move get* video methods to formatter | Chocobozzz | 2021-06-11 | 2 | -32/+45 |
| | |||||
* | Refactor schedule update | Chocobozzz | 2021-06-11 | 1 | -19/+5 |
| | |||||
* | Refactor include checks | Chocobozzz | 2021-06-11 | 1 | -53/+49 |
| | |||||
* | Use raw SQL for most of video queries | Chocobozzz | 2021-06-11 | 8 | -169/+187 |
| | |||||
* | Optimize join build | Chocobozzz | 2021-06-11 | 4 | -29/+39 |
| | |||||
* | Optimize rows parsing | Chocobozzz | 2021-06-11 | 7 | -131/+164 |
| | |||||
* | Fetch directly all video attributes for get API | Chocobozzz | 2021-06-11 | 1 | -3/+3 |
| | |||||
* | Use separate queries for video files | Chocobozzz | 2021-06-11 | 8 | -56/+231 |
| | |||||
* | Use raw SQL for video get request | Chocobozzz | 2021-06-10 | 10 | -388/+876 |
| | |||||
* | Refactor video query builder | Chocobozzz | 2021-06-10 | 7 | -777/+1049 |
| | |||||
* | Transaction is optional | Chocobozzz | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | Optimize AP video captions update | Chocobozzz | 2021-06-09 | 1 | -5/+14 |
| | |||||
* | Try to speed up AP update transaction | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Don't count deleted comment for replies | Chocobozzz | 2021-06-08 | 1 | -6/+2 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 1 | -3/+3 |
| | |||||
* | Refactor AP playlists | Chocobozzz | 2021-06-03 | 1 | -3/+2 |
| | |||||
* | Refactor getOrCreateAPVideo | Chocobozzz | 2021-06-02 | 1 | -0/+4 |
| | |||||
* | Add expiresOn index | Chocobozzz | 2021-06-01 | 1 | -0/+3 |
| | |||||
* | Add tags to live logger | Chocobozzz | 2021-05-28 | 1 | -3/+3 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 2 | -2/+2 |
| | | | | And use them as default in client | ||||
* | 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 |
| | |