Matthias Mair
|
37e74074dd
|
Merge branch 'inventree:master' into matmair/issue2385
|
2022-04-27 17:46:57 +02:00 |
|
Matthias
|
6c23c94700
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2301
|
2022-04-27 13:13:04 +02:00 |
|
Oliver Walters
|
3f92f009e4
|
Add configurable setting for batch code generation
|
2022-04-26 20:00:06 +10:00 |
|
Matthias
|
f06a11e206
|
fix test
|
2022-04-24 16:17:47 +02:00 |
|
Matthias
|
f1f6c9ff66
|
remove InvenTree from settings texts
|
2022-04-24 15:25:34 +02:00 |
|
Matthias
|
1127bf2497
|
make it possible to resitrict the about modal
|
2022-04-24 01:02:41 +02:00 |
|
Matthias
|
ddcaecb11f
|
How did I miss this?
|
2022-04-07 23:39:05 +02:00 |
|
Matthias
|
4c1a0ea9ce
|
mkae user setting access simpler
|
2022-04-06 23:58:11 +02:00 |
|
Matthias
|
e1d261f989
|
pep fix
|
2022-04-05 23:47:26 +02:00 |
|
Matthias
|
77f5fa9360
|
pep fix
|
2022-04-05 23:45:35 +02:00 |
|
Matthias
|
f3aab952de
|
remove empty class
|
2022-04-05 23:43:50 +02:00 |
|
Matthias
|
47f9bd911a
|
add tests for notifications
|
2022-04-05 23:41:37 +02:00 |
|
Matthias
|
5f4c8b3a3e
|
add icon support for user settings
|
2022-04-05 01:53:41 +02:00 |
|
Matthias
|
5b9f84a90f
|
fix test
|
2022-04-05 01:30:12 +02:00 |
|
Matthias
|
785cdc5267
|
patch loading methods for selective loading
|
2022-04-05 01:29:19 +02:00 |
|
Matthias
|
32918348b9
|
fix docstrings
|
2022-04-05 00:55:53 +02:00 |
|
Matthias
|
01fcc728ad
|
PEP fixes
|
2022-04-05 00:34:30 +02:00 |
|
Matthias
|
dc7b88515e
|
rename class to make it clearer
|
2022-04-05 00:27:13 +02:00 |
|
Matthias
|
d634afad48
|
move to common/models
|
2022-04-05 00:24:55 +02:00 |
|
Matthias
|
1eb511e8a0
|
user notification settings
|
2022-04-04 23:46:19 +02:00 |
|
Matthias
|
2fee6b02db
|
structure comment
|
2022-04-03 03:48:27 +02:00 |
|
Matthias
|
905b164ecb
|
store methods on load
|
2022-04-03 03:47:48 +02:00 |
|
Matthias
|
926f56bb41
|
move plugins checks to method
|
2022-04-02 04:11:29 +02:00 |
|
Matthias
|
c7329da7e0
|
move settings
|
2022-04-02 03:03:41 +02:00 |
|
Matthias
|
e95cc7c699
|
only calculate excluded classes once
|
2022-04-02 02:57:40 +02:00 |
|
Matthias
|
40ff2f61aa
|
make comperator simpler to read
|
2022-04-02 02:52:35 +02:00 |
|
Matthias
|
f6aa9e4719
|
remove dead code
|
2022-04-02 02:46:55 +02:00 |
|
Matthias
|
279be87448
|
Move email notification method into plugin
Fixes #2385
|
2022-04-02 02:46:41 +02:00 |
|
Oliver Walters
|
4c6ad6facf
|
Other changes as requested
|
2022-03-30 12:42:57 +11:00 |
|
Oliver Walters
|
a551bf1e81
|
Add options to control what is shown in search preview window
|
2022-03-29 23:27:25 +11:00 |
|
Oliver Walters
|
b62905d5c4
|
Add user setting to enable / disable label printing
|
2022-03-28 20:38:57 +11:00 |
|
Oliver
|
9046c74628
|
Only send printing failed as a UI notification
|
2022-03-25 16:05:35 +11:00 |
|
Oliver
|
bc48a95844
|
PEP fixes
|
2022-03-25 14:13:02 +11:00 |
|
Oliver
|
5ee9af7f0e
|
Remove old "get_filters" function
- It was confusing!
- Manually filter where required
|
2022-03-25 14:10:05 +11:00 |
|
Oliver
|
63b5b95610
|
Ensure that kwargs are correctly passed through the settings chain
Problem: validate_unique fails
- Otherwise, the <plugin> object is not correctly passed
- Then, validate_unique fails
|
2022-03-25 13:43:19 +11:00 |
|
Oliver
|
27b55eb8f8
|
Merge pull request #2764 from SchrodingersGat/notification-settings
Notification settings
|
2022-03-21 09:29:38 +11:00 |
|
Oliver
|
c082cec3ee
|
Merge pull request #2748 from matmair/matmair/issue2524
Run plugin install on startup
|
2022-03-21 07:15:37 +11:00 |
|
Oliver Walters
|
c8bbd25001
|
Bug fix
|
2022-03-20 19:41:42 +11:00 |
|
Oliver Walters
|
5f98cdf3c7
|
Email notifications are only sent for users who have the setting enabled
|
2022-03-20 19:31:59 +11:00 |
|
Oliver Walters
|
d2969d0235
|
Adds a per-user setting to allow sending of emails for notification events
|
2022-03-20 19:19:42 +11:00 |
|
Matthias
|
a4c9dfdd6f
|
add read all endpoint
|
2022-03-20 02:05:18 +01:00 |
|
Matthias
|
028fff1473
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279
|
2022-03-20 00:23:29 +01:00 |
|
Oliver Walters
|
807dfebb03
|
Prevent forced creation of default currency setting
|
2022-03-18 23:16:54 +11:00 |
|
Matthias Mair
|
1e57bdcfba
|
Merge branch 'inventree:master' into matmair/issue2279
|
2022-03-16 15:15:46 +01:00 |
|
Matthias Mair
|
91464ad3d0
|
Merge branch 'inventree:master' into matmair/issue2524
|
2022-03-16 15:15:27 +01:00 |
|
Matthias
|
8f10ef817c
|
add setting for reload
|
2022-03-16 14:47:27 +01:00 |
|
Matthias Mair
|
4100834ce9
|
Merge branch 'inventree:master' into matmair/issue2279
|
2022-03-14 23:14:29 +01:00 |
|
Matthias
|
b88a6ccdb5
|
test default value with as_int and fix it
|
2022-03-12 03:35:20 +01:00 |
|
Matthias
|
76fd529374
|
add test for as_bool
|
2022-03-12 03:20:14 +01:00 |
|
Matthias
|
e8ec0dc46b
|
add test for as_choice
|
2022-03-12 03:19:00 +01:00 |
|