Jeremy Stretch
|
15e1f62919
|
Renamed secrets FilterSets
|
2020-01-09 20:38:59 -05:00 |
|
John Anderson
|
ade844f7a7
|
fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
|
2019-08-19 01:53:39 -04:00 |
|
Jeremy Stretch
|
a46b43bff6
|
Added child counts to API serializers (WIP)
|
2019-04-12 17:07:56 -04:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
29d546a3f1
|
Upgraded django-filter to 2.0.0
|
2018-11-02 13:46:28 -04:00 |
|
Jeremy Stretch
|
364bbdeab8
|
Merged release v2.4.5
|
2018-10-03 11:23:21 -04:00 |
|
Jeremy Stretch
|
aed2a3cd1b
|
Closes #2438: API optimizations for tagged objects
|
2018-09-28 16:44:05 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
821fb1e01e
|
Finished merging writable serializers
|
2018-04-05 14:12:43 -04:00 |
|
Jeremy Stretch
|
0969c458b3
|
Closes #1842: Implement support for Django 2.0
|
2018-03-30 10:39:22 -04:00 |
|
Jeremy Stretch
|
9c27d18d6c
|
Fix bulk creation of Secrets via API
|
2018-01-02 17:07:21 -05:00 |
|
Jeremy Stretch
|
198170ca48
|
Closes #1553: Introduced support for bulk object creation via the API
|
2017-11-07 15:36:10 -05:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|
Jeremy Stretch
|
f824d1eb3b
|
Closes #1556: Added API endpoints listing static field choices for each app
|
2017-10-10 16:41:35 -04:00 |
|
Jeremy Stretch
|
87e5687d03
|
Closes #1203: Implemented query filters for all models
|
2017-06-19 16:10:18 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
a67fc64afb
|
Fixes #1025: Applied missing API view filters
|
2017-04-03 11:04:17 -04:00 |
|
Jeremy Stretch
|
6542b8b198
|
Base64 decoding tweaks
|
2017-03-29 13:39:59 -04:00 |
|
Jeremy Stretch
|
5d022a575a
|
Closes #985: Added preserve_key to get-session-key endpoint
|
2017-03-28 11:13:13 -04:00 |
|
Jeremy Stretch
|
0899a1052e
|
Only attempt to process session key if user is authenticated
|
2017-03-22 17:43:29 -04:00 |
|
Jeremy Stretch
|
6d30fdb83d
|
Finished work on secrets views; removed path from cookie assignment
|
2017-03-21 15:30:36 -04:00 |
|
Jeremy Stretch
|
e3ae013e42
|
Implemented full read/write support for secrets
|
2017-03-15 14:47:18 -04:00 |
|
Jeremy Stretch
|
07a2b136b8
|
Refactored SecretViewSet
|
2017-03-15 13:48:09 -04:00 |
|
Jeremy Stretch
|
4cb30f1ce4
|
Relate SessionKey to UserKey rather than User
|
2017-03-14 13:32:07 -04:00 |
|
Jeremy Stretch
|
105d17748e
|
Secrets UI work
|
2017-03-14 12:32:08 -04:00 |
|
Jeremy Stretch
|
dd27950fae
|
Simplify SessionKey usage
|
2017-03-14 10:58:57 -04:00 |
|
Jeremy Stretch
|
7e6d061646
|
Converted GetSessionKey and RSAKeyGeneratorView to ViewSets
|
2017-03-08 17:57:51 -05:00 |
|
Jeremy Stretch
|
a42eeb12d2
|
Implemented SessionKeys for secrets
|
2017-02-03 12:49:32 -05:00 |
|
Jeremy Stretch
|
cf66f67fb6
|
Initial work on using session-based master key ciphers
|
2017-02-02 21:26:51 -05:00 |
|
Jeremy Stretch
|
2408d78f47
|
Introduced ability to decrypt secrets by sending the user's private key in an HTTP header
|
2017-02-01 17:40:50 -05:00 |
|
Jeremy Stretch
|
4f8a5eb1a0
|
Moved secret views into a ViewSet (no write ability yet)
|
2017-02-01 16:21:33 -05:00 |
|
Jeremy Stretch
|
acfba410dd
|
Standardized implementation of nested ViewSets
|
2017-01-26 17:58:36 -05:00 |
|
Jeremy Stretch
|
062a5bfe8d
|
Initial work on API v2.0
|
2017-01-24 17:12:16 -05:00 |
|
Jeremy Stretch
|
82ad479037
|
Enforce authentication for all secrets API views
|
2016-07-18 15:28:36 -04:00 |
|
Jeremy Stretch
|
18846cf40a
|
Fixes #271: Corrected select_related() in secrets API
|
2016-07-12 12:27:26 -04:00 |
|
Jeremy Stretch
|
8dd6112a4b
|
Corrected detection of private_key
|
2016-07-08 17:49:20 -04:00 |
|
Jeremy Stretch
|
966ea45050
|
#68: Improved permissions-related error handling
|
2016-07-06 17:22:10 -04:00 |
|
Jeremy Stretch
|
7502a02fba
|
Code cleanup
|
2016-05-18 16:35:35 -04:00 |
|
Jeremy Stretch
|
0072f54c94
|
Introduced a no-forms browseable API renderer; changed secrets decyption endpoint from GET to POST
|
2016-04-12 14:03:18 -04:00 |
|
Jeremy Stretch
|
2cb99c6012
|
Introduced per-role decryption permissions
|
2016-04-07 12:37:09 -04:00 |
|
Jeremy Stretch
|
4561ec7985
|
Modified the secrets API to accept a private key passed as a GET request body (instead of POSTing)
|
2016-04-06 11:22:36 -04:00 |
|
Jeremy Stretch
|
8d99502916
|
Introduced FreeRADIUSClientsRenderer
|
2016-03-22 14:56:26 -04:00 |
|
Jeremy Stretch
|
6ce2cf9db0
|
Reworked secrets API to allow optional decryption by POSTing a private key
|
2016-03-22 12:17:49 -04:00 |
|
Jeremy Stretch
|
26b2b23e84
|
Enabled secret list filtering
|
2016-03-17 14:57:08 -04:00 |
|
Jeremy Stretch
|
27b289ee3b
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|