Skip to content
Snippets Groups Projects
  1. Jan 02, 2018
  2. Dec 22, 2017
  3. Dec 21, 2017
  4. Dec 20, 2017
  5. Dec 19, 2017
  6. Dec 18, 2017
    • Benjamin Bertrand's avatar
      Define temporary ICS id that can be changed · fd3109c4
      Benjamin Bertrand authored
      It shouldn't be possible to change the ICS id of an item.
      But when registering a bunch of existing items via the API, we need to
      allocate an ics_id otherwise not much can be done in the interface.
      The id is required for the view and edit page.
      
      The solution is to define some "temporary" ids that don't correspond to
      any pre-printed labels.
      Items with a temporary id can be assigned a real ics_id when assigning a
      label.
      
      Reserved ids start with 'ZZ' (from ZZA000 to ZZZ999)
      
      ICS id can now be non nullable.
      fd3109c4
  7. Dec 15, 2017
  8. Dec 13, 2017
    • Benjamin Bertrand's avatar
      Refactor database schema · a5963f99
      Benjamin Bertrand authored
      - Rename Host to Interface
      - Create new Host table to group interfaces
      a5963f99
    • Benjamin Bertrand's avatar
      Display CSEntry groups in profile · febf5fa9
      Benjamin Bertrand authored
      There is no point displaying the LDAP groups in the profile
      febf5fa9
    • Benjamin Bertrand's avatar
      Add token revoking · c5965f94
      Benjamin Bertrand authored
      - All created tokens are stored in the database.
        To revoke a token, we just delete it from the database.
        Tokens not found in the database are thus considered unvalid / revoked.
      
      - Add button to copy generated token to the clipboard
      
      - Redesign profile page
      c5965f94
  9. Dec 06, 2017
  10. Nov 20, 2017
  11. Nov 17, 2017
  12. Nov 15, 2017
  13. Nov 14, 2017
  14. Nov 13, 2017
    • Benjamin Bertrand's avatar
      Add Network/Host/Mac tables · eb988dba
      Benjamin Bertrand authored
      - A network defines an available range of IP addresses
      - A host defines an IP address and name
      - A host is always linked to a network
      - A mac address is always linked to an item (physical equipment)
      - A mac address can be linked to one host (IP)
      - An item can have several mac addresses
      eb988dba
  15. Nov 10, 2017
  16. Nov 07, 2017
Loading