Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter out invalid images from peertube | Chocobozzz | 2022-11-23 | 1 | -19/+21 |
| | |||||
* | Fix server lint | Chocobozzz | 2022-11-15 | 1 | -1/+1 |
| | |||||
* | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 1 | -1/+2 |
| | | | | | Even if it's already checked in middlewares It's better to have safe modals too | ||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-10-11 | 1 | -2/+2 |
|\ | |||||
| * | Fix channel follow with manually approved follower | Chocobozzz | 2022-10-11 | 1 | -2/+2 |
| | | |||||
* | | Support refusing remote comments | Chocobozzz | 2022-09-23 | 2 | -1/+36 |
|/ | |||||
* | Cleanup actor image without width | Chocobozzz | 2022-09-16 | 1 | -5/+16 |
| | |||||
* | Try playlist rebuild transaction if needed | Chocobozzz | 2022-09-09 | 1 | -2/+3 |
| | |||||
* | Fix context | Chocobozzz | 2022-09-09 | 1 | -1/+8 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-09-09 | 1 | -0/+1 |
| | |||||
* | Prefer using our pick function | Chocobozzz | 2022-08-17 | 1 | -1/+1 |
| | |||||
* | Avoid concurrency issue on transcoding | Chocobozzz | 2022-08-09 | 1 | -4/+4 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 7 | -11/+11 |
| | |||||
* | Use single quotes in server/ and update eslint rules | Florent | 2022-08-08 | 1 | -1/+1 |
| | |||||
* | Remove uneeded async | Chocobozzz | 2022-08-02 | 1 | -23/+14 |
| | |||||
* | Add ability to delete a specific video file | Chocobozzz | 2022-08-01 | 1 | -8/+17 |
| | |||||
* | Fix process follow | Chocobozzz | 2022-07-27 | 1 | -5/+5 |
| | |||||
* | Handle rejected follows in client | Chocobozzz | 2022-07-27 | 1 | -30/+78 |
| | | | | Also add quick filters so it's easier to find pending follows | ||||
* | Add rejected state to follows | Chocobozzz | 2022-07-27 | 2 | -1/+7 |
| | | | | Prevent reprocessing already rejected follows | ||||
* | Reduce joins need to generate AP url | Chocobozzz | 2022-07-27 | 1 | -2/+2 |
| | |||||
* | Use unique AP id for accept/reject | Chocobozzz | 2022-07-25 | 2 | -7/+4 |
| | |||||
* | Fix incorrect error logs | Chocobozzz | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Correctly handle actors without follow counters | Chocobozzz | 2022-07-15 | 1 | -2/+5 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -2/+2 |
| | |||||
* | Reduce unknown undo logging level | Chocobozzz | 2022-07-13 | 1 | -4/+16 |
| | |||||
* | Add more error logs | Chocobozzz | 2022-07-13 | 1 | -0/+3 |
| | |||||
* | Relax log level | Chocobozzz | 2022-07-13 | 2 | -3/+3 |
| | | | | | 401 is expected when the token has expired federation issues are not very important | ||||
* | Introduce experimental telemetry | Chocobozzz | 2022-07-06 | 1 | -0/+20 |
| | |||||
* | Rename video full loading | Chocobozzz | 2022-06-28 | 5 | -6/+6 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-17 | 4 | -12/+25 |
|\ | |||||
| * | Send views in a dedicated queue | Chocobozzz | 2022-06-17 | 2 | -5/+16 |
| | | |||||
| * | Optimize broadcast job creation | Chocobozzz | 2022-06-17 | 2 | -5/+5 |
| | | |||||
| * | Fix transaction when processing local viewer | Chocobozzz | 2022-06-17 | 1 | -2/+4 |
| | | |||||
* | | Clearer video creation from API regarding rates | Chocobozzz | 2022-06-08 | 2 | -3/+1 |
| | | |||||
* | | 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` | ||||
* | Fix schema.org context | Chocobozzz | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Fix collection type | Chocobozzz | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Convert followers/following in raw SQL queries | Chocobozzz | 2022-05-05 | 1 | -1/+1 |
| | | | | Prevent weird bug in SQL generation | ||||
* | Improve viewer counter | Chocobozzz | 2022-04-15 | 3 | -5/+6 |
| | | | | More precise, avoid weird decrease, reuse an id to federate viewers | ||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 9 | -25/+156 |
| | | | | | | | | | | * 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 | ||||
* | Refactor AP context builder | Chocobozzz | 2022-03-24 | 17 | -233/+507 |
| | |||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 20 | -27/+272 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Update server dependencies | Chocobozzz | 2022-03-21 | 1 | -1/+1 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 29 | -281/+326 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 1 | -0/+1 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 4 | -77/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+2 |
| | | | | Since it requires an external dependency | ||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 4 | -8/+4 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -2/+1 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 2 | -2/+2 |
| |