shiori/internal/http
Felipe Martin fb51755e32
refactor: move login.html into a login component (#1017)
* feat: Add login component JavaScript file

* feat: Create login component and refactor login view

* refactor: Convert login to single-page application with dynamic component rendering

* feat: Enhance session validation and login form display logic

* fix: Resolve Vue app mounting and method duplication issues

* fix: Prevent null reference error when focusing username input

* fix: Initialize `isLoggedIn` to true to show login form during async check

* refactor: Improve session validation and login flow logic

* fix: Adjust login component visibility and initial login state

* feat: Add login form template to login component

* feat: Update login template to match original login.html design

* fix: Resolve login view rendering and state management issues

* refactor: Remove login route from frontend routes

* refactor: Remove login-footer from login component template

* fix: Modify logout to show login form without redirecting

* refactor: Remove /login route test for SPA architecture

* refactor: delete login.html file

* style: Remove extra blank line in frontend_test.go

* chore: run make style changes
2024-12-09 10:51:45 +01:00
..
context Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
middleware tests: added tests to the account domain (#993) 2024-11-01 10:07:11 +01:00
response fix: force a change in thumbnail cache using the modified_at field (#858) 2024-09-22 18:55:20 +02:00
routes refactor: move login.html into a login component (#1017) 2024-12-09 10:51:45 +01:00
templates refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
server.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00