Historique des commits

Auteur SHA1 Message Date
  Jeremy Stretch f824d1eb3b Closes #1556: Added API endpoints listing static field choices for each app il y a 7 ans
  Jeremy Stretch 87e5687d03 Closes #1203: Implemented query filters for all models il y a 7 ans
  Jeremy Stretch f21c6bca00 Import unicode_literals il y a 8 ans
  Jeremy Stretch a67fc64afb Fixes #1025: Applied missing API view filters il y a 8 ans
  Jeremy Stretch 6542b8b198 Base64 decoding tweaks il y a 8 ans
  Jeremy Stretch 5d022a575a Closes #985: Added preserve_key to get-session-key endpoint il y a 8 ans
  Jeremy Stretch 0899a1052e Only attempt to process session key if user is authenticated il y a 8 ans
  Jeremy Stretch 6d30fdb83d Finished work on secrets views; removed path from cookie assignment il y a 8 ans
  Jeremy Stretch e3ae013e42 Implemented full read/write support for secrets il y a 8 ans
  Jeremy Stretch 07a2b136b8 Refactored SecretViewSet il y a 8 ans
  Jeremy Stretch 4cb30f1ce4 Relate SessionKey to UserKey rather than User il y a 8 ans
  Jeremy Stretch 105d17748e Secrets UI work il y a 8 ans
  Jeremy Stretch dd27950fae Simplify SessionKey usage il y a 8 ans
  Jeremy Stretch 7e6d061646 Converted GetSessionKey and RSAKeyGeneratorView to ViewSets il y a 8 ans
  Jeremy Stretch a42eeb12d2 Implemented SessionKeys for secrets il y a 8 ans
  Jeremy Stretch cf66f67fb6 Initial work on using session-based master key ciphers il y a 8 ans
  Jeremy Stretch 2408d78f47 Introduced ability to decrypt secrets by sending the user's private key in an HTTP header il y a 8 ans
  Jeremy Stretch 4f8a5eb1a0 Moved secret views into a ViewSet (no write ability yet) il y a 8 ans
  Jeremy Stretch acfba410dd Standardized implementation of nested ViewSets il y a 8 ans
  Jeremy Stretch 062a5bfe8d Initial work on API v2.0 il y a 8 ans
  Jeremy Stretch 82ad479037 Enforce authentication for all secrets API views il y a 8 ans
  Jeremy Stretch 18846cf40a Fixes #271: Corrected select_related() in secrets API il y a 8 ans
  Jeremy Stretch 8dd6112a4b Corrected detection of private_key il y a 8 ans
  Jeremy Stretch 966ea45050 #68: Improved permissions-related error handling il y a 8 ans
  Jeremy Stretch 7502a02fba Code cleanup il y a 9 ans
  Jeremy Stretch 0072f54c94 Introduced a no-forms browseable API renderer; changed secrets decyption endpoint from GET to POST il y a 9 ans
  Jeremy Stretch 2cb99c6012 Introduced per-role decryption permissions il y a 9 ans
  Jeremy Stretch 4561ec7985 Modified the secrets API to accept a private key passed as a GET request body (instead of POSTing) il y a 9 ans
  Jeremy Stretch 8d99502916 Introduced FreeRADIUSClientsRenderer il y a 9 ans
  Jeremy Stretch 6ce2cf9db0 Reworked secrets API to allow optional decryption by POSTing a private key il y a 9 ans