Kim Alvefur
5015c4aa43
fixup: refresh translation code references
2024-08-11 16:36:53 +02:00
Kim Alvefur
465720c5b1
fixup: please flake8
2024-08-11 16:34:06 +02:00
Kim Alvefur
2a8e7ae72b
fixup: please mypy
2024-08-11 16:25:17 +02:00
Andrey
449e345ee5
Ignore that users do not have access to metrics
...
Fixes #190
The templates appear to handle this being False, so that seems the path
of least resistance.
2024-08-11 15:56:40 +02:00
Andrey
51798ecc43
Translated using Weblate (Russian)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/ru/
2024-07-18 17:08:03 +00:00
uira
1e15ef5fce
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/id/
2024-07-18 17:07:58 +00:00
misiek
0f41aa24d8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/pl/
stable.20240925
stable.20240904
stable.20240717
beta.20240711
beta.20240708
2024-05-07 17:04:52 +00:00
J👀
15516cdaa5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/es/
2024-05-06 05:04:46 +00:00
Rosebud
948e415dbd
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/zh_Hans/
2024-05-02 21:15:30 +00:00
Kim Alvefur
a3fcf7d1d4
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/sv/
2024-05-02 21:15:28 +00:00
Federico
65de73f1fe
Translated using Weblate (Italian)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/it/
2024-05-02 21:15:28 +00:00
Roberto Resoli
989fe7b5b6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/it/
2024-05-02 21:15:27 +00:00
Andrey
4bc929e1ce
Translated using Weblate (Russian)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/ru/
2024-05-02 21:15:27 +00:00
BetaRays
5817b24c48
Translated using Weblate (French)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/fr/
2024-05-02 21:15:19 +00:00
Weblate
550526efc9
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/
2024-04-30 09:56:03 +00:00
Kim Alvefur
2a2e36ade2
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (370 of 370 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/sv/
2024-04-30 09:56:01 +00:00
Andrey
22f7d6f36a
Translated using Weblate (Russian)
...
Currently translated at 100.0% (370 of 370 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/ru/
2024-04-30 09:56:01 +00:00
Matthew Wild
2d42099017
Merge pull request #188 from snikket-im/invitation-ui
...
Invitation admin UI improvements
2024-04-30 10:55:44 +01:00
Matthew Wild
2ff47c486a
Update translation strings
2024-04-30 10:52:52 +01:00
Matthew Wild
338ee0b278
Add 'share' button for browsers supporting Web Share API
2024-04-30 10:48:51 +01:00
Matthew Wild
64c6548a48
Support for optional text notes on invitations
2024-04-29 18:39:06 +01:00
Matthew Wild
8c824149cc
Fixes for invitation display
...
- Reorder columns, from generic to specific
- Fix empty tooltip on invitation types caused by incorrect macro usage
2024-04-29 18:19:07 +01:00
Matthew Wild
607863cfc4
Remove duplicate template macro
2024-04-29 18:00:22 +01:00
Matthew Wild
13c5d44544
Merge pull request #187 from snikket-im/cookie-samesite-attribute
...
Explicitly set cookie SameSite attribute to Lax
2024-04-29 11:22:21 +01:00
Matthew Wild
6407eb90db
Explicitly set cookie SameSite attribute to Lax
...
With 'Secure' set, it may default to 'None', which we don't need or want.
'Strict' is not suitable for session cookies - the user would see the login
screen when navigating from another site (e.g. hosting dashboard) and we
already have CSRF protection on forms.
2024-04-29 11:18:55 +01:00
Matthew Wild
a8c6b1a70c
Merge pull request #186 from snikket-im/cookie-secure-attribute
...
Add 'secure' attribute to session cookies
2024-04-29 11:09:44 +01:00
Matthew Wild
67c94bb045
Add 'secure' attribute to session cookies
2024-04-29 11:08:30 +01:00
Weblate
f4c1173a34
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/
2024-04-28 08:40:16 +00:00
Jonas Schäfer
e39b0082b1
Merge pull request #185 from Zash/translate-welcome
...
Translate welcome message
2024-04-28 10:39:57 +02:00
Kim Alvefur
9eb187a951
Make welcome message translatable
2024-04-27 14:22:39 +02:00
Kim Alvefur
b928e74a74
make extract_translations
2024-04-27 14:21:32 +02:00
Andrey
75c0f504d0
Translated using Weblate (Russian)
...
Currently translated at 100.0% (368 of 368 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/ru/
2024-04-23 17:14:06 +00:00
Matthew Wild
7c0310a141
Merge pull request #184 from Zash/really-fix-default-invite-role
...
Specify a default role in invite form
2024-04-19 14:50:01 +01:00
Kim Alvefur
5e2e645787
Specify a default role in invite form
...
Actually in the invite form this time
2024-04-19 15:48:40 +02:00
Weblate
9b31894e85
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/
2024-04-19 13:38:57 +00:00
Kim Alvefur
a4472e1a44
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (362 of 362 strings)
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/sv/
2024-04-19 13:38:56 +00:00
Matthew Wild
b99cae84de
Update translations
2024-04-19 14:38:45 +01:00
Matthew Wild
1cac19e4c9
Merge pull request #183 from Zash/default-invite-role
...
Specify a default role in invite form
2024-04-19 14:37:22 +01:00
Kim Alvefur
d4883765b2
Specify a default role in invite form
...
The role creation appears to fail without an error, only refreshing the
page unless a role is selected.
2024-04-19 15:30:20 +02:00
Weblate
041f26274b
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/
2024-04-17 08:41:42 +00:00
Matthew Wild
82db30ffd9
Merge pull request #182 from snikket-im/invitation-improvements
...
Allow selecting a role when creating an invitation
2024-04-17 09:41:31 +01:00
Matthew Wild
b8684329b4
Fix syntax error in template
2024-04-16 21:30:19 +01:00
Matthew Wild
7e26b5f994
Update translations
2024-04-16 21:22:07 +01:00
Matthew Wild
4bdcb46a8a
Allow selecting a role when creating an invitation
...
Includes some reorganization and prettification of the creation form.
2024-04-16 21:16:06 +01:00
Matthew Wild
ed6f413c18
Don't fail if active user metrics are unavailable
2024-04-16 20:42:48 +01:00
Weblate
f63549ee87
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/
2024-04-16 14:51:58 +00:00
Matthew Wild
bd71ab1449
Update translations
2024-04-16 15:51:47 +01:00
Matthew Wild
220bf9994b
Show invitation hint when user is alone on their instance
2024-04-16 15:09:16 +01:00
Matthew Wild
33d28e5890
Show active user counts in instance metrics
2024-04-16 15:09:16 +01:00
Matthew Wild
f0f0fa15c9
Small clarifications to the invitation type UI
2024-04-16 15:09:16 +01:00