Commit c840c4d
Admin UI: Initialize flutter setup (#547)
* chore: update settings.json with dart
* chore: add readme
* fix: git-un-ignore adminui packages
* chore: add initial flutter setup
* feat: add adminui boilerplate
* feat: add types
* feat: add sdk
* feat: use client in the app
* chore: move AdminUI to AdminUI folder
* fix: allow internet access for the mac app
* chore: add setup for configs
* feat: async creation of client
* chore: update mac icons
* chore: change name from admin_ui to AdminUI
* feat: add window_size plugin
* fix: use empty baseurl for web
* feat: add shared preferences
* feat: add routing
* feat: add packages
* chore: move AdminUI to AdminUi
* chore: add packages
* chore: move stuff
* chore: ignore again
* chore: simplify logout
* chore: make more readable
* fix: check for api key validity
* chore: do not copy code from go_router package
* fix: use enmeshed logo as svg
* chore: update default window size on macos
* chore: yeet unused launch config
* chore: update extensions
* fix: obscure text in pw field
* chore: add tier get and delete endpoints
* feat: add quota types and endpoints
* feat: add quota endpoint
* chore format
* wip
* chore: wip
* chore: update identity
* chore: update, change method name and type
* chore: remove unnecessary imports
* feat: add relationships type and endpoint
* ci: move runAdminUiChecks to aui folder and rename it to runChecks
* ci: add and execute runFlutterChecks script
* ci: rename flutter checks jobs
* ci: use correct script folder and name
* chore: simplify relationship type
* chore: finalize identities odata
* chore: add separate get and make result for odata
* chore: comment now follows flutter style to-do
* chore: simplify relationship endpoint
* chore: show the results of getting the data
* ci: trigger pipelines
* chore: add some basic pagination
* chore: add filtering for odata
* chore: add filtering example
* chore: export identity overview filter
* fix: syntax
* chore: bump melos
* chore: use builtin melos analyze command
* refactor: identities
* chore: add types to dependencies
* refactor: move enum
* chore: rename parameters
* feat: add identity overview
* chore: display only identity overview
* chore: add trailing comma and add named parameter
* refactor: use port 8082 for local testing
* chore: remove UI code
* fix: make pagination usable
* chore: remove comment
* fix: early return
* refactor: make pretty
* chore: remove unused file
---------
Co-authored-by: Vladimir Vuckovic <[email protected]>
Co-authored-by: Timo Notheisen <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent 3b712b5 commit c840c4d
File tree
125 files changed
+5576
-15
lines changed- .ci/aui
- .github/workflows
- .vscode
- AdminUi
- apps/admin_ui
- assets
- lib
- home
- pages
- setup
- macos
- Flutter
- Runner.xcodeproj
- Runner.xcworkspace
- RunnerTests
- Runner
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- Configs
- web
- icons
- windows
- flutter
- runner
- resources
- packages
- admin_api_sdk
- example
- lib
- src
- builders
- endpoints
- types
- admin_api_types
- lib
- src
- clients
- identities
- quotas
- relationships
- tiers
- docker-compose
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+5576
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
19 | 30 | | |
20 | 31 | | |
21 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments