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
Chocobozzz
0c0cc9cab7
Update security.md
2024-05-15 16:00:28 +02:00
Chocobozzz
b6dd016601
Fix too many useless angular detection changes
2024-05-15 15:38:50 +02:00
kontrollanten
2177995056
feat(server): dont client cache HTML files
...
Tell the clients to not cache the HTML response.
closes #6393
2024-05-13 11:17:50 +02:00
Chocobozzz
46b45dc51d
Bumped to version v6.1.0
2024-04-29 09:36:33 +02:00
Chocobozzz
9436a18e95
Update changelog
2024-04-29 09:02:35 +02:00
Chocobozzz
8d22b9100b
Fix import tests
2024-04-29 08:01:57 +02:00
Chocobozzz
1642c5b9e7
Protect all video related AP endpoints
2024-04-26 15:29:52 +02:00
Chocobozzz
d72ef2a2b9
Fix federation when updating video privacy
2024-04-26 10:30:43 +02:00