Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 19 | -207/+652 |
| | |||||
* | Improve auto mute tests | Chocobozzz | 2020-05-07 | 1 | -4/+56 |
| | |||||
* | Fix refresh token | Chocobozzz | 2020-05-07 | 1 | -3/+1 |
| | |||||
* | Add auto mute plugin tests | Chocobozzz | 2020-05-07 | 2 | -0/+121 |
| | |||||
* | Fix CLI build | Chocobozzz | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 25 | -141/+475 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 7 | -9/+98 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 8 | -136/+205 |
| | |||||
* | Fix comments feed with musted accounts | Chocobozzz | 2020-05-06 | 2 | -2/+21 |
| | |||||
* | parseQueryStringFilter cleanup | Chocobozzz | 2020-05-06 | 2 | -19/+13 |
| | |||||
* | Fix lint | Chocobozzz | 2020-05-06 | 1 | -5/+5 |
| | |||||
* | Add ability for video owners to delete comments | Chocobozzz | 2020-05-05 | 2 | -10/+53 |
| | |||||
* | Increase video comments limit | Chocobozzz | 2020-05-05 | 2 | -3/+3 |
| | |||||
* | Fix playlist description length | Chocobozzz | 2020-05-05 | 2 | -1/+27 |
| | |||||
* | Fix HLS audio only transcoding | Chocobozzz | 2020-05-05 | 3 | -1/+3 |
| | |||||
* | Sort outbox by desc created at order | Chocobozzz | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 2 | -2/+18 |
| | |||||
* | Fix plugin-auth migration | Rigel Kent | 2020-05-05 | 2 | -1/+1 |
| | |||||
* | Fix compat with peertube 2.1 | Chocobozzz | 2020-05-05 | 1 | -6/+16 |
| | |||||
* | Fix plugin storeData | Chocobozzz | 2020-05-04 | 5 | -10/+85 |
| | |||||
* | Fix plugin get settings | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Accept numbers in plugin names | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Handle external login errors | Chocobozzz | 2020-05-04 | 4 | -24/+44 |
| | |||||
* | Add ability to unregister plugin auths | Chocobozzz | 2020-05-04 | 6 | -8/+102 |
| | |||||
* | Auth plugin compat with regular user accounts | Chocobozzz | 2020-05-04 | 1 | -4/+8 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 7 | -22/+56 |
| |