Johannes Zellner
ab19bbce8e
Only selectively show login elements once settings is loaded
...
Fixes #5029
2023-07-30 13:43:03 +02:00
Martin Filser
76aae41637
Move every InvitationCodes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
0767f50af8
Move every Users.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
6e1ef3d94a
Move every Users.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
b7dbeba7de
add currentSetting to ReactiveCache
2023-07-18 21:25:28 +02:00
Lauri Ojansivu
e1a00090ba
Fixed Rare bug: All Boards page icons random dance. Reverted changing migrations. Fixed reordering cards. Part 2.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 18:03:28 +03:00
Lauri Ojansivu
b75e16f104
Fixed Rare bug: All Boards page icons random dance. Commented out All Boards show members, cards counts, and some migrations.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 16:27:04 +03:00
helioguardabaxo
9dff09fbcf
Added hide/show to show counters and members on All Boards (Admin Panel)
2022-09-16 11:02:25 -03:00
helioguardabaxo
d610d03423
Added help button with custom URL.
2022-09-12 21:36:31 -03:00
Lauri Ojansivu
1e4fba3ec8
Added back autologin, because reverting it broke Google OIDC login.
...
Thanks to xet7 !
2022-09-01 12:12:30 +03:00
Lauri Ojansivu
43a7096753
Revert autologin, because it broke OIDC login with Keycloak.
...
Thanks to wb9688 and xet7 !
Fixes #4660 ,
related https://github.com/wekan/wekan/pull/4588
2022-08-30 23:12:23 +03:00
viehlieb
c5dd0b729d
get ServiceConfiguration from server
2022-07-08 16:48:06 +02:00
viehlieb
ee254cb9c8
wait for service config load to redirect to oidc provider
2022-07-08 15:09:39 +02:00
viehlieb
5df5c7f5d7
merge master changes
2022-07-08 11:55:32 +02:00
viehlieb
84d51393e4
enable redirect to oidc provider to empower sso solutions even further
2022-06-10 17:52:52 +02:00
viehlieb
2e354f9b1e
wip redirect on landing page and logout to oidc provider
2022-05-11 09:05:43 +02:00
Lauri Ojansivu
0c3ca14699
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
2022-04-18 21:25:47 +03:00
Lauri Ojansivu
c926475eb1
Fixed _ensureIndex to createIndex for MongoDB 5. Updated to latest Meteor beta.
2022-04-18 18:08:12 +03:00
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
Lauri Ojansivu
0775e2a3e5
Try to fix Admin Panel / Disable Registration and Disable Forgot Password.
...
Thanks to urmel1960, Ben0it-T and xet7 !
Fixes #4384
2022-02-28 01:34:57 +02:00
Lauri Ojansivu
3076547cee
Try to allow register and login.
...
Thanks to xet7 !
Related #4383
2022-02-27 23:13:20 +02:00
Lauri Ojansivu
9bd6879455
Fix Forgot Password to be optional.
...
Thanks to xet7 !
2022-02-26 04:16:16 +02:00
Lauri Ojansivu
b85db43c47
Fixed Disable Self-Registration. Added Disable Forgot Password to same Admin Panel page.
...
Thanks to xet7 !
Fixes #3971 ,
fixes #2839
2022-02-26 01:29:40 +02:00
Emile NDAGIJIMANA
2f69501c14
Fix bug regarding non admin users who have an email on a given domain name (field in Admin panel settings) and that can't invite new users for a registration
2021-12-13 19:14:52 +01:00
Emile NDAGIJIMANA
01cd1c0fdc
Add full name if exists in 'email-invite-subject' for user to invite
2021-12-09 10:55:47 +01:00
Emile NDAGIJIMANA
8662fd59fb
possibility of adding a custom legal notice page url
2021-11-25 19:31:20 +01:00
Lauri Ojansivu
c136033c1f
Rename "Domaine" to "Domain" that is more like English.
...
Thanks to xet7 !
2021-10-31 19:23:51 +02:00
Emile NDAGIJIMANA
b51152fca4
Add a possibility for non admin users who have email on a given domain name (in Admin panel settings) to send an invitation for inscription
2021-10-29 18:43:44 +02:00
Emile NDAGIJIMANA
d9329a9e15
add full name if exists in email-invite-subject or when tagging someone with '@' while commenting a card
2021-10-18 15:26:01 +02:00
Lauri Ojansivu
9c99c5c3ae
Fixed SMTP by reverting MAIL_SERVICE changes.
...
Thanks to xet7 !
Fixes #4022 ,
fixes #4001 ,
fixes https://github.com/wekan/wekan/discussions/4030
2021-10-07 08:47:10 +03:00
Emile NDAGIJIMANA
9defed2680
[Admin panel / Settings / Layout] Customize OIDC button text
2021-09-15 18:35:09 +02:00
Lauri Ojansivu
787df04419
Try to fix MAIL_FROM.
...
Thanks to xet7 !
Fixes #3972 ,
fixes #3975 ,
fixes #3969
2021-08-27 14:35:37 +03:00
Lauri Ojansivu
1fadf204c2
Added MAIL_SERVICE settings. Part 2.
...
Thanks to xet7 !
Fixes #3702
2021-08-21 17:54:05 +03:00
Lauri Ojansivu
ab8e56e16a
Added MAIL_SERVICE settings for Well Known Email Services https://github.com/wekan/wekan/wiki/Troubleshooting-Mail . Please test.
...
Thanks to xet7 !
Fixes #3702
2021-08-21 16:32:07 +03:00
Martin Filser
7519abf3fe
Spinner now configureable in the Settings
2021-06-11 13:34:33 +02:00
Christian Hillebrand
28582b7e77
correction of a typo
2021-03-04 17:04:29 +01:00
Christian Hillebrand
bc2556139a
add automaticLinkedUrlSchemes
2021-03-04 16:40:03 +01:00
Lauri Ojansivu
0aabb0b364
Fix lint.
2021-03-02 16:08:29 +02:00
Lauri Ojansivu
65b8220fe5
Fix SMTP port lost after upgrade. STMP settings are made only with environment variables on non-Sandstorm platforms.
...
Note: Sending email on Sandstorm Wekan does not work yet.
Thanks to jrsupplee and xet7 !
Fixes #3529 ,
Fixes #3016 ,
Fixes #2375 ,
Fixes #2598 ,
Fixes wekan/wekan-snap#78
2021-03-02 15:33:59 +02:00
Lauri Ojansivu
4cfddf1d8d
Admin Panel / Settings / Layout / Custom Top Left Corner Logo Height.
...
Thanks to xet7 !
2020-11-02 17:53:01 +02:00
Lauri Ojansivu
7223d6e750
At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.
...
Thanks to xet7 !
2020-10-03 00:21:19 +03:00
Lauri Ojansivu
3fc80e1145
Better translation: Target URL to Link URL.
2020-09-18 19:20:16 +03:00
Lauri Ojansivu
a7c3317ed6
Custom Logo for Login and Top Left Corner. Optional link when clicking logo. Settings at Admin Panel / Layout.
...
Thanks to xet7 !
Fixes #1493 ,
fixes #2721 ,
fixes #2681 ,
fixes #1583 ,
fixes #1196 ,
fixes #336 ,
fixes wekan/wekan-snap#130
2020-09-18 18:45:48 +03:00
Lauri Ojansivu
f6bdb4d694
- Remove mouse scroll settings of already removed custom scrollbar.
...
- Add setting OAUTH2_ADFS_ENABLED=false
- Add testing for both string and boolean version of true
Thanks to xet7 !
Fixes #2949
2020-09-13 09:41:53 +03:00
Marc Hartmayer
afcb8aa49b
Fix email verification in sendSMTPTestEmail
...
Fixes: 6e088af3
2020-05-29 13:35:29 +02:00
Marc Hartmayer
6e088af3d1
Fix email verification in sendSMTPTestEmail
...
Found by deepcode.ai.
2020-05-24 13:19:24 +02:00
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
2020-04-22 21:00:31 +03:00
Allemand
18610d2fe6
Update settings.js
2020-04-14 08:49:47 +02:00
salleman
3e817257ef
hide password auth with PASSWORD_LOGIN_ENABLED variable
2020-04-13 21:06:27 +02:00