1
Commit Graph

20 Commits

Author SHA1 Message Date
75b6d1220d Use another sqlite library without cgo
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-04 10:43:01 +02:00
5f62857286 Improvements (refactoring, test coverage)
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-11 10:09:22 +02:00
58a0d6aa6b Some code improvements and updates
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-10 22:34:25 +02:00
7308548a4e Little improvements
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-15 17:05:09 +01:00
6e6d27beab Improve with learnings from GoBlog, use go-chi and another migrations library, use WAL for SQLite and db write mutex
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-15 16:52:03 +01:00
368bdcc95f Add option to save text
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 12:20:05 +02:00
1a7b1f0d2f Update Git URL 2020-04-16 10:55:30 +02:00
456e84491c Use Login Middleware
Option to list all short URLs
2020-04-02 11:28:35 +02:00
bca8d44666 Make forms usable on mobile 2020-04-01 20:39:26 +02:00
65194076c1 Prefill input (useful for bookmarklets) 2020-04-01 20:00:43 +02:00
4821887b07 Add HTML forms for actions 2020-04-01 19:31:49 +02:00
c91cdb80d0 Add option to update slug 2020-03-30 09:47:21 +02:00
c6552f825f Directly join short link string 2020-03-29 19:05:01 +02:00
9d557f5272 Simplify db execs 2020-03-29 18:48:05 +02:00
9a0ae07dfe Reduce response time by using goroutine to update hit counter 2020-03-29 18:36:44 +02:00
4d04abb778 Handle case where slug param is set but slug is already in use 2020-03-29 13:32:28 +02:00
a0eeac4eb1 Support basic auth 2020-03-29 13:08:47 +02:00
9a22f4b3e5 Allow deleting slugs 2020-03-29 12:47:35 +02:00
c05a90d9c4 Allow setting custom slug 2020-03-29 11:38:47 +02:00
f4e738b2c7 Initial commit 2020-03-29 10:48:43 +02:00