1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
Commit Graph

802 Commits

Author SHA1 Message Date
NickAc
c68ee0a81e
Remove upload of artifact to Actions' artifacts
There is no need to upload the artifact to the Action itself since it will be uploaded to the release.
2020-05-30 21:04:22 +01:00
NickAc
e4a2fbd51a
Automatically build the project for Windows users
This change makes it simpler for Windows users to use the project by automatically building the project with GitHub Actions on every release.

This allows for an easier way to use the project by automatically adding a zip file with the built executables to new releases.
2020-05-30 21:01:54 +01:00
Ferdinand Mütsch
1872bf4b4c fix: set string key value data type to text 2020-05-30 21:10:44 +02:00
Ferdinand Mütsch
5e7e32ddb0 docs: update readme 2020-05-30 21:01:46 +02:00
Ferdinand Mütsch
d12ccc4566 docs: update readme 2020-05-30 20:54:56 +02:00
Ferdinand Mütsch
3c2dc78c93 refactor: refactor migrations and add fixtures
feat: introduce key-value store
feat: imprint page (resolve #23)
chore: remove default user
chore: remove packr
2020-05-30 20:41:27 +02:00
Ferdinand Mütsch
25b32e2fec chore: update dockerfile 2020-05-30 12:27:10 +02:00
Ferdinand Mütsch
128f2965cc docs: update readme 2020-05-30 12:14:37 +02:00
Ferdinand Mütsch
9dae5a1f77 feat: allow insecure cookies (resolve #27) 2020-05-30 12:11:25 +02:00
Ferdinand Mütsch
002003a957 chore: make sqlite the default database to easily get started 2020-05-30 12:07:29 +02:00
Ferdinand Mütsch
50eba49547 fix: don't trim hash 2020-05-29 00:04:48 +02:00
Ferdinand Mütsch
75dd070b3d chore: trim white spaces from passwords before hashing them 2020-05-28 23:29:55 +02:00
Ferdinand Mütsch
98d7d02935 docs: update readme 2020-05-28 22:36:00 +02:00
Ferdinand Mütsch
6c2f0cb1ec feat: add auto-migrations for old md5 password to maintain backwards compatibility 2020-05-25 22:24:29 +02:00
Ferdinand Mütsch
08675bd99f feat: use bcrypt with salts instead of md5 for hashing password (resolve #21) 2020-05-25 21:42:45 +02:00
Ferdinand Mütsch
625994d1e9 feat: add basic sign up instructions 2020-05-24 21:42:15 +02:00
Ferdinand Mütsch
2cca2cb0bb feat: display api key on user interface (resolve #24) 2020-05-24 21:19:05 +02:00
Ferdinand Mütsch
b92a064eb1 chore: update version
chore: update tailwind
2020-05-24 20:38:49 +02:00
Ferdinand Mütsch
f0b17e77b2 docs: update readme 2020-05-24 20:28:12 +02:00
Ferdinand Mütsch
2eabc3953f
Merge pull request #20 from muety/2-user-signup-and-login
User signup and login
2020-05-24 20:17:21 +02:00
Ferdinand Mütsch
6614c86395 fix: base path for error redirects 2020-05-24 17:39:19 +02:00
Ferdinand Mütsch
fad91725b0 fix: quick summary paths 2020-05-24 17:36:45 +02:00
Ferdinand Mütsch
f341ae4707 fix: html base href trailing slash 2020-05-24 17:35:44 +02:00
Ferdinand Mütsch
c171d31f30 feat: set html base path from server base path
refactor: services
2020-05-24 17:32:26 +02:00
Ferdinand Mütsch
d6e9f0295a feat: introduce base path config option to better support redirections behind a proxy 2020-05-24 17:08:44 +02:00
Ferdinand Mütsch
411ae49206 fix: use relative urls 2020-05-24 16:55:44 +02:00
Ferdinand Mütsch
abfaa9d768 feat: user signup 2020-05-24 16:34:32 +02:00
Ferdinand Mütsch
a317dc6942 refactor: middlewares and get rid of negroni 2020-05-24 14:50:04 +02:00
Ferdinand Mütsch
041a49ede4 fix: forgot to check in alerts template partial 2020-05-24 13:43:28 +02:00
Ferdinand Mütsch
a7b4b01b04 chore: remove unused dependencies 2020-05-24 13:43:08 +02:00
Ferdinand Mütsch
9697bb5fd5 refactor: use cookie-based login
feat: add login page
2020-05-24 13:41:19 +02:00
Ferdinand Mütsch
d3ab54f6dc chore: enable templates to consist of partials 2020-05-24 10:37:31 +02:00
Ferdinand Mütsch
bbd2c24f9a
Update FUNDING.yml 2020-05-23 21:02:12 +02:00
Ferdinand Mütsch
4c39222193 docs: update badges 2020-05-23 20:11:09 +02:00
Ferdinand Mütsch
ef10f8b589 Merge branch 'master' of github.com:n1try/wakapi
 Conflicts:
	README.md
2020-05-23 20:05:40 +02:00
Ferdinand Mütsch
7f3c8dacba docs: add badges 2020-05-23 20:04:48 +02:00
Ferdinand Mütsch
7bf6f353a9 docs: add badges 2020-05-23 20:02:40 +02:00
Ferdinand Mütsch
a77f37da02
Update README.md 2020-05-12 11:16:55 +02:00
Ferdinand Mütsch
94e1de772c doc: update readme 2020-04-26 15:40:46 +02:00
Ferdinand Mütsch
f399f3bf8d chore: remove docker compose file 2020-04-26 15:21:50 +02:00
Ferdinand Mütsch
f264ede147 fix: update docekr file to include env vars and volume 2020-04-26 15:18:47 +02:00
Ferdinand Mütsch
b05105cbeb fix: docker build 2020-04-26 15:07:00 +02:00
Ferdinand Mütsch
2ea9b74a0c fix: fix build script to cross-compile with sqlite dependency 2020-04-26 14:35:53 +02:00
Ferdinand Mütsch
2b47a7d73f feat: ability to set default username and password 2020-04-26 14:00:53 +02:00
Ferdinand Mütsch
91a4bb2db3 fix: proper parsing of environment variables 2020-04-26 13:55:19 +02:00
Ferdinand Mütsch
7b486b390e doc: update version number 2020-04-26 13:22:51 +02:00
Ferdinand Mütsch
17dcd753a9
Merge pull request #19 from will7200/feat/add-sqlite-support
Feat/add sqlite support
2020-04-26 13:16:09 +02:00
William Flores
7f548dabeb
refactor: move migrations to separate method 2020-04-25 13:53:55 -07:00
William Flores
7a339d77d3
style: keep small column definitions together 2020-04-25 13:52:43 -07:00
William Flores
edae516571
feat: add support for sqlite3 2020-04-19 16:58:54 -07:00