Commit Graph

213 Commits

Author SHA1 Message Date
dac36d3e71
👔 Created server use case module implementation 2023-12-09 12:03:54 +06:00
7d5b04e642
👔 Created use case for server module 2023-12-09 12:03:35 +06:00
c05feef09b
🧑‍💻 Added TestSite util for tests 2023-12-09 12:02:33 +06:00
5d3bd2e334
🏷️ Created Server domain 2023-12-09 12:02:08 +06:00
2f12e09d4c
🏷️ Created Redirect domain 2023-12-09 12:01:49 +06:00
83f1aa8880
🏷️ Created Header domain 2023-12-09 12:01:37 +06:00
8a8372bdf0
Merge branch 'feature/context' into develop
All checks were successful
/ docker (push) Successful in 1m8s
2023-11-19 19:09:51 +06:00
bd4a14b38b
🎨 Format of the code 2023-11-19 19:02:25 +06:00
fa1faa3bc3
Added language specific URL transformers 2023-11-19 19:02:13 +06:00
0ea82fe25d
📝 Updated README due changes in templates lookup 2023-11-19 18:40:27 +06:00
47c88e26f0
♻️ Refactored template context usage 2023-11-19 18:39:54 +06:00
bd2a62b40d
🏷️ Created template Context domain 2023-11-19 18:39:11 +06:00
517efccece
📌 Upgraded and vendored go modules
All checks were successful
/ docker (push) Successful in 1m5s
2023-11-19 17:47:17 +06:00
f7396b3290
🏗️ Moved main app into cmd package
All checks were successful
/ docker (push) Successful in 1m4s
2023-11-19 14:36:26 +06:00
0656fc8ca4
♻️ Updates filepaths building
All checks were successful
/ docker (push) Successful in 1m4s
2023-11-19 14:15:10 +06:00
41dc86eb62
🔥 Removed Fetch repository method in static module 2023-11-19 14:11:26 +06:00
393d7e0fad
Merge branch 'feature/bytes' into develop 2023-11-19 14:02:12 +06:00
860d56cfc5
🚧 Serve Page Resource bytes 2023-11-19 14:02:09 +06:00
5c75e6f9e9
🐛 Fixed redundant static use case return 2023-11-19 13:57:44 +06:00
b10c237f50
🏷️ Refactored ResourceType for Resources.MatchType universal usage 2023-11-19 13:53:12 +06:00
867782367e
🏗️ Use static module for serving static files 2023-11-19 13:52:42 +06:00
62bc90fd3e
♻️ Replaced Resource on Static in static module contracts 2023-11-19 13:51:45 +06:00
3a2515c255
🏷️ Created Static domain 2023-11-19 13:51:15 +06:00
c8c5a89269
🏷️ Removed bytes memory in Resource domain due stack overflow 2023-11-19 13:43:29 +06:00
22422d0ad2
🏷️ Do not make File path absolute 2023-11-19 13:41:13 +06:00
555b8cc333
Merge branch 'feature/logfmt' into develop
All checks were successful
/ docker (push) Successful in 1m8s
2023-11-18 19:29:46 +06:00
e96380307b
🏗️ Used middleware.Chain in main with LogFmt logger 2023-11-18 19:29:41 +06:00
f9f75f079f
Created LogFmt middleware 2023-11-18 19:12:14 +06:00
a61514a6e9
Merge branch 'feature/resources' into develop 2023-11-18 19:04:30 +06:00
1df6dc3fdd
Disabled main tests until creating content testdata 2023-11-18 19:04:27 +06:00
e940ba43cb
🏗️ Refactored static and resources usage in main 2023-11-18 19:03:04 +06:00
05cc536b5a
👔 Removed extentions filters in static use case 2023-11-18 19:02:28 +06:00
5ad5537b3e
👔 Replaced static on resource module in Page and Site use cases 2023-11-18 19:01:34 +06:00
345c3890bb
👔 Created resource module use case 2023-11-18 19:00:37 +06:00
766424cbf0
🗃️ Created FileSystem resource repository 2023-11-18 18:59:37 +06:00
f23188e99e
Revert "🚧 Trying to setup redirect middleware for Telegram IV"
All checks were successful
/ docker (push) Successful in 1m4s
This reverts commit 0558cf72d2.
2023-11-13 13:14:14 +06:00
07fdaa0a9e
Merge branch 'feature/middleware' into develop
All checks were successful
/ docker (push) Successful in 1m8s
2023-11-13 10:29:34 +06:00
0558cf72d2
🚧 Trying to setup redirect middleware for Telegram IV 2023-11-13 10:29:25 +06:00
aa7cba5e14
♻️ Improved redirecting middleware configuration 2023-11-13 10:28:58 +06:00
7f294a1f80
🧑‍💻 Created basic redirect middleware 2023-11-13 09:12:36 +06:00
f9ab36076a
🧑‍💻 Created middleware package 2023-11-13 09:12:22 +06:00
cde901b708
📝 Updated README due mono and multilang sites support 2023-11-13 08:52:23 +06:00
d623d3a60f
👔 Set Site DefaultLanguage as Language for monolingual sites 2023-11-13 08:48:20 +06:00
2558a14d8c
🏗️ Support mono and multilang sites
All checks were successful
/ docker (push) Successful in 1m11s
2023-11-13 08:13:56 +06:00
94c8850e80
📝 Updated README
All checks were successful
/ docker (push) Successful in 1m11s
2023-11-13 07:41:40 +06:00
aff4976a40
Merge branch 'feature/static' into develop 2023-11-13 07:25:55 +06:00
90a91c332d
✏️ Updated doc comment about static serving 2023-11-13 07:21:45 +06:00
6fd916058d
♻️ Safe strip slash prefix for static path 2023-11-13 07:17:41 +06:00
f8a6580444
🐳 Expose default static directory 2023-11-13 07:15:59 +06:00
495d49dada
🏗️ Serve static from HOME_STATIC_DIR first 2023-11-13 07:15:39 +06:00