Karina Kwiatek
|
7823e56043
|
Merge pull request #917 from Retrospring/fix/unsubscribe-all
|
2023-01-04 16:09:18 +00:00 |
Karina Kwiatek
|
b35108e9d0
|
Implement NodeInfo
Closes #902
|
2023-01-04 17:08:05 +01:00 |
Karina Kwiatek
|
ea4e9e2205
|
Don't require an endpoint for unsubscribe
This was added by mistake earlier. Unsubscribing without an `endpoint` parameter is supposed to remove all subscriptions.
|
2023-01-04 16:38:48 +01:00 |
Karina Kwiatek
|
3105cb74b4
|
Make `endpoint` and `subscription` parameters required on web push endpoints
|
2023-01-04 16:34:38 +01:00 |
Karina Kwiatek
|
9fd3940b7d
|
Don't check push subscription when not logged in
|
2023-01-04 16:34:38 +01:00 |
Georg Gadinger
|
e48ec8565a
|
Merge pull request #916 from Retrospring/improvement/save-me
views/settings: change text of save profile pic button to something less generic
|
2023-01-04 15:28:49 +00:00 |
Georg Gadinger
|
ea94e83e11
|
views/settings: change text of save profile pic button to something less generic
|
2023-01-04 15:39:27 +01:00 |
Karina Kwiatek
|
585ea048aa
|
Merge pull request #915 from Retrospring/fix/2fa-form-id
|
2023-01-04 12:41:42 +00:00 |
Karina Kwiatek
|
b57b11be9d
|
Change ID of 2FA form
This caused an error in settings/password.ts as the form had the same ID as the account settings form
|
2023-01-04 12:34:19 +01:00 |
Karina Kwiatek
|
3033ad4400
|
Fix error in checkSubscription and improve logging
|
2023-01-03 18:12:13 +01:00 |
Karina Kwiatek
|
16b9262bed
|
Remove warning in WebPush controller test
|
2023-01-03 18:12:13 +01:00 |
Karina Kwiatek
|
ae52810aae
|
Add WebPushSubscription to Rails Admin
|
2023-01-03 18:12:13 +01:00 |
dependabot[bot]
|
762c486580
|
Merge pull request #912 from Retrospring/dependabot/npm_and_yarn/json5-1.0.2
|
2023-01-03 16:27:48 +00:00 |
dependabot[bot]
|
4e27b8c1a8
|
Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-03 16:21:33 +00:00 |
Andreas Nedbal
|
6e5e483346
|
add fullwidth class to user action icons
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
05494e8822
|
change fa-mask icon back to fa-user-secret
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
a7269bb202
|
Replace some icons with better choices from FA6
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
22491b19a6
|
Bring back pull-* utilities
|
2023-01-03 17:21:09 +01:00 |
Andreas Nedbal
|
077958bc5c
|
Install Font Awesome 6
|
2023-01-03 17:21:09 +01:00 |
Karina Kwiatek
|
7fa548b613
|
Remove use of @rails/ujs in report dialog handler
|
2023-01-03 15:09:23 +01:00 |
Karina Kwiatek
|
5735ba888c
|
Update rails admin to 3.1.1
|
2023-01-03 15:09:23 +01:00 |
Andreas Nedbal
|
2bb4f5355c
|
Fix asset root paths
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
8d970ce47b
|
Fix Lexend font path
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
b800d79704
|
Appease the dog overlords
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
8896445704
|
Add notice about asset linking to manifest
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
8c9dc92afb
|
Move stylesheets back to `app/assets/stylesheets`
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
cf4246d827
|
Configure Sprockets asset manifest
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
dae4a47824
|
`stylesheet_pack_tag` -> `stylesheet_link_tag`
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
e658925013
|
Add keepfile to builds directory
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
538756c6aa
|
Remove style require in TypeScript
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
412be4123c
|
Remove legacy RailsAdmin entrypoints
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
3799640538
|
Make RailsAdmin use Sprockets again
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
219a4fbbbc
|
Configure Sprockets to work with cssbundling-rails
|
2023-01-03 14:14:23 +01:00 |
Andreas Nedbal
|
e910630ef0
|
Setup cssbundling-rails
|
2023-01-03 14:14:23 +01:00 |
Karina Kwiatek
|
a13d3fe273
|
Merge pull request #908 from Retrospring/fix/no-nil-on-service-missing
Handle missing services in share worker
|
2023-01-03 12:15:27 +00:00 |
Karina Kwiatek
|
5d6f9deb93
|
Handle missing services in share worker
|
2023-01-03 12:38:19 +01:00 |
Karina Kwiatek
|
45ceb27795
|
Bump version to 2023.0102.1
|
2023-01-02 13:53:52 +01:00 |
Karina Kwiatek
|
35a3b6b87a
|
Hide push notification prompt in inbox after accepting
|
2023-01-02 13:51:02 +01:00 |
Karina Kwiatek
|
05a8ef1797
|
Allow re-enabling push notifications after unsubscribing
|
2023-01-02 13:51:02 +01:00 |
Karina Kwiatek
|
d403cdde75
|
Prevent error when creating questions
This error didn't prevent the question from being sent.
|
2023-01-02 13:51:02 +01:00 |
Karina Kwiatek
|
1a29a19e9d
|
Allow setting up push when service worker hasn't been registered yet.
We don't register the service worker until the user opts in for push notifications.
|
2023-01-02 13:51:02 +01:00 |
Karina Kwiatek
|
7ffd07a959
|
Bump version to 2023.0102.0
|
2023-01-02 13:07:10 +01:00 |
Karina Kwiatek
|
cc1c262256
|
Merge pull request #678 from Retrospring/feature/webpush
WebPush support
|
2023-01-02 11:57:34 +00:00 |
Karina Kwiatek
|
1adf3956ba
|
Remove `console.log`
|
2023-01-02 12:57:14 +01:00 |
Karina Kwiatek
|
b3a7cf388a
|
Add tests for mute rule use cases
|
2023-01-02 12:45:35 +01:00 |
Karina Kwiatek
|
04bc1da8cf
|
Use Mute Rule use cases in mutes controller
|
2023-01-02 12:45:35 +01:00 |
Karina Kwiatek
|
8178d75a57
|
Add use cases for creating and destroying mute rules
|
2023-01-02 12:45:35 +01:00 |
Karina Kwiatek
|
c20974d182
|
Appease the dog overlords
Co-authored-by: nilsding <nilsding@nilsding.org>
|
2023-01-02 12:30:19 +01:00 |
Karina Kwiatek
|
5a3f2966dd
|
Add tests for subscription check endpoint
|
2023-01-02 11:52:02 +01:00 |
Karina Kwiatek
|
48c7beb54e
|
Only allow checking of own subscriptions
|
2023-01-02 11:52:02 +01:00 |