Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix table columns on safari | Chocobozzz | 2022-08-01 | 1 | -1/+1 |
| | |||||
* | Add ability to delete a specific video file | Chocobozzz | 2022-08-01 | 3 | -1/+34 |
| | |||||
* | Fix disabled inputs in admin | Chocobozzz | 2022-07-28 | 2 | -1/+8 |
| | |||||
* | Add bulk action on following/followers | Chocobozzz | 2022-07-27 | 4 | -46/+155 |
| | |||||
* | Handle rejected follows in client | Chocobozzz | 2022-07-27 | 4 | -19/+25 |
| | | | | Also add quick filters so it's easier to find pending follows | ||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 5 | -11/+14 |
| | |||||
* | Fix instance config on mobile | Chocobozzz | 2022-07-12 | 1 | -1/+2 |
| | |||||
* | Reset table pagination on search | Chocobozzz | 2022-07-12 | 8 | -18/+19 |
| | |||||
* | Refactor actor avatar component | Chocobozzz | 2022-06-27 | 3 | -4/+3 |
| | |||||
* | Fix setting theme in client | Chocobozzz | 2022-06-27 | 2 | -5/+4 |
| | |||||
* | Handle input error in custom input text | Chocobozzz | 2022-06-20 | 2 | -7/+2 |
| | |||||
* | Handle input error in markdown textarea | Chocobozzz | 2022-06-20 | 4 | -43/+34 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-17 | 1 | -0/+1 |
|\ | |||||
| * | Send views in a dedicated queue | Chocobozzz | 2022-06-17 | 1 | -0/+1 |
| | | |||||
* | | Fix strings that cannot be merged by xlf-merge | Chocobozzz | 2022-06-16 | 3 | -5/+5 |
| | | |||||
* | | Fix top menu opacity | Chocobozzz | 2022-06-16 | 1 | -1/+1 |
| | | |||||
* | | Improve theme label | Chocobozzz | 2022-06-16 | 2 | -5/+9 |
| | | |||||
* | | Increase global font size | Chocobozzz | 2022-06-16 | 10 | -62/+45 |
| | | |||||
* | | Move alert into to pt-alert-primary | Chocobozzz | 2022-06-15 | 2 | -2/+2 |
| | | |||||
* | | Redesign register steps | Chocobozzz | 2022-06-15 | 1 | -1/+1 |
| | | |||||
* | | Replace all glyphicon icons | Chocobozzz | 2022-06-13 | 2 | -11/+0 |
| | | |||||
* | | Replace glyphicon chevron | Chocobozzz | 2022-06-10 | 3 | -3/+3 |
| | | |||||
* | | Rename input toggle hidden to input text | Chocobozzz | 2022-06-10 | 2 | -3/+3 |
| | | | | | | | | It's more than just an hidden toggle | ||||
* | | Remove secondary color theme | Chocobozzz | 2022-06-10 | 2 | -1/+2 |
| | | |||||
* | | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 24 | -280/+250 |
| | | |||||
* | | Support ICU in TS components | Chocobozzz | 2022-06-08 | 5 | -22/+92 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-05-25 | 1 | -1/+1 |
|\| | |||||
| * | Fix job progress column | Chocobozzz | 2022-05-25 | 1 | -1/+1 |
| | | |||||
* | | Improve admin users list table | Chocobozzz | 2022-05-24 | 2 | -10/+36 |
|/ | | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default | ||||
* | Save replay of permanent live in client | Chocobozzz | 2022-05-03 | 1 | -3/+0 |
| | |||||
* | Reduce videos sort complexity | Chocobozzz | 2022-04-15 | 1 | -1/+0 |
| | | | | Automatically use best sort if user is logged in and chose hot algorithm | ||||
* | Support videos stats in client | Chocobozzz | 2022-04-15 | 1 | -1/+3 |
| | |||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 3 | -9/+9 |
| | |||||
* | Some fixes for themes | Chocobozzz | 2022-03-15 | 4 | -11/+11 |
| | |||||
* | Reorganize player files | Chocobozzz | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 2 | -0/+15 |
| | |||||
* | Add refresh button to comments list | Chocobozzz | 2022-02-28 | 5 | -6/+13 |
| | |||||
* | Move admin comments list in overviews menu | Chocobozzz | 2022-02-28 | 12 | -24/+52 |
| | |||||
* | Continue user mute in ban modal PR | Chocobozzz | 2022-02-28 | 3 | -13/+53 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 4 | -0/+38 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 2 | -57/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add additional checks when importing a video | Chocobozzz | 2022-02-09 | 2 | -3/+16 |
| | |||||
* | Better display redundancy pies | Chocobozzz | 2022-02-09 | 1 | -11/+22 |
| | |||||
* | Add refresh button to admin > video list (#4753) | kontrollanten | 2022-02-01 | 2 | -1/+14 |
| | | | | | | | * feat(client/video-list): add refresh btn * CSS styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix HLS re transcoding with object storage enabled | Chocobozzz | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | Split user service | Chocobozzz | 2022-01-21 | 5 | -14/+21 |
| | |||||
* | Fix button group | Chocobozzz | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 1 | -0/+4 |
| | |||||
* | Replace url when redirecting plugin admin url | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -17/+1 |
| |