Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove uneeded memoize | Chocobozzz | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | Update translations and support fa | Chocobozzz | 2022-03-03 | 1 | -0/+1 |
| | |||||
* | Fill width of local avatars | Chocobozzz | 2022-03-01 | 1 | -1/+18 |
| | |||||
* | Create another test suite for transcoding jobs | Chocobozzz | 2022-02-28 | 2 | -0/+7 |
| | |||||
* | Improve benchmark script CLI options | Chocobozzz | 2022-02-28 | 1 | -2/+15 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 2 | -5/+5 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -0/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Only generate types for stable releases | Chocobozzz | 2022-02-10 | 1 | -5/+5 |
| | |||||
* | Fast forward on HLS decode error | Chocobozzz | 2022-02-02 | 1 | -1/+2 |
| | |||||
* | Prevent HLS transcoding after webtorrent transcoding | Chocobozzz | 2022-02-01 | 1 | -0/+2 |
| | |||||
* | Add fast forward/rewind on mobile | Chocobozzz | 2022-01-12 | 1 | -0/+2 |
| | |||||
* | Fix audio transcoding with video only file | Chocobozzz | 2022-01-06 | 1 | -0/+8 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 24 | -120/+68 |
| | | | | Prefer to replace paths at compile time | ||||
* | Migrate to --enable-source-maps option | Chocobozzz | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Add version to generate types packages | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Move types package in packages/ | Chocobozzz | 2021-12-28 | 1 | -2/+2 |
| | |||||
* | Fix types dist paths | Chocobozzz | 2021-12-24 | 3 | -2/+6 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -1/+6 |
| | |||||
* | Ensure we don't move live to object storage | Chocobozzz | 2021-12-17 | 1 | -0/+5 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 2 | -2/+2 |
| | |||||
* | Optimize server eslint | Chocobozzz | 2021-12-16 | 1 | -2/+0 |
| |