Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RyGuy994/MATER
/ functions
Functions
296 in github.com/RyGuy994/MATER
⨍
Functions
296
◇
Types & classes
18
↳
Endpoints
52
Function
handleCopyPassword
()
MATER_FE/src/components/settings/SettingsUser.jsx:98
Function
handleDragLeave
()
MATER_FE/src/components/assets/AssetBulkUploadForm.jsx:71
Function
handleDragLeave
()
MATER_FE/src/components/assets/common/ImageDragDrop.jsx:34
Function
handleDragOver
(e)
MATER_FE/src/components/assets/AssetBulkUploadForm.jsx:66
Function
handleDragOver
(e)
MATER_FE/src/components/assets/common/ImageDragDrop.jsx:29
Function
handleDragOver
(e)
MATER_FE/src/components/services/ServiceAddForm.jsx:210
Function
handleDrop
(e)
MATER_FE/src/components/assets/AssetBulkUploadForm.jsx:75
Function
handleDrop
(e)
MATER_FE/src/components/assets/common/ImageDragDrop.jsx:38
Function
handleDrop
(e)
MATER_FE/src/components/services/ServiceAddForm.jsx:214
Function
handleDropAreaClick
()
MATER_FE/src/components/assets/AssetBulkUploadForm.jsx:85
Function
handleDropAreaClick
()
MATER_FE/src/components/assets/common/ImageDragDrop.jsx:53
Function
handleEditSubmit
(updatedAsset)
MATER_FE/src/components/assets/AssetViewAll.jsx:303
Function
handleExport
()
MATER_FE/src/components/settings/SettingsGlobal.jsx:87
Function
handleFileChange
(e)
MATER_FE/src/components/assets/AssetBulkUploadForm.jsx:15
Function
handleFileChange
(e)
MATER_FE/src/components/assets/common/ImageDragDrop.jsx:60
Function
handleGeneratePassword
()
MATER_FE/src/components/settings/SettingsUser.jsx:92
Function
handleInputChange
(e)
MATER_FE/src/components/notes/NotesForm.jsx:49
Function
handleInputChange
(e)
MATER_FE/src/components/services/ServiceForm.jsx:49
Function
handleInputChange
(e)
MATER_FE/src/components/costs/CostsForm.jsx:56
Function
handleLogout
()
MATER_FE/src/App.jsx:84
Function
handleMfaModalClose
()
MATER_FE/src/components/auth/Login.jsx:84
Function
handleMfaSubmit
(e)
MATER_FE/src/components/auth/OTPVerificationForm.jsx:11
Function
handleMfaSuccess
(username)
MATER_FE/src/components/auth/Login.jsx:78
Function
handlePasswordChange
(e)
MATER_FE/src/components/settings/PasswordForm.jsx:10
Function
handlePrimaryColorChange
(e)
MATER_FE/src/components/settings/ColorPickerForm.jsx:44
Function
handleRememberMeChange
()
MATER_FE/src/components/auth/Login.jsx:31
Function
handleRemoveImage
(e)
MATER_FE/src/components/assets/common/ImageDragDrop.jsx:73
Function
handleSearchChange
(e)
MATER_FE/src/components/notes/NotesForm.jsx:59
Function
handleSearchChange
(e)
MATER_FE/src/components/services/ServiceForm.jsx:63
Function
handleSearchChange
(e)
MATER_FE/src/components/services/ServiceAddForm.jsx:139
Function
handleSearchChange
(e)
MATER_FE/src/components/costs/CostsForm.jsx:66
Function
handleSecondaryColorChange
(e)
MATER_FE/src/components/settings/ColorPickerForm.jsx:54
Function
handleSubmit
(e)
MATER_FE/src/components/auth/Signup.jsx:19
Function
handleSubmit
(e)
MATER_FE/src/components/auth/Login.jsx:35
Function
handleSubmit
(e)
MATER_FE/src/components/assets/AssetAddForm.jsx:73
Function
handleSubmit
(e)
MATER_FE/src/components/assets/AssetEditPage.jsx:232
Function
handleSubmit
(e)
MATER_FE/src/components/assets/AssetBulkUploadForm.jsx:23
Function
handleSubmit
(e)
MATER_FE/src/components/assets/AssetEditForm.jsx:78
Function
handleSubmit
(e)
MATER_FE/src/components/notes/NotesForm.jsx:63
Function
handleSubmit
(e)
MATER_FE/src/components/services/ServiceForm.jsx:67
Function
handleSubmit
(e)
MATER_FE/src/components/services/ServiceAddForm.jsx:149
Function
handleSubmit
(data)
MATER_FE/src/components/common/Modal.jsx:27
Function
handleSubmit
(e)
MATER_FE/src/components/costs/CostsForm.jsx:70
Function
home
()
MATER_BE/app.py:220
Function
ical_events
()
MATER_BE/blueprints/calendar.py:67
Function
ical_subscribe
()
MATER_BE/blueprints/calendar.py:91
Function
is_debug_mode
Check if the application is running in debug mode.
MATER_BE/utils/config/config_utils.py:83
Function
login
Log in a user and return JWT. This endpoint authenticates a user and returns a JWT if the credentials are valid. Example request: PO
MATER_BE/blueprints/auth.py:69
Function
logout
Log out a user by revoking the JWT. This endpoint logs out a user by clearing the "access_token" cookie. Example request: POST /logo
MATER_BE/blueprints/auth.py:137
Function
note_detail
(id)
MATER_BE/blueprints/note.py:73
Function
notes
()
MATER_BE/blueprints/note.py:11
Function
openAddAssetModal
()
MATER_FE/src/components/common/Header.jsx:22
Function
openAddServiceModal
()
MATER_FE/src/components/common/Header.jsx:28
Function
openBulkUploadModal
()
MATER_FE/src/components/common/Header.jsx:34
Function
openCostsModal
()
MATER_FE/src/components/assets/AssetEditPage.jsx:221
Function
openNotesModal
()
MATER_FE/src/components/assets/AssetEditPage.jsx:216
Function
openServiceModal
()
MATER_FE/src/components/assets/AssetEditPage.jsx:226
Function
resetToDefault
()
MATER_FE/src/components/settings/ColorPickerForm.jsx:66
Function
resetWidgets
()
MATER_FE/src/components/Home.jsx:101
Function
reset_password
(user_id: str)
MATER_BE/blueprints/auth.py:161
Function
save_file
Save an uploaded file to the specified folder.
MATER_BE/utils/storage/storage_utils.py:34
Function
send_otp
Sends an OTP to the user via the chosen method (e.g., email).
MATER_BE/blueprints/mfa.py:190
Function
send_user_mfa_notification
Send a notification to the user about their MFA setup or verification.
MATER_BE/utils/notifications/notifications_utils.py:69
Function
serve_image
(image_name, asset_id=None)
MATER_BE/app.py:30
Function
service_edit
(service_id)
MATER_BE/blueprints/service.py:150
Method
setUp
(self)
MATER_BE/tests/base.py:8
Function
set_primary_mfa_method
(current_user)
MATER_BE/blueprints/mfa.py:116
Function
setup_mfa_method
(current_user)
MATER_BE/blueprints/mfa.py:53
Function
signup
Create a new user and return JWT.
MATER_BE/blueprints/auth.py:17
Function
status
()
MATER_BE/app.py:215
Method
tearDown
(self)
MATER_BE/tests/base.py:21
Method
test_add_asset
(self)
MATER_BE/tests/routes/assets/test_assets.py:8
Method
test_get_all_assets
(self)
MATER_BE/tests/routes/assets/test_assets.py:27
Method
test_login_user
(self)
MATER_BE/tests/routes/auth/test_auth.py:6
Method
to_dict
(self)
MATER_BE/models/cost.py:20
Method
to_dict
(self)
MATER_BE/models/note.py:19
Function
toggleGradient
()
MATER_FE/src/components/settings/ColorPickerForm.jsx:60
Function
token_required
Decorator to ensure that a valid JWT token is provided with the request.
MATER_BE/utils/jwt/jwt_utils.py:100
Function
update_app_setting
Update an existing application setting or create it if it doesn't exist.
MATER_BE/utils/config/config_utils.py:54
Function
update_appsetting
()
MATER_BE/blueprints/settings.py:90
Function
update_mfa_method
(mfa_id, enabled)
MATER_BE/utils/mfa/mfa_utils.py:19
Function
upload_assets
Endpoint to upload assets from a CSV file.
MATER_BE/blueprints/asset.py:316
Function
uploaded_file
(filename, asset_id=None)
MATER_BE/app.py:45
Function
user_reset_password_self
()
MATER_BE/blueprints/auth.py:195
Function
users_all
()
MATER_BE/blueprints/auth.py:321
Function
validate_email
Validate that the provided email has a valid format.
MATER_BE/utils/validation/validation_utils.py:32
Function
validate_json
Decorator to validate JSON payload against a provided schema.
MATER_BE/utils/validation/validation_utils.py:5
Function
validate_mfa_code_format
Validate that the MFA code has the expected length and format. Example: Checks if the code is 6 digits long.
MATER_BE/utils/validation/validation_utils.py:53
Function
validate_password_strength
Validate that the provided password meets strength requirements. Example: At least 8 characters, contains a number, an uppercase letter, and
MATER_BE/utils/validation/validation_utils.py:42
Function
validate_required_fields
Validate that the provided data dictionary contains the required fields.
MATER_BE/utils/validation/validation_utils.py:62
Function
validate_user
Validate user credentials and return JWT if valid.
MATER_BE/utils/jwt/jwt_utils.py:46
Function
verifyOtp
()
MATER_FE/src/components/settings/UserMFAForm.jsx:83
Function
verify_mfa_code
(user_id, mfa_method, code)
MATER_BE/utils/mfa/mfa_utils.py:37
Function
verify_otp_code
Verifies an OTP for the user.
MATER_BE/blueprints/mfa.py:229
Function
verify_otp_route
Verify the OTP code for MFA.
MATER_BE/blueprints/mfa.py:249
Function
wrapper
(*args, **kwargs)
MATER_BE/utils/validation/validation_utils.py:11
← previous
201–296 of 296, ranked by callers