8eb5f093a4
Don't show flash message when opening the root URL while signed out
Râu Cao
2023-06-08 08:04:23 +03:00
de45d070aa
Merge pull request 'Report Lndhub API errors to Sentry' (#133) from refactor/lndhub_integration into master
raucao2023-06-06 15:44:36 +00:00
c0b1112e49
Merge pull request 'Hide unsuccessful outgoing lndhub txs in list' (#132) from bugfix/lndhub_tx_list into master
raucao2023-06-06 15:43:38 +00:00
2f90393eb6
Lndhub v2 service inherits from v1, only adds v2-specific code
Râu Cao
2023-06-05 13:53:24 +03:00
8b87072485
Raise custom auth error, re-raise on failed re-auth
Râu Cao
2023-06-05 13:52:41 +03:00
82019f47be
Report lndhub errors to Sentry
Râu Cao
2023-06-05 13:51:40 +03:00
259e72167b
Hide unsuccessful outgoing lndhub txs in list
Râu Cao
2023-06-05 13:06:49 +03:00
7000908891
Auto-login Discourse link
Râu Cao
2023-06-04 15:15:09 +03:00
df0c13b400
Fix potential nil access
Râu Cao
2023-05-31 14:43:00 +02:00
68eba80fd7
Merge pull request 'Integrate Discourse Connect (SSO)' (#131) from feature/126_discourse_sso into master
raucao2023-05-31 10:02:43 +00:00
7e05530ab7
Add specs for Discourse Connect
Râu Cao
2023-05-30 23:19:49 +02:00
745a319b3d
Minor refactoring
Râu Cao
2023-05-29 23:10:39 +02:00
f829bb3379
Use devise method for requiring login
Râu Cao
2023-05-29 23:09:48 +02:00
19bafe081f
Integrate Discourse Connect (SSO)
Râu Cao
2023-05-29 23:05:18 +02:00
d130f2f68b
Merge pull request 'Allow users to set/update their display name in LDAP' (#128) from feature/123-display_names into master
greg2023-05-31 09:13:50 +00:00
e284996c1c
Remove obsolete route
Râu Cao
2023-05-28 15:28:51 +02:00
51489a83ab
Use feature block for email update specs
Râu Cao
2023-05-28 15:25:53 +02:00
05426e4ced
Add specs for display name update
Râu Cao
2023-05-28 15:25:42 +02:00
445cdfa024
Only validate display name when updated
Râu Cao
2023-05-27 20:09:02 +02:00
f74227fedb
Allow users to set/update their display name in LDAP
Râu Cao
2023-05-27 19:59:49 +02:00
32d1992632
Set user instance var for settings routes where needed
Râu Cao
2023-05-27 19:58:59 +02:00
48be35f1b1
Merge pull request 'Allow updating one's email address on the account settings page' (#127) from feature/103-update_email into master
greg2023-05-26 18:07:07 +00:00
87720ef285
Merge pull request 'Add feature flags' (#125) from feature/124-feature_flags into master
greg2023-05-26 17:56:50 +00:00
193a4c2edd
Remove obsolete function argument
Râu Cao
2023-05-25 19:31:16 +02:00
134c81460a
Allow email address updates on account settings page
Râu Cao
2023-05-25 16:58:53 +02:00
b1a693e7cf
Send different Devise mail for re-confirmations
Râu Cao
2023-05-25 16:57:43 +02:00
75bd879f84
Rename settings menu item for Lightning
Râu Cao
2023-05-25 16:57:14 +02:00
33a9e1eaa9
Use username instead of email in Devise mails
Râu Cao
2023-05-25 16:56:40 +02:00
7b321577db
Update LDAP mail attribute when re-confirming email
Râu Cao
2023-05-25 16:55:27 +02:00
61f12c2741
Improve form fields with errors for model updates
Râu Cao
2023-05-25 16:53:16 +02:00
287adbd365
Add flipper gem and database migration/tables
Râu Cao
2023-05-23 14:09:35 +02:00
9048052318
Fix URL in email template
Râu Cao
2023-05-16 13:22:44 +02:00
cddc1e86f6
Merge pull request 'Show fees of Lightning transactions' (#122) from feature/lightning_fees into master
raucao2023-05-10 12:27:24 +00:00
ce7387a409
Remove obsolete routes
Râu Cao
2023-05-03 21:54:33 +02:00
f1ae5667de
Shape tx details UI a bit
Râu Cao
2023-05-03 12:51:22 +02:00
67a9fc02d7
Rename Wallet to Lightning Network, move to Services
Râu Cao
2023-05-01 16:13:41 +02:00
34849b28b0
WIP show fees of Lightning transactions
Râu Cao
2023-05-01 15:15:23 +02:00
8ce5f9708f
Merge pull request 'Add configurable default chatroom bookmarks for new users' (#116) from feature/default_chatrooms into master
raucao2023-04-19 13:07:00 +00:00
cb2197893c
Merge branch 'master' into feature/default_chatrooms
Râu Cao
2023-04-18 17:00:48 +02:00
dabd892a25
Improve RS OAuth UI
Râu Cao
2023-04-13 16:21:48 +02:00
eeabbdb7df
Merge branch 'master' into feature/rs-oauth
Râu Cao
2023-04-13 15:02:51 +02:00
7a50bd23d6
Merge pull request 'Add user preferences and configurable notifications' (#113) from feature/user_preferences into master
raucao2023-04-11 21:04:46 +00:00
64c8c3cb06
Merge pull request 'WebFinger endpoint' (#118) from feature/webfinger into master
raucao2023-04-11 09:44:39 +00:00
a2100b23a9
Formatting, wording
Râu Cao
2023-04-11 11:41:30 +02:00
27195f693a
Merge pull request 'Fix failing spec expectation when using Ruby 3.x' (#119) from fix/ruby-3-failed-expectation into master
raucao2023-04-11 09:32:46 +00:00
9e74c89a80
Fix failing spec expectation when using Ruby 3.x
Garret Alfert2023-04-10 23:03:59 +02:00