Commit graph

2108 commits

Author SHA1 Message Date
Visman
8014634a25 Update PostFormTrait.php 2023-07-19 00:02:15 +07:00
Visman
5d25de1145 Similarly for user list and search 2023-07-18 19:31:02 +07:00
Visman
8e5ea25640 Remove username length limit in the admin panel for bans and searches 2023-07-18 18:11:18 +07:00
Visman
4a0a13f31a Fix for delete guest post 2023-07-18 18:07:37 +07:00
Visman
1000a97430 Add more html5 validation
https://caniuse.com/?search=user-invalid
https://caniuse.com/?search=minlength
2023-07-17 20:03:23 +07:00
Visman
deadb448d4 Update validator.po 2023-07-17 18:40:57 +07:00
Visman
3bf55f48cf Update style for Admin\Parser pages 2023-07-17 14:07:31 +07:00
Visman
1bd4f2bdc7 Update admin.css 2023-07-17 12:26:42 +07:00
Visman
65c7b5d7ac Update poll.js 2023-07-17 00:20:55 +07:00
Visman
9b3221f2f9 Add "Show passphrase" 2023-07-17 00:20:52 +07:00
Visman
6af7284349 Up rev 2023-07-16 20:56:15 +07:00
Visman
de881e0011 Update bootstrap.php 2023-07-16 20:02:37 +07:00
Visman
5c5e5385f4 Allow admins to create/rename users with custom names
The maximum name length is 190 characters.
Characters with codes from 0 to 31 and @, ', ", \, /, <, > are prohibited.
2023-07-16 20:00:38 +07:00
Visman
e7676f6cfd Add more settings for username to engine config 2023-07-16 19:35:01 +07:00
Visman
a399dcc7b7 Update admin.css 2023-07-16 15:13:03 +07:00
Visman
4a4056281f Reduce memory consumption when searching if the result is displayed as a list of topics
For the moment when there is no valid cache.
2023-07-16 12:14:22 +07:00
Visman
ddc3cafbd6 Change index in ::search_matches table
Before /* Затронуто строк: 0  Найденные строки: 700 996  Предупреждения: 0  Длительность  1 запрос: 0,063 sec. (+ 44,990 sec. network) */
After  /* Затронуто строк: 0  Найденные строки: 700 996  Предупреждения: 0  Длительность  1 запрос: 0,000 sec. (+ 1,154 sec. network) */
2023-07-16 11:36:50 +07:00
Visman
abf9625e47 Fix return from topic to topic list by anchor
Refresh cache.
2023-07-15 21:43:37 +07:00
Visman
cfc3ae81ca Change multi_idx index in ::posts table
Before /* Затронуто строк: 0  Найденные строки: 701 075  Предупреждения: 0  Длительность  1 запрос: 4,790 sec. (+ 0,312 sec. network) */
After  /* Затронуто строк: 0  Найденные строки: 701 075  Предупреждения: 0  Длительность  1 запрос: 0,827 sec. (+ 0,280 sec. network) */
2023-07-15 21:20:26 +07:00
Visman
8df01cbac7 Add a little more optimization
Consider the topic author and the author of the last post in the topic so as not to send a database query.
2023-07-15 16:27:36 +07:00
Visman
d8bb95fcff Optimize search page "Topics with your posts" for "User has posted earlier" == YES 2023-07-15 15:54:54 +07:00
Visman
6e0923ac44 Update topic/topic_in_search templates 2023-07-15 12:41:48 +07:00
Visman
ebef5d5dad Add some order 2023-07-14 20:45:32 +07:00
Visman
8f8ed22a40 Up rev 2023-07-14 17:56:29 +07:00
Visman
1415bd73da fix 2023-07-14 17:44:27 +07:00
Visman
644edfceaa Update Uploads.php 2023-07-14 17:39:00 +07:00
Visman
67dd3da824 Add search cache lifetime setting to admin panel 2023-07-14 17:31:53 +07:00
Visman
ddbc87b031 There are no posts in the links to moved topics 2023-07-14 14:52:41 +07:00
Visman
da24c4751c Optimize search result fetching to display posts/topics 2023-07-13 23:28:51 +07:00
Visman
6cb89f39e8 Fix foreach() argument must be of type array|object, null given 2023-07-13 18:00:38 +07:00
Visman
8ee1da7acc Add view of uploaded files to admin panel 2023-07-13 16:40:33 +07:00
Visman
66ce617d35 Update form.forkbb.php 2023-07-13 16:38:10 +07:00
Visman
33707405b1 Update Result.php 2023-07-13 16:37:43 +07:00
Visman
bf5bcf58b7 Shorten naming units of information 2023-07-13 16:37:06 +07:00
Visman
2bc017bc6e Update ForkBB\size() function 2023-07-13 16:36:11 +07:00
Visman
f40f76f0c6 Fix for GD
1. Palette image not supported by webp
2. imageavif(): avif error - avif doesn't support palette images
2023-07-12 18:18:26 +07:00
Visman
9d0ec76e8b Add output image types for upload 2023-07-12 16:39:44 +07:00
Visman
e928df83da Convert file extension to lower case 2023-07-12 15:36:13 +07:00
Visman
62b335542e Take into account the limit for the volume of uploaded files 2023-07-11 23:57:06 +07:00
Visman
38fbadc409 Add hashtag to SCEditor 2023-07-11 18:26:00 +07:00
Visman
5be4d74045 Add additional extension filtering 2023-07-11 18:13:09 +07:00
Visman
94427053f1 Up rev 2023-07-10 23:35:03 +07:00
Visman
a24a3e1fdf Add a simple hashtag system to posts and searches 2023-07-10 23:34:53 +07:00
Visman
7b6eb88d8c Table ::search_cache needs cleaning 2023-07-10 20:17:56 +07:00
Visman
2c3cc72d9d Fix Models\Attachment 2023-07-10 00:20:33 +07:00
Visman
ca04b877f4 Prohibit SVG, at the moment is unsafe 2023-07-10 00:14:14 +07:00
Visman
fd625f45b5 Fix en\admin_groups.po 2023-07-10 00:08:31 +07:00
Visman
809a8cb29d Up rev 2023-07-09 17:48:47 +07:00
Visman
7917e7a3d1 Set png to max(?) compression always 2023-07-09 16:36:59 +07:00
Visman
d8f5715d0f Add file uploads 10/... 2023-07-09 16:22:09 +07:00