-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt the web user interface to log in the new server #1080
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57be84b - Browse repository at this point
Copy the full SHA 57be84bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ce739 - Browse repository at this point
Copy the full SHA 78ce739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b69cb - Browse repository at this point
Copy the full SHA 07b69cbView commit details -
Add a log in form to the web UI
* It is (working) a proof-of-concept. * Providers have been reorganized. * The only way to logout is by removing the cookie. You can remove them, for instance, using your browser's developer tools.
Configuration menu - View commit details
-
Copy full SHA for d1a7727 - Browse repository at this point
Copy the full SHA d1a7727View commit details -
Add some props for making core/About more flexible
Needed in the context of the login page to been able to influence the full look&feel of the button. It allows a better integration outside of the core/Sidebar.
Configuration menu - View commit details
-
Copy full SHA for 9ee81a4 - Browse repository at this point
Copy the full SHA 9ee81a4View commit details -
Allow core/Page to be mounted without sidebar
To make possible use it for the login page too, since core/Sidebar mounts components that depends on pieces that are not available before login into the system.
Configuration menu - View commit details
-
Copy full SHA for 1b602a6 - Browse repository at this point
Copy the full SHA 1b602a6View commit details -
Mainly by wrapping its content in with core/Page component to make it looks like the rest of Agama pages. Texts and buttons might be subject to be changed before merging into master.
Configuration menu - View commit details
-
Copy full SHA for 9da555c - Browse repository at this point
Copy the full SHA 9da555cView commit details
Commits on Mar 8, 2024
-
Please linters and improve type checking
For all components touched for creating the core/LoginPage.
Configuration menu - View commit details
-
Copy full SHA for 2b9364e - Browse repository at this point
Copy the full SHA 2b9364eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 032bbfc - Browse repository at this point
Copy the full SHA 032bbfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54bf258 - Browse repository at this point
Copy the full SHA 54bf258View commit details -
Adapt the client factories to use the HTTPClient
* Quite some code is temporarily commented.
Configuration menu - View commit details
-
Copy full SHA for 805c34a - Browse repository at this point
Copy the full SHA 805c34aView commit details -
Reorganize and extend the authentication API
* All the operations are now under /api/auth. * Add an operation to allow to log out, although it is only relevant for the cookies. * Adapt the web UI.
Configuration menu - View commit details
-
Copy full SHA for bbb00e7 - Browse repository at this point
Copy the full SHA bbb00e7View commit details -
* It is not finished because it sends all the attributes, no matter if they changed or not.
Configuration menu - View commit details
-
Copy full SHA for 78ec08f - Browse repository at this point
Copy the full SHA 78ec08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df7cdd8 - Browse repository at this point
Copy the full SHA df7cdd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for df04f5b - Browse repository at this point
Copy the full SHA df04f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 306f370 - Browse repository at this point
Copy the full SHA 306f370View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3bf581 - Browse repository at this point
Copy the full SHA e3bf581View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c4c1d - Browse repository at this point
Copy the full SHA d3c4c1dView commit details -
Make it possible to reach the product selection page
* It temporarily comments some stuff in the App, Main and ProductSelectionPage components and the Product context too.
Configuration menu - View commit details
-
Copy full SHA for 90dd55c - Browse repository at this point
Copy the full SHA 90dd55cView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aea817f - Browse repository at this point
Copy the full SHA aea817fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7719755 - Browse repository at this point
Copy the full SHA 7719755View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6304a4 - Browse repository at this point
Copy the full SHA b6304a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 995bd7a - Browse repository at this point
Copy the full SHA 995bd7aView commit details
Commits on Mar 12, 2024
-
Apply suggestions from code review
Co-authored-by: David Díaz <1691872+dgdavid@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbde394 - Browse repository at this point
Copy the full SHA fbde394View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06271eb - Browse repository at this point
Copy the full SHA 06271ebView commit details
Commits on Mar 13, 2024
-
Apply suggestions from code review
Co-authored-by: Knut Alejandro Anderssen González <kanderssen@suse.de>
Configuration menu - View commit details
-
Copy full SHA for 6a402e6 - Browse repository at this point
Copy the full SHA 6a402e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf968d - Browse repository at this point
Copy the full SHA 6bf968dView commit details