Commit graph

4456 commits

Author SHA1 Message Date
Dan Brown
3416e131b8 New translations errors.php (Hungarian) 2024-01-31 10:16:05 +00:00
Dan Brown
665b016892 New translations auth.php (Hungarian) 2024-01-31 10:16:04 +00:00
Dan Brown
029622842b New translations activities.php (Hungarian) 2024-01-31 10:16:03 +00:00
Dan Brown
6c52900a36 New translations preferences.php (Hungarian) 2024-01-31 09:16:00 +00:00
Dan Brown
285cc1fd15 New translations entities.php (Norwegian Bokmal) 2024-01-31 09:15:59 +00:00
Dan Brown
902be46916 New translations activities.php (Hungarian) 2024-01-31 09:15:58 +00:00
Dan Brown
adaff28245 New translations common.php (Serbian (Cyrillic)) 2024-01-30 19:44:55 +00:00
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