Commit graph

1812 commits

Author SHA1 Message Date
Visman
ed22304e4a The + symbol in the uri is a space, and %2B is + 2023-07-20 17:40:28 +07:00
Visman
b47de7042a Reduce ignore interval to 3 seconds 2023-07-20 12:59:43 +07:00
Visman
ad442c271a Typo fix 2023-07-20 12:49:46 +07:00
Visman
8d3fff3016 Up rev 2023-07-19 19:02:43 +07:00
Visman
688b7d580b Fix Profile\Pass page 2023-07-19 18:53:10 +07:00
Visman
f66c890db3 Add g_delete_profile to group properties, default = 0. Configured in the admin panel in groups.
Will not work until the update to revision 63 is completed.
2023-07-19 18:30:30 +07:00
Visman
c21fdc7423 Add "Delete Profile" to Profile\Edit page
Will not work until the update to revision 63 is completed.
2023-07-19 17:41:17 +07:00
Visman
cacaa46f0f Add deleteMyProfile for profile rules
Admins can't delete themselves O_o
2023-07-19 17:38:13 +07:00
Visman
212208c430 Fix Admin\Bans page 2023-07-19 17:36:19 +07:00
Visman
c77aae8af2 Change lang files 2023-07-19 17:35:23 +07:00
Visman
442a87ab74 Add for 3531a9251b 2023-07-19 14:34:15 +07:00
Visman
ca6f41f161 Update validator.po 2023-07-19 14:21:59 +07:00
Visman
17118da1a5 Update validator.po 2023-07-19 14:18:42 +07:00
Visman
3531a9251b Add a ban (username and email) for the user to be deleted
To prevent re-registration for deleted users.
2023-07-19 13:42:10 +07:00
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
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
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
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