Commit Graph

336 Commits

Author SHA1 Message Date
Sayantan Santra 514e905299
chg: Updated instructions in the compose file 2024-10-02 23:46:56 -05:00
Sayantan Santra 3688692c7a
chg: Default db location 2024-10-02 23:46:35 -05:00
Sayantan Santra a7cf0cdf30
build: Bumped version to 5.4.3 2024-09-18 11:52:24 -05:00
Sayantan Santra 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
Sayantan Santra 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
Sayantan Santra 5213a9df2e
docs: Added a docker image size badge 2024-06-21 10:01:19 -05:00
Sayantan Santra 3e6f482533
docs: Updated the screenshots 2024-06-21 09:46:47 -05:00
Sayantan Santra 56ab16aa4e
build: Bumped version to 5.4.2 2024-06-20 20:59:06 -05:00
Sayantan Santra 066fa9c80a
build: Updated deps 2024-06-20 20:48:06 -05:00
Sayantan Santra 9fc8634704
fix: Typo during reading slug_length, fixes #24 2024-06-20 20:46:26 -05:00
Sayantan Santra 5bbaad3001
build: Bumped version to 5.4.1 2024-06-07 15:34:28 -05:00
Sayantan Santra 892959d49d
build: Updated deps 2024-06-07 15:33:58 -05:00
Sayantan Santra 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
Sayantan Santra 114a97a273
build: Bumped version to 5.4.0 2024-05-31 20:31:29 -05:00
Sayantan Santra 96495b037d
new: Made the Cache-Control headers fully configurable 2024-05-31 20:30:09 -05:00
Sayantan Santra 69fc25a264
build: Add port settings to the docker-test recipe 2024-05-31 11:29:41 -05:00
Sayantan Santra f19f3249cc
docs: Changed a word in the README 2024-05-31 01:51:11 -05:00
Sayantan Santra 2cf0e5d2de
new: Ability to disable Cache-Control headers in testing recipe 2024-05-31 01:45:19 -05:00
Sayantan Santra de9bc130d5
docs: Add info about configuring Cache-Control header 2024-05-31 01:42:51 -05:00
Sayantan Santra 8ff4c3f24f
chg: Make the Cache-Control header configurable 2024-05-31 01:41:55 -05:00
Sayantan Santra eab1c9bc73
new: Added cache-control header, fixes #22 2024-05-31 01:24:33 -05:00
Sayantan Santra 0b50a7c261
chg: Move all the services into their own file 2024-05-30 14:45:18 -05:00
Sayantan Santra e55c6f82b4
fix: Make the link clickable when securecontext is missing 2024-05-29 19:14:31 -05:00
Sayantan Santra 6992d27390
build: Bumped version to 5.3.1 2024-05-29 16:12:31 -05:00
Sayantan Santra 39e4d2df74
chg: Show the whole link when clipboard is not accessible 2024-05-29 16:03:03 -05:00
Sayantan Santra 41b7e37819
build: Bumped version to 5.3.0 2024-05-29 10:45:42 -05:00
Sayantan Santra e67e0a88cd
build: Updated deps 2024-05-29 10:45:15 -05:00
Sayantan Santra 00ade1af40
fix: Do not allow empty values for db_url or site_url 2024-05-29 10:40:51 -05:00
Sayantan Santra b1632c4c87
fix: Fixed some UI visibility related stuff 2024-05-29 10:40:51 -05:00
Sayantan Santra 3445d5366a
fix: Properly handle visibility of elements 2024-05-29 10:40:51 -05:00
Sayantan Santra 5fb8587628
Merge pull request #21 from SinTan1729/public-mode
Enable support for public mode, closes #20
2024-05-29 00:02:38 -05:00
Sayantan Santra 6cdacda510
build: Make testing more configurable using env variables 2024-05-28 18:20:20 -05:00
Sayantan Santra ed2be0e883
docs: Some documentation about public-mode 2024-05-28 18:20:09 -05:00
Sayantan Santra 0fce881654
new: Got public mode working, testing needed 2024-05-28 18:16:58 -05:00
Sayantan Santra 168cff94a2
build: Bumped version to 5.2.6 2024-05-06 16:49:47 -05:00
Sayantan Santra b1c4142296
chg: Reply when shortlink cannot be added 2024-05-06 16:49:01 -05:00
Sayantan Santra 75912e8f9d
build: Updated deps 2024-05-06 16:41:31 -05:00
Sayantan Santra 5ac822d5f9
fix: Middleware order 2024-04-11 13:01:33 -05:00
Sayantan Santra 233247e154
build: Bumped version to 5.2.5 2024-04-10 14:47:31 -05:00
Sayantan Santra 108abc2b30
build: Updated deps 2024-04-10 14:43:34 -05:00
Sayantan Santra 4a158bbea6
docs: Made some changes to the badges 2024-04-10 13:46:29 -05:00
Sayantan Santra 51c6817487
chg: Change the button in login dialog 2024-04-10 13:33:30 -05:00
Sayantan Santra 0192c26fd0
Merge pull request #17 from SinTan1729/dependabot/cargo/actix/h2-0.3.26
build(deps): bump h2 from 0.3.25 to 0.3.26 in /actix
2024-04-05 11:46:10 -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
Sayantan Santra 3ad05f1e63
docs: Added mobile friendly UI in README 2024-04-03 20:50:27 -05:00
Sayantan Santra 931b4a95e4
chg: Added SPDX headers 2024-04-03 20:40:26 -05:00