Joseph Milazzo
|
490110407a
|
Implemented the ability to delete a library from UI. Added update functionality for library.
|
2021-01-02 14:21:10 -06:00 |
|
Joseph Milazzo
|
c8bbbceecd
|
Implemented ability to delete a library and ensure that after adding or deleting, the manage library page refreshes.
|
2021-01-02 12:59:33 -06:00 |
|
Joseph Milazzo
|
1816b6c68d
|
Added series card implementation. Added a mock cover to help visualize style changes. Implemented ability to create a new library without validation errors. Fixed a bug in directory picker that caused selected folders to not export the full path.
|
2021-01-02 12:44:11 -06:00 |
|
Joseph Milazzo
|
fe5ec2f032
|
Refactored library to use it's own card type which wraps app-card-item. Implemented ability to kick off a scan of a library from UI (non-admin route) if you are an admin.
|
2021-01-02 09:26:48 -06:00 |
|
Joseph Milazzo
|
1fe055b27e
|
Cleanup library access guard.
|
2021-01-02 08:59:28 -06:00 |
|
Joseph Milazzo
|
cb9e88acdc
|
Ensure users are logged in before letting them access library route
|
2021-01-02 08:46:27 -06:00 |
|
Joseph Milazzo
|
bdf382ca14
|
Changed routing for series to use library/:id/series/:id so that we can always validate a user has library access.
|
2021-01-02 08:07:34 -06:00 |
|
Joseph Milazzo
|
4836936b12
|
Merge conflicts
|
2021-01-01 16:13:04 -06:00 |
|
Joseph Milazzo
|
ca46d137c4
|
Finished the skeleton code for navigating Kavita.
All UIs need to be reworked and major code cleanup.
|
2021-01-01 11:58:18 -06:00 |
|
Joseph Milazzo
|
8865c121d2
|
Added ability to have actions on cards.
|
2020-12-31 15:14:32 -06:00 |
|
Joseph Milazzo
|
efdbe5eb35
|
Added skeleton code for Library -> Series detail pages. Added a card component to keep a lot of the logic and design consistent between screens. Added ability to see your libraries and open them up.
|
2020-12-31 13:19:18 -06:00 |
|
Joseph Milazzo
|
c84c56864e
|
Merge pull request #14 from Kareadita/feature/directories
Directory Picker
|
2020-12-24 11:18:56 -06:00 |
|
Joseph Milazzo
|
82b8525878
|
Merge branch 'main' of https://github.com/Kareadita/Kavita-webui into feature/directories
|
2020-12-24 11:11:58 -06:00 |
|
Joseph Milazzo
|
696f2adc52
|
Merge pull request #13 from Kareadita/feature/basic-library
Basic Library Entity + User Management
|
2020-12-24 11:11:27 -06:00 |
|
Joseph Milazzo
|
0714ee2e93
|
Added explicit home route
|
2020-12-24 10:51:07 -06:00 |
|
Joseph Milazzo
|
01e9a1025d
|
Add information around the User interface
|
2020-12-24 10:42:01 -06:00 |
|
Joseph Milazzo
|
c9759bc3d1
|
Updated API end points
|
2020-12-24 10:12:08 -06:00 |
|
Joseph Milazzo
|
fdc0c5753d
|
Fixed directory picker such that it passes a full path to the backend and properly handles 500 from backend not breaking the picker.
|
2020-12-24 09:13:20 -06:00 |
|
Joseph Milazzo
|
696f950f7a
|
Implemented delete user. Removed ability to see yourself on members since you couldn't do anything anyways.
|
2020-12-24 08:42:02 -06:00 |
|
Joseph Milazzo
|
530e73fbea
|
Refactored isAdmin to use JWT RBS instead.
|
2020-12-22 17:27:51 -06:00 |
|
Joseph Milazzo
|
b47d2acac8
|
Cleaned up the code a bit and some UX
|
2020-12-20 18:02:57 -06:00 |
|
Joseph Milazzo
|
2c0921acc6
|
Moved member service with the other services. Preparing for library functionality.
|
2020-12-17 16:15:34 -06:00 |
|
Joseph Milazzo
|
8f07ce9b6d
|
Added a new Library Access modal component and moved directory picker into admin _modals directory to keep consistent.
|
2020-12-17 16:02:04 -06:00 |
|
Joseph Milazzo
|
0b57600aa5
|
Merge pull request #3 from Kareadita/feature/users
Login Functionality
|
2020-12-17 09:23:07 -06:00 |
|
Joseph Milazzo
|
2b33b79f86
|
Lots of changes and reorganization around user management. Fixed a bug where after registering a person, they would be logged in automatically.
|
2020-12-16 16:24:04 -06:00 |
|
Joseph Milazzo
|
ac72795971
|
Added some details to manage-users and preped for adding libraries.
|
2020-12-16 14:20:22 -06:00 |
|
Joseph Milazzo
|
ee7787c3c7
|
Refactored the users component in admin to be manage-user and likewise added manage-library component.
|
2020-12-16 12:30:26 -06:00 |
|
Joseph Milazzo
|
2679a52aec
|
Implemented the ability to choose a folder for a library. Implemented an admin landing page that will showcase the different management items.
|
2020-12-16 12:14:01 -06:00 |
|
Joseph Milazzo
|
e06e34083c
|
Fixed up logic, now on login, we restore if you're already logged in and we redirect you to libraries page.
|
2020-12-15 14:34:31 -06:00 |
|
Joseph Milazzo
|
79a23ac406
|
Fixed bug with admin routes never loading. Added basic library view.
|
2020-12-15 11:07:19 -06:00 |
|
Joseph Milazzo
|
3f8a4d7866
|
Implemented basic error handling. Login works, but we don't have a route to go to, so kinda buggy. Will cleanup in Libraries story.
|
2020-12-15 09:46:15 -06:00 |
|
Joseph Milazzo
|
8fba679788
|
Implemented basic home screen which ensures a user is logged in or if an admin is created. Added admin module with route guard to ensure only admins get through, but it's not working.
|
2020-12-14 16:57:59 -06:00 |
|
Joseph Milazzo
|
5d31b050b0
|
Setup project for HTTPS. Base project.
|
2020-12-12 16:46:52 -06:00 |
|
Joseph Milazzo
|
0b85a1bfbb
|
initial commit
|
2020-12-12 16:39:46 -06:00 |
|