2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
Commit Graph

592 Commits

Author SHA1 Message Date
5f4c8b3a3e add icon support for user settings 2022-04-05 01:53:41 +02:00
5b9f84a90f fix test 2022-04-05 01:30:12 +02:00
785cdc5267 patch loading methods for selective loading 2022-04-05 01:29:19 +02:00
32918348b9 fix docstrings 2022-04-05 00:55:53 +02:00
01fcc728ad PEP fixes 2022-04-05 00:34:30 +02:00
dc7b88515e rename class to make it clearer 2022-04-05 00:27:13 +02:00
d634afad48 move to common/models 2022-04-05 00:24:55 +02:00
1eb511e8a0 user notification settings 2022-04-04 23:46:19 +02:00
2fee6b02db structure comment 2022-04-03 03:48:27 +02:00
905b164ecb store methods on load 2022-04-03 03:47:48 +02:00
926f56bb41 move plugins checks to method 2022-04-02 04:11:29 +02:00
c7329da7e0 move settings 2022-04-02 03:03:41 +02:00
e95cc7c699 only calculate excluded classes once 2022-04-02 02:57:40 +02:00
40ff2f61aa make comperator simpler to read 2022-04-02 02:52:35 +02:00
f6aa9e4719 remove dead code 2022-04-02 02:46:55 +02:00
279be87448 Move email notification method into plugin
Fixes #2385
2022-04-02 02:46:41 +02:00
4c6ad6facf Other changes as requested 2022-03-30 12:42:57 +11:00
a551bf1e81 Add options to control what is shown in search preview window 2022-03-29 23:27:25 +11:00
b62905d5c4 Add user setting to enable / disable label printing 2022-03-28 20:38:57 +11:00
9046c74628 Only send printing failed as a UI notification 2022-03-25 16:05:35 +11:00
bc48a95844 PEP fixes 2022-03-25 14:13:02 +11:00
5ee9af7f0e Remove old "get_filters" function
- It was confusing!
- Manually filter where required
2022-03-25 14:10:05 +11:00
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
27b55eb8f8 Merge pull request #2764 from SchrodingersGat/notification-settings
Notification settings
2022-03-21 09:29:38 +11:00
c082cec3ee Merge pull request #2748 from matmair/matmair/issue2524
Run plugin install on startup
2022-03-21 07:15:37 +11:00
c8bbd25001 Bug fix 2022-03-20 19:41:42 +11:00
5f98cdf3c7 Email notifications are only sent for users who have the setting enabled 2022-03-20 19:31:59 +11:00
d2969d0235 Adds a per-user setting to allow sending of emails for notification events 2022-03-20 19:19:42 +11:00
a4c9dfdd6f add read all endpoint 2022-03-20 02:05:18 +01:00
028fff1473 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-03-20 00:23:29 +01:00
807dfebb03 Prevent forced creation of default currency setting 2022-03-18 23:16:54 +11:00
1e57bdcfba Merge branch 'inventree:master' into matmair/issue2279 2022-03-16 15:15:46 +01:00
91464ad3d0 Merge branch 'inventree:master' into matmair/issue2524 2022-03-16 15:15:27 +01:00
8f10ef817c add setting for reload 2022-03-16 14:47:27 +01:00
4100834ce9 Merge branch 'inventree:master' into matmair/issue2279 2022-03-14 23:14:29 +01:00
b88a6ccdb5 test default value with as_int and fix it 2022-03-12 03:35:20 +01:00
76fd529374 add test for as_bool 2022-03-12 03:20:14 +01:00
e8ec0dc46b add test for as_choice 2022-03-12 03:19:00 +01:00
92279b2f8f remove theme test 2022-03-12 01:50:05 +01:00
1e164fea5b Add API test 2022-03-12 01:45:34 +01:00
d2e8b2cc2b run just empty task - auto_now is a hard to test 2022-03-12 01:38:08 +01:00
91b4e7167d test that the task is running 2022-03-12 01:32:18 +01:00
4a0f710fec PEP fix 2022-03-12 00:57:37 +01:00
92398d7b39 ignore in coverage 2022-03-12 00:54:08 +01:00
5587c04d0d test color theme 2022-03-12 00:53:39 +01:00
00b76ace77 increase coverage of settings 2022-03-12 00:28:04 +01:00
e05ebce058 test allValues 2022-03-12 00:27:37 +01:00
e955b75041 test restart flag reset 2022-03-11 23:41:30 +01:00
6a5dc33e20 ignore admin rendering fields for coverage 2022-03-11 23:32:36 +01:00
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