Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 20 | -345/+760 |
| | |||||
* | Use raw sql for abuses | Chocobozzz | 2020-07-10 | 3 | -137/+219 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 25 | -145/+621 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 16 | -131/+588 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 46 | -764/+1555 |
| | |||||
* | Fix lint | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | Add ability to override client assets : logo - favicon - PWA icons - PWA ↵ | Kim | 2020-07-10 | 4 | -6/+83 |
| | | | | | | | | | | | | | | | 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> | ||||
* | add check-params test for user list | Rigel Kent | 2020-07-03 | 3 | -3/+14 |
| | | | | fixes #2918 | ||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 4 | -10/+71 |
| | | | | fixes #2914 | ||||
* | Fix users tests | Chocobozzz | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | fix change ownership typing | Rigel Kent | 2020-06-28 | 1 | -2/+2 |
| | |||||
* | 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 | 3 | -17/+78 |
| | |||||
* | update openapi spec with links and callback for search | Rigel Kent | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Close mock blocklit server when tests end | Chocobozzz | 2020-06-26 | 2 | -0/+4 |
| | |||||
* | Block infohash spammers from tracker | Chocobozzz | 2020-06-25 | 4 | -22/+81 |
| | |||||
* | Add auto block videos plugin tests | Chocobozzz | 2020-06-25 | 2 | -0/+191 |
| | |||||
* | Add database.name config option | Girish Ramakrishnan | 2020-06-25 | 1 | -1/+1 |
| | | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620 | ||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 39 | -132/+153 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 9 | -27/+239 |
| | | | | | - 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 | ||||
* | Use TS_NODE_FILES instead of --files | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | | | | Because --files does not work | ||||
* | Fix tests | Chocobozzz | 2020-06-18 | 2 | -6/+6 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 172 | -203/+204 |
| | |||||
* | 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 |
| |