Commit graph

7 commits

Author SHA1 Message Date
Kawanaao c49f93572e
Added vite build 2023-12-02 12:55:38 +02:00
Mikal S 6c1dd0dbf6
[skip ci] Update readme.md (#146)
* Update readme.md

I noticed a spelling mistake and proceeded to look through the whole read-me file. There are actually a lot of other less grammar related mistakes I would want to change, but I tried to keep it strictly to grammar mistakes… for now. The exception is the disclaimer that **should not** be hidden away in a scroll-able code block. You can hide it at the bottom of the section, but please don't try to hide it out of view.

* Sign .clabot so I can merge this PR.

I still don't know why I need to sign this CLA when I haven't even contributed any code, but sure, I'll do it. Also, to the person reading these commit messages; hello.
2023-11-25 11:02:36 +00:00
Hoang Nguyen df0f19bec7
[release] v0.12.2
* Mitigate open redirect vulnerability in login page

Current implementation won't allow full url redirection within local origin, and will allow open redirection with href like "//google.com".
Comparing redirect url's origin with current origin will ensure the two share the same protocol, hostname, and port.

* Update .clabot

Add catmandx to list of contributors for creating pull request
2023-11-09 11:40:26 +00:00
Someone 923fa48a97
[skip ci] Allow Insecure TLS like self-signed certificate for SMTP server (#118) 2023-11-07 18:27:27 +00:00
Jogai 7cd0a7a67e
[skip ci] Reduce layers in docker (#58)
* Reduce layers in docker

* Reduce docker layers

* Sign contributor agreement
2023-07-24 19:39:33 +01:00
John Wesley d68a27dd67
Sign the Contributor License Agreement 2023-07-22 22:36:17 -04:00
Yann Stepienik 2a6ac2ea08 [release] 0.9.8 2023-07-16 12:07:35 +01:00