1
Fork 0
Commit Graph

20 Commits

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