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

377 commits

Author SHA1 Message Date
SolomonTechnology
db8417d919
Improve documentation for the "port" and "site_url" env variables 2025-01-14 00:25:49 +10:00
af1685bb70
build: Bumped version to 5.6.0 2025-01-09 00:34:22 +05:30
Sayantan Santra
a5621acfe4
Merge pull request #40 from SinTan1729/get-longlink
Get longlink
2025-01-09 00:30:58 +05:30
1be89db43b
docs: Add info about expand route, and put API as preferred method 2025-01-09 00:27:05 +05:30
a60853fd21
fix: Only pull hits when needed 2025-01-09 00:21:05 +05:30
2b9fafe440
new: Got the expand API path working
It replies with info for a single shortlink. May be useful for
applications using json interface.
2025-01-08 20:09:24 +05:30
f952cb88a0
build: Bumped version to 5.5.0 2025-01-06 11:59:41 +05:30
9eec252fe2
build: Updated deps 2025-01-06 11:54:49 +05:30
Sayantan Santra
f8f4dae457
Merge pull request #39 from SolninjaA/main
Improvements of the API system
2025-01-06 11:52:48 +05:30
16bc211f9f
fix: Confirm when secure API key is provided 2025-01-06 11:48:18 +05:30
cca5bcfa1a
docs: Add example command to generate API key 2025-01-06 11:47:01 +05:30
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
756d675f06
fix: Capitalization, fixes #37 2024-12-30 18:41:48 +05:30
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