Commit Graph

13 Commits

Author SHA1 Message Date
172a9460df Fix https on prod.
Added the force_https parameter to env APP_FORCE_HTTPS. This will force https to be enabled.
2023-12-09 00:55:56 +06:00
a5ba9eb3f8 I added (int) to the configuration in the parameters, where we get the numbers through the env function. 2023-12-09 00:54:12 +06:00
b5db913c24 Add demo mode restrictions to user operations.
Added functionalities to restrict certain user operations like update, password change, and deletion in demo mode. This is done to prevent demo users from modifying crucial data. Helper methods are created for standard re-usable checks. Also, Blade directive is added for frontend UI demo checks.
2023-12-05 00:53:04 +06:00
9221e089dd Revived API POST /captcha/{captcha_uuid}.
Receiving captcha information for validation.
2023-11-26 22:42:22 +06:00
520a3ba068 Revived API POST /api/v1/captcha.
Captcha validation has been adjusted.
2023-11-26 15:09:42 +06:00
18899c81f2 Increase captcha image dimensions
The dimensions for both the 'image_head' and 'image_body' captcha images have been increased to provide a clearer and more readable captcha for users. 'Image_head' has been updated from 150x40 to 500x75, and 'image_body' from 300x240 to 500x500.
2023-11-23 00:26:47 +06:00
27046e6674 Revived API /api/v1/captcha.
Now a new captcha is created to check for a bot.
2023-09-19 14:27:33 +06:00
907bac5586 Added the ability to save user settings. 2023-07-10 21:42:55 +06:00
f481ee765d Made authorization. 2023-07-06 10:48:32 +06:00
b9f88ba2eb Change default locale settings to Russian. 2023-06-29 00:06:52 +06:00
f6669e93dc Added config for captcha. 2023-06-28 17:17:44 +06:00
e189137f6a Added channel deprecations. 2023-03-10 21:04:26 +06:00
15225e860c Install Laravel. 2023-03-05 20:14:04 +06:00