Commit Graph

  • dc983df531 Update .gitea/workflows/build.yml main Max W. 2025-04-18 23:58:55 +00:00
  • 0f64322af3 Update build.gradle Max W. 2024-09-08 23:59:15 +02:00
  • e5ce27adfd Update build.gradle v1.2.1 Walzen665 2024-06-09 09:24:36 +00:00
  • 4134367350 Fixed auto file cleanup not working Max 2024-06-09 11:23:51 +02:00
  • f65a0d0e22 Merge pull request 'Fixed auto file cleanup not working' (#21) from bugfix/file-cron-auto-delete into main Walzen665 2024-06-09 09:01:52 +00:00
  • e73a2e6e8d Fixed auto file cleanup not working Max 2024-06-09 11:00:37 +02:00
  • 6f550c0787 Update build.gradle v1.2.0 Walzen665 2024-06-03 22:55:54 +00:00
  • 8b8d9d902b Merge pull request 'feature/admin-api' (#18) from feature/admin-api into main Walzen665 2024-06-03 22:55:03 +00:00
  • 5f3304674f Added file disable feature - Redesigned login page Max 2024-06-04 00:34:41 +02:00
  • 1462e141ad Added loginhistory component Max 2024-06-03 23:52:12 +02:00
  • 1e464f6fb8 Added loginhistory view - Added tooltip to keep logged in - Added Administration button to credits UI Max 2024-06-03 23:47:48 +02:00
  • c069028bd5 Fixed updateUser Max 2024-06-03 22:00:55 +02:00
  • c35cac8b42 Removed sysout Max 2024-06-02 23:40:46 +02:00
  • 9ebbcc00ea Fixed user last login query - Added frontend logic for first login - Added table index for user_logins table - Updated statistics rest endpoint Max 2024-06-02 23:13:31 +02:00
  • 348bf8050c Added UserLogin tracking - Added UserLoginRepository - Added latest UserLogin statistics - Added entity - Fixed user generator - Added user UUID tracking Max 2024-06-02 15:21:27 +02:00
  • d50d6de466 Added userLogin tracking - Added new table for login tracking - Added entity - Added logic for login tracking Max 2024-06-01 14:08:11 +02:00
  • 4977dbe98a Added redirect after user credentials change Max 2024-06-01 13:41:26 +02:00
  • 77202de315 Added user edit logic Max 2024-06-01 12:54:36 +02:00
  • fb4d47b7bf - Added user update modal - Refactored modal logic Max 2024-06-01 01:17:28 +02:00
  • e3b1891d11 - Added user update modal - Refactored modal logic Max 2024-06-01 01:17:18 +02:00
  • 7b683ce0a0 Added delete all files Max 2024-05-31 19:37:45 +02:00
  • dbb53ca9da Added live refresh to admin UI - Added lastLogin UI - Added operational time Max 2024-05-30 20:40:58 +02:00
  • 017ef0afca Added statistics endpoint - Added onlineTime statistic - Added lastLogin tracking and endpoint Max 2024-05-30 20:00:56 +02:00
  • 299cc565d7 Added statistics - Added total file size statistic - Added total uploads statistic - Added total downloads statistic - Added icons to btns Max 2024-05-30 15:34:55 +02:00
  • 95c9b2082a Added login UI - Added empty adminui component - Added authStore Max 2024-05-30 13:44:38 +02:00
  • 414d152655 Added endpoint for getting expired fileUploads Max 2024-05-30 12:22:18 +02:00
  • 29a9d1707a Added UserDetailsService Bean Max 2024-05-30 12:13:15 +02:00
  • fd4f48a57c Added UserRepository bean to SecurityConfig for Spring default auth to not log generated password. Max 2024-05-30 12:10:02 +02:00
  • 5df2e1a705 Added repository methods for fetching all entries of table - Added disabled attribute to FileUpload - Added disabled check to FileSecurityService Max 2024-05-30 12:02:13 +02:00
  • 544523764b Fixed timestamp bug Max 2024-05-20 00:31:58 +02:00
  • 5f681a7a1b - Added JwtAuthenticationFilter - Added UploadHistory - Added secure endpoints to SecurityConfig Max 2024-05-19 22:12:44 +02:00
  • 59e0fb1b48 Renamed admin role Max 2024-04-24 21:53:23 +02:00
  • c80403a4f6 - Updated error response Max 2024-04-24 21:48:27 +02:00
  • b51250ffd3 - Added extractSubject() and getClaimValue() methods - Updated token generator to use User object instead of username Max 2024-04-24 21:47:03 +02:00
  • c0f0467e4a Removed unnecessary line breaks Max 2024-04-07 23:49:29 +02:00
  • a4c71eccb1 - Implemented expiration check - Added Expiration test Max 2024-04-07 23:47:47 +02:00
  • 278b613230 - Added error response if login info is false - Added simple token validation (DOES NOT CHECK IF TOKEN IS EXPIRED YET) - Added Softwaretest for AuthenticationService.java Max 2024-04-07 23:23:19 +02:00
  • 33d2f28222 Escaped file name enclosures Max 2024-04-07 22:44:57 +02:00
  • 4dd5093abc - Added basic JWT auth logic - Added user database management - Added password hashing - Added user config Max 2024-04-07 22:42:53 +02:00
  • a93288e31c - Added sample JWT authentication service - Added jwt secret and duration to properties - Added jwt dependencies - Added SecureApiRestController - Added UserEntity - Added UserRepository.java Max 2024-04-07 18:25:39 +02:00
  • da5abba5b9 Added /public to public endpoints. Updated version Max 2024-04-01 22:32:41 +02:00
  • 80610b774a Updated packages and added CSRF ignore Max 2024-04-01 21:27:30 +02:00
  • 4e43df8075 Added sample security. Though this breaks the app. Max 2024-04-01 18:58:20 +02:00
  • 9a84967804 Merge pull request 'bugfix/ram-consumption' (#17) from bugfix/ram-consumption into main v1.1.1 Walzen665 2024-03-09 21:39:33 +00:00
  • fb372a9bf7 Updated version to 1.1.1 Max 2024-03-09 22:27:54 +01:00
  • 28d8ab0152 Refactored file writing to use Stream Max 2024-03-08 19:53:53 +01:00
  • 87a34489b6 Merge pull request 'bugfix/icon' (#16) from bugfix/icon into main Walzen665 2024-03-07 22:24:33 +00:00
  • 1cc8f813db Updated version to 1.1.0 Max 2024-03-07 23:20:48 +01:00
  • 4f7faba376 Fixed favicon Max 2024-03-07 23:18:42 +01:00
  • 8cbd8d5da9 Update build.gradle v1.0.1 Walzen665 2024-03-07 22:05:43 +00:00
  • 91ed183052 Merge pull request 'Fixed download bug' (#15) from bugfix/download-cache into main Walzen665 2024-03-07 22:01:10 +00:00
  • b127b788b2 Fixed download bug Max 2024-03-07 22:54:50 +01:00
  • 64b25a56ab Fixed minor bug in docker build pipeline v1.0.0 v1.0.0 Walzen665 2024-03-07 20:22:26 +00:00
  • 2660496289 Merge pull request 'feature/licenses' (#14) from feature/licenses into main Walzen665 2024-03-07 18:49:42 +00:00
  • b1e60486c4 Update MvcConfig.java Max 2024-03-06 23:40:42 +01:00
  • ea79b1d564 Added licenses component Max 2024-03-06 23:34:33 +01:00
  • 43cfa65593 Fixed reset btn on download page Max 2024-03-06 22:40:35 +01:00
  • c7ad47cb82 Update build.gradle Walzen665 2024-03-06 21:26:06 +00:00
  • 2f1e1a81c7 Merge pull request 'Added logic for save to disk btn' (#13) from feature/save-to-disk-again into main Walzen665 2024-03-05 22:58:11 +00:00
  • f944af2514 Added logic for save to disk btn Max 2024-03-05 23:57:45 +01:00
  • b8b0242240 Merge pull request 'feature/dynamic-version' (#12) from feature/dynamic-version into main Walzen665 2024-03-03 15:27:48 +00:00
  • d13368fe9a Update build.yml Max 2024-03-03 16:13:30 +01:00
  • 049ce241e8 Update build.yml Max 2024-03-03 16:07:21 +01:00
  • c2c0d97585 Update build.yml Max 2024-03-03 15:48:24 +01:00
  • 9ba50b7d4e Update build.yml Max 2024-03-03 15:40:10 +01:00
  • 6c6995de45 Update build.yml Max 2024-03-03 15:29:32 +01:00
  • da8153101e Update build.yml Max 2024-03-03 00:00:37 +01:00
  • d465078a2d Update build.yml Max 2024-03-02 23:50:02 +01:00
  • c972053cd1 Update build.yml Max 2024-03-02 23:44:17 +01:00
  • 1ed16871d3 Update build.yml Max 2024-03-02 23:43:00 +01:00
  • 4a05ffba95 Update build.yml Max 2024-03-02 23:37:37 +01:00
  • 3cc7a064a1 Update build.yml Max 2024-03-02 23:33:57 +01:00
  • f68fe9953f Update build.yml Max 2024-03-02 23:33:18 +01:00
  • 311157e0e6 Update build.yml Max 2024-03-02 23:28:49 +01:00
  • 67cda113f4 Update build.yml Max 2024-03-02 23:26:25 +01:00
  • 325fddedca Update build.yml Max 2024-03-02 23:21:36 +01:00
  • ee22250634 Update build.yml Max 2024-03-02 23:21:06 +01:00
  • b5d2793159 Update build.yml Max 2024-03-02 23:19:58 +01:00
  • d0d0a555b7 Update build.yml Max 2024-03-02 23:13:45 +01:00
  • 9c5a340b14 Refactored build Max 2024-03-02 23:08:53 +01:00
  • f731beab23 Refactored build workflows Max 2024-03-02 22:53:40 +01:00
  • f69415141c revert cb4d3bc5e711c025306a83d9d389ccd29c1cbc95 Walzen665 2024-03-02 21:46:40 +00:00
  • cb4d3bc5e7 Update build.yml Max 2024-03-02 22:37:25 +01:00
  • 9025af3660 Updated workflow and readme Max 2024-03-02 22:27:52 +01:00
  • 374d2661c0 Removed allow cors Max 2024-02-25 00:17:18 +01:00
  • 9ca76948df Added version display Max 2024-02-25 00:15:24 +01:00
  • b369cea049 revert c94d901d497cf9afdce976a97b7330a4763b1842 Walzen665 2024-02-24 21:13:38 +00:00
  • c94d901d49 Update .gitea/workflows/build.yml Walzen665 2024-02-24 21:03:43 +00:00
  • 32f159ff4d Merge pull request 'feature/docker-image' (#11) from feature/docker-image into main Walzen665 2024-02-24 20:42:28 +00:00
  • 5a36b62bde Update build.yml Max 2024-02-24 21:14:18 +01:00
  • e67e0a6e2d Update build.yml Max 2024-02-24 20:57:27 +01:00
  • 1c5ff602fa Update build.yml Max 2024-02-24 20:23:06 +01:00
  • f69fe389e7 Added docker workflow configuration Max 2024-02-24 20:18:53 +01:00
  • bb947d7aa7 Update build.yml Max 2024-02-24 20:03:53 +01:00
  • 20ec2d9233 Update build.yml Max 2024-02-22 00:13:34 +01:00
  • 4425db272e Update build.yml Max 2024-02-22 00:06:10 +01:00
  • a9da72cdcf Update build.yml Max 2024-02-22 00:01:27 +01:00
  • 39c6a0ffdf Update build.yml Max 2024-02-21 23:59:32 +01:00
  • 3450b8f8c7 Update build.yml Max 2024-02-21 23:55:11 +01:00
  • 4542af1050 Update build.yml Max 2024-02-21 23:54:28 +01:00