14 Commits

Author SHA1 Message Date
Râu Cao
b67d6139ac
Fix password validation during password reset
fixes #28
2023-02-19 15:54:55 +08:00
c06e58a0fb
Use new lockbox method
The old one conflicts with Rails' own new ActiveRecord encryption
feature.
2022-02-12 14:04:41 -06:00
dbc811b840
Add LndHub service, lnurl-pay endpoints
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
Enables the lnurl-pay payment workflow
2021-11-22 15:41:05 -06:00
f94227f9f3
Create LndHub accounts 2021-11-19 20:10:36 -06:00
26c6c5a3b2
Nullify donation owners when related record destroyed
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2020-12-21 13:59:46 +01:00
40f3e8327a
Basic donation records
Adds donation model/table and basic manual management in the admin
panel, as well as basic listing of users' own donations.
2020-12-17 21:56:51 +01:00
2a2b0a90dc Validate email address properly 2020-12-03 14:49:37 +01:00
9cebfd3f58
Signup steps with validation 2020-12-03 00:53:25 +01:00
7aadb5cb51
Require valid invitation to start sign-up process
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-02 19:20:01 +01:00
d7fbda0855
Add basic invitations 2020-12-02 15:22:58 +01:00
92d959ffbb
Automatically confirm existing LDAP users
Users from before the akkounts app existed can log in without an extra
email confirmation.
2020-11-18 13:37:49 +01:00
f0312cb8e7
Authorize access to admin panel, etc.
Adds a separate admin namespace and base controller, with authorization
by looking up the admin property in the user's LDAP account.
2020-11-18 00:22:44 +01:00
2b153bef8d
Disable regs, nicer errors and flash messages 2020-11-11 19:18:21 +01:00
674b0a0ff5
Add LDAP logins and password resets, config, etc. 2020-11-10 11:36:06 +01:00