amcmanu3
|
3f3595acb4
|
Sort config.json in alphabetical order
|
2023-01-29 18:21:04 -05:00 |
|
amcmanu3
|
bd8e12f884
|
Fix wording in reset
|
2023-01-29 17:00:28 -05:00 |
|
amcmanu3
|
2d9529ba0c
|
Add cookie secret to DB
Allow users to reset cookie and api secret
Add Crafty row to table on fresh install
Change inserts to updates for crafty settings table.
|
2023-01-29 16:54:02 -05:00 |
|
amcmanu3
|
02273580f6
|
Appease the linter AGAIN
|
2023-01-29 15:20:27 -05:00 |
|
amcmanu3
|
5ab224d17e
|
Appease the linter
|
2023-01-29 15:18:10 -05:00 |
|
amcmanu3
|
040536f320
|
Merge branch 'dev' into bugfix/file-tree-reload
|
2023-01-29 15:13:02 -05:00 |
|
Zedifus
|
aa2ba4f8cf
|
Merge branch 'dev' into refactor/config-json
|
2023-01-29 20:00:09 +00:00 |
|
amcmanu3
|
8ee274a927
|
Remove config.json from repo.
Remove version checking.
Move master config to helpers.
Add config.json when not found on start.
|
2023-01-29 14:54:25 -05:00 |
|
amcmanu3
|
e0541b1ec0
|
Change file tree doesn't reload on upload/delete
|
2023-01-28 19:10:27 -05:00 |
|
amcmanu3
|
afdb9d9386
|
Use ignored_names as class variable in helpers
|
2023-01-27 17:36:23 -05:00 |
|
Andrew
|
4031b74e00
|
Hide server stats db from users
|
2023-01-09 16:34:12 -05:00 |
|
Andrew
|
52ef76e15b
|
Replace google ping for ntp for usability in china
|
2023-01-03 10:14:10 -08:00 |
|
amcmanu3
|
fbc506f2fd
|
Fix issues after merge conflicts
|
2022-12-19 17:15:26 -05:00 |
|
Andrew
|
3ab57f116c
|
Merge branch 'dev' into 'refactor/config-json'
# Conflicts:
# app/classes/shared/helpers.py
|
2022-12-19 22:13:10 +00:00 |
|
Andrew
|
6572dc5e10
|
Appease the linter
|
2022-12-16 18:47:36 -05:00 |
|
Andrew
|
551020f738
|
Create our own check function
|
2022-12-14 14:54:52 -05:00 |
|
Andrew
|
3f2e50a5dd
|
Add config compare to not overwrite user changes
|
2022-10-13 12:17:31 -07:00 |
|
Zedifus
|
0721c0d7d4
|
Strip meta from sem version
|
2022-10-08 18:34:38 +01:00 |
|
Andrew
|
f558388a0f
|
Update themes to include all colors
|
2022-10-04 13:31:37 -04:00 |
|
Andrew
|
a5a81aa22a
|
Add themes to users page/base
|
2022-09-26 21:23:47 -04:00 |
|
amcmanu3
|
63347f956b
|
Fix logical issues surrounding Gravatar fetch
|
2022-09-19 20:00:15 -04:00 |
|
Andrew
|
67d465b94c
|
Add debug logging
|
2022-09-12 15:36:13 -04:00 |
|
Andrew
|
82c0452f55
|
Add pfp caching for users
|
2022-09-12 15:34:47 -04:00 |
|
Zedifus
|
9350ed07d7
|
Add bedrock remote url helper
|
2022-08-31 19:04:04 +01:00 |
|
Zedifus
|
ff0faffc08
|
Add update check to 12hr schedule
Co-authored-by: andrew.charles.mcmanus@gmail.com <andrew.charles.mcmanus@gmail.com>
|
2022-08-05 02:37:21 +01:00 |
|
Zedifus
|
99ae7e01a1
|
Tidy import naming
This will allow for previous variable naming
|
2022-07-21 00:39:29 +01:00 |
|
Zedifus
|
ebe5d6815c
|
Add helper for remote version check
|
2022-07-20 23:53:31 +01:00 |
|
Zedifus
|
48cd5916ed
|
Revert internal comment
Must've changed this accidentally
|
2022-06-24 03:56:31 +01:00 |
|
Zedifus
|
cf25249a9d
|
Fix path issue with update-alternatives
Sometimes it can be in /sbin,
if it is we return `None` which broke upstream frontend.
Returning an empty list to resolve this.
|
2022-06-24 02:28:05 +01:00 |
|
Zedifus
|
610b94dd59
|
Merge branch 'dev' into tweak/file-enhancements
|
2022-06-21 20:41:09 +01:00 |
|
Zedifus
|
bad7a8d625
|
Merge branch 'dev' into feature/java-selection
|
2022-06-21 04:29:37 +01:00 |
|
Zedifus
|
8e646df58c
|
Add Java detect for win, and hook up to front end
|
2022-06-20 23:44:33 +01:00 |
|
Andrew
|
7d286e60e0
|
Backup/Config.json rework for API key hardening
See merge request crafty-controller/crafty-4!369
|
2022-06-20 19:26:21 +00:00 |
|
Zedifus
|
e820ba058a
|
Add prototype helper (linux only)
|
2022-06-20 18:05:39 +01:00 |
|
luukas
|
b4770bc9a0
|
Use indent=4 instead of indent=True
`indent=True` is equivalent to `indent=1`
You can test this by executing `'foo' * True`, `'foo' * 1` and
`'foo' * 4` in a Python REPL.
|
2022-06-18 01:30:50 +03:00 |
|
luukas
|
5bfd564ef4
|
Use with-blocks when opening files
|
2022-06-18 01:27:55 +03:00 |
|
amcmanu3
|
8611c7e5e4
|
Fix win reg import on not windows.
Replace WindowsError with OSError
|
2022-06-15 00:42:29 -04:00 |
|
Zedifus
|
00466719ea
|
Exempt R1717 consideration
|
2022-06-15 04:52:19 +01:00 |
|
Zedifus
|
0f82ba3084
|
Line exempt E0602
It's not an undefined var it's the Base class for I/O related errors.
False positive.
|
2022-06-15 04:44:19 +01:00 |
|
Zedifus
|
9ed5cc3c5a
|
Fix pylint R1724
|
2022-06-15 04:15:46 +01:00 |
|
Zedifus
|
1cfc926b16
|
Fix line length CQ
|
2022-06-15 04:11:40 +01:00 |
|
amcmanu3
|
cda2120579
|
Fix window java issue causing no stats
|
2022-06-14 22:33:02 -04:00 |
|
luukas
|
e73dd682c8
|
Fix no-else-* QA warnings
|
2022-06-14 15:40:57 +03:00 |
|
luukas
|
73a6d1cd78
|
Fix the error message while deleting session.log
|
2022-06-14 00:30:28 +03:00 |
|
luukas
|
0d664cfae5
|
Remove a useless session.log warning
This fixes an error being sent when session.log doesn't exist.
This usually occurs when the logs directory is deleted.
|
2022-06-14 00:16:49 +03:00 |
|
amcmanu3
|
ace79cad2f
|
Remove useless print statements
|
2022-06-03 15:53:20 -04:00 |
|
Zedifus
|
eaecb2f09b
|
Replace standard pseudo-random generators
Resolves: `Bandit ID B311`
[Standard pseudo-random generators are not suitable for security/cryptographic purposes.]
|
2022-06-03 14:05:26 +01:00 |
|
Andrew
|
9864cecff1
|
Merge branch 'experimental/lukas-codebase-improvements' into 'dev'
Lukas's codebase improvements
See merge request crafty-controller/crafty-4!277
|
2022-06-01 20:22:47 +00:00 |
|
Andrew
|
28ffbe4627
|
Remove unnecessary pass
|
2022-06-01 15:20:16 -04:00 |
|
Andrew
|
fdc88451b9
|
Add exception for permissions in helpers check
|
2022-06-01 15:11:37 -04:00 |
|