Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix button link on mobile | Chocobozzz | 2023-02-15 | 1 | -0/+1 |
| | |||||
* | Add uk-UA locale support | Chocobozzz | 2023-02-13 | 1 | -0/+1 |
| | |||||
* | Fix untranslatable "previous/next video" | Chocobozzz | 2023-02-13 | 1 | -1/+3 |
| | |||||
* | Add is locale support | Chocobozzz | 2023-02-13 | 2 | -1/+2 |
| | |||||
* | Use unknown when category is not set | Chocobozzz | 2023-01-19 | 1 | -1/+0 |
| | | | | Unstead of Misc, that could be a real category | ||||
* | Add back to live feature | Chocobozzz | 2022-12-20 | 1 | -0/+1 |
| | |||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 1 | -4/+4 |
| | |||||
* | Fix running again transcoding on a video only file | Chocobozzz | 2022-11-07 | 1 | -4/+6 |
| | |||||
* | Add migration script | Chocobozzz | 2022-10-24 | 1 | -0/+71 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 2 | -82/+20 |
| | |||||
* | Fix error when running setup:cli | Chocobozzz | 2022-09-28 | 2 | -2/+1 |
| | |||||
* | Inject new player translations | Chocobozzz | 2022-09-16 | 1 | -1/+4 |
| | |||||
* | Prevent job queue to be started before plugins | Chocobozzz | 2022-09-14 | 5 | -5/+5 |
| | |||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 2 | -11/+10 |
| | |||||
* | Allow continusously printing logs through tail and parse-log | Florent | 2022-08-16 | 1 | -2/+3 |
| | |||||
* | Avoid concurrency issue on transcoding | Chocobozzz | 2022-08-09 | 1 | -5/+6 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Limit import depending on transcoding resolutions | Chocobozzz | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Add option to not transcode original resolution | Chocobozzz | 2022-08-09 | 2 | -6/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Fix test after hooks | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Fix log parser with multiple files | Chocobozzz | 2022-07-12 | 1 | -29/+33 |
| | |||||
* | Support hr locale | Chocobozzz | 2022-07-11 | 2 | -1/+2 |
| | |||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 4 | -7/+7 |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | ||||
* | Rename video full loading | Chocobozzz | 2022-06-28 | 4 | -4/+4 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-28 | 1 | -5/+7 |
|\ | |||||
| * | More flexible release script | Chocobozzz | 2022-06-28 | 1 | -5/+7 |
| | | |||||
* | | Process images in a dedicated worker | Chocobozzz | 2022-06-27 | 2 | -2/+2 |
| | | |||||
* | | Support tok in client | Chocobozzz | 2022-06-24 | 2 | -1/+2 |
| | | |||||
* | | Update server dependencies | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
| | | |||||
* | | Optimize view endpoint | Chocobozzz | 2022-06-17 | 1 | -4/+6 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-17 | 1 | -0/+89 |
|\| | |||||
| * | Optimize broadcast job creation | Chocobozzz | 2022-06-17 | 1 | -1/+13 |
| | | |||||
| * | Add simulate many viewers script | Chocobozzz | 2022-06-17 | 1 | -0/+77 |
| | | | | | | | | Helps us to improve views scalability on peertube | ||||
* | | Fix nightly build | Chocobozzz | 2022-06-14 | 1 | -1/+1 |
| | | |||||
* | | Implement 5036: more readable diff on configuration file when upgrading. | John Livingston | 2022-06-13 | 1 | -1/+2 |
| | | |||||
* | | Fix ng build options | Chocobozzz | 2022-06-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-07 | 1 | -1/+1 |
|\| | |||||
| * | Fix release script | Chocobozzz | 2022-06-07 | 1 | -1/+1 |
| | | |||||
* | | Add new player string to custom translations | Chocobozzz | 2022-05-31 | 1 | -0/+2 |
|/ | |||||
* | Wait before uploading release files | Chocobozzz | 2022-05-23 | 1 | -0/+3 |
| | |||||
* | Add missing player translation | Chocobozzz | 2022-05-04 | 1 | -0/+1 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 2 | -4/+7 |
| | | | | | | | | | | * 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 | ||||
* | Fix benchmark tests | Chocobozzz | 2022-03-24 | 1 | -2/+2 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Fix benchmark script | Chocobozzz | 2022-03-21 | 1 | -2/+2 |
| | |||||
* | Add watching and views endpoints to benchmark | Chocobozzz | 2022-03-18 | 1 | -7/+42 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 1 | -7/+8 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Also fill avatar width for channels | Chocobozzz | 2022-03-18 | 1 | -0/+1 |
| | |||||
* | Fix CI | Chocobozzz | 2022-03-17 | 1 | -3/+3 |
| |