2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00
Commit Graph

372 Commits

Author SHA1 Message Date
866674497a add filtering to list endpoint 2021-11-27 22:02:18 +01:00
f2d0b06881 add read to api 2021-11-27 22:02:04 +01:00
2c9fc11349 cleaner api url definition 2021-11-27 21:41:49 +01:00
dd44eb389f add a notification message model
part of #2282
2021-11-27 16:02:23 +01:00
d884e62be1 [FR] Confirm to W293
Fixes #2335
2021-11-23 00:28:23 +01:00
1a6a26204e make sure protected values are never exposed 2021-11-20 00:24:17 +01:00
1798214cd2 add protected settings in model 2021-11-19 23:59:57 +01:00
1deb0f2c1b Merge pull request #2296 from SchrodingersGat/requires-restart
Requires restart
2021-11-12 16:02:31 +11:00
a470181ac6 Style fixes 2021-11-12 15:42:53 +11:00
3be21c59ec remove default listing without a key 2021-11-11 23:07:46 +01:00
03aa9bc9b0 Tweaks for settings admin views 2021-11-11 22:39:31 +11:00
d4db750d2f Clear the SERVER_RESTART_REQUIRED flag automatically when the server reloads 2021-11-11 22:26:46 +11:00
626637a06a Add "hidden" property to global settings
- Allows certain settings to be hidden from the javascript files
2021-11-11 22:16:46 +11:00
2f3772f3bf define "requires_restart" function for global setting 2021-11-11 22:16:28 +11:00
bae28e8207 Add setting for enabeling reports
Fixes #2278
2021-11-10 23:54:54 +01:00
3dae0c9c1c Remove old unit test code 2021-11-10 08:48:51 +11:00
e303b5a39b Catch for null value for settings choices 2021-11-09 22:37:50 +11:00
8d7b73e2a8 Adds support for "multiple choice" field 2021-11-09 22:25:42 +11:00
721d10a9ec Allow empty URLs 2021-11-09 22:14:26 +11:00
7dce9f3f3b PEP fixes 2021-11-09 21:37:54 +11:00
476d2545ad Remove old server-side view 2021-11-09 21:33:32 +11:00
5df4374607 javascript for editing settings via API 2021-11-09 21:16:37 +11:00
324335a620 Convert to "native value" in the serializer 2021-11-09 17:43:36 +11:00
4433befbdc Add list of 'choices' (read only) to serializer
- Check that the specified value is one of the valid options (if provided)
2021-11-09 17:21:59 +11:00
07851f0b2c Include 'setting type' in API data 2021-11-09 17:07:41 +11:00
0374c27d7c Adds "detail" view for user setting
- Users can only view / edit their own settings
2021-11-09 16:14:10 +11:00
f3b4f7aa28 Add "detail" view for global settings objects
- Can view and edit (but not delete)
- User must have "staff" status to access
2021-11-09 16:07:25 +11:00
cb583eb466 Add LIST endpoint for global settngs and user settings
- Read only, cannot create new settings
- User settings filters against the user making the request
2021-11-09 15:59:09 +11:00
71bb6fff50 Add option to hide inactive parts in search preview window 2021-11-04 22:25:35 +11:00
3a61d11f5a Adds a scheduled task to remove old notification entries from the database 2021-11-04 01:33:26 +11:00
6c724556f1 PEP fixes 2021-11-04 01:21:08 +11:00
bebf368d06 Add functionality and unit testing for new model 2021-11-04 01:11:42 +11:00
1f7676ee65 Add admin entry for new model 2021-11-04 01:06:57 +11:00
e7b93a54d8 Add new model "NotificationEntry"
- Keep track of past notifications
2021-11-04 00:55:43 +11:00
193d6b334c Add option to display "starred categories" on the index page 2021-11-03 23:29:36 +11:00
4bfdf21107 Change "star" icon to "bullhorn" icon 2021-11-02 15:07:20 +11:00
a3889c709e More tweaks 2021-11-02 12:57:40 +11:00
abf2093ab9 Adds user option to enable "sticky header" 2021-10-27 16:26:41 +11:00
5802a27fe7 Add a per-user setting to enable display of stock in search results 2021-10-18 16:23:42 +11:00
fb6f15f462 Delete a bunch of old template files 2021-10-17 22:57:15 +11:00
744befcc96 Merge pull request #2161 from matmair/onboarding-group
Onboarding group
2021-10-15 12:55:55 +11:00
8e4deaa8c8 Standardize spelling of email / e-mail
(Spoiler: I chose "email")
2021-10-15 11:52:13 +11:00
0657b71fe8 clearer name and PEP foxes 2021-10-14 22:19:52 +02:00
e0887cf55f move goup forming into own function 2021-10-14 22:16:07 +02:00
b26bf780c3 setting to register group on signup 2021-10-14 21:27:09 +02:00
5a6bea3452 improve regex for part name format validation
proper import of validation
2021-10-14 09:35:26 +05:30
ee9e01fc22 removed unused import 2021-10-14 09:26:26 +05:30
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
147d2d4631 fix default setting to not change current behaviour 2021-10-13 17:40:50 +02:00
294011a973 Merge remote-tracking branch 'upstream/master' 2021-10-13 10:10:59 +05:30