Dan Brown
f906fbd977
New translations activities.php (Serbian (Cyrillic))
2024-01-30 19:44:54 +00:00
Dan Brown
b6d35a4b84
New translations notifications.php (Portuguese, Brazilian)
2024-01-30 13:40:13 +00:00
Dan Brown
2d2ba8091d
New translations entities.php (Portuguese, Brazilian)
2024-01-30 13:40:12 +00:00
Dan Brown
c4fc998220
New translations activities.php (Serbian (Cyrillic))
2024-01-29 19:29:50 +00:00
Dan Brown
13fbb39f1e
New translations notifications.php (Serbian (Cyrillic))
2024-01-29 18:16:31 +00:00
Dan Brown
d33dc27ce6
New translations preferences.php (Serbian (Cyrillic))
2024-01-29 18:16:31 +00:00
Dan Brown
5072ce5612
New translations editor.php (Serbian (Cyrillic))
2024-01-29 18:16:30 +00:00
Dan Brown
bc0a5de939
New translations validation.php (Serbian (Cyrillic))
2024-01-29 18:16:29 +00:00
Dan Brown
93f4963a6b
New translations settings.php (Serbian (Cyrillic))
2024-01-29 18:16:28 +00:00
Dan Brown
e1df735603
New translations passwords.php (Serbian (Cyrillic))
2024-01-29 18:16:27 +00:00
Dan Brown
88cd5485dc
New translations pagination.php (Serbian (Cyrillic))
2024-01-29 18:16:26 +00:00
Dan Brown
65c1b338ae
New translations errors.php (Serbian (Cyrillic))
2024-01-29 18:16:25 +00:00
Dan Brown
64ec6f1c32
New translations entities.php (Serbian (Cyrillic))
2024-01-29 18:16:24 +00:00
Dan Brown
68c8f3c33d
New translations components.php (Serbian (Cyrillic))
2024-01-29 18:16:23 +00:00
Dan Brown
5188f5379d
New translations common.php (Serbian (Cyrillic))
2024-01-29 18:16:23 +00:00
Dan Brown
8a7eec1b47
New translations auth.php (Serbian (Cyrillic))
2024-01-29 18:16:22 +00:00
Dan Brown
34ae114a45
New translations activities.php (Serbian (Cyrillic))
2024-01-29 18:16:21 +00:00
Dan Brown
0a7ec54b13
New translations preferences.php (Latvian)
2024-01-27 15:12:17 +00:00
Dan Brown
ae5bff93ec
New translations settings.php (Latvian)
2024-01-27 15:12:16 +00:00
Dan Brown
ed2ea28db2
New translations entities.php (Latvian)
2024-01-27 15:12:15 +00:00
Dan Brown
0f09757c38
New translations settings.php (Latvian)
2024-01-27 14:12:21 +00:00
Dan Brown
90c697cfc3
New translations activities.php (Latvian)
2024-01-27 14:12:20 +00:00
Dan Brown
ccd279bf65
New translations errors.php (Persian)
2024-01-27 11:38:32 +00:00
Dan Brown
ad69092327
New translations entities.php (Persian)
2024-01-27 11:38:31 +00:00
Dan Brown
123b5ccd74
New translations components.php (Persian)
2024-01-27 11:38:30 +00:00
Dan Brown
5576941cee
New translations entities.php (Persian)
2024-01-27 10:26:21 +00:00
Dan Brown
f896d250ca
New translations auth.php (Dutch)
2024-01-25 14:38:33 +00:00
Dan Brown
c9c945a0c2
New translations auth.php (Dutch)
2024-01-25 13:10:24 +00:00
Dan Brown
5903823eed
Merge pull request #4796 from BookStackApp/v23-12
...
Merge in v23.12.2 changes
2024-01-24 10:38:14 +00:00
Dan Brown
8fb9d9d4c2
Dependancies: Updated PHP deps via composer
2024-01-24 10:27:09 +00:00
Dan Brown
eff7aa0f73
Updated translator attribution before v23.12.2 release
2024-01-24 10:25:24 +00:00
Dan Brown
14ecb19b05
Merged l10n_development into v23-12
...
Squash merge
Closes #4779
2024-01-24 10:23:09 +00:00
Dan Brown
69c8ff5c2d
Entity selector: Fixed initial load overwriting initial search
...
This changes how initial searches can be handled via config rather than
specific action so they can be considered in how the initial data load
is done, to prevent the default empty state loading and overwriting the
search data if it lands later (which was commonly likely).
For #4778
2024-01-23 15:42:13 +00:00
Dan Brown
788327fffb
Attachment List: Fixed broken ctrl-click functionality
...
Fixes #4782
2024-01-23 15:01:07 +00:00
Dan Brown
d5a91d0d35
Merge pull request #4758 from BookStackApp/range_request_support
...
Range request support
2024-01-17 11:10:38 +00:00
Dan Brown
a4fd825fe2
Merge branch 'development' of github.com:BookStackApp/BookStack into development
2024-01-16 12:14:44 +00:00
Dan Brown
496b4264d9
Updated translator attribution
2024-01-16 12:14:25 +00:00
Dan Brown
57284bb869
Updated translations with latest Crowdin changes ( #4747 )
2024-01-16 12:10:22 +00:00
Dan Brown
adf1806fea
Chapters API: Added missing book_slug field
...
Was removed during previous changes, but reflected in response examples.
This adds into all standard single chapter responses.
For #4765
2024-01-16 12:06:13 +00:00
Dan Brown
2dc454d206
Uploads: Explicitly disabled s3 streaming in config
...
This was the default option anyway, just adding here for
better visibility of this being set.
Can't enable without issues as the app will attempt to seek which does
not work for these streams. Also have not tested on non-s3, s3-like
systems.
2024-01-15 13:36:04 +00:00
Dan Brown
c1552fb799
Attachments: Drag and drop video support
...
Supports dragging and dropping video attahchments to embed them in the
editor as HTML video tags.
2024-01-15 11:57:20 +00:00
Dan Brown
91d8d6eaaa
Range requests: Added test cases to cover functionality
...
Fixed some found issues in the process.
2024-01-14 15:50:00 +00:00
Dan Brown
afbbcafd44
Readme: Updates sponsor list
2024-01-10 14:33:49 +00:00
Dan Brown
d94762549a
Range requests: Added basic HTTP range support
2024-01-07 20:34:03 +00:00
Dan Brown
b4d9029dc3
Range requests: Extracted stream output handling to new class
2024-01-07 14:03:13 +00:00
Dan Brown
b191d8f99f
Updated translator attribution before release v23.12
2023-12-29 12:08:39 +00:00
Dan Brown
c017f5bed1
Updated translations with latest Crowdin changes ( #4658 )
2023-12-28 17:49:38 +00:00
Dan Brown
5b1929a39a
Languages: Added Finnish to language list
2023-12-28 15:24:51 +00:00
Dan Brown
02d94c8798
Permissions: Updated generation querying to be more efficient
...
Query of existing entity permissions during view permission generation
could cause timeouts or SQL placeholder limits due to massive whereOr
query generation, where an "or where" clause would be created for each
entity type/id combo involved, which could be all within 20 books.
This updates the query handling to use a query per type involved, with
no "or where"s, and to be chunked at large entity counts.
Also tweaked role-specific permission regen to chunk books at
half-previous rate to prevent such a large scope being involved on each
chunk.
For #4695
2023-12-23 13:35:57 +00:00
Dan Brown
88ee33ee49
Deps: Updated php depenencies via composer
2023-12-22 15:48:46 +00:00