Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 35 | -95/+657 |
| | | | | | - 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 | 3 | -4/+4 |
| | | | | Because --files does not work | ||||
* | Fix tests | Chocobozzz | 2020-06-18 | 4 | -7/+8 |
| | |||||
* | soft border-radius for search typeahead suggestions | Rigel Kent | 2020-06-18 | 1 | -2/+8 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 175 | -206/+208 |
| | |||||
* | Remove uneccessary details to link titles | Caroline Chuong | 2020-06-18 | 12 | -20/+20 |
| | |||||
* | Fix server build | Chocobozzz | 2020-06-17 | 1 | -2/+5 |
| | |||||
* | Update client dependencies | Chocobozzz | 2020-06-17 | 2 | -1334/+1277 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 25 | -1465/+1667 |
| | |||||
* | Correctly fix subtitles import | Chocobozzz | 2020-06-17 | 1 | -11/+10 |
| | |||||
* | More robust max bitrate calculation | Chocobozzz | 2020-06-17 | 2 | -32/+38 |
| | |||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 8 | -972/+1133 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 8 | -18/+63 |
| | |||||
* | Correctly fix client build | Chocobozzz | 2020-06-16 | 2 | -4/+3 |
| | |||||
* | Fix client compilation | Chocobozzz | 2020-06-16 | 1 | -1/+0 |
| | |||||
* | Add channel information in my videos | Chocobozzz | 2020-06-16 | 5 | -4/+17 |
| | |||||
* | Add video dropdown in discover page | Chocobozzz | 2020-06-16 | 1 | -3/+3 |
| | |||||
* | Fix anonymous nsfw policy | Chocobozzz | 2020-06-16 | 23 | -160/+227 |
| | |||||
* | Fix scrolling with hash in url | Chocobozzz | 2020-06-16 | 4 | -3/+22 |
| | |||||
* | 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 |
| | |||||
* | Remove unused service | Chocobozzz | 2020-06-15 | 1 | -3/+1 |
| | |||||
* | Use local search for recommended videos | Chocobozzz | 2020-06-15 | 1 | -5/+23 |
| | |||||
* | Fix search error loop | Chocobozzz | 2020-06-15 | 1 | -1/+4 |
| | |||||
* | Fix global search nsfw policy when logged in | Chocobozzz | 2020-06-15 | 1 | -1/+5 |
| | |||||
* | factorize account/server blocklists for users and instance (#2875) | Rigel Kent | 2020-06-15 | 30 | -341/+326 |
| | |||||
* | replace title with video name in moderation listings | Rigel Kent | 2020-06-13 | 4 | -4/+5 |
| | |||||
* | fix headings order or add missing ones (#2871) | Caroline Chuong | 2020-06-13 | 35 | -73/+108 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | 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 opendkim permissions in docker-compose setup (#2868) | Kim | 2020-06-12 | 1 | -0/+2 |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | switch margin-bottom rules to padding-bottom now used in miniature | Rigel Kent | 2020-06-12 | 3 | -6/+12 |
| | |||||
* | match margin of abstract-video-list and sub-menu's fixed margin | Rigel Kent | 2020-06-12 | 7 | -37/+61 |
| | |||||
* | fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵ | Rigel Kent | 2020-06-12 | 5 | -12/+12 |
| | | | | channels list | ||||
* | Fix lint | Chocobozzz | 2020-06-12 | 2 | -6/+6 |
| | |||||
* | add keyboard navigation for video actions (#2854) | Caroline Chuong | 2020-06-11 | 13 | -41/+52 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | add scope tags and aria-labels to instance table (#2866) | Caroline Chuong | 2020-06-11 | 4 | -18/+26 |
| | | | also move label to caption element in table | ||||
* | Limit thumbnail sizes | Chocobozzz | 2020-06-11 | 15 | -123/+151 |
| | |||||
* | rephrase warning for self-hostable services | Rigel Kent | 2020-06-11 | 1 | -2/+2 |
| | |||||
* | prevent video-bottom overflow in video-miniature | Rigel Kent | 2020-06-11 | 1 | -3/+4 |
| | |||||
* | Merge branch 'blacklist' into 'develop' | Chocobozzz | 2020-06-11 | 58 | -533/+518 |
|\ | | | | | | | | | rename blacklist to block/blocklist, merge block and auto-block views See merge request framasoft/peertube/PeerTube!30 | ||||
| * | support type as override to search in listBlocks | Rigel Kent | 2020-06-10 | 1 | -0/+1 |
| | | |||||
| * | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 34 | -89/+89 |
| | | |||||
| * | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 71 | -643/+627 |
| | | | | | | | | | | | | | | | | | | | | | | - 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 npm run build | Chocobozzz | 2020-06-11 | 2 | -5/+1 |
|/ | |||||
* | smaller miniature average size in fluid grid, updated admin instructions for ↵ | Rigel Kent | 2020-06-10 | 3 | -36/+52 |
| | | | | global search | ||||
* | Add explicit step and aria-current attribute in register form | Caroline Chuong | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2020-06-10 | 2 | -3/+7 |
| |