5422915335
Delete user on logout
2024-01-28 13:44:44 -05:00
06c18169f1
Merge branch 'dev' into sec/admin-creation
2023-11-25 20:59:26 +00:00
63d84ed1bb
Remove clean from password input
2023-11-13 17:23:15 -05:00
e9105ffbe4
Log authentication attempts
2023-11-05 13:26:27 -05:00
751beaa7eb
Replace all instances of bleach with nh3.
...
Using latest version of nh3.
2023-09-04 20:44:44 -06:00
81d6357596
Revert "Merge branch 'refractor/remove-bleach' into 'dev'"
...
This reverts merge request !616
2023-09-04 23:13:13 +00:00
ad9042e88f
Replace bleach with nh3.
2023-08-12 21:53:26 -06:00
81ebb3fbed
fix formatting
2023-03-07 13:26:01 +00:00
014805fc31
add offline page,change sw location
2023-03-06 23:38:04 +00:00
491415c7fa
Re-black codebase with new standard
2023-02-15 18:01:21 -05:00
e217c63fdf
Merge branch 'dev' into bug/ReworkDefautPublicHandler
2023-01-27 19:59:12 +00:00
d97a792987
Remove public page to use direct login as status one
...
Rework HTTP Handler as we redirect all trafic to HTTPS
2023-01-25 23:26:04 +01:00
7984ca8157
Add Personalized Transparency for Login Page's Form
2023-01-17 20:40:16 +01:00
206dc956cf
Make background available to all public pages
...
Move background to top of html for better loading
2022-11-30 19:53:10 -05:00
bf0255a26b
Add custom login image feature
2022-11-09 14:13:35 -05:00
25a1c67c26
Fix black formatting
2022-06-12 17:17:58 -04:00
474597d16c
Add survery to admin first log
2022-06-12 17:03:42 -04:00
51b1097a96
Fixing Stack when redirected from Unauthorized page
2022-06-08 21:42:25 +02:00
0df30d2f05
Fix typo in error message
2022-06-04 14:24:12 -04:00
3c666e5702
Fix stack thrown on page refresh after clean db
2022-04-17 13:33:45 -04:00
b380f09b06
Rename get_lang_page
2022-04-14 19:34:21 -04:00
92c8fc04f3
Refactor to standardize class/variable naming ✨
2022-04-14 03:10:25 +01:00
add784df42
Fix stack when username is wrong.
2022-04-12 18:33:00 -04:00
19f2429a4c
Fix formatting to comply with ⬛ Black
2022-04-11 11:08:36 +01:00
42ca4bb973
Refactored the yes to not pass objects in import
...
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
119c34535c
Removed fn, reduced queries in login flow
2022-04-10 17:46:07 -05:00
2a512d7273
Fix files to conform with new ⚫ Black pylintrc
...
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:06:13 +00:00
e06fe8a52a
⬛ Black codebase
...
Apply black formatting to codebase
2022-03-23 02:50:12 +00:00
f280da8c52
Better dashboard re-ordering
2022-03-19 01:48:24 +00:00
c00915e347
Remove unused line
2022-03-14 21:37:40 +00:00
79f918b877
Adding back and Commenting Old lines
2022-03-14 22:27:19 +01:00
5900033134
Fixing Cookies deletion
...
Adding redirection at Login
2022-03-14 22:26:09 +01:00
b306d1f313
Tidy imports & dep auto-installer
2022-03-08 04:40:44 +00:00
506129729e
Update Translation
...
- Adding Translation for Credits Page
- Adding detection support for webpage
2022-03-05 12:01:36 +01:00
e0ce1d118c
Create pylintrc, code review pipeline & correct codebase errors
...
Fix uploads,
Only send server stats to user page when they have access to servers
2022-01-26 01:45:30 +00:00
f37e1e04a4
Fix gravatar not loading after being removed from cookie. Improve gravatar loading so it changes without relogging
2022-01-18 16:44:36 -05:00
a20f7c4acf
Fix translation stuff
...
* Make fallback stuff work
* Use helper.get_setting('language') instead of hardcoded 'en_US'
* Fix status and public pages lang variables
* Fix and add some translations for fi_FI
2022-01-15 17:38:08 +02:00
93857f90db
JWT login and multi API keys!
2022-01-15 02:23:50 +02:00
7dd24b6b15
Improved File Loading, Fixed Port checking
2022-01-08 23:03:45 +00:00
0e942311fb
Add error message on login that does not direct to new page.
...
Remove failed to create dir error on startup when crafty cannot create dir since it exists after first startup.
Error logging is still enabled for every error except FileExists for this case.
2021-11-23 13:22:15 -05:00
87b6bd7758
Enhances language on login page
2021-10-18 17:27:19 -04:00
0ee8418ba5
Merge branch 'db-lang' into 'user-language'
...
Db lang
See merge request crafty-controller/crafty-commander!79
2021-09-29 21:50:17 +00:00
acedb0ad8a
Added inital setup for user-based languages.
...
Waiting for DB changes to finish.
2021-09-28 22:25:47 -04:00
70ca82a086
Rework architecture for better MVC
2021-09-09 00:01:10 +02:00
7acf095463
Make HTTP handler functions not return anything else than None to remove an error in the log. Also make users not log out when visiting a page on the public handler
2021-07-30 19:20:01 +03:00
890e0a1925
Fix blank page on wrong password and add spaces to previous login failed redirects
2021-05-02 18:05:14 +03:00
9049e44803
Fix logging on import errors
2021-04-17 23:34:13 +03:00
1e2abff40a
Moved server DB code to models, fix autobleach logging, fix redirect bug
2021-04-04 12:48:02 -05:00
0b3d20ffbe
One monster truck commit for
...
add translation API, add fi_FI and en_EN translations, add C and
.properties file support, check if file is binary before sending and
clean up ajax handler
2021-03-26 15:57:50 +02:00
cf61c3c931
Skeleton user manager added
2020-12-24 17:55:15 -05:00