Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: cblgh/cerca

Tags

v0.2.2

Toggle v0.2.2's commit message
util: improve thread slug sanitization

v0.2.1

Toggle v0.2.1's commit message
invites: add QR code invite representation

add a qr code invite by using https://github.com/skip2/go-qrcode

the procedure is as follows

1. var invitePNG []byte = qrcode.Encode(<invite link>, qrcode.Medium, 256)
2. encode invitePNG as base64
2. use data URLs (data:image/png;base64,<data>) to encode png on page
3. add qr section to template html/admin-invites.html

v0.2.0

Toggle v0.2.0's commit message
limiter: wrap concurrent map access in RWMutex

v0.1.2

Toggle v0.1.2's commit message
limiter: add limitall to the important bit too ':)

v0.1.1

Toggle v0.1.1's commit message
limiter: add method SetLimitAllRoutes

v0.1.0

Toggle v0.1.0's commit message
use gomod redirect

pwtool-v1

Toggle pwtool-v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from cblgh/password-proof

add password reset functionality