94 Commits

Author SHA1 Message Date
Max
f69fe389e7 Added docker workflow configuration 2024-02-24 20:18:53 +01:00
Max
bb947d7aa7 Update build.yml 2024-02-24 20:03:53 +01:00
Max
20ec2d9233 Update build.yml 2024-02-22 00:13:34 +01:00
Max
4425db272e Update build.yml 2024-02-22 00:06:10 +01:00
Max
a9da72cdcf Update build.yml 2024-02-22 00:01:27 +01:00
Max
39c6a0ffdf Update build.yml 2024-02-21 23:59:32 +01:00
Max
3450b8f8c7 Update build.yml 2024-02-21 23:55:11 +01:00
Max
4542af1050 Update build.yml 2024-02-21 23:54:28 +01:00
Max
19f5b90eff Reorganized application.properties
- Removed unused sysout
2024-02-21 23:37:07 +01:00
7ca9dad44b revert f4fcd2bbb74b983aaed3fe9f359638965fccae41
revert Made app production ready
2024-02-21 22:14:12 +00:00
Max
f4fcd2bbb7 Made app production ready 2024-02-21 23:09:55 +01:00
29b0826168 Update .gitea/workflows/build.yml 2024-02-21 21:57:23 +00:00
a00a93ed5e Update Dockerfile 2024-02-21 21:56:31 +00:00
db59fd6954 Merge pull request 'feature/clean-navbar' (#10) from feature/clean-navbar into main
Reviewed-on: https://git.walzen665.de/Walzen665/fileshare-service/pulls/10
2024-02-21 21:51:23 +00:00
Max
b331ccfbe3 Update upload.component.html
- Hide status URL
2024-02-21 22:32:01 +01:00
Max
5956849a49 Create build.yml 2024-02-21 22:08:20 +01:00
Max
c5b12903cd Added btn animations 2024-02-21 22:06:12 +01:00
Max
26905045ed Added Navbar animations 2024-02-19 23:50:31 +01:00
Max
f2395accff Added slogans
- Added Navbar hover animations
2024-02-19 23:37:40 +01:00
Max
b10822f7ce Update navbar.component.html 2024-02-19 20:57:16 +01:00
Max
91a3507710 Merge branch 'main' of https://git.walzen665.de/Walzen665/fileshare-service 2024-02-19 20:55:35 +01:00
Max
ed82e2e3f2 Added bootjar build
- Fixed spelling mistake in home
- Fixed date bug
2024-02-19 20:55:16 +01:00
62ecc6632a Merge pull request 'feature/cleanup-details' (#9) from feature/cleanup-details into main
Reviewed-on: https://git.walzen665.de/Walzen665/fileshare-service/pulls/9
2024-02-19 16:39:10 +00:00
Max
0c24516101 Update navbar.component.html 2024-02-19 17:38:50 +01:00
Max
6a1e91f5d8 Added unique ID generator
- Updated data cleaning feature
- Added fileID database logic
2024-02-19 17:24:59 +01:00
Max
e179cdf2dc Added cleanup job 2024-02-18 22:56:26 +01:00
Max
7d253675c8 Made legal modals global
- Redesigned credits page
2024-02-18 16:06:54 +01:00
Max
d9e621165d Added automatic download mechanism
- Added tooltips to options
- Updated privacy policy
2024-02-18 14:38:34 +01:00
78f32c4f64 Merge pull request 'feature/privacy-policy' (#8) from feature/privacy-policy into main
Reviewed-on: https://git.walzen665.de/Walzen665/fileshare-service/pulls/8
2024-02-18 11:29:20 +00:00
Max
257c72d442 Update home.component.html 2024-02-18 12:28:56 +01:00
Max
f79a69fdf2 Added Privacy Policy and Terms of Use 2024-02-18 12:27:25 +01:00
f419492cca Merge pull request 'feature/download' (#7) from feature/download into main
Reviewed-on: https://git.walzen665.de/Walzen665/fileshare-service/pulls/7
2024-02-18 10:30:45 +00:00
Max
2fdc1d3f48 Added file not found notification 2024-02-18 11:29:24 +01:00
Max
690fe5289f Implemented password verification 2024-02-18 11:18:48 +01:00
Max
7f742dac63 Basic download logic finished
- Added download progress UI
- Added download finished
2024-02-18 00:13:44 +01:00
Max
c084af461f Updated Upload error
- Added header expose
- Updated download UI logic
2024-02-17 20:10:03 +01:00
Max
66d33e7e56 Refactored to optional type 2024-02-17 17:04:46 +01:00
Max
f30961f1f0 Added password field
- Added download error modal
- Added password field show logic
- Redesigned UI
2024-02-17 00:14:43 +01:00
Max
374d4dc40d Merge branch 'main' into feature/download 2024-02-16 22:16:16 +01:00
Max
29755a70f4 Update download.component.ts 2024-02-16 22:16:10 +01:00
Max
c808d2cc10 Updated animations 2024-02-16 19:56:29 +01:00
a62cf7eea7 Merge pull request 'frontend' (#6) from frontend into main
Reviewed-on: https://git.walzen665.de/Walzen665/fileshare-service/pulls/6
2024-02-16 18:30:15 +00:00
Max
f86b4f66d0 Updated upload endpoint to use java map 2024-02-16 19:29:57 +01:00
Max
36d085bfbc Added download-info
- Cleared some imports
- Added setting for database-clear on startup
2024-02-16 19:25:35 +01:00
4bcfa0500c Merge pull request 'frontend' (#5) from frontend into main
Reviewed-on: https://git.walzen665.de/Walzen665/fileshare-service/pulls/5
2024-02-16 17:33:42 +00:00
Max
cd9a800bf0 Finished upload logic 2024-02-16 18:32:59 +01:00
Max
b607424d8a Update upload.component.html
- Updated mobile design
2024-02-16 17:55:20 +01:00
Max
43e0eb1766 Added file details display
- Added password generator logic to backend
- Added UI for file details
2024-02-16 17:27:06 +01:00
Max
58e3dd0af5 Merge branch 'main' into frontend 2024-02-16 14:42:11 +01:00
Max
6b322825cd Added sample details UI to upload 2024-02-16 14:41:29 +01:00