34aed2c7aa
refactor: large scale formatting/linting
2025-11-12 15:51:13 +13:00
9deca8867e
[Feature] Possibility to Retrain Models ( #190 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#190
2025-11-12 10:28:35 +13:00
df6056fb86
[Enhancement] Refactor of license django model ( #187 )
...
Fixes #119
Licenses are now created in the bootstrap management command. To only create the licenses use the command line argument `-ol` or `--only-licenses`.
These licenses are then fetched by there `cc_string` when adding a license to a package.
Co-authored-by: Liam Brydon <62733830+MyCreativityOutlet@users.noreply.github.com >
Co-authored-by: jebus <lorsbach@envipath.com >
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#187
Co-authored-by: liambrydon <lbry121@aucklanduni.ac.nz >
Co-committed-by: liambrydon <lbry121@aucklanduni.ac.nz >
2025-11-12 08:20:43 +13:00
34589efbde
[Fix] Mitigate XSS attack vector by cleaning input before it hits our Database ( #171 )
...
## Changes
- All text input fields are now cleaned with nh3 to remove html tags. We allow certain html tags under `settings.py/ALLOWED_HTML_TAGS` so we can easily update the tags we allow in the future.
- All names and descriptions now use the template tag `nh_safe` in all html files.
- Usernames and emails are a small exception and are not allowed any html tags
Co-authored-by: Liam Brydon <62733830+MyCreativityOutlet@users.noreply.github.com >
Co-authored-by: jebus <lorsbach@envipath.com >
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#171
Reviewed-by: jebus <lorsbach@envipath.com >
Co-authored-by: liambrydon <lbry121@aucklanduni.ac.nz >
Co-committed-by: liambrydon <lbry121@aucklanduni.ac.nz >
2025-11-11 22:49:55 +13:00
13ed86a780
[Feature] Identify Missing Rules ( #177 )
...
Fixes #97
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#177
2025-10-30 00:47:45 +13:00
a952c08469
[Feature] Basic logging of Jobs, Model Evaluation ( #169 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#169
2025-10-27 22:34:05 +13:00
1f863fdcd6
[Fix] Remove Scenarios from Objects ( #159 )
...
Fixes #155
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#159
2025-10-15 20:23:52 +13:00
68a3f3b982
[Feature] Alias Support ( #151 )
...
Fixes #149
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#151
2025-10-09 23:14:34 +13:00
7ad4112343
[Feature] External Identifier/References
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#139
2025-10-02 00:40:00 +13:00
3f5bb76633
[Fix] Remove all Scenarios, catch empty SMILES, prevent default Package delete ( #134 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#134
2025-09-30 19:10:57 +13:00
50db2fb372
[Feature] MultiGen Eval (Backend) ( #117 )
...
Fixes #16
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#117
2025-09-18 18:40:45 +12:00
762a6b7baf
[Feature] Package Export/Import ( #116 )
...
Fixes #90
Fixes #91
Fixes #115
Fixes #104
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#116
2025-09-16 02:41:10 +12:00
31783306e2
[Feature] Pathway SVG Export ( #102 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#102
2025-09-10 18:44:18 +12:00
5477b5b3d4
[Feature] Rule Based Model ( #92 )
...
Fixes #89
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#92
2025-09-09 19:32:12 +12:00
2babe7f7e2
[Feature] Scenario Creation ( #78 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#78
2025-09-02 08:06:18 +12:00
02d84a9b29
Fix wrong Button Label in "Compound -> Edit" ( #64 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#64
2025-08-28 06:32:42 +12:00
00d9188c0c
Copy Objects between Packages ( #59 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#59
2025-08-28 06:27:11 +12:00
b95ec98a2f
Added Shortcut to make Packages Public ( #54 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#54
2025-08-22 07:31:08 +12:00
6e6b394289
Cleanup ( #52 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#52
2025-08-22 06:36:22 +12:00
ec387cc12e
Added UI elements to add/remove Scenarios to various objects ( #51 )
...
Fixes #23
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#51
2025-08-21 07:56:44 +12:00
79b4b1586c
Download Pathway Functionality ( #38 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#38
2025-07-31 01:30:16 +12:00
df896878f1
Basic System ( #31 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#31
2025-07-23 06:47:07 +12:00
9323a9f7d7
Implement Compound CRUD ( #22 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#22
2025-07-03 07:17:04 +12:00
4e58a1fad7
Implement functionality to assigne Licenses to Packages and show existing Licenses ( #17 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#17
2025-07-03 06:28:49 +12:00
bcd9451450
Implement basic Group handling ( #3 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#3
2025-06-26 00:18:40 +12:00
844d0708c9
Granting/Updating Permission for Packages ( #2 )
...
Co-authored-by: Tim Lorsbach <tim@lorsba.ch >
Reviewed-on: enviPath/enviPy#2
2025-06-25 08:49:58 +12:00
ded50edaa2
Current Dev State
2025-06-23 20:13:54 +02:00