Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not reuse reset password links | Chocobozzz | 2020-08-12 | 1 | -0/+14 |
| | |||||
* | Refactor video extensions logic in server | Chocobozzz | 2020-08-11 | 1 | -30/+30 |
| | |||||
* | Fix twitter embed | Chocobozzz | 2020-08-07 | 1 | -1/+7 |
| | |||||
* | Handle playlist oembed | Chocobozzz | 2020-08-07 | 1 | -11/+45 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 2 | -2/+3 |
| | |||||
* | Fix resolution for portrait videos | Chocobozzz | 2020-08-03 | 1 | -4/+5 |
| | |||||
* | Fix video only HLS on ios | Chocobozzz | 2020-07-31 | 1 | -2/+6 |
| | |||||
* | Add openapi doc | Chocobozzz | 2020-07-31 | 1 | -2/+1 |
| | |||||
* | Add migrations for abuse messages | Chocobozzz | 2020-07-31 | 4 | -15/+32 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 5 | -6/+187 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 3 | -6/+6 |
| | |||||
* | Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵ | Kim | 2020-07-31 | 1 | -64/+194 |
| | | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-20 | 3 | -6/+9 |
|\ | |||||
| * | Fix: display username in password-reset and verify-email notifs | kimsible | 2020-07-20 | 3 | -6/+9 |
| | | |||||
* | | Add ability to report account | Chocobozzz | 2020-07-10 | 3 | -7/+10 |
| | | |||||
* | | Add new abuses tests | Chocobozzz | 2020-07-10 | 3 | -2/+4 |
| | | |||||
* | | Add migrations | Chocobozzz | 2020-07-10 | 3 | -5/+7 |
| | | |||||
* | | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 10 | -144/+374 |
|/ | |||||
* | Fix lint | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | Add ability to override client assets : logo - favicon - PWA icons - PWA ↵ | Kim | 2020-07-10 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Block infohash spammers from tracker | Chocobozzz | 2020-06-25 | 1 | -1/+16 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 4 | -29/+29 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -2/+15 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 63 | -97/+97 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 2 | -3/+3 |
| | |||||
* | Fix video view filename | Chocobozzz | 2020-06-15 | 2 | -2/+2 |
| | |||||
* | Speed up videos indexation | Chocobozzz | 2020-06-12 | 1 | -1/+2 |
| | | | | And fetch video attributes after | ||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 2 | -9/+9 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 2 | -9/+9 |
| | | | | | | | | | | | - 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 | ||||
* | First implem global search | Chocobozzz | 2020-06-10 | 2 | -4/+16 |
| | |||||
* | fix duplicate id in svg, empty alt in base email | Rigel Kent | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -40/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 2 | -9/+32 |
|/ | |||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 1 | -0/+8 |
| | | | | 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 | -21/+79 |
| | | | | | | | | | | | * 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 auto follow index URL | Chocobozzz | 2020-05-12 | 1 | -9/+7 |
| | |||||
* | Add other tests to external auth | Chocobozzz | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Allow to auto follow a specific URL | Chocobozzz | 2020-05-11 | 1 | -0/+4 |
| | |||||
* | Cleanup oauth tokens cache | Chocobozzz | 2020-05-11 | 1 | -0/+8 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 17 | -200/+637 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 14 | -25/+159 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 1 | -0/+4 |
| | |||||
* | Fix HLS audio only transcoding | Chocobozzz | 2020-05-05 | 1 | -0/+1 |
| | |||||
* | Handle external login errors | Chocobozzz | 2020-05-04 | 3 | -9/+15 |
| | |||||
* | Add ability to unregister plugin auths | Chocobozzz | 2020-05-04 | 1 | -4/+20 |
| | |||||
* | Auth plugin compat with regular user accounts | Chocobozzz | 2020-05-04 | 1 | -4/+8 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 2 | -16/+41 |
| | |||||
* | Client calls revoke-token endpoint on logout | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| |