aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix user role editionChocobozzz2020-03-182-4/+9
|
* Add padding bottom to main containerChocobozzz2020-03-182-9/+5
|
* Fix P2P messageChocobozzz2020-03-181-1/+0
|
* Fix next video button to support playlist videosRigel Kent2020-03-171-1/+3
| | | | fixes #2523
* Fix video-ccomment-add cancellationRigel Kent2020-03-153-9/+12
|
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-1314-56/+70
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-138-8/+23
|
* Fix total videos statsChocobozzz2020-03-133-7/+30
|
* Normalize create buttonsRigel Kent2020-03-133-3/+3
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-138-29/+65
|
* Fix re running HLS transcodingChocobozzz2020-03-121-1/+1
|
* Fix federation with pleromaChocobozzz2020-03-123-125/+132
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-126-65/+108
|
* Declutter interface, hide RSSĀ until hovering section titleRigel Kent2020-03-111-0/+5
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-117-17/+62
|
* Handle overview pagination in clientChocobozzz2020-03-116-71/+135
|
* Implement pagination for overviews endpointChocobozzz2020-03-119-88/+224
|
* Fix sitemap endpointChocobozzz2020-03-111-6/+14
|
* feat: add dkim to docker-composekimsible2020-03-113-0/+16
|
* Add descriptions and links to admin configuration sectionsRigel Kent2020-03-111-0/+9
|
* Migrate palette to HSLRigel Kent2020-03-114-11/+12
|
* Fix toast close iconRigel Kent2020-03-112-1/+14
|
* Action hook: thread replies loaded (#2550)BitTube2020-03-112-0/+3
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Fix CSP issue on WebFinger service (#2541)Lucien A2020-03-111-0/+3
| | | | | | | * Fix CSP issue on WebFinger service WebFinger RFC states that CSP should allow any origin to access WebFinger resources. * Update webfinger.ts
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-107-31/+56
|
* Replace helpers with descriptions in admin configurationRigel Kent2020-03-102-46/+57
|
* Fix lintChocobozzz2020-03-103-5/+3
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-1023-591/+811
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-1010-30/+102
|
* Video file metadata PR cleanupChocobozzz2020-03-108-99/+102
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-1023-50/+551
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Fix lintChocobozzz2020-03-101-1/+1
|
* Wrap videos list query in raw SQLChocobozzz2020-03-103-85/+292
|
* Rewrite video list in raw SQLChocobozzz2020-03-103-434/+428
|
* Fix my-account list-overflow z-index for dropdowns compared to headerRigel Kent2020-03-091-4/+3
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-094-4/+16
|
* Add Nginx configuration to redirect videos to an s3 bucketRigel Kent2020-03-091-0/+8
|
* Fix admin menu z-index for dropdowns compared to headerRigel Kent2020-03-081-1/+7
|
* Improve nav in admin/configurationRigel Kent2020-03-073-4/+17
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-0610-25/+38
|
* Share modal light UI simplificationRigel Kent2020-03-063-28/+22
|
* Fix lint error introduced in #2539Rigel Kent2020-03-061-1/+1
|
* Remove title attribute from thumbnail in video miniatureRigel Kent2020-03-061-1/+1
|
* Always copy full actor handle in video-channels viewRigel Kent2020-03-053-3/+5
|
* Remove accounts from hinted potential search targetsRigel Kent2020-03-051-3/+3
|
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-052-0/+3
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Switch back to original text in privacy-concerns warningRigel Kent2020-03-051-6/+6
|
* Add ability to override search endpointChocobozzz2020-03-041-1/+6
|
* Fixing load more comments on infinite scroll (#2535)BitTube2020-03-041-4/+2
| | | | | | | | * Fixing load more comments on infinite scroll * Requested changes for load more comments fix * Removing extra space
* Reword HSTS configuration to warn user of nginx's add_header shortcomingsRigel Kent2020-03-031-6/+2
|