- Make sure the
qr_short_url
is always a valid URL
- Add "Toggle background" button to the
ql-qr-code
context menu
- Add custom download options to the
al-qr-code
element
- Add
ShortlinkApiKey
model, so each user can have their own API keys
- Move routes to separate
routes.js
file, so they load in the correct order - QR-codes will now link to
/qr/{shortcode}
, so we can track QR-code usages - Add statistics to view page + overview on dashboard
- Add QR-code view of shortlinks
- Add a link creator page & a view page
- Also host files
- Add basic paste handler
- Sort shortlink models by _id descending
- Add catchall route, which now allows the use of slashes in shortcodes
- Allow looking by empty shortcodes
- Initial release