mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
* Embed device platform information into token request * Remove username and password from userProfile * Display icon to show if profile has associated user token * Remove username / password from login settings screen * Refactor login procedure around token auth * Refactoring * Add profile login screen - Username / password values are not stored - Just to fetch api token * Login with basic auth * Pass profile to API when connecting * Remove _BASE_URL accessor - Fixes URL caching bug * Add more context to login screen * Add helper functions for unit tests - Change default port to 8000 (makes testing easier with local inventree instance) * api.dart handles basic auth now * fix api_test.dart * Further test improvements * linting fixes * Provide feedback when login fails * More linting * Record user details on login, and display in "about" widget * Fix string lookup * Add extra debug * Fix auth values * Fix user profile test |
||
|---|---|---|
| .. | ||
| attachment_widget.dart | ||
| back.dart | ||
| bom_list.dart | ||
| category_display.dart | ||
| category_list.dart | ||
| company_detail.dart | ||
| company_list.dart | ||
| dialogs.dart | ||
| drawer.dart | ||
| fields.dart | ||
| home.dart | ||
| location_display.dart | ||
| location_list.dart | ||
| notes_widget.dart | ||
| notifications.dart | ||
| paginator.dart | ||
| part_detail.dart | ||
| part_image_widget.dart | ||
| part_list.dart | ||
| part_parameter_widget.dart | ||
| part_suppliers.dart | ||
| po_line_detail.dart | ||
| po_line_list.dart | ||
| progress.dart | ||
| purchase_order_detail.dart | ||
| purchase_order_list.dart | ||
| refreshable_state.dart | ||
| search.dart | ||
| snacks.dart | ||
| spinner.dart | ||
| stock_detail.dart | ||
| stock_item_history.dart | ||
| stock_item_test_results.dart | ||
| stock_list.dart | ||
| supplier_part_detail.dart | ||
| supplier_part_list.dart | ||