Commit Graph

170 Commits

Author SHA1 Message Date
e18e265d1a
🎨 Added 'text/plain' encoding constants 2024-02-03 20:46:36 +06:00
16491e58aa
🎨 Format home module due recent changes 2024-02-03 20:44:56 +06:00
542348f635
♻️ Refactored resources repositories 2024-02-03 20:36:26 +06:00
4026fb9192
🚚 Renamed 'page' module back to 'entry' 2024-02-03 20:35:22 +06:00
b046f13098
♻️ Simplify server use case usage 2024-01-29 11:52:22 +06:00
715445ee5d
♻️ Refactored custom headers support into middleware
All checks were successful
/ docker (push) Successful in 1m21s
2024-01-27 13:47:23 +06:00
7a0727aa8d
♻️ Refactored redirection support into middleware 2024-01-27 13:29:08 +06:00
25494915ba
🏷️ Created language Direction domain 2024-01-27 09:56:44 +06:00
1718bf6f7e
🐛 Fixed double slashes in Path.Dir 2024-01-22 13:08:39 +06:00
733a3e4e8b
🚚 Renamed File domain into Path 2024-01-22 12:44:14 +06:00
665af5ebfc
🐛 Fixed language string return 2024-01-22 12:43:09 +06:00
5adcb66862
🎨 Format static use case 2024-01-22 08:06:56 +06:00
ed87027846
🏗️ Created HTTP delivery for static module 2024-01-22 08:03:52 +06:00
fa2178e597
🗃️ Refactored repositories for static file 2024-01-22 08:02:09 +06:00
c1bae19013
📝 Added static package docs 2024-01-22 08:01:20 +06:00
b23aad0791
🧑‍💻 Created GoldenEqual testutil 2024-01-22 08:00:52 +06:00
eb331889bb
Fixed failing server use case tests
All checks were successful
/ docker (push) Successful in 1m6s
2023-12-24 07:54:24 +06:00
f50889d95f
🎨 Format of the code 2023-12-24 07:54:04 +06:00
b0f83f9f61
♻️ Add custom headers instead of rewrite it
All checks were successful
/ docker (push) Successful in 1m9s
2023-12-09 15:45:30 +06:00
bb15f0dc96
🚚 Renamed Headers field in Header domain into Values 2023-12-09 15:44:37 +06:00
c205ddae2a
🐛 Do not fail if server param is not set
All checks were successful
/ docker (push) Successful in 1m12s
2023-12-09 15:24:32 +06:00
5adf0b6bef
👔 Set default status code for redirect if not specified
All checks were successful
/ docker (push) Successful in 1m19s
2023-12-09 13:42:50 +06:00
f32551a748
🐛 Fixed panic in language specific redirect 2023-12-09 13:42:13 +06:00
4fbf3e3659
🏗️ Used server module in home app for redirects 2023-12-09 13:13:47 +06:00
421a45afcb
👔 Added redirects support in server use case 2023-12-09 12:43:36 +06:00
8db047603d
🏷️ Added redirects params in TestSite output 2023-12-09 12:43:04 +06:00
739a38eb4c
🏷️ Added IsMatch method for redirect domain 2023-12-09 12:42:45 +06:00
0c2f6b560b
🏗️ Used server module in home app for headers edits 2023-12-09 12:29:57 +06:00
1b987f1f0d
Added one more header value for server use case test 2023-12-09 12:28:27 +06:00
50f6c7fabe
🎨 Fixed server params names in TestSite output 2023-12-09 12:26:50 +06:00
f73500580a
🏷️ Added IsMatched method for Header domain 2023-12-09 12:25:53 +06:00
10be636a05
👔 Changed params names for server module data 2023-12-09 12:25:28 +06:00
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
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
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
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
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
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