Commit Graph

272 Commits

Author SHA1 Message Date
Sayantan Santra 38b817fdf8
new: Proper reply when invalid data is sent 2024-03-31 21:23:22 -05:00
Sayantan Santra a9168e3459
docs: Added CLI usage instructions 2024-03-31 21:07:31 -05:00
Sayantan Santra d48b664c0a
chg: Updated the screenshot 2024-03-31 16:39:47 -05:00
Sayantan Santra a0f0eb5280
build: Added docker-stop make entry 2024-03-31 16:11:45 -05:00
Sayantan Santra 34518affaf
chg: Changed some struct names 2024-03-31 16:07:33 -05:00
Sayantan Santra 4f80b1b522
build: Bumped version to 5.2.1 2024-03-31 15:40:30 -05:00
Sayantan Santra f38abdf1fb
Merge pull request #15 from SinTan1729/json
chg: Use json while sending form for new url
2024-03-31 15:39:31 -05:00
Sayantan Santra f2b5e1ab6d
chg: Use json for sending url list 2024-03-31 15:38:59 -05:00
Sayantan Santra 99b5298cd8
chg: Use json while sending form for new url 2024-03-31 15:17:54 -05:00
Sayantan Santra 6659452c51
docs: Do not use quotes around variable examples 2024-03-31 01:17:13 -05:00
Sayantan Santra 3441d3ae90
Merge pull request #12 from SinTan1729/nanoid
Support uid slugs
2024-03-31 01:01:33 -05:00
Sayantan Santra f6060eb649
build: Bumped version to 5.2.0 2024-03-31 00:59:58 -05:00
Sayantan Santra 6c7ca8d0ac
fix: slug_style options are consistent now 2024-03-31 00:59:05 -05:00
Sayantan Santra 599b013fc9
chg: Change uid to UID 2024-03-31 00:51:32 -05:00
Sayantan Santra 841f877ee8
docs: Include info about UID in docs 2024-03-31 00:51:10 -05:00
Sayantan Santra 088cd594a5
chg: Change the env_var name 2024-03-31 00:45:29 -05:00
Sayantan Santra f9e642275a
new: Support uid slug 2024-03-31 00:38:42 -05:00
Sayantan Santra 9a520c122e
chg: Disable column separators and right align hits 2024-03-31 00:12:48 -05:00
Sayantan Santra 3a712f812a
build: Bumped version to 5.1.0 2024-03-29 15:41:13 -05:00
Sayantan Santra 753b73c4a3
Merge pull request #10 from SinTan1729/multi-arch
Multi-arch builds
2024-03-29 15:38:48 -05:00
Sayantan Santra fbcb088260
chg: Updated deps 2024-03-28 13:28:28 -05:00
Sayantan Santra f526e7ec5b
chg: 404 response doesn't change the url 2024-03-28 13:27:33 -05:00
Sayantan Santra 5d8dd6fb63
chg: Use Option instead of returning empty String 2024-03-26 23:52:24 -05:00
Sayantan Santra 5e4db14ea2
docs: Some changes to the README 2024-03-26 17:46:26 -05:00
Sayantan Santra c76b39dc16
fix: Typo in Makefile, and break lines 2024-03-25 17:28:24 -05:00
Sayantan Santra 731cb41646
chg: Added stopping the docker image to make clean 2024-03-25 16:44:47 -05:00
Sayantan Santra 0cfa674029
fix: Typo in Makefile 2024-03-25 16:08:04 -05:00
Sayantan Santra 1f18766f79
build: Switch workflow to only use Makefile 2024-03-25 16:02:52 -05:00
Sayantan Santra dfefff2703
docs: Added a note about building 2024-03-25 01:40:10 -05:00
Sayantan Santra 6d3d220cff
build: Fix the docker_push_script 2024-03-25 01:26:13 -05:00
Sayantan Santra 629e66a57c
docs: Updated build instructions 2024-03-25 01:22:54 -05:00
Sayantan Santra ce76f04f35
build: Support specifying targets with build-arg 2024-03-25 01:10:09 -05:00
Sayantan Santra db5d1f72bd
chg: Use username as a variable in Makefile 2024-03-25 01:05:06 -05:00
Sayantan Santra e54aa3b33b
build: Use different dockerfiles for single and multi-arch builds 2024-03-25 01:00:25 -05:00
Sayantan Santra 82559d38fd
chg: Nicer multi-arch builds and also add armv7 2024-03-25 00:56:39 -05:00
Sayantan Santra 2baa481040
chg: Change the push script to work with the new setup 2024-03-24 23:33:41 -05:00
Sayantan Santra ffb4846239
fix: Multi-arch upload 2024-03-24 23:27:31 -05:00
Sayantan Santra 5bd174d287
build: Switched to a cross-rt based multi-arch build process 2024-03-24 23:03:18 -05:00
Sayantan Santra 9221c3e371
chg: Add support for specifying the architecture 2024-03-24 19:38:33 -05:00
Sayantan Santra c5cfba85f9
chg: Allow specifying target in the Dockerfile 2024-03-24 19:12:38 -05:00
Sayantan Santra d6dcd2f18d
fix: Remove surrounding quotes for siteurl 2024-03-24 16:43:27 -05:00
Sayantan Santra d278021e1b
fix: Support working inside subdirectories 2024-03-23 18:08:25 -05:00
Sayantan Santra 8dbb6e9bd6
new: Added a dev tag option 2024-03-23 16:07:55 -05:00
Sayantan Santra cde3fb4c89
chg: Switch to woff2 fonts 2024-03-22 11:10:04 -05:00
Sayantan Santra f3d5e2cf50
chg: Do not force the use of big fonts 2024-03-19 15:44:59 -05:00
Sayantan Santra fd74a941d9
build: Bumped version to 5.0.8 2024-03-18 19:28:09 -05:00
Sayantan Santra 2cab341e8b
fix: Broken table 2024-03-18 19:27:58 -05:00
Sayantan Santra 2a2ed7e41a
fix: Screen overflow for table in mobile UI 2024-03-18 18:59:34 -05:00
Sayantan Santra 5a5a1bc775
build: Bumped version to 5.0.7 2024-03-18 16:04:06 -05:00
Sayantan Santra b66086be38
fix: Centering on mobile UI 2024-03-18 16:02:45 -05:00