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
Chocobozzz
afb28272f5
Check video rights before providing AP information
2024-04-26 10:09:38 +02:00
Chocobozzz
b8635c2606
Compact json-ld AP objects
2024-04-25 11:21:55 +02:00
Chocobozzz
712f7d18e6
Update superagent
...
To fix vulnerability of formidable
2024-04-25 11:01:10 +02:00
Chocobozzz
47ae6e880d
Fix AP actor follows count
2024-04-25 10:53:53 +02:00
Chocobozzz
9244620f37
Fix view explanation
2024-04-25 09:33:05 +02:00
Chocobozzz
4e09837aa0
Fix player subtitles on iOS
2024-04-24 15:57:24 +02:00
Chocobozzz
fde6b32ca5
Update translations
2024-04-24 14:57:00 +02:00
spf
63654cb475
Translated using Weblate (French (France) (fr_FR))
...
Currently translated at 93.7% (2218 of 2367 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
2024-04-24 14:52:22 +02:00
Puryx
dcd3a0ee46
Translated using Weblate (Romanian)
...
Currently translated at 19.1% (262 of 1367 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ro/
2024-04-24 14:52:22 +02:00
Puryx
db32f70799
Translated using Weblate (Romanian)
...
Currently translated at 18.8% (258 of 1367 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ro/
2024-04-24 14:52:22 +02:00
Chocobozzz
f2895d29e1
Remove duplicate main region
2024-04-23 10:56:11 +02:00
Chocobozzz
b824480af7
Fix video source size column on db migration
2024-04-22 14:41:46 +02:00
Chocobozzz
aa1ea0b6c8
Fix notification link on mobile
2024-04-22 14:36:00 +02:00
Chocobozzz
bce0f2f11b
Fix total video file size
2024-04-22 11:48:05 +02:00
Chocobozzz
da949376db
Update translations
2024-04-22 11:28:20 +02:00
chocobozzz
d43dc97767
Translated using Weblate (French (France) (fr_FR))
...
Currently translated at 91.6% (2169 of 2367 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
2024-04-22 11:11:35 +02:00