Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | peertube runner tests in parallel | Chocobozzz | 2023-05-19 | 1 | -1/+2 |
| | |||||
* | Add config file merging in upgrade script | Chocobozzz | 2023-05-16 | 1 | -16/+36 |
| | |||||
* | Breaking: remove node 14 support | Chocobozzz | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Enable external plugins to test the PR | Chocobozzz | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Add peertube runner cli | Chocobozzz | 2023-05-09 | 3 | -2/+29 |
| | |||||
* | Update i18n server strings | Chocobozzz | 2023-05-09 | 1 | -0/+8 |
| | |||||
* | Remove unmaintained help script | Chocobozzz | 2023-05-09 | 1 | -21/+0 |
| | |||||
* | Remove transcoding scripts | Chocobozzz | 2023-05-09 | 2 | -160/+0 |
| | | | | We don't have enough energy to maintain them | ||||
* | Don't call plugin register/unregister methods | Chocobozzz | 2023-05-05 | 2 | -2/+7 |
| | |||||
* | Add compatibility with FreeBSD ls | Alvar C.H. Freude | 2023-05-04 | 1 | -1/+1 |
| | | | The ls command of FreebSD does not understand the --search=time parameter for the ls command. "ls -t" is equivalent and behaves on Linux in the same way. | ||||
* | Add user role label to translatable strings | Chocobozzz | 2023-04-17 | 1 | -1/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2023-03-27 | 1 | -0/+4 |
| | |||||
* | Don't process live when moving to external storage | Chocobozzz | 2023-03-07 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |