Commit graph

777 commits

Author SHA1 Message Date
Visman
3a9ebb5336 Delete inline style for phpinfo
https://github.com/forkbb/forkbb/issues/2
2021-01-11 21:30:40 +07:00
Visman
2f6a8c8c1e Update .htaccess
To improve system security.
2021-01-11 17:51:48 +07:00
Visman
a4c14a273b Change the heading level for the moderation page 2021-01-11 17:22:32 +07:00
Visman
c110cd65ce Add Content-Type header for error page 2021-01-11 17:21:29 +07:00
Visman
6c98e08166 Delete inline style for right, center and justify bbcode
https://github.com/forkbb/forkbb/issues/2
2021-01-10 19:33:36 +07:00
Visman
6fcbd86ffa Update Content-Security-Policy
Add directives that don't use default-src as fallback
https://developers.google.com/web/fundamentals/security/csp
2021-01-10 17:36:56 +07:00
Visman
d1572dd82e Delete inline js for back button
https://github.com/forkbb/forkbb/issues/2
2021-01-10 01:05:12 +07:00
Visman
4aa2bc5971 Delete inline style for poll
https://github.com/forkbb/forkbb/issues/2
2021-01-09 21:34:47 +07:00
Visman
0938f4c371 Update readme.md 2021-01-09 20:07:59 +07:00
Visman
bb385ea147 Add output of http headers from engine config
The default set is "common". In the admin panel, profile, registration and login - "secury".
2021-01-09 20:06:37 +07:00
Visman
3708d0d318 rev. 32 To add http headers (security headers)
Two sets of headers: common and secury.
2021-01-09 20:03:51 +07:00
Visman
683e5a8471 Update style and templates
For a screen width of 81rem and more, the navigation block goes vertically to the right. O_o
2021-01-08 13:49:28 +07:00
Visman
a7d560351f Update style and templates
The main navigation has been moved from the header to a separate block.
2021-01-07 22:04:19 +07:00
Visman
afd40e92b1 Add escaping for menu item keys and script properties 2021-01-07 20:57:51 +07:00
Visman
756cee650a Update BBCodeList\Structure
Switching to Parserus 1.x.
2021-01-06 21:13:07 +07:00
Visman
07fcfd6459 rev. 31 New bbcode structure 2021-01-06 20:06:06 +07:00
Visman
9c01267f4a Fix PDO exception when committing an autocommitted transaction in PHP 8 2021-01-06 20:04:20 +07:00
Visman
b7880fc760 Update Parserus 2021-01-06 18:41:23 +07:00
Visman
66cf3db14b Fix bbcode validation 2021-01-06 18:34:19 +07:00
Visman
0b29a40c48 Update templates 2021-01-06 18:33:05 +07:00
Visman
fc686720b7 Change rel attribute for user links
https://developers.google.com/search/docs/advanced/appearance/qualify-outbound-links
2021-01-06 14:38:46 +07:00
Visman
9baa10ef66 Update templates
Html5 semantics
2021-01-05 22:57:37 +07:00
Visman
5dd5924e65 Optimize smilies
https://github.com/MioVisman/FluxBB_by_Visman/pull/12
2021-01-04 20:52:13 +07:00
Visman
ac663d2964 Update composer.json 2021-01-03 12:31:34 +07:00
Visman
fa6cb59778 Change the color of the report button 2021-01-02 21:49:28 +07:00
Visman
806fd4a926 Sticky address in post 2020-12-26 19:08:06 +07:00
Visman
1cb00d4138 Hide the search/sort form to the spoiler for Userlist page 2020-12-23 16:29:20 +07:00
Visman
e932f7c30e Update style.css 2020-12-23 00:34:22 +07:00
Visman
ec8da52437 Update Moderate page
Remove unnecessary message when displaying an error.
The Cancel button must be active in all actions.
2020-12-22 19:11:54 +07:00
Visman
cd8090310b Delete continue 2020-12-22 08:30:29 +07:00
Visman
b759d848e2 Update style.css 2020-12-21 23:59:07 +07:00
Visman
0b468d0be6 Change language files 2020-12-21 23:48:56 +07:00
Visman
9753187272 Update style.css 2020-12-21 19:54:24 +07:00
Visman
e83ef43cb6 Copyright 2020-12-21 17:40:19 +07:00
Visman
978bf66829 Update style.css 2020-12-20 20:09:32 +07:00
Visman
bf668943ea Change language files for profile 2020-12-20 14:51:52 +07:00
Visman
e3ba9774e1 Consider i_avatars_size when uploading avatars 2020-12-20 14:43:46 +07:00
Visman
7831282422 Update Core\File
You can set the maximum allowed file size for save. Use for avatars.
2020-12-20 14:43:25 +07:00
Visman
002461520b Change templates 2020-12-20 14:38:29 +07:00
Visman
723670ee78 Fix for previous commit 2020-12-20 14:33:49 +07:00
Visman
caa0f160da Fixed o_avatars_dir field validation 2020-12-20 13:37:27 +07:00
Visman
14b578d25a Change templates
Display all links via htmlspecialchars() in templates.
2020-12-19 21:33:44 +07:00
Visman
80eb0a07c6 Update main.forkbb.php 2020-12-19 17:49:33 +07:00
Visman
7fb0b0a8b5 Add poll 11
Add javascript for post form.
2020-12-12 21:38:12 +07:00
Visman
adb86d67ab Change menu style 2020-12-03 17:56:35 +07:00
Visman
0430ba9196 Add caching for webp 2020-11-28 22:13:08 +07:00
Visman
35c94a2550 Add a method for generating a link to a static file
+ add caching of static files with resetting browser cache via filename.
2020-11-28 22:08:34 +07:00
Visman
23ab6ff1b3 Update Core\Files
Get an extension through the regular.
The previous version allowed backslashes and forward slashes in the file extension.
2020-11-28 21:17:12 +07:00
Visman
9854e5fd92 Update Delete page 2020-11-27 15:41:25 +07:00
Visman
406b2bcc68 Update Groups page 2020-11-27 15:21:49 +07:00