olav
|
213e8950d3
|
refactor: port login auth to TS/SWR (#680)
* refactor: allow existing tsc errors
* refactor: add missing component key
* refactor: port login auth to TS/SWR
* refactor: replace incorrect CREATE_TAG_TYPE with UPDATE_TAG_TYPE
* refactor: fix AccessProvider permission mocks
* refactor: add types to AccessContext
* refactor: fix file extension
* refactor: remove default export
* refactor: remove unused IAddedUser interface
* refactor: comment on the permissions prop
* refactor: split auth hooks
* feat: auth tests
* fix: setup separate e2e tests
* fix: naming
* fix: lint
* fix: spec path
* fix: missing store
* feat: add more tests
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
|
2022-02-10 17:04:10 +01:00 |
|
Youssef
|
3639b7f403
|
feat: create password field component
|
2022-01-04 13:30:25 +01:00 |
|
Youssef
|
4b703bb4cc
|
feat: add show password for all passwords input
|
2021-12-30 10:57:35 +01:00 |
|
Fredrik Strand Oseberg
|
1a63d91f95
|
Feat/new navigation (#314)
* feat: change color scheme
* feat: add navigation menu
* fix: add bg image
* fix: add archive and strategies to navigation
* fix: round corners
* feat: mobile view project details
* feat: mobile view navigation
* fix: only show menu if user is admin
* fix: rename navigation
* fix: only render relevant routes for oss context
* feat: add project actions
* feat: add icons
* feat: add breadcrumbs
* fix: place breadcrumbs absolutely
* fix: adjust breadcrumbs
* fix: toast
* fix: cleanup
* fix login
* fix: breadcrumbs
* fix: add billing link
* fix: links
* fix: feature view
* fix: path to go back
* fix: remove default value
* fix: remove unused imports
* refactor: delete outdated test
* fix: add item to filter in breadcrumb
* fix: remove console log
|
2021-07-16 15:41:54 +02:00 |
|
Fredrik Strand Oseberg
|
a17e2f29b2
|
Fix/customer journey patches (#304)
* fix: logo
* fix: move proclamation show logic to useEffect
* fix: add spacing on strategy headers
* fix: add role sorting
|
2021-06-07 10:15:30 +02:00 |
|
Fredrik Strand Oseberg
|
0e32583fa0
|
fix: add check for obscure error (#305)
|
2021-06-07 10:09:49 +02:00 |
|
Fredrik Oseberg
|
281e027c8a
|
fix: passwordchecker
|
2021-05-31 13:55:20 +02:00 |
|
Fredrik Oseberg
|
413818f6b4
|
fix: reset border radius on mobile
|
2021-05-21 14:17:32 +02:00 |
|
Fredrik Strand Oseberg
|
bd93c5d131
|
Fix/standalone pages (#300)
* feat: change layout
* fix: standalone banner styling
* fix: change styling for banner
* fix: login page
* fix: standalone pages
* fix: page tweaks
* fix: center text
* refactor: new user page
* refactor: remove uneccesary markup
* refactor: remove secondary actions from hosted
* fix: remove authdetails blob
* refactor: remove unused import
* fix: move overflow
* fix: add breakpoint to forgotten password
|
2021-05-21 14:01:28 +02:00 |
|
Fredrik Strand Oseberg
|
cbd4773cf6
|
Fix/customer journey (#297)
* fix: add onClose to archive toggle dialoge
* fix: add link to ConfirmUserLink component
* fix: remove icons from admin menu
* fix: move button on user list to top right
* refactor: move add new api key to header
* refactor: button order
* fix: lowercase dropdown buttons on feature toggle list
* refactor: reorganize reporting dashboard
* refactor: consistent buttons
* feat: enhance gradual rollout strategy creation
* feat: ui tweaks on project access
* fix: adjust divider
* fix: remove unused imports
* fix: update snapshots
* fix: add auth options to new user page
* fix: add divider
* fix: uncontrolled input
* fix: add data-loading to sorted by
* fix: update snapshots
* fix: navigate to project view on create and edit
* fix: rename project
* fix: add placeholder for feature toggle list component
* fix: conditonally render link
|
2021-05-18 12:59:48 +02:00 |
|
Fredrik Strand Oseberg
|
f0d6e45361
|
Feat/bootstrap (#281)
* feat: add bootstrap endpoint redux integration
* fix: remove useEffect from app
* feat: add path provider
* feat: browser router
* fix: delete path formatter
* fix: return absolute path if no basepath
* fix: format seenURI
* feat: get bootstrap uri from html
* fix: remove unused imports
* fix: remove initial loading call
* fix: wrap logout in formatApiPath
* feat: import logo
* feat: remove accessor from receiveConfig
* fix: update tests
* fix: update asset paths
* fix: remove data from app
* fix: revert moving access provider
* fix: remove build watch
* fix: remove console logs
* fix: update asset paths
* fix: remove path logic from base64
* fix: remove unused import
* set uiconfig
* change notification text
* fix: match uiConfig with expected format
* feat: add proclamation
* fix: move proclamation
* fix: remove unused imports
* fix: add target _blank
* fix: allow optional toast
* fix: return empty string if default value is present
* fix: set basepath to empty string if it matches default
|
2021-05-04 09:59:42 +02:00 |
|
Fredrik Oseberg
|
e81918ee48
|
fix: password
|
2021-04-23 15:31:42 +02:00 |
|
Fredrik Strand Oseberg
|
b9f5585c62
|
Fix/optimizations (#275)
* chore: update changelog
* feat: login mobile view
* fix: lists
* fix: colors
* fix: resolve merge conflict
* fix: tests
* fix: set defualt location object
* fix: don't check password before length exceeds 2
* fix: check length
|
2021-04-23 15:21:24 +02:00 |
|
Fredrik Strand Oseberg
|
05334337c2
|
Feat/user profile (#274)
* chore: update changelog
* feat: user profile
* feat: onOutsideClick hook
* feat: tune user profile
* fix: refactor to button
* feat: mobile view
* fix: update tests
* feat: add link to docs
|
2021-04-23 13:49:42 +02:00 |
|
Fredrik Strand Oseberg
|
0ca753e7e5
|
Feat/add new user (#273)
* chore: update changelog
* chore: update changelog
* fix: refactor AddUser
* feat: add screens for email and copy
* fix: remove interface
* fix: admin constant in userlist
* chore: fix changelog
* feat: user data fetching with useSWR
* feat: flesh out dialogues
* fix: remove useRequest
* refactor: remove redux for user admin
* refactor: remove from store
* refactor: userListItem
* fix: change type
* feat: add initial loading
* fix: useLayoutEffeect in useLoading
* fix: remove useEffect
* fix: update snapshots
* fix: remove status code
* fix: remove roles from store
|
2021-04-23 10:59:11 +02:00 |
|
Fredrik Strand Oseberg
|
524936912d
|
Feat/user flow (#267)
* feat: add new user page
* feat: passwordchecker
* fix: remove loading
* feat: reset password
* fix: move swr to devDeps
* feat: generate reset link
* feat: add reset password form
* fix: remove console log
* fix: rename to forgotten password
* feat: add simple menu
* fix: change password checker title
* fix: change text in new-user view
* fix: lint errors
* fix: add status code to constants
* fix: comment
* fix: add classes for new user component
* fix: tests
* fix: remove console log
* fix: remove retry method
* fix: invalid token constant
* fix: remove console log
* fix: dependency array on useCallback
* fix: featureview
* fix: redirect on authenticated
* refactor: progresswheel
* fix: lint deps
|
2021-04-19 10:55:15 +02:00 |
|