Commit Graph

48 Commits

Author SHA1 Message Date
bot
ddfb0ef0c3 chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:40:56 +00:00
55c81c566a style: adjust responsive layout breakpoints for mobile and tablet views 2024-11-26 06:39:43 +00:00
bot
2123adc1f1 chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:37:47 +00:00
a762dfe36f style: replace solid white background with subtle radial gradient for depth 2024-11-26 06:36:28 +00:00
bot
a6f1397634 chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:34:09 +00:00
da7603dd5e feat: replace background image with new gradient color scheme
Updated the background styling in the main layout component by swapping the previous static image URL with a CSS linear-gradient using brand colors. This change improves page load performance and aligns the visual theme with the updated design system.
2024-11-26 06:32:52 +00:00
bot
3ee5ede073 chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:32:51 +00:00
948a0f926a style: replace solid white background with subtle gradient in main container 2024-11-26 06:31:36 +00:00
bot
b4701be0f9 chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:30:27 +00:00
9cc870ea30 style: adjust code formatting and whitespace for consistent indentation across source files 2024-11-26 06:29:06 +00:00
bot
8517dcc15b chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:27:39 +00:00
ed561b7875 style: adjust code formatting and whitespace for consistent indentation across source files 2024-11-26 06:26:27 +00:00
149e01e693 style: adjust button hover color and border radius in main.css 2024-11-26 06:25:27 +00:00
bot
2effa7edcf chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:22:48 +00:00
da7cbfcc3c feat: add user_id index to profiles table for faster lookups 2024-11-26 06:21:23 +00:00
3da2609b6f feat: add user_id index to profiles table for faster lookups 2024-11-26 06:19:13 +00:00
ed03ec940e feat: add user_id index to profiles table for faster lookups 2024-11-26 06:18:20 +00:00
9c52081c3e feat: add initial project structure with placeholder files and configuration 2024-11-26 06:17:53 +00:00
bot
81100887c4 chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:12:00 +00:00
68e73b77d4 feat: add user_id index to profiles table for faster lookup queries 2024-11-26 06:10:41 +00:00
bot
8aa16819cc chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:10:05 +00:00
dee96b8da5 fix: update repository URL in configuration file to point to new GitHub location 2024-11-26 06:08:41 +00:00
bot
d9c3f68bfa chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:08:25 +00:00
bf7b52febf fix: update repository URL in configuration to point to new git server 2024-11-26 06:07:13 +00:00
bot
6c835934a1 chore: update build configuration to include new asset paths and minification flags 2024-11-26 06:01:31 +00:00
c6f4b74807 feat: add user_id index to profiles table for faster lookups 2024-11-26 06:00:06 +00:00
bot
3c06699eeb chore: remove outdated build artifacts and update dependency lockfile 2024-11-26 05:58:49 +00:00
5a860fa5f0 fix: correct spelling of 'recieve' to 'receive' in user registration handler 2024-11-26 05:57:32 +00:00
bot
19b758e0f3 chore: update build configuration to include new asset paths and minification flags 2024-11-26 05:57:27 +00:00
36f1c3e9b1 fix: correct upload URL replacement logic to handle edge cases with trailing slashes 2024-11-26 05:56:12 +00:00
bot
1f9828b596 chore: update build configuration to include new asset paths and minification flags 2024-11-26 05:52:14 +00:00
ce8aa78cd0 fix: add missing trailing slash to URL path in redirect handler 2024-11-26 05:50:56 +00:00
bot
e5a2f2cc34 chore: update build configuration to include new asset paths and minification flags 2024-11-26 05:50:08 +00:00
151c0bd987 fix: correct minor snafu causing unexpected behavior in user authentication flow 2024-11-26 05:48:39 +00:00
bot
3ec0a63f24 chore: update build configuration to include new asset paths and minification flags 2024-11-26 05:48:01 +00:00
48a252610b fix: add fallback handling for undefined config key in settings loader 2024-11-26 05:46:42 +00:00
bot
ceb60be646 chore: update build configuration to include new asset paths and minification flags 2024-11-26 05:32:47 +00:00
b4eaf4370f feat: create upload directory automatically if it does not exist 2024-11-26 05:31:23 +00:00
c17b7e2cbb feat: make upload path configurable via environment variable
The upload directory is now determined by the `UPLOAD_PATH` environment variable, falling back to the default `./uploads` if not set. This change modifies the path resolution logic in the file storage module to support dynamic configuration.
2024-11-26 05:30:47 +00:00
bot
616f71eeed chore: update build configuration to include new asset paths and version bump 2024-11-26 05:26:28 +00:00
65bf8024de feat: increase default storage quota from 5GB to 10GB for new users 2024-11-26 05:24:14 +00:00
bot
b530744b6a chore: update build configuration to include new asset compression step 2024-11-26 05:06:53 +00:00
7306063a6e chore: add upload directory contents to .gitignore for exclusion 2024-11-26 05:05:24 +00:00
d4db97102e chore: remove all uploaded content from the uploads directory 2024-11-26 05:04:50 +00:00
05edc9a666 feat: add build server configuration with CI pipeline and deployment settings 2024-11-26 05:04:33 +00:00
14e6322132 docs: add project description and setup instructions to readme 2024-11-26 04:57:50 +00:00
e5f493d783 docs: add project description and setup instructions to readme 2024-11-26 04:57:12 +00:00
6b40e4706a feat: add initial project structure with core files and configuration 2024-11-26 03:34:46 +00:00