Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix VideoStreamingPlaylist model | Chocobozzz | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 7 | -9/+10 |
| | | | | So other projects can use them | ||||
* | Add redirection on unavailable video due to follow constraints | Chocobozzz | 2020-08-26 | 2 | -0/+4 |
| | |||||
* | Add ability to set a description to dynamic fields | Chocobozzz | 2020-08-21 | 1 | -0/+2 |
| | |||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 7 | -8/+23 |
| | |||||
* | Support plugin hooks in embed | Chocobozzz | 2020-08-20 | 2 | -2/+8 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 1 | -0/+1 |
| | | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation | ||||
* | Make channelName optionnal only for the API | kimsible | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Add channelName to user-create server-side and models | kimsible | 2020-08-11 | 1 | -0/+1 |
| | |||||
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 1 | -0/+2 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 22 | -174/+18 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 5 | -24/+15 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 2 | -5/+18 |
| | |||||
* | Add abuse messages management in my account | Chocobozzz | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | Add abuse message management in admin | Chocobozzz | 2020-07-31 | 1 | -0/+1 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 3 | -5/+24 |
| | |||||
* | Add ability to report account | Chocobozzz | 2020-07-10 | 2 | -2/+4 |
| | |||||
* | Add ability to report comments in front end | Chocobozzz | 2020-07-10 | 1 | -0/+1 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Use raw sql for abuses | Chocobozzz | 2020-07-10 | 1 | -9/+9 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 3 | -11/+25 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 5 | -4/+16 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 26 | -110/+157 |
| | |||||
* | ar to ar-001 locale | Chocobozzz | 2020-07-02 | 1 | -2/+2 |
| | |||||
* | fix change ownership typing | Rigel Kent | 2020-06-28 | 1 | -6/+2 |
| | |||||
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 1 | -0/+1 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 19 | -94/+108 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 7 | -3/+62 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | More robust max bitrate calculation | Chocobozzz | 2020-06-17 | 1 | -31/+34 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 1 | -0/+2 |
| | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 5 | -9/+9 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 5 | -9/+9 |
| | | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790 | ||||
* | Add search target check params | Chocobozzz | 2020-06-10 | 1 | -3/+1 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 7 | -2/+46 |
| | |||||
* | Add kab and vi locales | Chocobozzz | 2020-06-04 | 1 | -5/+8 |
| | |||||
* | Add ar-001 locale | Chocobozzz | 2020-06-04 | 1 | -0/+2 |
| | |||||
* | Revert "Remove oc locale support" | Chocobozzz | 2020-05-29 | 1 | -0/+1 |
| | | | | This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82. | ||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 4 | -1/+19 |
| | |||||
* | Add bulk comment actions on account dropdown | Chocobozzz | 2020-05-29 | 2 | -0/+2 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -0/+4 |
| | |||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 3 | -4/+12 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -3/+7 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 2 | -0/+6 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | Add ability to override login signup message | Chocobozzz | 2020-05-06 | 2 | -1/+4 |
| | |||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 1 | -0/+2 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 2 | -1/+3 |
| | |||||
* | Add external login buttons | Chocobozzz | 2020-05-04 | 1 | -0/+4 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| |