Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-04-22 | 1 | -5/+23 | |
| | ||||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 1 | -6/+0 | |
| | ||||||
* | Add ability to set start/end date to timeserie | Chocobozzz | 2022-04-15 | 1 | -0/+48 | |
| | ||||||
* | Improve viewer counter | Chocobozzz | 2022-04-15 | 1 | -1/+1 | |
| | | | | More precise, avoid weird decrease, reuse an id to federate viewers | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 3 | -41/+163 | |
| | | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos | |||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 4 | -23/+23 | |
| | ||||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -0/+1 | |
| | ||||||
* | Fix client html cache on theme update | Chocobozzz | 2022-03-17 | 1 | -0/+3 | |
| | ||||||
* | Fix torrent creation | Chocobozzz | 2022-03-16 | 1 | -2/+3 | |
| | ||||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 2 | -2/+33 | |
| | ||||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 3 | -0/+389 | |
| | ||||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -1/+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> | |||||
* | Check video privacy when creating comments/rates | Chocobozzz | 2022-02-22 | 2 | -6/+51 | |
| | ||||||
* | Correctly check import target URL IP | Chocobozzz | 2022-02-07 | 1 | -1/+2 | |
| | ||||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 2 | -2/+107 | |
| | ||||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 1 | -2/+35 | |
| | ||||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2022-01-10 | 1 | -1/+62 | |
|\ | ||||||
| * | Don't display comments of private/internal videosrelease/4.0.0 | Chocobozzz | 2022-01-10 | 1 | -1/+62 | |
| | | ||||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2022-01-06 | 2 | -1/+55 | |
|\| | ||||||
| * | Prevent caption listing of private videos | Chocobozzz | 2022-01-06 | 1 | -1/+27 | |
| | | ||||||
| * | Prevent video import on non unicast ips | Chocobozzz | 2022-01-06 | 1 | -0/+28 | |
| | | ||||||
* | | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 26 | -133/+77 | |
| | | ||||||
* | | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 34 | -35/+41 | |
| | | ||||||
* | | Increase timeout | Chocobozzz | 2021-12-14 | 1 | -1/+1 | |
| | | ||||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 1 | -0/+72 | |
| | | ||||||
* | | Increase timeout | Chocobozzz | 2021-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 1 | -0/+12 | |
|/ | ||||||
* | Fix typo | Chocobozzz | 2021-11-19 | 1 | -1/+1 | |
| | ||||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 3 | -1/+121 | |
| | ||||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 2 | -0/+100 | |
| | ||||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -2/+20 | |
| | ||||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 3 | -115/+204 | |
| | | | | Introduce include and isLocal instead | |||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota' | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -0/+14 | |
| | ||||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 4 | -899/+986 | |
| | ||||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 2 | -0/+56 | |
| | ||||||
* | Increase contact form tests timeout | Chocobozzz | 2021-09-02 | 1 | -2/+2 | |
| | ||||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -13/+14 | |
| | ||||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 1 | -2/+2 | |
| | ||||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 1 | -0/+4 | |
| | ||||||
* | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 1 | -0/+15 | |
| | ||||||
* | Update search index tests | Chocobozzz | 2021-07-28 | 1 | -5/+25 | |
| | ||||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 3 | -35/+43 | |
| | ||||||
* | Rename captions commands | Chocobozzz | 2021-07-21 | 1 | -1/+1 | |
| | ||||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -16/+20 | |
| | ||||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 18 | -35/+22 | |
| | ||||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 29 | -467/+435 | |
| | ||||||
* | Fix server run | Chocobozzz | 2021-07-20 | 1 | -1/+1 | |
| | ||||||
* | Centralize test URLs | Chocobozzz | 2021-07-20 | 2 | -6/+6 | |
| |