Saria Hajjar
|
2f28dec891
|
Tag filter field for filter forms
|
2020-01-13 20:16:13 +00:00 |
|
Jeremy Stretch
|
a0545568cd
|
Fixes #3514: Label TextVar fields when rendering custom script forms
|
2019-09-18 15:39:26 -04:00 |
|
John Anderson
|
6dcd48fef1
|
Virtulization Select2 forms
|
2019-01-10 17:32:23 -05:00 |
|
John Anderson
|
951e7a68e9
|
Secrets Select2 forms
|
2019-01-09 23:46:45 -05:00 |
|
Jeremy Stretch
|
4da755e75f
|
Formatting cleanup
|
2018-11-27 11:57:29 -05:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
206c465e02
|
Merge branch 'develop' into develop-2.4
|
2018-07-18 17:51:57 -04:00 |
|
Jeremy Stretch
|
02b6ffd59a
|
Added note about passphrase-protected keys (#2189)
|
2018-07-18 11:03:22 -04:00 |
|
Jeremy Stretch
|
0c0799f3bf
|
Closes #1739: Enabled custom fields for secrets
|
2018-07-17 09:43:57 -04:00 |
|
Jeremy Stretch
|
208409110f
|
Added bulk tag addition/removal
|
2018-07-10 10:00:21 -04:00 |
|
Jeremy Stretch
|
d0308e0f58
|
Merge branch 'develop' into develop-2.4
|
2018-07-02 17:01:14 -04:00 |
|
Anaël Beutot
|
4e09b32dd9
|
Fix pycodestyle errors
Mainly two kind of errors:
* pokemon exceptions
* invalid escape sequences
|
2018-06-27 17:24:33 +02:00 |
|
Jeremy Stretch
|
9b3869790d
|
Implemented tags for all primary models
|
2018-05-10 12:53:11 -04:00 |
|
Jeremy Stretch
|
8ae13e29f5
|
Fixes #1955: Require a plaintext value when creating a new secret
|
2018-03-07 11:20:10 -05:00 |
|
Jeremy Stretch
|
12e6fe1d50
|
Standardized declaration of csv_headers on models
|
2018-02-02 14:26:16 -05:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|
Jeremy Stretch
|
f4f0896470
|
Added bulk import view for secret roles
|
2017-10-09 15:56:17 -04:00 |
|
Jeremy Stretch
|
2f32e11f53
|
Fixes #1342: Allow designation of users and groups when creating/editing a secret role
|
2017-07-13 11:44:29 -04:00 |
|
Jeremy Stretch
|
65b6fe576f
|
Converted device fields to use FlexibleModelChoiceField; misc cleanup
|
2017-06-07 15:51:11 -04:00 |
|
Jeremy Stretch
|
1ddd7415cb
|
Replaced old CSVDataField
|
2017-06-05 16:16:23 -04:00 |
|
Jeremy Stretch
|
af604aba31
|
Converted secrets import view to new scheme
|
2017-06-02 17:23:41 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
7eb9c8265c
|
Fixes #1132: Prompt user to unlock session key when importing secrets
|
2017-05-03 11:47:28 -04:00 |
|
Jeremy Stretch
|
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 |
|
Jeremy Stretch
|
1adae67dd7
|
Closes #927: Upgrade to django-filter 1.0
|
2017-03-01 13:09:19 -05:00 |
|
Jeremy Stretch
|
616ca4fe1f
|
Adapted the web UI to work with the new secrets API
|
2017-02-03 16:14:42 -05:00 |
|
Jeremy Stretch
|
1317c0dd8c
|
Closes #841: Merged search and filter forms on all object lists
|
2017-01-24 12:05:39 -05:00 |
|
Jeremy Stretch
|
37b2ff02e7
|
Standardized inheritance order of BootstrapMixin
|
2016-12-21 14:15:18 -05:00 |
|
Jeremy Stretch
|
a37d2ff4f8
|
Closes #652: Use password input controls when editing secrets
|
2016-10-31 12:30:50 -04:00 |
|
Jeremy Stretch
|
fc2ac8a02b
|
Attributed all model ValidationErrors to specific fields (where appropriate)
|
2016-10-21 15:39:13 -04:00 |
|
Jeremy Stretch
|
36066068d4
|
#527: Initial work to allow nullifying fields during bulk edit
|
2016-09-30 16:17:41 -04:00 |
|
Jeremy Stretch
|
5b7f350ded
|
Added headers to all bulk edit tables
|
2016-09-28 17:20:16 -04:00 |
|
Jeremy Stretch
|
e618bf40ec
|
Reimplemented FilterChoiceField
|
2016-09-20 11:08:25 -04:00 |
|
Jeremy Stretch
|
824d2d8205
|
Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate
|
2016-09-14 16:27:26 -04:00 |
|
Jeremy Stretch
|
ab90a06c54
|
Fixes #486: Prompt for secret key only if updating a secret's value
|
2016-08-18 16:43:41 -04:00 |
|
Jeremy Stretch
|
450c51604c
|
Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView
|
2016-07-25 17:02:53 -04:00 |
|
Jeremy Stretch
|
8ee083f7c1
|
Fixed Unicode support in forms
|
2016-07-21 10:47:38 -04:00 |
|
Jeremy Stretch
|
bbdc7dccba
|
Added JS for SlugField autofill
|
2016-05-20 15:32:17 -04:00 |
|
Jeremy Stretch
|
7502a02fba
|
Code cleanup
|
2016-05-18 16:35:35 -04:00 |
|
Jeremy Stretch
|
b481935b9a
|
Added CBVs for SecretRoles
|
2016-05-16 12:07:12 -04:00 |
|
Jeremy Stretch
|
a6108f2fa8
|
Changed Secret parent from a GenericForeignKey to ForeignKey(Device)
|
2016-03-21 11:42:42 -04:00 |
|
Jeremy Stretch
|
27b289ee3b
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|