Timothy Jaeryang Baek
147eb0d2d1
refac: electron drag region
2025-01-13 18:19:46 -08:00
Timothy Jaeryang Baek
44da86895d
refac: styling
2025-01-13 18:08:17 -08:00
alexey_rechkalov
b9e637ee2b
Now ENABLE_LOGIN_FORM=False disabling only email form.
...
LDAP form will be showed instead.
Also added "name" property to inputs for Chrome autocompletion.
2024-11-21 18:11:12 +05:00
Timothy J. Baek
547682c674
refac
2024-11-05 20:47:23 -08:00
Timothy J. Baek
75b169e11d
refac: ldap auth page
2024-11-05 20:32:09 -08:00
Timothy J. Baek
2910cbe9a9
refac: disable ldap by default
2024-11-05 19:58:54 -08:00
Timothy J. Baek
fe68a0776c
refac
...
Co-Authored-By: ziweiwang <47988425+wilsonziweiwang@users.noreply.github.com>
2024-11-05 15:09:09 -08:00
morgan55555
5d934d7d15
feat: LDAP User management
...
LDAP will be used as default if no other auth form is enabled.
LDAP now will work with ENABLE_LOGIN_FORM = false.
Fixed exception "User does not match the record."
Now LDAP login is case insensitive.
Integrated with onboarding feature.
2024-11-06 03:30:23 +05:00
Timothy J. Baek
3afc34928f
refac: onboarding
2024-11-04 19:31:56 -08:00
Timothy J. Baek
194b924a96
feat: onboarding screen
2024-11-03 03:00:28 -08:00
Timothy J. Baek
cfe255bb95
refac: styling
2024-11-03 02:31:12 -08:00
Timothy J. Baek
dbf14afa32
refac: styling
2024-11-03 02:00:31 -08:00
Timothy J. Baek
e0fc3e89a7
refac: i18n
2024-10-05 19:42:04 -07:00
Timothy J. Baek
a93b0ac143
fix
2024-08-21 18:33:31 +02:00
Timothy J. Baek
7ef5aa520c
chore: format
2024-08-13 11:12:35 +01:00
Dillon
36b94ca5f5
updated environment variable to suggested ENABLE_LOGIN_FORM
2024-07-24 21:44:40 -04:00
Dillon
4ecf9dd62d
Created if blocks to show or hide username, password, signin and or sections depending on new enable_username_password_login variable
2024-07-23 22:25:29 -04:00
SimonOriginal
731b3654d8
add i18n keys
2024-07-15 16:45:29 +02:00
Timothy J. Baek
47c76ab5fe
refac: styling
2024-07-08 22:02:28 -07:00
Timothy J. Baek
088e7b02a9
refac: styling
2024-07-08 13:35:25 -07:00
Robert Piosik
21b8072f35
Replace default UI font, Arimo to Inter
2024-07-07 11:27:04 +02:00
Jun Siang Cheah
4ff17acc1b
Merge remote-tracking branch 'upstream/dev' into feat/oauth
2024-06-16 08:31:05 +01:00
Timothy J. Baek
40ea18d54d
refac: auth styling
2024-06-08 13:08:03 -07:00
Jun Siang Cheah
ae376ec8fe
Merge remote-tracking branch 'upstream/dev' into feat/oauth
2024-06-05 19:23:52 +01:00
Timothy J. Baek
7cf80289c3
fix: active users
2024-06-04 09:52:27 -07:00
Jun Siang Cheah
6a36039a59
Merge remote-tracking branch 'upstream/dev' into feat/oauth
2024-05-27 18:14:43 +01:00
Jun Siang Cheah
985fdca585
refac: move things around, uplift oauth endpoints
2024-05-27 18:07:38 +01:00
Timothy J. Baek
0c04b18f36
refac
2024-05-26 13:02:40 -07:00
Jun Siang Cheah
e06417f0aa
feat: add admin ui for toggling community sharing
2024-05-26 17:23:24 +01:00
Jun Siang Cheah
6c5f5fe368
refac: move ui flags into feature flags
2024-05-26 17:05:26 +01:00
Jun Siang Cheah
0210a105bf
feat: experimental SSO support for Google, Microsoft, and OIDC
2024-05-26 11:26:15 +01:00
Timothy J. Baek
7b81271b9e
refac: hide signup when ENABLE_SIGNUP false
2024-05-26 03:13:13 -07:00
Timothy J. Baek
58a13aec7e
feat: python code execution
2024-05-16 17:49:28 -10:00
Timothy J. Baek
01472c071b
feat: support webui_auth false
...
#929
2024-05-08 08:40:18 -07:00
Timothy J. Baek
c0fbf1e7d0
refac: styling
2024-05-04 02:11:23 -07:00
Timothy J. Baek
1c39e5cff9
refac: styling
2024-05-04 02:05:09 -07:00
Timothy J. Baek
2feba8af94
fix: font fallback issue
...
#1556
2024-04-27 19:42:55 -04:00
Timothy Jaeryang Baek
02d3fb427b
Merge pull request #1386 from dannyl1u/feat/profile-image-initials
...
feat: default profile image with user initials
2024-04-06 23:59:20 -07:00
Timothy J. Baek
f267f3f7b0
refac
2024-04-06 23:16:29 -07:00
Self Denial
924ebf035b
Fix: Restore Gravatar functionality, add button initials, toast duration
...
- Restore Gravatar functionality
- Add new button for "Use Initials"
- Set both buttons to use text-left class
- Update toast property autoClose to duration (wrong library, my bad!)
- Update toast messages to clarify that this isn't "Gravatar" but "avatar"
- Add i18n text to en-US/translation.json
2024-04-06 16:04:05 -06:00
Danny Liu
bee0338763
captalize Initial for improved clarity
2024-04-06 02:23:32 -07:00
Danny Liu
8a7075c3bf
style: npm run format
2024-04-06 01:13:22 -07:00
Danny Liu
78565e554b
notify user with toast.info() + update toast message
2024-04-06 01:12:51 -07:00
Self Denial
ae9922a2cd
Re-word account creation error to be more descriptive
2024-04-05 22:58:40 -06:00
Self Denial
bad7dca51e
Move login page toast error to the bottom of page and enable i18n for translation
2024-04-05 22:43:42 -06:00
Self Denial
69716a5cec
Revert "omit canvas spoofing toast.error for signups"
...
This reverts commit 1af62a70f0
.
2024-04-05 22:31:40 -06:00
Danny Liu
1af62a70f0
omit canvas spoofing toast.error for signups
2024-04-05 21:16:48 -07:00
Danny Liu
5694f16624
style: run npm run format
2024-04-05 21:02:02 -07:00
Self Denial
ac9308dbed
Introduce canvasPixelTest() intended to validate canvas functionality
...
Browsers and plugins that spoof canvas data produce corrupt images. In attempt to mitigate:
* Add canvasPixelTest() to test a single pixel and test the RGB values
* Test canvasPixelTest() inside generateInitialsImage() and use default `/user.png` if failure detected
* Call canvasPixelTest() directly within settings to avoid setting an invalid image
* Use toast.error() with 10 second autoClose
2024-04-05 16:04:00 -06:00
Danny Liu
a2bd9b8639
style: npm run format
2024-04-04 12:10:45 -07:00