Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -2/+2 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Fix AP audience | Chocobozzz | 2021-12-13 | 2 | -2/+2 |
| | |||||
* | Handle channel owner update of remote server | Chocobozzz | 2021-12-13 | 4 | -21/+30 |
| | |||||
* | No notification on moderator abuse | Chocobozzz | 2021-12-09 | 1 | -3/+6 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-29 | 1 | -2/+2 |
| | |||||
* | Optimize AP fetch | Chocobozzz | 2021-11-16 | 2 | -1/+8 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 3 | -21/+16 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Remove aws bug workaround | Chocobozzz | 2021-10-22 | 1 | -1/+0 |
| | | | | This has been fixed in https://github.com/aws/aws-sdk-js-v3/pull/2835 | ||||
* | Constants consistency | Chocobozzz | 2021-10-22 | 1 | -1/+1 |
| | |||||
* | Add ability to search by URL with query params | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Force live type specification in first step | Chocobozzz | 2021-10-15 | 2 | -4/+4 |
| | |||||
* | Remove old federation compatibility | Chocobozzz | 2021-10-15 | 1 | -3/+0 |
| | |||||
* | Fix user subscription follows count | Chocobozzz | 2021-10-14 | 1 | -17/+9 |
| |