Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make federation of unlisted videos an instance-level server preference (#2802) | Levi Bard | 2020-06-03 | 1 | -5/+46 |
| | | | | | | | | | | | * 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 | ||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 3 | -34/+186 |
| | | | | | | | | | | | | 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 | 2 | -0/+22 |
| | |||||
* | Fix comments deleted display | Chocobozzz | 2020-05-29 | 1 | -3/+5 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 3 | -0/+287 |
| | |||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 3 | -2/+12 |
| | | | | Also check if an actor does not already exist when creating the user | ||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 2 | -6/+124 |
| | | | | | | | | | | | * 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> | ||||
* | Fix tests | Chocobozzz | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Fix auto follow index URL | Chocobozzz | 2020-05-12 | 1 | -1/+1 |
| | |||||
* | Add other tests to external auth | Chocobozzz | 2020-05-11 | 2 | -5/+95 |
| | |||||
* | Update code contributors | Chocobozzz | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Allow to auto follow a specific URL | Chocobozzz | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Add test for auto mute list router | Chocobozzz | 2020-05-11 | 2 | -8/+79 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -1/+1 |
| | |||||
* | Improve auto mute tests | Chocobozzz | 2020-05-07 | 1 | -4/+56 |
| | |||||
* | Add auto mute plugin tests | Chocobozzz | 2020-05-07 | 2 | -0/+121 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 2 | -46/+265 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 2 | -5/+33 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 3 | -17/+71 |
| | |||||
* | Fix comments feed with musted accounts | Chocobozzz | 2020-05-06 | 1 | -0/+12 |
| | |||||
* | Add ability for video owners to delete comments | Chocobozzz | 2020-05-05 | 1 | -4/+42 |
| | |||||
* | Increase video comments limit | Chocobozzz | 2020-05-05 | 1 | -2/+2 |
| | |||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 1 | -1/+15 |
| | |||||
* | Fix plugin storeData | Chocobozzz | 2020-05-04 | 4 | -0/+76 |
| | |||||
* | Add ability to unregister plugin auths | Chocobozzz | 2020-05-04 | 4 | -4/+80 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 3 | -5/+12 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 9 | -5/+486 |
| | |||||
* | Check auth plugin result | Chocobozzz | 2020-05-04 | 2 | -0/+83 |
| | |||||
* | Add plugin ldap tests | Chocobozzz | 2020-05-04 | 2 | -0/+101 |
| | |||||
* | Add plugin auth migrations | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 2 | -21/+82 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 5 | -38/+105 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -1/+2 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 9 | -4/+274 |
| | |||||
* | Add links from user-edit | Rigel Kent | 2020-05-01 | 1 | -11/+53 |
| | |||||
* | Add tests for video-abuse persistence after video deletion | Rigel Kent | 2020-05-01 | 1 | -1/+29 |
| | |||||
* | Don't leak unlisted videos in comments feed | Chocobozzz | 2020-04-21 | 1 | -1/+11 |
| | |||||
* | Add ability to remove privacies using plugins | Chocobozzz | 2020-04-20 | 2 | -4/+58 |
| | |||||
* | Add ability to sort by originallyPublishedAt | Chocobozzz | 2020-04-20 | 1 | -7/+42 |
| | |||||
* | Add thumbnail / preview generation from url on the fly (#2646) | Kim | 2020-04-20 | 3 | -0/+5 |
| | | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix tests correctly | Chocobozzz | 2020-04-20 | 1 | -9/+9 |
| | |||||
* | Fix tests | Chocobozzz | 2020-04-20 | 1 | -9/+10 |
| | |||||
* | Fix user video quota with webtorrent disabled | Chocobozzz | 2020-04-16 | 1 | -2/+33 |
| | |||||
* | Merge branch 'pr/2629' into develop | Chocobozzz | 2020-04-15 | 1 | -2/+48 |
|\ | |||||
| * | Fix import captions test | Chocobozzz | 2020-04-15 | 1 | -27/+31 |
| | | |||||
| * | Add unit tests for captions via URL import | kimsible | 2020-04-14 | 1 | -1/+43 |
| | | |||||
* | | Refactor follow/mute as modals in admin, add actions in abuse list | Rigel Kent | 2020-04-14 | 1 | -6/+6 |
|/ | |||||
* | Add misc endpoints and helpers to npm test | Chocobozzz | 2020-04-14 | 1 | -0/+2 |
| | |||||
* | Add ability for plugins to add custom routes | Chocobozzz | 2020-04-10 | 4 | -0/+133 |
| | |||||
* | Add ability to remove a video from a plugin | Chocobozzz | 2020-04-09 | 2 | -7/+47 |
| |