Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatically rebuild native modules on ABI change | Chocobozzz | 2022-08-03 | 2 | -25/+37 |
| | |||||
* | Suffix external auth username on conflict | Chocobozzz | 2022-08-03 | 1 | -1/+1 |
| | |||||
* | Use same mastodon regex for usernames | Chocobozzz | 2022-08-03 | 1 | -3/+3 |
| | |||||
* | Add ability to delete a specific video file | Chocobozzz | 2022-08-01 | 1 | -4/+4 |
| | |||||
* | Add rejected state to follows | Chocobozzz | 2022-07-27 | 1 | -1/+1 |
| | | | | Prevent reprocessing already rejected follows | ||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 1 | -4/+32 |
| | |||||
* | Fix invalid http signature | Chocobozzz | 2022-07-15 | 1 | -3/+6 |
| | | | | | Date header could be inconsistent with the date included in the signature | ||||
* | Reduce db retry log on failure | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Correctly set mp3 codec string in hls playlist | Chocobozzz | 2022-07-13 | 1 | -0/+1 |
| | |||||
* | Add compat with openssl 3 | Chocobozzz | 2022-07-12 | 3 | -14/+55 |
| | |||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 3 | -5/+14 |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | ||||
* | Introduce experimental telemetry | Chocobozzz | 2022-07-06 | 1 | -42/+59 |
| | |||||
* | Process images in a dedicated worker | Chocobozzz | 2022-06-27 | 1 | -8/+17 |
| | |||||
* | Introduce worker threads to process remote images | Chocobozzz | 2022-06-24 | 1 | -19/+0 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | More robust duration parsing | Chocobozzz | 2022-06-14 | 1 | -10/+27 |
| | |||||
* | Fix various typos | luz paz | 2022-06-07 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` | ||||
* | Remove unused function | Chocobozzz | 2022-06-03 | 1 | -8/+1 |
| | |||||
* | Update tsconfig | Chocobozzz | 2022-06-03 | 1 | -6/+6 |
| | |||||
* | Add use proxy for s3 (#4973) | Chocobozzz | 2022-05-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | * Fix object storage to be accessible via proxy * fix lint * Use hpagent * Fix lint * Fix PR Co-authored-by: noellabo <noel.yoshiba@gmail.com> | ||||
* | Handle HTTP signature draft 11 | Chocobozzz | 2022-05-06 | 1 | -4/+11 |
| | |||||
* | Fix live constraints tests | Chocobozzz | 2022-05-03 | 1 | -1/+1 |
| | |||||
* | Add program date time to live playlist | Chocobozzz | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 7 | -12/+158 |
| | | | | | | | | | | * 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 | ||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 1 | -229/+0 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -14/+14 |
| | |||||
* | Ensure bin dir exists before dl youtube-dl | Chocobozzz | 2022-03-21 | 1 | -2/+4 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 1 | -1/+3 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 4 | -8/+50 |
| | |||||
* | Merge branch 'release/4.1.0' into develop | Chocobozzz | 2022-03-08 | 2 | -22/+42 |
|\ | |||||
| * | Remove exif tags when processing images | Chocobozzz | 2022-03-07 | 1 | -0/+11 |
| | | |||||
| * | Remove unnecessary comment | Chocobozzz | 2022-03-07 | 1 | -1/+0 |
| | | |||||
| * | Optimize markdown renderer | Chocobozzz | 2022-03-07 | 1 | -22/+32 |
| | | |||||
* | | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -4/+3 |
| | | |||||
* | | Fill width of local avatars | Chocobozzz | 2022-03-01 | 1 | -4/+18 |
| | | |||||
* | | Fix client html performance regression | Chocobozzz | 2022-02-28 | 1 | -2/+2 |
| | | |||||
* | | Add basic video editor support | Chocobozzz | 2022-02-28 | 19 | -921/+1390 |
| | | |||||
* | | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -0/+3 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix max buffer size for youtube-dl | Chocobozzz | 2022-02-22 | 1 | -1/+1 |
| | |||||
* | Fix CLI build | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Fix import timeout inconsistency | Chocobozzz | 2022-02-09 | 2 | -30/+33 |
| | |||||
* | Add additional checks when importing a video | Chocobozzz | 2022-02-09 | 2 | -0/+62 |
| | |||||
* | Correctly check import target URL IP | Chocobozzz | 2022-02-07 | 1 | -0/+29 |
| | |||||
* | Fix plaintext markdown converter | Chocobozzz | 2022-02-04 | 1 | -16/+52 |
| | |||||
* | Convert markdown to html/plain text for feeds | Chocobozzz | 2022-01-31 | 1 | -2/+2 |
| | |||||
* | Fix peertube tools auth | Chocobozzz | 2022-01-20 | 1 | -1/+1 |
| | |||||
* | Give the ability to define python path for youtube-dl / yt-dlp | Florent | 2022-01-10 | 1 | -1/+2 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -16/+0 |
| | | | | Prefer to replace paths at compile time | ||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 2 | -2/+3 |
| | | | | Since it requires an external dependency | ||||
* | Resolve enums at compile time | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| |