Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix server build | Chocobozzz | 2020-06-17 | 1 | -2/+5 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 19 | -63/+31 |
| | |||||
* | Correctly fix subtitles import | Chocobozzz | 2020-06-17 | 1 | -11/+10 |
| | |||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 6 | -953/+996 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 3 | -16/+47 |
| | |||||
* | Fix getSubs import | Chocobozzz | 2020-06-16 | 1 | -0/+1 |
| | |||||
* | Logging ip requesting unknown infoHash | John Livingston | 2020-06-15 | 1 | -1/+1 |
| | |||||
* | Fix video view filename | Chocobozzz | 2020-06-15 | 5 | -4/+4 |
| | |||||
* | Fix global search nsfw policy when logged in | Chocobozzz | 2020-06-15 | 1 | -1/+5 |
| | |||||
* | Use default nsfw instance policy for search index | Chocobozzz | 2020-06-12 | 2 | -1/+39 |
| | |||||
* | Optimize views per day in video channels | Chocobozzz | 2020-06-12 | 3 | -22/+22 |
| | |||||
* | Speed up videos indexation | Chocobozzz | 2020-06-12 | 1 | -1/+2 |
| | | | | And fetch video attributes after | ||||
* | Fix lint | Chocobozzz | 2020-06-12 | 1 | -1/+1 |
| | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 11 | -38/+38 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 11 | -38/+38 |
| | | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790 | ||||
* | Fix tests | Chocobozzz | 2020-06-10 | 2 | -3/+7 |
| | |||||
* | Add search index tests | Chocobozzz | 2020-06-10 | 5 | -4/+337 |
| | |||||
* | Add search target check params | Chocobozzz | 2020-06-10 | 3 | -4/+98 |
| | |||||
* | Fix video follow SQL | Chocobozzz | 2020-06-10 | 2 | -3/+5 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 13 | -20/+255 |
| | |||||
* | change fixtures to reflect output size of jimp | Rigel Kent | 2020-06-10 | 7 | -0/+0 |
| | |||||
* | space optimizations for `node_modules` and client stats removal | Rigel Kent | 2020-06-10 | 1 | -5/+6 |
| | | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 | ||||
* | Fix video comments feed SQL query | Chocobozzz | 2020-06-09 | 2 | -2/+7 |
| | |||||
* | Add AP icons breaking change | Chocobozzz | 2020-06-04 | 1 | -16/+6 |
| | |||||
* | Send complete video description in AP messages | Chocobozzz | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | Sort AP files by resolution desc | Chocobozzz | 2020-06-04 | 1 | -7/+11 |
| | |||||
* | fix duplicate id in svg, empty alt in base email | Rigel Kent | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | Make federation of unlisted videos an instance-level server preference (#2802) | Levi Bard | 2020-06-03 | 5 | -20/+75 |
| | | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface | ||||
* | Don't cache embed HTML file | Chocobozzz | 2020-06-02 | 1 | -1/+2 |
| | |||||
* | Merge branch 'release/2.2.0' into develop | Chocobozzz | 2020-06-02 | 1 | -3/+3 |
|\ | |||||
| * | Fix emails | Chocobozzz | 2020-06-02 | 1 | -3/+3 |
| | | |||||
* | | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 12 | -101/+335 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there) | ||||
* | | Support broadcast messages | Chocobozzz | 2020-05-29 | 6 | -2/+59 |
| | | |||||
* | | Fix comments deleted display | Chocobozzz | 2020-05-29 | 3 | -14/+48 |
| | | |||||
* | | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 12 | -66/+487 |
|/ | |||||
* | Fix broken migration introduced in 2.2.0-rc.1 | Chocobozzz | 2020-05-25 | 3 | -31/+39 |
| | |||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 5 | -4/+27 |
| | | | | Also check if an actor does not already exist when creating the user | ||||
* | Fix migrations | Chocobozzz | 2020-05-18 | 1 | -0/+30 |
| | |||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 6 | -33/+243 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add missing channel playlists AP endpoint | Chocobozzz | 2020-05-13 | 2 | -9/+31 |
| | |||||
* | Fix tests | Chocobozzz | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Add missing playlist and playlistElement types in AP context | Chocobozzz | 2020-05-13 | 1 | -0/+3 |
| | |||||
* | Fix auto follow index URL | Chocobozzz | 2020-05-12 | 3 | -15/+8 |
| | |||||
* | Add other tests to external auth | Chocobozzz | 2020-05-11 | 3 | -6/+96 |
| | |||||
* | Update code contributors | Chocobozzz | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Add unique key on actor preferredUsername | Chocobozzz | 2020-05-11 | 1 | -7/+7 |
| | |||||
* | Allow to auto follow a specific URL | Chocobozzz | 2020-05-11 | 2 | -1/+5 |
| | |||||
* | Add test for auto mute list router | Chocobozzz | 2020-05-11 | 2 | -8/+79 |
| | |||||
* | Cleanup oauth tokens cache | Chocobozzz | 2020-05-11 | 1 | -0/+8 |
| | |||||
* | Align follower handle display on instance display in tables | Rigel Kent | 2020-05-08 | 1 | -1/+1 |
| |