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
|
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
|
d2969d0235
|
Adds a per-user setting to allow sending of emails for notification events
|
2022-03-20 19:19:42 +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 |
|
Oliver
|
dd5cda281e
|
Merge pull request #2727 from SchrodingersGat/build-allocation-load-speed
Bug fixes for build output creation
|
2022-03-09 13:46:56 +11:00 |
|
Oliver
|
39e8b2af0f
|
Allow setting to be checked without being created
- Prevents crash when trying to load exported dataset
|
2022-03-09 12:43:27 +11:00 |
|
Matthias Mair
|
56e6783556
|
Merge branch 'inventree:master' into matmair/issue2279
|
2022-03-01 20:14:25 +01:00 |
|
Oliver
|
e44159baea
|
Adds (per user) setting to show or hide scheduling tab
|
2022-03-01 23:26:08 +11:00 |
|
Oliver
|
50a32a13f0
|
PEP style fixes
|
2022-02-28 19:15:12 +11:00 |
|
Oliver
|
b19719516b
|
Adds a user-configurable setting to configure how dates are displayed (on the front end only!)
|
2022-02-28 15:57:34 +11:00 |
|
Matthias
|
9eb238c85e
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279
|
2022-02-12 00:51:15 +01:00 |
|
Oliver
|
8c52924020
|
Adds new setting to optionally display or hide part pricing information
|
2022-02-03 16:16:42 +11:00 |
|
Matthias Mair
|
18e0a7b7e6
|
fix spelling
Thanks @Stephano120
Good catch!
|
2022-01-28 20:19:38 +01:00 |
|
Matthias
|
9da234002b
|
add comment
|
2022-01-20 23:51:53 +01:00 |
|
Matthias
|
ef22b9fc1b
|
remove unneeded assingments
|
2022-01-20 23:47:59 +01:00 |
|
Matthias Mair
|
c490574082
|
Merge branch 'inventree:master' into matmair/issue2279
|
2022-01-12 14:36:04 +01:00 |
|
Matthias
|
ee99052d04
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279
|
2022-01-12 02:13:50 +01:00 |
|
Matthias
|
62236474e2
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2519
|
2022-01-12 00:12:32 +01:00 |
|
Oliver
|
19de9a056b
|
Merge pull request #2336 from matmair/webhooks
Webhooks
|
2022-01-11 14:19:21 +11:00 |
|
Matthias
|
2a7ad93173
|
move invenTreePlugin to new class
to enable depreceation
|
2022-01-11 01:41:33 +01:00 |
|
Matthias Mair
|
9e21dde6de
|
Merge branch 'inventree:master' into webhooks
|
2022-01-08 21:42:18 +01:00 |
|
Oliver
|
9e2250e9b8
|
Bug fixes for settings
|
2022-01-08 13:19:16 +11:00 |
|
Oliver
|
8ff3bf1ad1
|
Adds a new setting to enable event responses
|
2022-01-07 21:53:42 +11:00 |
|
Oliver Walters
|
ff598a22ff
|
bug fix : correct setting name when changing a 'requires restart' setting
|
2022-01-07 16:20:16 +11:00 |
|
Oliver Walters
|
794a9e75e8
|
Add validation for scheduled tasks defined by a plugin
|
2022-01-07 15:37:43 +11:00 |
|
Oliver
|
928b90a833
|
Edit plugin settings via the "settings" display
|
2022-01-04 21:03:01 +11:00 |
|
Oliver
|
dc9e25ebad
|
Adds API endpoints for viewing and updating plugin settings
A lot of code updates / refactoring here to get this to work as expected
|
2022-01-04 20:27:35 +11:00 |
|
Oliver
|
7cb029e7c3
|
Refactor: Rename "GLOBAL_SETTINGS" to "SETTINGS"
|
2022-01-01 22:43:35 +11:00 |
|
Oliver
|
547db3322f
|
Adds new "PluginSetting" class
- Adds settings which are unique to a particular plugin
|
2022-01-01 22:00:43 +11:00 |
|
Matthias Mair
|
3ed8fc6ad4
|
Merge branch 'inventree:master' into webhooks
|
2021-12-15 00:21:03 +01:00 |
|
Matthias Mair
|
acbee38600
|
Merge branch 'inventree:master' into matmair/issue2279
|
2021-12-15 00:20:48 +01:00 |
|
Matthias
|
3a3f8ba4ef
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2201
|
2021-12-08 18:31:33 +01:00 |
|
Matthias Mair
|
b8404c44b4
|
Merge branch 'inventree:master' into webhooks
|
2021-12-08 18:28:11 +01:00 |
|
Matthias Mair
|
cdcac90319
|
Merge branch 'inventree:master' into matmair/issue2279
|
2021-12-08 18:27:57 +01:00 |
|
Matthias
|
0f0460f8ea
|
merge
|
2021-12-02 17:24:07 +01:00 |
|
Matthias
|
2dbb21f8e7
|
make creation date none changeable on save
|
2021-11-29 23:46:41 +01:00 |
|
Matthias
|
68e43d0b90
|
make creation field permanent
|
2021-11-27 23:26:08 +01:00 |
|
Matthias
|
dd44eb389f
|
add a notification message model
part of #2282
|
2021-11-27 16:02:23 +01:00 |
|
Matthias
|
6eee332da8
|
Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037
|
2021-11-23 18:39:51 +01:00 |
|
Matthias Mair
|
565fad30d7
|
Merge branch 'inventree:master' into webhooks
|
2021-11-23 18:27:09 +01:00 |
|