aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add channel information in my videosChocobozzz2020-06-165-4/+17
|
* Add video dropdown in discover pageChocobozzz2020-06-161-3/+3
|
* Fix anonymous nsfw policyChocobozzz2020-06-1623-160/+227
|
* Fix scrolling with hash in urlChocobozzz2020-06-164-3/+22
|
* Fix getSubs importChocobozzz2020-06-161-0/+1
|
* Logging ip requesting unknown infoHashJohn Livingston2020-06-151-1/+1
|
* Fix video view filenameChocobozzz2020-06-155-4/+4
|
* Remove unused serviceChocobozzz2020-06-151-3/+1
|
* Use local search for recommended videosChocobozzz2020-06-151-5/+23
|
* Fix search error loopChocobozzz2020-06-151-1/+4
|
* Fix global search nsfw policy when logged inChocobozzz2020-06-151-1/+5
|
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-1530-341/+326
|
* replace title with video name in moderation listingsRigel Kent2020-06-134-4/+5
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-1335-73/+108
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Use default nsfw instance policy for search indexChocobozzz2020-06-122-1/+39
|
* Optimize views per day in video channelsChocobozzz2020-06-123-22/+22
|
* Speed up videos indexationChocobozzz2020-06-121-1/+2
| | | | And fetch video attributes after
* fix opendkim permissions in docker-compose setup (#2868)Kim2020-06-121-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 miniatureRigel Kent2020-06-123-6/+12
|
* match margin of abstract-video-list and sub-menu's fixed marginRigel Kent2020-06-127-37/+61
|
* fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-125-12/+12
| | | | channels list
* Fix lintChocobozzz2020-06-122-6/+6
|
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-1113-41/+52
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* add scope tags and aria-labels to instance table (#2866)Caroline Chuong2020-06-114-18/+26
| | | also move label to caption element in table
* Limit thumbnail sizesChocobozzz2020-06-1115-123/+151
|
* rephrase warning for self-hostable servicesRigel Kent2020-06-111-2/+2
|
* prevent video-bottom overflow in video-miniatureRigel Kent2020-06-111-3/+4
|
* Merge branch 'blacklist' into 'develop'Chocobozzz2020-06-1158-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 listBlocksRigel Kent2020-06-101-0/+1
| |
| * preserve original variable names server-sideRigel Kent2020-06-1034-89/+89
| |
| * rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-1071-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 buildChocobozzz2020-06-112-5/+1
|/
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-103-36/+52
| | | | global search
* Add explicit step and aria-current attribute in register formCaroline Chuong2020-06-101-2/+2
|
* Fix testsChocobozzz2020-06-102-3/+7
|
* Add rest api doc for index searchChocobozzz2020-06-101-2/+97
|
* Add search index testsChocobozzz2020-06-106-5/+351
|
* Add search target check paramsChocobozzz2020-06-106-11/+103
|
* Fix search query when updating from typeaheadChocobozzz2020-06-101-2/+7
|
* Fix video follow SQLChocobozzz2020-06-102-3/+5
|
* First implem global searchChocobozzz2020-06-1054-324/+1045
|
* change fixtures to reflect output size of jimpRigel Kent2020-06-107-0/+0
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-107-197/+497
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Fix video comments feed SQL queryChocobozzz2020-06-092-2/+7
|
* Cleanup client dependenciesChocobozzz2020-06-092-11/+108
|
* Use tslib in clientChocobozzz2020-06-093-2/+8
|
* Use tslib in serverChocobozzz2020-06-093-0/+7
|
* change focus color instead of opacity of video play button (#2845)Caroline Chuong2020-06-092-3/+4
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-0965-294/+355
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-0822-51/+51
|