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

365 commits

Author SHA1 Message Date
cba667ded8
chg: Small cosmetic change 2025-01-06 11:40:20 +05:30
1d9a8c202d
build: Add API_KEY variable in Makefile 2025-01-06 11:17:10 +05:30
eb4f05a87b
fix: Disregard empty Site URL 2025-01-06 11:11:09 +05:30
5183279cab
docs: Small changes to the README 2025-01-05 16:25:08 +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
247cfb0476 Fixed compose.yaml 2024-12-31 20:32:46 +10:00
Solninja A
6347a89725 Minor code clean up 2024-12-31 20:30:55 +10:00
Solninja A
9ddf043c17 Fix typos, etc 2024-12-31 20:17:13 +10:00
Solninja A
a1f8700664 Change README.md 2024-12-31 20:15:06 +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
37a5300015
fix: Disable copying to clipboard on WebKit, fixes #36
This disables clipboard copying and lets the user
manually copy the links.
2024-11-07 19:33:34 -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
f772475d96
fix: Do not autocapitalize shorturl on mobile devices 2024-11-06 21:57:56 -06:00
8b8ceca313
chg: Remove lowercasing of shorturl from the CSS, fixes #35
This makes the behavior more uniform across different banned characters.
2024-11-03 01:17:53 -05:00
201d0b319f
chg: Move the font to assets 2024-10-25 14:47:15 -05:00
733ef6ea67
docs: Added note about Dark Reader 2024-10-06 20:38:05 -05:00
cf5909c888
fix: Use a simpler password to make the shell happy 2024-10-05 00:26:38 -05:00
dcb3144b22
chg: Added a better compose file 2024-10-05 00:24:16 -05: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
514e905299
chg: Updated instructions in the compose file 2024-10-02 23:46:56 -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
Sayantan Santra
0d0da1141b
Merge pull request #27 from yilmaz08/main
Fix simple dockerfile errors
2024-08-28 11:49:51 -05:00
4a8b62446c
fix: Case mismatch 2024-08-28 11:37:45 -05:00
Abdürrahim YILMAZ
855145d4d7 fix: argument was not being passed
Argument was not being passed, although it is declared. So changed to a
static path in "FROM scratch" part

Error message before the fix:

Step 17/19 : COPY --from=builder
/chhoto-url/target/$target/release/chhoto-url /chhoto-url
COPY failed: stat chhoto-url/target//release/chhoto-url: file does not
exist
2024-08-28 03:12:33 +03:00
Abdürrahim YILMAZ
59f679a1c2 fix: copy destination path
Error message before the fix:

Step 4/19 : COPY ./actix/Cargo.toml ./actix/Cargo.lock .

When using COPY with more than one source file, the destination must be
a directory and end with a /
2024-08-28 03:04:37 +03:00
5213a9df2e
docs: Added a docker image size badge 2024-06-21 10:01:19 -05:00
3e6f482533
docs: Updated the screenshots 2024-06-21 09:46:47 -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
9948ce713c
chg: Some small changes to the html pages
Should be nicer on mobile devices
2024-06-01 00:48:40 -05:00
Sayantan Santra
70d9d828c5
Update bug_report.md 2024-06-01 00:36:14 -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
69fc25a264
build: Add port settings to the docker-test recipe 2024-05-31 11:29:41 -05:00
f19f3249cc
docs: Changed a word in the README 2024-05-31 01:51:11 -05:00