mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Customisable Teams notifications #2209
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iFusionFr on GitHub (May 24, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
UI Feature
🔖 Feature description
github.com/louislam/uptime-kuma@3cb287a40e/server/notification-providers/teams.js (L82-L82)✔️ Solution
❓ Alternatives
No response
📝 Additional Context
Edit (CommanderStorm): This issue was edited and features which are tracked in https://github.com/louislam/uptime-kuma/issues/456 were removed
Related https://github.com/louislam/uptime-kuma/issues/646
@CommanderStorm commented on GitHub (May 24, 2023):
What do you mean by
Translation of Teams notifications. (In my case the French translation)?If you are referring to imperfect french translations, please head over to https://github.com/louislam/uptime-kuma/blob/master/src/lang/README.md
Help in localisation from native speakers is always appreciated :)
Maybe you are also refering to https://github.com/louislam/uptime-kuma/issues/456
@iFusionFr commented on GitHub (May 25, 2023):
Hi @CommanderStorm,
github.com/louislam/uptime-kuma@3cb287a40e/server/notification-providers/teams.js (L16)github.com/louislam/uptime-kuma@3cb287a40e/server/notification-providers/teams.js (L18)See link above, text is hard-coded in code and does not use translations.
Thank you very much for your link, I will look to give my contribution for the French translation.
@nneul commented on GitHub (Jan 25, 2024):
Lumping this in to semi-related issue. Teams notifications are currently not showing useful information "above the fold". This is what I'm seeing in teams client:
Should at least get the first lines rolled together so that it displays information that is useful without having to expand the item:
@CommanderStorm commented on GitHub (Jan 25, 2024):
Here is our contribution guide:
https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md
We rely on help with these providers, given that the core maintainer team is too slim for this level of detailed work.
The
teamsnotification provider is located here:github.com/louislam/uptime-kuma@3cb287a40e/server/notification-providers/teams.js (L1-L158)