Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gotify/server
/ functions
Functions
910 in github.com/gotify/server
⨍
Functions
910
◇
Types & classes
173
Function
NumberField
({ value, onChange, ...props }: NumberFieldProps & Omit<TextFieldProps, 'value' | 'onChange'>)
ui/src/common/NumberField.tsx:9
Function
PanelWrapper
({ name, description, refresh, icon, children, })
ui/src/plugin/PluginDetailView.tsx:97
Method
Ping
Ping pings the database to verify the connection.
database/ping.go:4
Function
PluginDetailView
()
ui/src/plugin/PluginDetailView.tsx:19
Function
PluginInfo
({pluginInfo}: IPluginInfo)
ui/src/plugin/PluginDetailView.tsx:197
Method
PluginInfo
PluginInfo returns plugin info.
plugin/manager.go:151
Method
PluginInfo
PluginInfo implements compat/Plugin.
plugin/compat/v1.go:22
Method
PluginInfo
PluginInfo implements loader.PluginCompat
plugin/testing/mock/mock.go:24
Function
PushMessageDialog
({appName, defaultPriority, fClose, fOnSubmit}: IProps)
ui/src/message/PushMessageDialog.tsx:19
Method
RegisterWebhook
RegisterWebhook implements plugin.Webhooker.
plugin/example/echo/echo.go:75
Method
RegisterWebhook
RegisterWebhook see papiv1.Webhooker.
plugin/compat/v1.go:111
Method
RegisterWebhook
RegisterWebhook implements compat.Webhooker
plugin/testing/mock/mock.go:115
Function
RegistrationDialog
({fClose, fOnSubmit, name: initialName = ''}: IProps)
ui/src/user/Register.tsx:16
Function
RequireAuth
({children, authenticating, loggedIn})
ui/src/layout/Layout.tsx:182
Function
ResponsiveButton
({icon, label, ...rest})
ui/src/layout/Header.tsx:219
Function
ResponsiveDrawer
({navOpen, setNavOpen, children, ...rest})
ui/src/layout/Navigation.tsx:116
Method
RoundTrip
(r *http.Request)
runner/runner.go:105
Function
Row
({name, value, lastUsed, fEdit, fDelete}: IRowProps)
ui/src/client/Clients.tsx:104
Function
Row
({app, fDelete, fUpload, fDeleteImage, fEdit}: IRowProps)
ui/src/application/Applications.tsx:204
Method
Save
(b []byte)
plugin/storagehandler.go:8
Method
Save
(b []byte)
plugin/compat/v1_test.go:48
Method
Save
Save implements wrapper.Storager.
plugin/compat/v1.go:176
Function
ScrollUpButton
()
ui/src/common/ScrollUpButton.tsx:5
Method
SendMessage
SendMessage sends a message to the underlying message channel.
plugin/messagehandler.go:23
Method
SendMessage
(msg Message)
plugin/compat/v1_test.go:89
Method
SendMessage
SendMessage implements papiv1.MessageHandler.
plugin/compat/v1.go:151
Method
SetMessageHandler
SetMessageHandler implements plugin.Messenger.
plugin/example/echo/echo.go:35
Method
SetMessageHandler
SetMessageHandler implements plugin.Messenger.
plugin/example/clock/main.go:50
Method
SetMessageHandler
(h papiv1.MessageHandler)
plugin/compat/v1_test.go:106
Method
SetMessageHandler
SetMessageHandler see papiv1.Messenger.
plugin/compat/v1.go:104
Method
SetMessageHandler
SetMessageHandler implements compat.Messenger
plugin/testing/mock/mock.go:95
Method
SetStorageHandler
SetStorageHandler implements plugin.Storager
plugin/example/echo/echo.go:30
Method
SetStorageHandler
(h papiv1.StorageHandler)
plugin/compat/v1_test.go:69
Method
SetStorageHandler
SetStorageHandler see papiv1.Storager.
plugin/compat/v1.go:118
Method
SetStorageHandler
SetStorageHandler implements compat.Storager
plugin/testing/mock/mock.go:100
Method
SetupSuite
()
plugin/manager_test.go:50
Method
SetupSuite
()
plugin/compat/v1_test.go:30
Method
SetupSuite
()
plugin/compat/wrap_test.go:27
Method
SetupSuite
()
auth/authentication_test.go:27
Method
Supports
Supports returns a slice of capabilities the plugin instance provides.
plugin/compat/v1.go:125
Method
Supports
Supports implements compat.PluginInstance
plugin/testing/mock/mock.go:141
Method
TearDownSuite
()
plugin/manager_test.go:88
Method
TearDownSuite
()
plugin/compat/wrap_test.go:49
Method
TearDownSuite
()
auth/authentication_test.go:49
Method
TestAddRemoveNewUser
()
plugin/manager_test.go:279
Function
TestAddSlash
(t *testing.T)
config/config_test.go:44
Function
TestAllowedOriginFromResponseHeaders
(t *testing.T)
router/router_test.go:172
Function
TestAllowedWildcardOriginInHeader
(t *testing.T)
router/router_test.go:210
Method
TestApplication
()
database/application_test.go:10
Function
TestApplicationSuite
(t *testing.T)
api/application_test.go:31
Method
TestAuthentication
()
router/router_test.go:369
Method
TestAuthorizationHeaderApiKeyToken
()
auth/authentication_test.go:126
Function
TestBCryptFailure
(t *testing.T)
auth/password/password_test.go:19
Function
TestBadCryptoReaderPanics
(t *testing.T)
auth/token_test.go:33
Method
TestBasicAuth
()
auth/authentication_test.go:159
Function
TestBindingErrorDefault
(t *testing.T)
error/handler_test.go:27
Function
TestCORSConfigOverride
We want headers in cors config to override the responseheaders config.
router/router_test.go:272
Function
TestCORSHeaderRegex
(t *testing.T)
router/router_test.go:242
Method
TestClient
()
database/client_test.go:10
Function
TestClientSuite
(t *testing.T)
api/client_test.go:23
Function
TestCloseClientOnNotReading
(t *testing.T)
api/stream/stream_test.go:138
Function
TestCollectConnectedClientTokens
(t *testing.T)
api/stream/stream_test.go:326
Function
TestCompatSuite
(t *testing.T)
plugin/compat/wrap_test.go:128
Function
TestConfigEnv
(t *testing.T)
config/config_test.go:12
Function
TestConfigFile
(t *testing.T)
config/config_test.go:79
Method
TestConfigurer_notSupported_expectEmpty
()
plugin/compat/v1_test.go:35
Function
TestCorsConfig
(t *testing.T)
auth/cors_test.go:13
Function
TestCreateSqliteFolder
(t *testing.T)
database/database_test.go:46
Method
TestDatabaseFailure
()
api/health_test.go:45
Function
TestDatabaseSuite
(t *testing.T)
database/database_test.go:17
Function
TestDatabaseSuite
(t *testing.T)
test/testdb/database_test.go:21
Function
TestDefaultErrorBadRequest
(t *testing.T)
error/handler_test.go:38
Function
TestDefaultErrorInternal
(t *testing.T)
error/handler_test.go:16
Method
TestDeleteAppDeletesMessages
()
database/application_test.go:72
Function
TestDeleteClientShouldCloseConnection
(t *testing.T)
api/stream/stream_test.go:178
Function
TestDeleteMultipleClients
(t *testing.T)
api/stream/stream_test.go:201
Function
TestDeleteUser
(t *testing.T)
api/stream/stream_test.go:264
Method
TestDeleteUserDeletesApplicationsAndClientsAndPluginConfs
()
database/user_test.go:104
Function
TestDevCorsConfig
(t *testing.T)
auth/cors_test.go:54
Function
TestDevMode
(t *testing.T)
mode/mode_test.go:10
Method
TestDisplayer_notSupported_expectEmpty
()
plugin/compat/v1_test.go:40
Function
TestEmptyCorsConfigWithResponseHeaders
(t *testing.T)
auth/cors_test.go:37
Method
TestEnableDisable
()
plugin/compat/wrap_test.go:110
Function
TestErrorHandling
(t *testing.T)
api/errorHandling_test.go:11
Function
TestFailureOnNormalHttpRequest
(t *testing.T)
api/stream/stream_test.go:24
Function
TestFakeAuth
(t *testing.T)
test/auth_test.go:13
Function
TestFileWithSyntaxErrors
(t *testing.T)
config/config_test.go:60
Function
TestGenerateNotExistingToken
(t *testing.T)
auth/token_test.go:22
Method
TestGetCapabilities
()
plugin/compat/wrap_test.go:73
Method
TestGetDisplay
()
plugin/compat/wrap_test.go:119
Method
TestGetMessagesSince
()
database/message_test.go:150
Method
TestGetPluginAPIVersion
()
plugin/compat/wrap_test.go:53
Method
TestGetPluginInfo
()
plugin/manager_test.go:341
Method
TestGetPluginInfo
()
plugin/compat/wrap_test.go:57
Method
TestGetPluginInfo_notFound_doNotPanic
()
plugin/manager_test.go:345
Method
TestHeaderApiKeyToken
()
auth/authentication_test.go:98
Method
TestHeaderInDev
()
router/router_test.go:62
Method
TestHeaderInProd
()
router/router_test.go:73
Function
TestHeadersFromCORSConfig
(t *testing.T)
router/router_test.go:114
Function
TestHeadersFromConfiguration
(t *testing.T)
router/router_test.go:82
← previous
next →
501–600 of 910, ranked by callers