1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-02-05 13:52:33 -06:00
Commit graph

137 commits

Author SHA1 Message Date
cba667ded8
chg: Small cosmetic change 2025-01-06 11:40:20 +05:30
eb4f05a87b
fix: Disregard empty Site URL 2025-01-06 11:11:09 +05:30
f1c1642976
chg: Small semantic changes 2025-01-05 16:20:38 +05:30
Solninja A
eed3c2292a Cleaned up code 2025-01-03 00:28:51 +10:00
Solninja A
4fb8d0cb5c Edited the API Key header to comply with OpenAPI v3 specs 2025-01-03 00:25:55 +10:00
Solninja A
9a0cdec646 Improved API error codes 2025-01-01 19:08:35 +10:00
Solninja A
818dadb84f Made code more Rust-like 2025-01-01 17:34:09 +10:00
Solninja A
6347a89725 Minor code clean up 2024-12-31 20:30:55 +10:00
Solninja A
aab7a9b3d1 Change README.md and remove unneeded dependencies 2024-12-31 20:13:37 +10:00
Solninja A
1ef5d539d5 Improve API error handling 2024-12-31 19:54:22 +10:00
Solninja A
5c2886f651 Changes the API to use JSON data and results 2024-12-31 19:11:47 +10:00
Solninja A
2c56c68637 Improves API functionality 2024-12-31 16:19:20 +10:00
e6eed2dd70
build: Bumped version to 5.4.6 2024-11-07 19:35:42 -06:00
66d94634d9
build: Bumped version to 5.4.5 2024-11-06 22:11:36 -06:00
03f5529c30
build: Updated deps 2024-11-06 22:11:05 -06:00
e0c61bdb93
build: Bumped version to 5.4.4 2024-10-03 00:02:48 -05:00
06f7a33d5d
fix: Do not consider empty password 2024-10-02 23:52:23 -05:00
3688692c7a
chg: Default db location 2024-10-02 23:46:35 -05:00
a7cf0cdf30
build: Bumped version to 5.4.3 2024-09-18 11:52:24 -05:00
35880f4d1e
build: Updated dependencies 2024-09-18 11:51:50 -05:00
56ab16aa4e
build: Bumped version to 5.4.2 2024-06-20 20:59:06 -05:00
066fa9c80a
build: Updated deps 2024-06-20 20:48:06 -05:00
9fc8634704
fix: Typo during reading slug_length, fixes #24 2024-06-20 20:46:26 -05:00
5bbaad3001
build: Bumped version to 5.4.1 2024-06-07 15:34:28 -05:00
892959d49d
build: Updated deps 2024-06-07 15:33:58 -05:00
114a97a273
build: Bumped version to 5.4.0 2024-05-31 20:31:29 -05:00
96495b037d
new: Made the Cache-Control headers fully configurable 2024-05-31 20:30:09 -05:00
8ff4c3f24f
chg: Make the Cache-Control header configurable 2024-05-31 01:41:55 -05:00
eab1c9bc73
new: Added cache-control header, fixes #22 2024-05-31 01:24:33 -05:00
0b50a7c261
chg: Move all the services into their own file 2024-05-30 14:45:18 -05:00
6992d27390
build: Bumped version to 5.3.1 2024-05-29 16:12:31 -05:00
41b7e37819
build: Bumped version to 5.3.0 2024-05-29 10:45:42 -05:00
e67e0a88cd
build: Updated deps 2024-05-29 10:45:15 -05:00
00ade1af40
fix: Do not allow empty values for db_url or site_url 2024-05-29 10:40:51 -05:00
0fce881654
new: Got public mode working, testing needed 2024-05-28 18:16:58 -05:00
168cff94a2
build: Bumped version to 5.2.6 2024-05-06 16:49:47 -05:00
b1c4142296
chg: Reply when shortlink cannot be added 2024-05-06 16:49:01 -05:00
75912e8f9d
build: Updated deps 2024-05-06 16:41:31 -05:00
5ac822d5f9
fix: Middleware order 2024-04-11 13:01:33 -05:00
233247e154
build: Bumped version to 5.2.5 2024-04-10 14:47:31 -05:00
108abc2b30
build: Updated deps 2024-04-10 14:43:34 -05:00
dependabot[bot]
8b815e1bbb
build(deps): bump h2 from 0.3.25 to 0.3.26 in /actix
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:23:49 +00:00
931b4a95e4
chg: Added SPDX headers 2024-04-03 20:40:26 -05:00
cdc3508a0c
chg: Added use std::io::Result 2024-04-03 17:40:59 -05:00
e742c0ab5e
fix: Use proper HTTP response codes 2024-04-03 16:19:39 -05:00
231fd3c8ca
build: Bumped version to 5.2.4 2024-04-02 21:28:02 -05:00
62ae71f4ca
build: Bumped version to 5.2.3 2024-04-02 18:12:43 -05:00
e9bb9d0b65
new: Use samesite cookies 2024-04-02 18:07:29 -05:00
ca14c02e70
docs: Added some comments and changed the token name 2024-04-02 17:57:49 -05:00
0469f9b933
chg: Get rid of naked unwraps and improve code flow 2024-04-02 17:43:36 -05:00