bbf5811e13
build: Bumped version to 5.7.1
2025-04-23 23:57:50 -05:00
efc2b03415
docs: Change wording for donations
2025-04-23 16:10:37 -05:00
3aa8884676
docs: Small changes in the README
2025-04-23 16:07:32 -05:00
084334cd11
fix: Better response on error when shortlink is not provided
2025-04-23 15:45:41 -05:00
4eb88f3beb
chg: Match using rusqlite errors instead of strings
2025-04-23 15:23:34 -05:00
c23fcdc9bd
chg: Properly validate error types
2025-04-21 22:20:11 -05:00
21f76f2962
chg: No need to print public uri with port when custom uri is passed
2025-04-21 12:51:00 -05:00
e8af830527
build: Bumped version to 5.7.0
2025-04-21 12:43:05 -05:00
fc2c24d731
build: Updated deps
2025-04-21 12:40:21 -05:00
Sayantan Santra
a170954232
Merge pull request #53 from magnusja/main
...
Create UNIQUE INDEX on short URL
2025-04-19 20:07:01 -05:00
e39578fa02
chg: Modify shortlink validation logic to utilize the INDEX
...
It's no longer necessary to separately validate uniqueness
since the UNIQUE INDEX does that for us already.
2025-04-19 20:04:56 -05:00
88ddb4299a
chg: Move the uniqueness validation to the INDEX
2025-04-19 19:31:43 -05:00
Magnus
b2bc2c450b
add unique constraint and create index on short URL
2025-04-18 20:26:29 +02:00
Sayantan Santra
d198135144
Merge pull request #48 from ronnyworm/add-helm-chart
...
add helm chart and add instructions for its usage in README
2025-04-10 15:03:07 -05:00
b838a6e027
new: Added disable_frontend to variables in helm-chart
2025-04-10 15:01:50 -05:00
Ronny Worm
0897b6b63b
add other options from docker-compose
2025-04-10 21:46:39 +02:00
97b56c40ae
docs: Added instructions for disabling the frontend
2025-04-10 14:17:22 -05:00
2c8f47c0cb
new: Ability to disable frontend
2025-04-10 12:45:49 -05:00
828019998e
build: Bumped version to 5.6.3
2025-04-07 22:24:49 -05:00
49d910fb3c
build: Updated deps to mitigate a tokio security issue
2025-04-07 22:24:10 -05:00
c521ad1120
docs: Added some more options and info in the compose file
2025-04-02 17:17:59 -05:00
Ronny Worm
63020b2c24
add helm chart and add intructions for its usage in README
2025-03-23 21:55:40 +01:00
Sayantan Santra
d42a738861
docs: Updated README.md
2025-03-17 18:23:27 -05:00
e3eaf5aba8
docs: Updated screenshots
2025-03-17 18:22:25 -05:00
3b48ce7b5e
chg: Simplify how wrong password text is shown
2025-03-05 15:56:12 -06:00
5363a1b056
docs: Added info about dark mode
2025-03-05 15:22:58 -06:00
0d58e626a4
fix: Hide the disabled wrong password text area in dialog
2025-03-04 00:11:34 -06:00
e8faf660f4
build: Bumped version to 5.6.2
2025-03-03 18:45:08 -06:00
67695da86b
fix: Use changed methods for rand
2025-03-03 18:44:42 -06:00
d50c183c9c
build: Updated deps
2025-03-03 18:37:49 -06:00
90b04b1f21
fix: Link colors for dark mode
2025-03-03 18:34:57 -06:00
babf3d8911
new: Automatic dark mode support
2025-03-03 18:10:53 -06:00
1ae00eb3a8
chg: Some cosmetic changes to login dialog
2025-03-03 14:16:38 -06:00
6f419c7b3d
new: Enforce ordering of data
...
Closes #46
Data is returned in order of id, which should match the order it was
inserted in. In the WebUI, the entries are shown in reverse, so the
latest link is at the top.
2025-03-03 12:27:59 -06:00
c557b8b262
docs: Change to github link for extension
2025-01-30 01:03:06 -06:00
a63222a71a
docs: Add a few words
2025-01-30 00:59:05 -06:00
86cea6278f
docs: Added mention of extension
2025-01-28 01:39:44 -06:00
f283991740
build: Bumped version to 5.6.1
2025-01-17 23:30:43 -06:00
Sayantan Santra
1775f71347
Merge pull request #42 from SolninjaA/main
...
Correctly output created link
2025-01-17 23:28:30 -06:00
0b1224f8e5
docs: Improve clarification of the port variables
2025-01-17 23:27:33 -06:00
Solninja A
1047763285
chg: Bind server to port env variable
2025-01-18 12:52:19 +10:00
Solninja A
fc785c3eef
Re-comment the API key in compose.yaml
2025-01-14 18:16:37 +10:00
Solninja A
17d0df943b
Correctly output created link
2025-01-14 17:20:41 +10:00
SolomonTechnology
7b52bd60da
Rewording
2025-01-14 00:33:01 +10:00
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