Commit Graph

13166 Commits (c1fe77b99376ff3661fe3a2cf8d299f6cd9a1b85)

Author SHA1 Message Date
Chocobozzz c5e48b8af0 Add embed `getImageDataUrl` doc 2024-05-30 16:31:16 +02:00
Chocobozzz 103505421f Fix embed with api enabled
Don't off all handlers if the second argument is `undefined`
2024-05-30 16:31:16 +02:00
Chocobozzz 121a617bec Ensure we use the correct player video el 2024-05-30 16:31:16 +02:00
Chocobozzz 4a67994775 Use my-embed component 2024-05-30 16:31:16 +02:00
Kent Anderson 58f156e748 feat-1322 Version 3 without server side code changes 2024-05-30 16:31:16 +02:00
Wicklow 4d6d2f0479 Improve and correct openapi documentation 2024-05-30 13:12:30 +02:00
Chocobozzz 713e489de4
Decrease send metrics client log level 2024-05-30 10:41:33 +02:00
Chocobozzz 72d8ae7edd
Highlights responsive embed checkbox 2024-05-30 10:37:01 +02:00
Chocobozzz 6a4db88e5c
Handle 410 HTTP response code for AP objects 2024-05-30 10:28:20 +02:00
Chocobozzz 8d4902b3ba
Align sub title with icon 2024-05-30 10:19:41 +02:00
Chocobozzz e3fb8a09f8
My account/library get user simplification 2024-05-30 09:57:18 +02:00
Chocobozzz 16b90f6a11
Refactor rights checker 2024-05-30 08:44:38 +02:00
Chocobozzz ada73259ff
Stop loop recommendation for anonymous users 2024-05-30 08:33:20 +02:00
Chocobozzz 671c6c1f96
Fix auto tags migration 2024-05-29 15:06:08 +02:00
Chocobozzz 29329d6c45 Implement auto tag on comments and videos
* Comments and videos can be automatically tagged using core rules or
   watched word lists
 * These tags can be used to automatically filter videos and comments
 * Introduce a new video comment policy where comments must be approved
   first
 * Comments may have to be approved if the user auto block them using
   core rules or watched word lists
 * Implement FEP-5624 to federate reply control policies
2024-05-29 15:03:14 +02:00
Chocobozzz b3e39df59e
Add missing two factor doc on 401 HTTP error 2024-05-29 09:08:38 +02:00
Chocobozzz da7ccbb44a
Don't deprecate `code` error field 2024-05-29 09:03:48 +02:00
Chocobozzz b65d639695
Don't include banners in account API 2024-05-29 09:00:43 +02:00
Chocobozzz 605f5328c1
Don't display stats button of remote videos 2024-05-29 08:57:13 +02:00
Chocobozzz e2c354878f
Fix "reading 'isBlacklisted' of undefined" 2024-05-29 08:57:13 +02:00
Chocobozzz 4ea659d569
Handle videos with FPS < 1 2024-05-29 08:56:53 +02:00
Olivier Bouillet 67c1f1985f docs: fix typo in getPlaybackRate() : Promise<number> documentation 2024-05-29 06:57:37 +02:00
Chocobozzz b7e07bde8c
Update search REST API doc 2024-05-28 09:05:35 +02:00
Chocobozzz c5de763d3d
Fix array query explode 2024-05-28 09:05:34 +02:00
Doug Luce e5a44a94b6 Make instructions work on more platforms
The `--sort` argument to ls is a linuxism (more precisely a
gnu-coreutilsism). I get this output when attempting these
instructions on FreeBSD (13):

    $ diff -u "$(ls --sort=t | head -2 | tail -1)/config/production.yaml.example" "$(ls --sort=t | head -1)/config/production.yaml.example"
    ls: unrecognized option `--sort=t'
    usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuvwxy1,] [--color=when] [-D format] [file ...]
    ls: unrecognized option `--sort=t'
    usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuvwxy1,] [--color=when] [-D format] [file ...]
    diff: /config/production.yaml.example: No such file or directory

Changing `--sort=t` to the POSIX-compliant `-t` makes this work as
expected and operates just fine on Linux (tested on Fedora Linux 39).

Fixes #6412
2024-05-28 08:55:33 +02:00
Chocobozzz 9b5c7a8dc6
Merge branch 'release/6.1.0' into develop 2024-05-17 11:36:43 +02:00
Chocobozzz 3b1646f27d
Fix modal close button position 2024-05-17 11:30:48 +02:00
Chocobozzz dd77235f2c
Fix missing link in welcome user modal 2024-05-17 11:26:28 +02:00
Chocobozzz 74b62dcb85
Remove invalid db value checker
fileUrl can use localhost in some specific cases for example
2024-05-17 11:18:43 +02:00
Chocobozzz cb88f25ffa
Don't count deleted comments for stats 2024-05-17 11:15:37 +02:00
Chocobozzz 9ee1f7b57c
Don't mark as ready already read notifications 2024-05-17 11:07:30 +02:00
Chocobozzz 57c94fb51c
Allow to bulk force transcoding 2024-05-17 11:04:25 +02:00
Chocobozzz 9784e93dc7
Don't import all lodash 2024-05-17 11:04:25 +02:00
Chocobozzz 59c18bb1a1
Fix left/right logical properties 2024-05-17 11:04:25 +02:00
kontrollanten eb51d65448 fix(client/plugins): getUser returns MyUser
Avoid exposing AuthUser as external API.
2024-05-17 10:50:52 +02:00
kontrollanten 8624325523 feat(client/plugins): add getUser to helpers
Let plugins access the user object.

closes #6355
2024-05-17 10:50:52 +02:00
kontrollanten 1eb8fc2c06 fix(server/plugins): avoid duplicate settings
Filter settings so that the name property is unique.

closes #6356
2024-05-17 10:43:47 +02:00
kontrollanten 5dfa07adb5 fix(server/geo-ip): throttle db download 2024-05-17 09:42:25 +02:00
Chocobozzz fdfc10d13c
Fix left/right logical properties 2024-05-16 16:07:17 +02:00
Chocobozzz 5dd0721bee
Merge branch 'release/6.1.0' into develop 2024-05-16 11:39:53 +02:00
Chocobozzz 3d105296e6
Fix concurrent live streams serialization issue 2024-05-16 11:38:36 +02:00
Chocobozzz e7ebcb16ac
Fix big user export file size 2024-05-16 11:18:50 +02:00
Chocobozzz 81d4d557f7
Remove internal log 2024-05-16 11:15:43 +02:00
Chocobozzz 21f4ed5c33
Add missing docker env for object storage 2024-05-16 11:06:18 +02:00
Chocobozzz 810519b1d4
Fix RTL inconsistencies 2024-05-16 10:37:38 +02:00
Chocobozzz d05af753bf
Fix embed api on ios
video.js clones the video element so we must rely on the player wrapper
instead of the video element
2024-05-16 09:45:55 +02:00
Chocobozzz ad5f82495f
Add privacy remover plugin test 2024-05-16 09:41:39 +02:00
Skid 0a43de655a Fix typo at log.rotation.enabled 2024-05-15 16:16:25 +02:00
Skid c22fc9f859 Fix typo at log.rotation.enabled 2024-05-15 16:16:25 +02:00
Chocobozzz 32b0206cd3
Fix typo 2024-05-15 16:14:53 +02:00