summaryrefslogtreecommitdiff
path: root/internal/util
AgeCommit message (Collapse)Author
2022-08-10State + Util: Create a valid URL by ensuring a scheme is presentjwijenbergh
2022-08-09Refactor: Cleanup time calculations and usagejwijenbergh
2022-07-15Util: Create directory with 700 permissionsjwijenbergh
2022-07-07Format: Run gofumptjwijenbergh
2022-07-05Refactor: Handling of different servers and identifiersjwijenbergh
- Uses OrgID for Secure Internet and gets the data from discovery - Uses URL for Institute/Custom and gets the data from discovery - Implements SKIP WAYF as we now have the needed data - Implements an initial change location with a default location (NL right now)
2022-06-20Refactor: Errors to have one custom type that is to be wrappedjwijenbergh
- For this an `internal/types` package is created with a custom error type - This custom error type can give back the cause and traceback of an error
2022-09-20Server: Implement function for checking renewal button visibilityjwijenbergh