7e86beab1f
Add initial project configuration files and PasswordForDownload component for secure file access
Ui
Atharva Ombase
2025-08-03 19:51:36 +05:30
a12a53a44a
Enhance SignUp component with username field, validation, and loading state
Atharva Ombase
2025-08-03 19:27:15 +05:30
0cd4738d09
Enhance Login component with improved validation, loading state, and UI updates
Atharva Ombase
2025-08-03 19:27:07 +05:30
dff2de5ddd
Add PasswordForDownload component for secure file access with password protection
Atharva Ombase
2025-08-03 19:27:00 +05:30
7597f52b47
Update file upload API endpoint and add authorization header for secure uploads
Atharva Ombase
2025-08-03 19:26:53 +05:30
5283a2b9f1
Refactor FileList component to open a download modal instead of direct downloads; added PasswordForDownload component for secure file access.
Atharva Ombase
2025-08-03 19:26:45 +05:30
2cce8d89ca
Performed translation for Authentication in src/pages/
notkshitij2025-06-26 23:29:24 +05:30
41435aa4fc
Performed translation for UserPages in src/pages/
notkshitij2025-06-26 23:12:15 +05:30
7dc8a49a8d
Added the foundation for making the frontend multilingual. Now only need to import useTranslation and use t('key') for all user-facing text for all pages (+add key:value pairs in src/locales for each language ofc)
notkshitij2025-06-26 23:06:25 +05:30
0e195ac079
Deleted old Backend/Skycrate submodule, planning to move it to Backend dir. directly.
notkshitij2025-04-20 03:40:57 +05:30
6358e7e72d
Updated backend url in .env and removed or operator in API URL var in Frontend/src/components/FileList.jsx
notkshitij2025-04-20 02:34:54 +05:30
1f6cbf4310
Feat: Update API URL and refactor FileTable component for improved path handling
Atharva Ombase
2025-04-19 20:04:57 +05:30
afccce0be3
Feat:Added the upload reducer in the store for re-renders
Atharva Ombase
2025-04-19 18:56:57 +05:30
96fc18ab80
Fix:Removed this unused file
Atharva Ombase
2025-04-19 18:56:22 +05:30
febde7dffe
Feat:Called UploadStatusSlice for toggling the variable for the re-render
Atharva Ombase
2025-04-19 18:54:38 +05:30
c426fecf43
Feat:Added the isUploading in the useEffect for re-rendering file table when new file/folder is uploaded
Atharva Ombase
2025-04-19 18:53:34 +05:30
0adc932e53
Feat:Added slice to re-render file table on every file uplaod and folder creation
Atharva Ombase
2025-04-19 18:52:33 +05:30
54dd5a1fcc
Feat:Added logic to redirect the user to login page if user is not logged in
Atharva Ombase
2025-04-19 01:29:07 +05:30
d59e8c789c
Minor changes
Atharva Ombase
2025-04-19 01:28:06 +05:30
920c793fa6
Feat: Added the logic to save the username and token into the localhost alongside the expiryId. Add Login page component in Authentication module
Atharva Ombase
2025-04-19 01:22:39 +05:30
608435b758
Fix:Fixed the logic because the api endpoints were changed
Atharva Ombase
2025-04-19 01:21:03 +05:30
c55dd4b661
Fix:Fixed the bug where dropdown menu was not appearing and removed uneccessary options
Atharva Ombase
2025-04-19 01:19:35 +05:30
5c9e8fedbc
Feat:Added username from localhost for fetching
Atharva Ombase
2025-04-19 01:18:21 +05:30
f4ac9a4f15
Removed package-lock from repo. No longer tracking it.
notkshitij2025-02-26 20:18:16 +05:30
7c7d8a6c3a
Manually merging Ombase's changes to NotFoundPage.jsx since I rebased an older commit to add a more descriptive comment.
notkshitij2025-02-26 20:13:58 +05:30