2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 12:10:59 +00:00
Commit Graph

777 Commits

Author SHA1 Message Date
9facef6a56 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-10-08 22:21:11 +02:00
69d932e193 Add a global setting to control price display in BOM tables 2021-10-08 12:47:27 +11:00
fe7ab40b48 Merge branch 'master' of https://github.com/inventree/InvenTree into fr-1421-sso 2021-10-07 18:12:25 +02:00
d9fddf64f1 Make this setting a per-user setting 2021-10-06 22:22:20 +11:00
166af3592d Add optional display of part stock quantity in forms 2021-10-06 22:12:59 +11:00
682ee87267 settings per plugin 2021-09-17 22:44:11 +02:00
76c28e60d3 fixing typo 2021-09-13 20:50:26 +02:00
0d6828f4a8 PEP fix 2021-09-13 00:57:49 +02:00
4736c3187c more coverage 2021-09-13 00:55:21 +02:00
e73bf7be23 tests for base functions 2021-09-13 00:16:41 +02:00
4baf714c85 let tasks run async 2021-09-12 22:26:20 +02:00
0e2db232ae save messages 2021-09-12 22:24:25 +02:00
e2bb5e978b fix hmac 2021-09-12 19:25:36 +02:00
68ca672937 hmac verification 2021-09-12 16:49:47 +02:00
5bf9561984 refactor 2021-09-12 16:32:40 +02:00
f600083dee initial webhook view #2036 2021-09-12 16:14:06 +02:00
53de59f84b setting for two password fields on signup 2021-09-07 07:37:28 +02:00
af286766ea setting for two mail fields on signup 2021-09-07 07:17:00 +02:00
1f03d43b92 settings for auto-fill on sso 2021-09-07 01:19:44 +02:00
a4209d38cc setting to make mail required on signup 2021-09-06 22:07:50 +02:00
e255f2bf42 setting for sso login 2021-09-05 20:20:57 +02:00
34a15ff51f setting to enable signup 2021-09-05 20:17:49 +02:00
fa1ea2f701 setting for pwd forgot 2021-09-05 19:56:48 +02:00
0ebc45e834 replace i html tags 2021-09-02 00:18:47 +02:00
6a420fd95c replace bold tags 2021-09-02 00:17:12 +02:00
f96051d863 Replace print statement with a logger warning 2021-08-23 21:39:54 +10:00
4c8fdab072 fixed descriptions 2021-08-23 09:44:52 +02:00
8edfada22a adding settings definitions for turning off features 2021-08-22 22:08:41 +02:00
8861ffad81 PEP fixes 2021-08-15 12:06:31 +10:00
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
ca9536f687 Implement option to display labels "inline" in the browser 2021-08-07 22:09:15 +10:00
d77b99c0ca Add user settings for report and labels 2021-08-07 21:57:41 +10:00
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
c39e3aaa82 Bug fix 2021-07-29 17:52:24 +10:00
4381a16b0e Template cleanup 2021-07-29 12:31:07 +10:00
28bf5bfdbc Fix table_filters.js 2021-07-29 11:52:50 +10:00
a222efda33 Fix rendering issues 2021-07-29 11:43:50 +10:00
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
78ed2776d1 Merge pull request #1863 from SchrodingersGat/settings-refactor
Refactoring existing settings views
2021-07-28 15:04:37 +10:00
4e3635d1fe Exact query on ID made the PostGreSQL DB choke 2021-07-27 10:05:22 -04:00
990b987692 Reload settings values "live" (without a page refresh) 2021-07-27 17:03:37 +10:00
46d5a6f00b - Convert "PART_RECENT_COUNT" to user setting
- Convert "STOCK_RECENT_COUNT" to user setting
2021-07-27 14:53:32 +10:00
33a0b73a05 Convert SEARCH_PREVIEW_RESULTS to a "user" setting 2021-07-27 14:44:51 +10:00
31050f23aa adding all homepage settings 2021-07-24 00:08:46 +02:00
e97ee95deb typo 2021-07-23 01:09:06 +02:00
46b0db8263 more hompage settings 2021-07-23 01:07:28 +02:00
e167f27258 get user settings in templates 2021-07-23 00:46:48 +02:00
50356afd41 Merge branch 'master' of https://github.com/inventree/InvenTree into homepage-settings 2021-07-23 00:03:21 +02:00