Commit graph

2278 commits

Author SHA1 Message Date
Visman
0274ac5b06 Fix Forum\UpdateUsername 2020-11-03 22:11:18 +07:00
Visman
1e2790f47d Update User\Save for username update 2020-11-03 22:02:56 +07:00
Visman
cb8b7f4440 Add Online\UpdateUsername() 2020-11-03 22:00:12 +07:00
Visman
c2f4964842 Add Topics\UpdateUsername() 2020-11-03 21:51:09 +07:00
Visman
d2cc0f187b Add Posts\UpdateUsername() 2020-11-03 21:44:14 +07:00
Visman
244321516c Add Forums\UpdateUsername() 2020-11-03 21:33:55 +07:00
Visman
21e73eb253 Update Mod.php 2020-11-03 21:18:35 +07:00
Visman
930aa6ef88 Prevent changing username for banned 2020-11-02 22:31:50 +07:00
Visman
68b12a6241 Change work with ban by username 2020-11-02 22:28:34 +07:00
Visman
8b6cbdde1c Fix update to rev.24 2020-11-01 20:38:39 +07:00
Visman
0ce0b8e572 rev.24 2020-11-01 20:33:09 +07:00
Visman
37cdfbb03f Fix comment 2020-11-01 20:24:38 +07:00
Visman
29c5b78aab Update Post\Delete() for editor_id 2020-11-01 20:23:15 +07:00
Visman
9b4b6b5607 Delete o_merge_timeout from config table 2020-11-01 20:11:14 +07:00
Visman
ab58de9f95 Add editor_id field to posts table 2020-11-01 20:09:27 +07:00
Visman
aeb6e01d05 Rename edited_by field in posts table 2020-11-01 19:59:26 +07:00
Visman
ca83d111ef Fix Install page
For poster_id and last_poster_id fields in topics table.
2020-11-01 18:01:39 +07:00
Visman
24f1ec4285 Update Forum\CalcStat()
For last_poster_id.
2020-11-01 17:52:03 +07:00
Visman
59c3578b4e Add last_poster_id field for forums table 2020-11-01 17:47:12 +07:00
Visman
02e292fca4 Update flood message 2020-11-01 12:02:30 +07:00
Visman
7090b80ea9 Remove timeout for merge posts 2020-11-01 11:36:09 +07:00
Visman
baaee97733 Update User\deleteAvatar() 2020-11-01 11:27:22 +07:00
Visman
0fdeb3aa19 rev.23 Update config
Change data type for some settings.
2020-10-30 21:26:21 +07:00
Visman
f6cef733d9 Update code comments 2020-10-30 12:09:31 +07:00
Visman
6d12bf18ba Update SmileyList
Move the work with the cache to the model.
2020-10-30 12:00:56 +07:00
Visman
614f6c87ae Update Forums
Move the work with the cache to the manager.
2020-10-30 11:45:06 +07:00
Visman
7964c9d3ca Update Config
Move the work with the cache to the model.
2020-10-30 10:58:14 +07:00
Visman
a333387636 Add reset() method for BanList 2020-10-30 10:50:40 +07:00
Visman
de3df36af6 Update Censorship
Move the work with the cache to the model.
2020-10-30 10:20:19 +07:00
Visman
5f6e3b99c5 Update BanList
Move the work with the cache to the model.
2020-10-30 10:07:50 +07:00
Visman
97de25a05f Fix for PHP 8 RC2 2020-10-29 14:32:54 +07:00
Visman
50562d6ae3 Update Core\Lang
Add caching for *.po files.
2020-10-27 23:18:47 +07:00
Visman
2a6e260d30 Update Secury.php
Add remove control characters \x7F and \xC2\x80- \xC2\x9F
2020-10-27 13:31:10 +07:00
Visman
252c6dfe96 rev.22 2020-10-25 22:22:33 +07:00
Visman
eb40ac316b Move username pattern to config 2020-10-25 22:22:01 +07:00
Visman
c192090acc Update IsUniqueName.php 2020-10-25 22:13:15 +07:00
Visman
9a064e3b89 Fix Core\Router\validate()
If there is no route for GET and the response is METHOD_NOT_ALLOWED, then check the route for POST
2020-10-20 20:24:52 +07:00
Visman
a29d6c1f16 Update User\Model
Change the algorithm for calculating the email_normal property
2020-10-18 23:20:16 +07:00
Visman
79d068e8f0 Update DataModel
Mark the modifying flag of all dependent properties when modifying the main property. Virtual properties are also flagged.
2020-10-18 23:07:33 +07:00
Visman
d18aeff528 Change rules for username
Consecutive spaces are now an error. They used to be automatically converted to a single space.
2020-10-18 19:23:17 +07:00
Visman
9bbc27b95f Remove checks for intl functionality 2020-10-17 20:38:46 +07:00
Visman
9575efce44 Add Unicode Normalization
Canonical Decomposition followed by Canonical Composition for all input data
2020-10-17 20:29:10 +07:00
Visman
1347c28ffc Update Core\View 2020-10-16 20:40:22 +07:00
Visman
064af21cc2 Update Dirk 2020-10-16 20:40:06 +07:00
Visman
1e2ed92e35 Fix Core\View 2020-10-16 13:14:10 +07:00
Visman
1291e08441 Change the maximum value of the smiley position 2020-10-15 20:05:32 +07:00
Visman
8bc21acc9c Add strict mode 4 2020-10-15 20:02:24 +07:00
Visman
e355b2a42f Fix install 2020-10-14 23:44:54 +07:00
Visman
ebd25a22d3 Fix BanList\trimToNull() 2020-10-14 23:04:23 +07:00
Visman
a80acd0a7a Add strict mode 3 2020-10-14 22:50:57 +07:00