Matthias
|
41ce66df6e
|
add navigation setting
|
2021-10-16 00:32:48 +02:00 |
|
Matthias
|
32122102e6
|
Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037
|
2021-10-15 23:36:19 +02:00 |
|
Oliver
|
744befcc96
|
Merge pull request #2161 from matmair/onboarding-group
Onboarding group
|
2021-10-15 12:55:55 +11:00 |
|
Oliver
|
8e4deaa8c8
|
Standardize spelling of email / e-mail
(Spoiler: I chose "email")
|
2021-10-15 11:52:13 +11:00 |
|
Matthias
|
0657b71fe8
|
clearer name and PEP foxes
|
2021-10-14 22:19:52 +02:00 |
|
Matthias
|
e0887cf55f
|
move goup forming into own function
|
2021-10-14 22:16:07 +02:00 |
|
Matthias
|
b26bf780c3
|
setting to register group on signup
|
2021-10-14 21:27:09 +02:00 |
|
rocheparadox
|
5a6bea3452
|
improve regex for part name format validation
proper import of validation
|
2021-10-14 09:35:26 +05:30 |
|
rocheparadox
|
ee9e01fc22
|
removed unused import
|
2021-10-14 09:26:26 +05:30 |
|
rocheparadox
|
8cad687e43
|
Moved part name format validation to InvenTree.validators.py from common.models
validation to check if a field exists in part model
|
2021-10-14 09:23:21 +05:30 |
|
Matthias
|
147d2d4631
|
fix default setting to not change current behaviour
|
2021-10-13 17:40:50 +02:00 |
|
rocheparadox
|
294011a973
|
Merge remote-tracking branch 'upstream/master'
|
2021-10-13 10:10:59 +05:30 |
|
Oliver
|
4f985ae225
|
Revert 1fb76b9
Removes global functions to enable / disable entire sections of functionality
|
2021-10-13 09:40:17 +11:00 |
|
Matthias
|
9aaf4c25e1
|
Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037
|
2021-10-12 22:23:45 +02:00 |
|
rocheparadox
|
2bf51b0ac3
|
Added PART_NAME_FORMAT to Inventree settings and exposed the same in settings window with a validator
|
2021-10-12 19:06:23 +05:30 |
|
Oliver
|
19a8c712d4
|
Merge pull request #2017 from matmair/fr-1421-sso
SSO!
|
2021-10-11 17:20:08 +11:00 |
|
Oliver
|
a32b5fdd64
|
Adds setting to close forms using escape key
- Configurable per user
- Default = false (to preserve behavior)
|
2021-10-11 11:16:33 +11:00 |
|
Matthias Mair
|
848a72604e
|
Merge branch 'inventree:master' into fr-1421-sso
|
2021-10-08 22:38:16 +02:00 |
|
Matthias
|
9facef6a56
|
Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037
|
2021-10-08 22:21:11 +02:00 |
|
Oliver
|
69d932e193
|
Add a global setting to control price display in BOM tables
|
2021-10-08 12:47:27 +11:00 |
|
Matthias
|
fe7ab40b48
|
Merge branch 'master' of https://github.com/inventree/InvenTree into fr-1421-sso
|
2021-10-07 18:12:25 +02:00 |
|
Oliver
|
d9fddf64f1
|
Make this setting a per-user setting
|
2021-10-06 22:22:20 +11:00 |
|
Oliver
|
166af3592d
|
Add optional display of part stock quantity in forms
|
2021-10-06 22:12:59 +11:00 |
|
Matthias
|
682ee87267
|
settings per plugin
|
2021-09-17 22:44:11 +02:00 |
|
Matthias
|
0e2db232ae
|
save messages
|
2021-09-12 22:24:25 +02:00 |
|
Matthias
|
68ca672937
|
hmac verification
|
2021-09-12 16:49:47 +02:00 |
|
Matthias
|
f600083dee
|
initial webhook view #2036
|
2021-09-12 16:14:06 +02:00 |
|
Matthias
|
53de59f84b
|
setting for two password fields on signup
|
2021-09-07 07:37:28 +02:00 |
|
Matthias
|
af286766ea
|
setting for two mail fields on signup
|
2021-09-07 07:17:00 +02:00 |
|
Matthias
|
1f03d43b92
|
settings for auto-fill on sso
|
2021-09-07 01:19:44 +02:00 |
|
Matthias
|
a4209d38cc
|
setting to make mail required on signup
|
2021-09-06 22:07:50 +02:00 |
|
Matthias
|
e255f2bf42
|
setting for sso login
|
2021-09-05 20:20:57 +02:00 |
|
Matthias
|
34a15ff51f
|
setting to enable signup
|
2021-09-05 20:17:49 +02:00 |
|
Matthias
|
fa1ea2f701
|
setting for pwd forgot
|
2021-09-05 19:56:48 +02:00 |
|
Oliver
|
f96051d863
|
Replace print statement with a logger warning
|
2021-08-23 21:39:54 +10:00 |
|
Matthias Mair
|
4c8fdab072
|
fixed descriptions
|
2021-08-23 09:44:52 +02:00 |
|
Matthias
|
8edfada22a
|
adding settings definitions for turning off features
|
2021-08-22 22:08:41 +02:00 |
|
Oliver
|
8861ffad81
|
PEP fixes
|
2021-08-15 12:06:31 +10:00 |
|
Oliver
|
faab1f2464
|
Provide global_settings and user_settings as context objects
- Adds a new context middleware
- Refactor the way that settings are provided to the javascript layer
|
2021-08-15 11:57:05 +10:00 |
|
Oliver Walters
|
ca9536f687
|
Implement option to display labels "inline" in the browser
|
2021-08-07 22:09:15 +10:00 |
|
Oliver Walters
|
d77b99c0ca
|
Add user settings for report and labels
|
2021-08-07 21:57:41 +10:00 |
|
Oliver Walters
|
b04f22fc53
|
CreatePart form now uses the API
- Simplify the way category parameter templates are copied
|
2021-08-04 23:27:16 +10:00 |
|
|
55762f2a96
|
do not use safe in template
that can cause wrong escaping and generally is considered unsafe
|
2021-08-01 01:41:46 +02:00 |
|
|
369864574e
|
only include setting in the settings that have a key
|
2021-07-30 23:25:45 +02:00 |
|
Oliver
|
c39e3aaa82
|
Bug fix
|
2021-07-29 17:52:24 +10:00 |
|
Oliver
|
4381a16b0e
|
Template cleanup
|
2021-07-29 12:31:07 +10:00 |
|
Oliver
|
28bf5bfdbc
|
Fix table_filters.js
|
2021-07-29 11:52:50 +10:00 |
|
Oliver
|
a222efda33
|
Fix rendering issues
|
2021-07-29 11:43:50 +10:00 |
|
Oliver
|
27ec65a002
|
Add 'settings.js' which provides all settings (global and user) as a dynamic javascript file
- Minimal database hits required
|
2021-07-29 11:28:04 +10:00 |
|
Oliver
|
78ed2776d1
|
Merge pull request #1863 from SchrodingersGat/settings-refactor
Refactoring existing settings views
|
2021-07-28 15:04:37 +10:00 |
|