1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
02b6ffd59a Added note about passphrase-protected keys () 2018-07-18 11:03:22 -04:00
4e09b32dd9 Fix pycodestyle errors
Mainly two kind of errors:
* pokemon exceptions
* invalid escape sequences
2018-06-27 17:24:33 +02:00
8ae13e29f5 Fixes : Require a plaintext value when creating a new secret 2018-03-07 11:20:10 -05:00
12e6fe1d50 Standardized declaration of csv_headers on models 2018-02-02 14:26:16 -05:00
00986fd7bf Closes : Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
f4f0896470 Added bulk import view for secret roles 2017-10-09 15:56:17 -04:00
2f32e11f53 Fixes : Allow designation of users and groups when creating/editing a secret role 2017-07-13 11:44:29 -04:00
65b6fe576f Converted device fields to use FlexibleModelChoiceField; misc cleanup 2017-06-07 15:51:11 -04:00
1ddd7415cb Replaced old CSVDataField 2017-06-05 16:16:23 -04:00
af604aba31 Converted secrets import view to new scheme 2017-06-02 17:23:41 -04:00
f21c6bca00 Import unicode_literals 2017-05-24 11:33:11 -04:00
7eb9c8265c Fixes : Prompt user to unlock session key when importing secrets 2017-05-03 11:47:28 -04:00
9b39ba169c Merge branch 'develop' into api2
Conflicts:
	netbox/dcim/api/serializers.py
	netbox/dcim/api/urls.py
	netbox/dcim/api/views.py
	netbox/dcim/filters.py
	netbox/dcim/tables.py
	requirements.txt
2017-03-02 16:01:25 -05:00
1adae67dd7 Closes : Upgrade to django-filter 1.0 2017-03-01 13:09:19 -05:00
616ca4fe1f Adapted the web UI to work with the new secrets API 2017-02-03 16:14:42 -05:00
1317c0dd8c Closes : Merged search and filter forms on all object lists 2017-01-24 12:05:39 -05:00
37b2ff02e7 Standardized inheritance order of BootstrapMixin 2016-12-21 14:15:18 -05:00
a37d2ff4f8 Closes : Use password input controls when editing secrets 2016-10-31 12:30:50 -04:00
fc2ac8a02b Attributed all model ValidationErrors to specific fields (where appropriate) 2016-10-21 15:39:13 -04:00
36066068d4 : Initial work to allow nullifying fields during bulk edit 2016-09-30 16:17:41 -04:00
5b7f350ded Added headers to all bulk edit tables 2016-09-28 17:20:16 -04:00
e618bf40ec Reimplemented FilterChoiceField 2016-09-20 11:08:25 -04:00
824d2d8205 Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate 2016-09-14 16:27:26 -04:00
ab90a06c54 Fixes : Prompt for secret key only if updating a secret's value 2016-08-18 16:43:41 -04:00
450c51604c Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView 2016-07-25 17:02:53 -04:00
8ee083f7c1 Fixed Unicode support in forms 2016-07-21 10:47:38 -04:00
bbdc7dccba Added JS for SlugField autofill 2016-05-20 15:32:17 -04:00
7502a02fba Code cleanup 2016-05-18 16:35:35 -04:00
b481935b9a Added CBVs for SecretRoles 2016-05-16 12:07:12 -04:00
a6108f2fa8 Changed Secret parent from a GenericForeignKey to ForeignKey(Device) 2016-03-21 11:42:42 -04:00
27b289ee3b Initial push to public repo 2016-03-01 11:23:03 -05:00