charlesgauthereau
dcdce63e15
chore(release): 1.4.3
1.4.3
2026-03-02 20:30:10 +01:00
Charles GTE and GitHub
c2eaed757d
Merge pull request #109 from Portabase/dev
...
dev
2026-03-02 20:29:30 +01:00
charlesgauthereau
920743bea7
fix: backup-button.tsx and s3.schema.ts
2026-03-02 20:28:47 +01:00
Charles GTE and GitHub
0970f5baae
Merge pull request #105 from Portabase/feat/provider-validation
...
Feat/provider validation
2026-03-02 20:05:14 +01:00
Charles GTE and GitHub
291aa13e9a
Merge pull request #107 from Portabase/feat/sensible-actions
...
Feat/sensible actions
2026-03-02 20:03:25 +01:00
Théo LAGACHE
e644cde514
update: sensible action button confirm
2026-03-02 11:21:20 +01:00
Théo LAGACHE
2350e68f4f
update: sensible action button confirm
2026-03-02 11:19:11 +01:00
Théo LAGACHE
cce3b681e3
old
2026-03-02 11:18:42 +01:00
Théo LAGACHE
755799f19d
remove: old edit page
2026-03-02 11:18:21 +01:00
Théo LAGACHE
ec02dc8579
fix: button confirm
2026-03-02 11:17:54 +01:00
Théo LAGACHE
7028982ba1
add: provider validation
2026-03-02 10:30:57 +01:00
Théo LAGACHE
f04503e38e
add: topic channel id support
2026-03-02 10:27:21 +01:00
Charles GTE and GitHub
f1edffed17
Update README.md
2026-03-02 08:46:12 +01:00
charlesgauthereau
fac87acee7
chore(release): 1.4.2
1.4.2
2026-02-28 17:54:45 +01:00
charlesgauthereau
c46dd91ede
Merge branch 'main' into dev
2026-02-28 17:53:58 +01:00
Charles GTE and GitHub
648753f8cf
Merge pull request #99 from formless63/fix/ntfy-priority-formatting-tags
...
fix(ntfy): fix silent delivery, malformed payload, and tag fallthrough
2026-02-28 17:51:54 +01:00
charlesgauthereau
76b3bda313
chore: ci
2026-02-28 17:50:59 +01:00
charlesgauthereau
8102dd1a8f
Merge branch 'main' into dev
2026-02-28 17:41:39 +01:00
charlesgauthereau
aceb4e7f4c
fix: status in sendNotificationsBackupRestore
2026-02-28 17:39:20 +01:00
charlesgauthereau
4224389e96
fix: add PasswordInput in ntfy.form.tsx
2026-02-28 17:22:02 +01:00
formless63 and GitHub
7c66c10b6d
fix(ntfy): fix silent delivery, malformed payload, and tag fallthrough
...
### Description
Fixes three issues with the `ntfy` notification provider to improve mobile delivery and readability.
**Previous Behavior:**
1. **Silent Delivery:** Priority was hardcoded to `1` (Min). On Android and iOS, priority 1 notifications are delivered completely silently (no sound, no vibration, hidden from lock screen).
2. **Malformed Payload:** The `payload.data` object was appended as a raw, stringified JSON blob, making the notification body difficult to read.
3. **Tag Fallthrough:** The chained ternary logic for tags caused `error` level events to fall through to the default `information_source` icon.
### Changes Made
- **Dynamic Priority Mapping:** Added `getPriority` to map severity levels to Ntfy's 1-5 scale. `info`/default maps to `2` (quiet ping), `warning` to `3` (default alert), `error` to `4` (high), and `critical` to `5` (max).
- **Plain Text Data Formatting:** Added `formatData` to parse the JSON payload into a clean `- key: value` list. Markdown was purposely avoided to ensure clean rendering in mobile OS lock screen previews.
- **Improved Tagging:** Refactored into a `getTags` helper. Added a base `floppy_disk` icon to instantly identify the notifications, and properly mapped `error` payloads to the `x` icon.
### Related Issues
None (Direct Fix)
2026-02-28 10:31:18 -05:00
charlesgauthereau
bf06a2e50c
fix: .env.example
2026-02-27 18:42:14 +01:00
Charles GTE and GitHub
8c69fdef95
Merge pull request #98 from Portabase/dev
...
dev
2026-02-27 17:38:35 +01:00
charlesgauthereau
883c1d2f57
chore(release): 1.4.1
1.4.1
2026-02-27 17:36:05 +01:00
charlesgauthereau
e7f1652b4e
fix(auth): linking default
2026-02-27 17:02:20 +01:00
charlesgauthereau
ea07224a52
fix: docker-compose.prod.yml
2026-02-27 16:25:53 +01:00
charlesgauthereau
b655154182
chore(release): 1.4.0
1.4.0
2026-02-27 16:10:51 +01:00
Charles GTE and GitHub
a173892163
Merge pull request #75 from Portabase/feat/oidc
...
add: oidc,passkey,disable email/password,sign-up
2026-02-27 16:07:14 +01:00
Théo LAGACHE
14f48c4a35
Update profile-security.tsx
2026-02-27 15:38:55 +01:00
Théo LAGACHE
88aa4daf74
Update profile-security.tsx
2026-02-27 15:31:37 +01:00
Théo LAGACHE
25326dc9be
Update profile-security.tsx
2026-02-27 15:30:55 +01:00
Théo LAGACHE
030cd13f7c
fix: passkey, error mapping
2026-02-27 15:17:57 +01:00
Théo LAGACHE
d557620c81
fix: passkey table
2026-02-27 14:58:52 +01:00
charlesgauthereau
3273f8dd11
fix: pocket
2026-02-27 14:46:16 +01:00
Théo LAGACHE
646719557c
fix: disable register,link/unlink
2026-02-27 11:49:38 +01:00
Théo LAGACHE
1640b326be
Update master-realm.json
2026-02-27 11:36:38 +01:00
Théo LAGACHE
cc19c9ec19
fix
2026-02-27 11:34:09 +01:00
Théo LAGACHE
bb84ab9697
fix: change port
2026-02-27 10:54:10 +01:00
Théo LAGACHE
0f7664201a
Update Makefile
2026-02-27 10:07:12 +01:00
Théo LAGACHE
0b8a8213e6
Update Makefile
2026-02-27 10:07:05 +01:00
Théo LAGACHE
476b3da66b
fix
2026-02-27 10:03:45 +01:00
Théo LAGACHE
41c632ccfa
Update auth.ts
2026-02-27 09:53:24 +01:00
Théo LAGACHE
dbf5addf12
fix: lower case role provisioning
2026-02-27 09:51:42 +01:00
Théo LAGACHE
8d414080a4
fix: toast error message,social legacy
2026-02-26 15:29:00 +01:00
Théo LAGACHE
c8d390726c
fix: error layout global app
2026-02-25 13:00:52 +01:00
Théo LAGACHE
31285dd0d6
fix: link social, admin delete account,update
2026-02-25 09:58:15 +01:00
Théo LAGACHE
b9ef58044e
Merge branch 'dev' into feat/oidc
2026-02-24 16:49:16 +01:00
charlesgauthereau
e320f74dfc
chore(release): 1.3.0
1.3.0
2026-02-24 08:44:33 +01:00
charlesgauthereau
b9deb3cdf0
chore(release): 1.3.0-rc.1
1.3.0-rc.1
2026-02-23 21:56:38 +01:00
Charles GTE and GitHub
5dbf293e1e
Merge pull request #94 from Portabase/feat/sqlite
...
feat: add sqlite support
2026-02-23 21:50:37 +01:00