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
CostsForm
({ asset_Id, jwtToken })
MATER_FE/src/components/costs/CostsForm.jsx:8
Function
DefaultColumnFilter
({ column: { filterValue, preFilteredRows, setFilter }, })
MATER_FE/src/components/assets/AssetViewAll.jsx:15
Function
DefaultColumnFilter
({ column: { filterValue, preFilteredRows, setFilter } })
MATER_FE/src/components/services/ServiceViewAll.jsx:9
Function
DeleteModal
({ isOpen, onClose, onConfirm })
MATER_FE/src/components/common/DeleteModal.jsx:7
Function
GenericModal
({ type, mode, item, onClose, onSubmit })
MATER_FE/src/components/common/Modal.jsx:26
Function
Header
({ isLoggedIn, handleLogout })
MATER_FE/src/components/common/Header.jsx:13
Function
Home
()
MATER_FE/src/components/Home.jsx:8
Function
ImageDragDrop
({ imagePreview, setImagePreview, setImage })
MATER_FE/src/components/assets/common/ImageDragDrop.jsx:8
Function
Login
({ handleLogin })
MATER_FE/src/components/auth/Login.jsx:11
Function
NotesForm
({ asset_Id, jwtToken })
MATER_FE/src/components/notes/NotesForm.jsx:8
Function
OTPVerificationForm
({ username, onVerifySuccess, onClose })
MATER_FE/src/components/auth/OTPVerificationForm.jsx:8
Function
PasswordForm
({ baseUrl })
MATER_FE/src/components/settings/PasswordForm.jsx:5
Function
Profile
()
MATER_FE/src/components/settings/Profile.jsx:10
Function
ServiceAddForm
({ onClose })
MATER_FE/src/components/services/ServiceAddForm.jsx:9
Function
ServiceForm
({ asset_Id, jwtToken })
MATER_FE/src/components/services/ServiceForm.jsx:8
Function
ServiceTable
({ services })
MATER_FE/src/components/services/ServiceViewAll.jsx:28
Function
ServiceViewAll
()
MATER_FE/src/components/services/ServiceViewAll.jsx:133
Function
SettingsGlobal
()
MATER_FE/src/components/settings/SettingsGlobal.jsx:8
Function
SettingsLocal
()
MATER_FE/src/components/settings/SettingsLocal.jsx:10
Function
SettingsUser
()
MATER_FE/src/components/settings/SettingsUser.jsx:19
Function
Signup
()
MATER_FE/src/components/auth/Signup.jsx:9
Function
ToastNotifications
()
MATER_FE/src/components/common/ToastNotifications.jsx:4
Function
UserMFAForm
({ baseurl })
MATER_FE/src/components/settings/UserMFAForm.jsx:4
Method
__init__
(self, app, database_type)
MATER_BE/models/shared.py:8
Method
__repr__
(self)
MATER_BE/models/mfa.py:21
Function
add
()
MATER_BE/blueprints/asset.py:93
Function
addMfaMethod
(e)
MATER_FE/src/components/settings/UserMFAForm.jsx:35
Function
addWidget
()
MATER_FE/src/components/Home.jsx:75
Function
add_appsetting
()
MATER_BE/blueprints/settings.py:66
Function
add_mfa_method
(user_id, mfa_method, mfa_secret)
MATER_BE/utils/mfa/mfa_utils.py:12
Function
add_service
()
MATER_BE/blueprints/service.py:100
Function
adjustColor
(color, amount)
MATER_FE/src/App.jsx:17
Function
all_assets
()
MATER_BE/blueprints/asset.py:194
Function
all_services
()
MATER_BE/blueprints/service.py:224
Function
api_events
()
MATER_BE/blueprints/calendar.py:9
Function
api_events_completed
()
MATER_BE/blueprints/calendar.py:25
Function
api_events_incomplete
()
MATER_BE/blueprints/calendar.py:46
Function
cleanup
(response)
MATER_BE/blueprints/asset.py:301
Function
cleanup_expired_otps
Deletes expired OTPs from the database.
MATER_BE/utils/mfa/mfa_utils.py:120
Function
closeModal
()
MATER_FE/src/components/assets/AssetEditPage.jsx:208
Function
confirmDelete
()
MATER_FE/src/components/assets/AssetViewAll.jsx:86
Function
confirmDelete
()
MATER_FE/src/components/assets/AssetEditPage.jsx:175
Function
confirmDelete
()
MATER_FE/src/components/notes/NotesForm.jsx:128
Function
confirmDelete
()
MATER_FE/src/components/settings/SettingsGlobal.jsx:201
Function
confirmDelete
()
MATER_FE/src/components/settings/SettingsUser.jsx:109
Function
confirmDelete
()
MATER_FE/src/components/settings/SettingsLocal.jsx:131
Function
confirmDelete
()
MATER_FE/src/components/services/ServiceForm.jsx:132
Function
confirmDelete
()
MATER_FE/src/components/common/DeleteModal.jsx:10
Function
confirmDelete
()
MATER_FE/src/components/costs/CostsForm.jsx:137
Function
cost_detail
(id)
MATER_BE/blueprints/cost.py:73
Function
costs
()
MATER_BE/blueprints/cost.py:10
Function
create_directory_if_not_exists
Create a directory if it doesn't already exist.
MATER_BE/utils/storage/storage_utils.py:56
Function
create_user
()
MATER_BE/blueprints/auth.py:272
Function
decorated_function
(*args, **kwargs)
MATER_BE/utils/jwt/jwt_utils.py:105
Function
decorator
(f)
MATER_BE/utils/validation/validation_utils.py:9
Function
delete_appsetting
(id)
MATER_BE/blueprints/settings.py:110
Function
delete_asset
(asset_id)
MATER_BE/blueprints/asset.py:230
Function
delete_file
(response)
MATER_BE/app.py:180
Function
delete_file
Attempt to delete a file from storage and handle exceptions.
MATER_BE/utils/storage/storage_utils.py:45
Function
delete_mfa_method
(mfa_id)
MATER_BE/utils/mfa/mfa_utils.py:28
Function
delete_mfa_method
(current_user)
MATER_BE/blueprints/mfa.py:169
Function
delete_selected_attachments
()
MATER_BE/blueprints/service_attachments.py:12
Function
delete_user
(user_id: str)
MATER_BE/blueprints/auth.py:239
Function
disable_mfa_method
(current_user)
MATER_BE/blueprints/mfa.py:144
Function
edit_asset
(asset_id)
MATER_BE/blueprints/asset.py:127
Function
export_assets
(asset_id)
MATER_BE/blueprints/asset.py:269
Function
export_tables
()
MATER_BE/app.py:112
Function
format_notification_message
Format a notification message using a template.
MATER_BE/utils/notifications/notifications_utils.py:59
Function
fuzzyTextFilterFn
(rows, id, filterValue)
MATER_FE/src/components/assets/AssetViewAll.jsx:31
Function
fuzzyTextFilterFn
(rows, id, filterValue)
MATER_FE/src/components/services/ServiceViewAll.jsx:22
Function
generate_zip
()
MATER_BE/app.py:57
Function
get_app_setting
Retrieve a setting from the database based on its name.
MATER_BE/utils/config/config_utils.py:46
Function
get_appsettings
()
MATER_BE/blueprints/settings.py:24
Function
get_appsettings_assets_status
()
MATER_BE/blueprints/settings.py:138
Function
get_appsettings_local
()
MATER_BE/blueprints/settings.py:45
Function
get_appsettings_services_status
()
MATER_BE/blueprints/settings.py:175
Function
get_appsettings_services_type
()
MATER_BE/blueprints/settings.py:211
Function
get_db_connection_url
Retrieve the database connection URL from environment variables.
MATER_BE/utils/config/config_utils.py:77
Function
get_due_services
()
MATER_BE/blueprints/service.py:293
Function
get_file_path
Get the appropriate file path based on asset ID and file type. `file_type` can be 'image' or 'attachment'.
MATER_BE/utils/storage/storage_utils.py:63
Function
get_jwt_secret_key
Retrieve the secret key used for JWT, with a fallback to a default value. This can be customized to retrieve from environment variables or a
MATER_BE/utils/config/config_utils.py:70
Function
get_mfa_methods
(current_user)
MATER_BE/blueprints/mfa.py:28
Function
get_overdue_services
()
MATER_BE/blueprints/service.py:275
Function
get_session
Returns a new database session.
MATER_BE/app.py:19
Function
get_tables
Endpoint to get the list of all tables in the database.
MATER_BE/app.py:87
Function
get_user_by_email
(email)
MATER_BE/utils/jwt/jwt_utils.py:58
Function
get_user_mfa_methods
(user_id)
MATER_BE/utils/mfa/mfa_utils.py:8
Function
handleAddSetting
(e)
MATER_FE/src/components/settings/SettingsGlobal.jsx:229
Function
handleAddSetting
(e)
MATER_FE/src/components/settings/SettingsLocal.jsx:159
Function
handleAddUser
(e)
MATER_FE/src/components/settings/SettingsUser.jsx:137
Function
handleBackgroundColorChange
(e)
MATER_FE/src/components/settings/ColorPickerForm.jsx:38
Function
handleCancel
()
MATER_FE/src/components/assets/AssetAddForm.jsx:125
Function
handleCancel
()
MATER_FE/src/components/services/ServiceAddForm.jsx:204
Function
handleChange
(e)
MATER_FE/src/components/auth/Signup.jsx:14
Function
handleChange
(e)
MATER_FE/src/components/auth/Login.jsx:26
Function
handleChange
(e)
MATER_FE/src/components/assets/AssetAddForm.jsx:66
Function
handleChange
(e)
MATER_FE/src/components/assets/AssetEditPage.jsx:103
Function
handleChange
(e)
MATER_FE/src/components/services/ServiceAddForm.jsx:133
Function
handleConfirm
()
MATER_FE/src/components/assets/AssetAddForm.jsx:111
Function
handleConfirm
()
MATER_FE/src/components/services/ServiceAddForm.jsx:190
← previous
next →
101–200 of 296, ranked by callers