Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debug logs | Chocobozzz | 2020-08-24 | 1 | -4/+0 |
| | |||||
* | Fix RSS feed when HLS only is enabled | Chocobozzz | 2020-08-24 | 3 | -10/+84 |
| | |||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 1 | -1/+4 |
| | |||||
* | Optimize comment RSS sql query | Chocobozzz | 2020-08-20 | 1 | -14/+15 |
| | |||||
* | Add ability to a video multiple times in a playlist | Chocobozzz | 2020-08-19 | 1 | -12/+9 |
| | |||||
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 1 | -0/+1 |
| | |||||
* | Handle playlist oembed | Chocobozzz | 2020-08-07 | 1 | -0/+4 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵ | Kim | 2020-07-31 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 1 | -4/+20 |
| | |||||
* | variable columns for users list, more columns possible, badge display for ↵ | Rigel Kent | 2020-07-29 | 1 | -5/+14 |
| | | | | statuses | ||||
* | Add ability to report comments in front end | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -41/+1 |
| | |||||
* | Use raw sql for abuses | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 1 | -1/+2 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 2 | -3/+66 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 2 | -521/+42 |
| | |||||
* | allow muting from the miniature options | Rigel Kent | 2020-06-28 | 1 | -4/+4 |
| | | | | initial implementation with a listing refresh except on search results | ||||
* | align ownership change video list table with moderation tables | Rigel Kent | 2020-06-28 | 1 | -7/+3 |
| | |||||
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 1 | -7/+27 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -3/+61 |
| | | | | | - 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 | 18 | -27/+27 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 2 | -3/+2 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 2 | -11/+23 |
| | |||||
* | Fix video view filename | Chocobozzz | 2020-06-15 | 2 | -1/+1 |
| | |||||
* | Optimize views per day in video channels | Chocobozzz | 2020-06-12 | 1 | -15/+11 |
| | |||||
* | Fix video follow SQL | Chocobozzz | 2020-06-10 | 2 | -3/+5 |
| | |||||
* | 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 |
| | |||||
* | Make federation of unlisted videos an instance-level server preference (#2802) | Levi Bard | 2020-06-03 | 1 | -12/+4 |
| | | | | | | | | | | | * 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 | 2 | -21/+57 |
| | | | | | | | | | | | | 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) | ||||
* | Fix comments deleted display | Chocobozzz | 2020-05-29 | 1 | -10/+42 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -14/+53 |
| | |||||
* | Add missing channel playlists AP endpoint | Chocobozzz | 2020-05-13 | 1 | -5/+15 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -60/+67 |
| | |||||
* | Fix comments feed with musted accounts | Chocobozzz | 2020-05-06 | 1 | -2/+9 |
| | |||||
* | parseQueryStringFilter cleanup | Chocobozzz | 2020-05-06 | 1 | -8/+10 |
| | |||||
* | Fix HLS audio only transcoding | Chocobozzz | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Sort outbox by desc created at order | Chocobozzz | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Fix compat with peertube 2.1 | Chocobozzz | 2020-05-05 | 1 | -6/+16 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 3 | -4/+4 |
| | |||||
* | Support is:blacklisted as video-abuse-list filter | Rigel Kent | 2020-05-04 | 1 | -5/+10 |
| | |||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -3/+63 |
| | |||||
* | Add tests for video-abuse persistence after video deletion | Rigel Kent | 2020-05-01 | 1 | -1/+2 |
| | |||||
* | Add reportee stats for deleted videos | Rigel Kent | 2020-05-01 | 1 | -8/+35 |
| | |||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 3 | -33/+18 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 2 | -14/+17 |
| | |||||
* | Add nth abuse count for a given video, add reporter/reportee reports stats | Rigel Kent | 2020-05-01 | 1 | -14/+82 |
| |