1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib/util
Nuno Góis 9fb431aab7
fix: limit total of PATs a user can have (#2301)
* fix: limit total of PATs a user can have

* increase PAT limit to 10

* Update src/lib/services/pat-service.ts

Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>

* disable button on the front-end when PAT limit is reached

* import from server instead of repeating ourselves

Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>
2022-11-02 08:11:35 +00:00
..
feature-evaluator fix: auto add stratgy when enabling empty env. (#2137) 2022-10-05 23:33:36 +02:00
validators
anonymise.ts
anyEventEmitter.test.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
anyEventEmitter.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
arraysHaveSameItems.test.ts
arraysHaveSameItems.ts
collapseHourlyMetrics.test.ts refactor: batch feature metric inserts (#1928) 2022-08-19 10:38:26 +02:00
collapseHourlyMetrics.ts refactor: improve performance of collapseHourlyMetrics (#1945) 2022-08-19 11:45:41 +02:00
collect-ids.ts
constants.ts fix: limit total of PATs a user can have (#2301) 2022-11-02 08:11:35 +00:00
constantTimeCompare.test.ts Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
constantTimeCompare.ts Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
ensureStringValue.test.ts fix: ensure that param values from /api/admin/features are strings (#1761) 2022-06-29 10:11:34 +02:00
ensureStringValue.ts fix: ensure that param values from /api/admin/features are strings (#1761) 2022-06-29 10:11:34 +02:00
extract-user.ts
findPublicFolder.ts Merge frontend with backend (#1962) 2022-08-26 07:25:31 +00:00
flag-resolver.test.ts Feat/exp flag loader (#1961) 2022-08-26 08:22:42 +02:00
flag-resolver.ts Feat/exp flag loader (#1961) 2022-08-26 08:22:42 +02:00
format-base-uri.test.ts
format-base-uri.ts
graceful-shutdown.ts
is-email.ts
isDefined.test.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
isDefined.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
load-index-html.ts
map-values.test.ts
map-values.ts
metrics-helper.ts
offline-unleash-client.test.ts fix(deps): update dependency unleash-client to v3.16.0 (#2235) 2022-10-26 10:23:33 +02:00
offline-unleash-client.ts fix(deps): update dependency unleash-client to v3.16.0 (#2235) 2022-10-26 10:23:33 +02:00
omit-keys.test.ts
omit-keys.ts
parseEnvVar.test.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
parseEnvVar.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
random-id.ts
rewriteHTML.test.ts Merge frontend with backend (#1962) 2022-08-26 07:25:31 +00:00
rewriteHTML.ts
segments.ts
semver.test.ts
semver.ts
snakeCase.test.ts
snakeCase.ts
timer.test.ts task: use swc instead of ts-jest (#2042) 2022-09-06 13:22:41 +02:00
timer.ts
validateJsonString.test.ts
validateJsonString.ts
validateOrigin.test.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
validateOrigin.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
version.ts