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
Method
Test_UpdateConfig_danglingConf_expectNotFound
()
api/plugin_test.go:660
Method
Test_UpdateConfig_incorrectUser_expectNotFound
()
api/plugin_test.go:624
Method
Test_UpdateConfig_invalidConfig_expect400
()
api/plugin_test.go:497
Method
Test_UpdateConfig_ioError_expect500
()
api/plugin_test.go:566
Method
Test_UpdateConfig_malformedYAML_expect400
()
api/plugin_test.go:534
Method
Test_UpdateConfig_nonExistPlugin_expectNotFound
()
api/plugin_test.go:681
Method
Test_UpdateConfig_notImplemented_expect400
()
api/plugin_test.go:596
Method
Test_UpdatePassword
()
api/user_test.go:395
Method
Test_UpdatePassword_EmptyPassword
()
api/user_test.go:411
Method
Test_UpdateUserByID_InvalidID
()
api/user_test.go:323
Method
Test_UpdateUserByID_LastAdmin_Expect400
()
api/user_test.go:334
Method
Test_UpdateUserByID_UnknownUser
()
api/user_test.go:350
Method
Test_UpdateUserByID_UpdateNotPassword
()
api/user_test.go:361
Method
Test_UpdateUserByID_UpdatePassword
()
api/user_test.go:378
Method
Test_UploadAppImage_NoImageProvided_expectBadRequest
()
api/application_test.go:322
Method
Test_UploadAppImage_OtherErrors_expectServerError
()
api/application_test.go:339
Method
Test_UploadAppImage_WithHtmlFileHavingImageHeader
()
api/application_test.go:449
Method
Test_UploadAppImage_WithImageFile_DeleteExistingImage
()
api/application_test.go:411
Method
Test_UploadAppImage_WithImageFile_DeleteExstingImageAndGenerateNewName
()
api/application_test.go:382
Method
Test_UploadAppImage_WithImageFile_expectSuccess
()
api/application_test.go:356
Method
Test_UploadAppImage_WithTextFile_expectBadRequest
()
api/application_test.go:433
Method
Test_UploadAppImage_expectNotFound
()
api/application_test.go:465
Method
Test_Users
()
test/testdb/database_test.go:39
Function
Test_WithDefault
(t *testing.T)
test/testdb/database_test.go:13
Function
Test_compileAllowedWebSocketOrigins
(t *testing.T)
api/stream/stream_test.go:502
Function
Test_emptyOrigin_returnsTrue
(t *testing.T)
api/stream/stream_test.go:479
Method
Test_ensureApplicationHasCorrectJsonRepresentation
()
api/application_test.go:88
Method
Test_ensureClientHasCorrectJsonRepresentation
()
api/client_test.go:59
Method
Test_ensureCorrectJsonRepresentation
()
api/message_test.go:51
Method
Test_getID
()
auth/util_test.go:26
Method
Test_getToken
()
auth/util_test.go:35
Function
Test_invalidOrigin_returnsFalse
(t *testing.T)
api/stream/stream_test.go:494
Function
Test_isAllowedOriginMatching
(t *testing.T)
api/stream/stream_test.go:464
Function
Test_isAllowedOrigin_withoutAllowedOrigins_failsWhenNotSameOrigin
(t *testing.T)
api/stream/stream_test.go:456
Function
Test_otherOrigin_returnsFalse
(t *testing.T)
api/stream/stream_test.go:486
Function
Test_sameOrigin_returnsTrue
(t *testing.T)
api/stream/stream_test.go:440
Function
Test_sameOrigin_returnsTrue_withCustomPort
(t *testing.T)
api/stream/stream_test.go:448
Method
UpdateApplication
UpdateApplication updates an application.
database/application.go:74
Method
UpdateApplication
UpdateApplication updates an application info by its id. swagger:operation PUT /application/{id} application updateApplication Update an application.
api/application.go:250
Function
UpdateApplicationDialog
({ initialName, initialDescription, initialDefaultPriority, fClose, fOnSubmit, }: IProps)
ui/src/application/UpdateApplicationDialog.tsx:20
Method
UpdateApplicationTokenLastUsed
UpdateApplicationTokenLastUsed updates the last used time of the application token.
database/application.go:79
Method
UpdateClient
UpdateClient updates a client.
database/client.go:57
Method
UpdateClient
UpdateClient updates a client by its id. swagger:operation PUT /client/{id} client updateClient Update a client. --- consumes: [application/json]
api/client.go:84
Function
UpdateClientDialog
({fClose, fOnSubmit, initialName = ''}: IProps)
ui/src/client/UpdateClientDialog.tsx:17
Method
UpdateClientTokensLastUsed
UpdateClientTokensLastUsed updates the last used timestamp of clients.
database/client.go:62
Method
UpdatePluginConf
UpdatePluginConf updates plugin configuration.
database/plugin.go:76
Method
UpdateUser
UpdateUser updates a user.
database/user.go:72
Function
UserRow
({name, admin, fDelete, fEdit})
ui/src/user/Users.tsx:27
Method
ValidateAndSetConfig
ValidateAndSetConfig implements plugin.Configurer
plugin/example/echo/echo.go:57
Method
ValidateAndSetConfig
ValidateAndSetConfig see papiv1.Configurer.
plugin/compat/v1.go:88
Method
ValidateAndSetConfig
ValidateAndSetConfig implements compat.Configuror
plugin/testing/mock/mock.go:154
Method
applicationExists
(token string)
plugin/manager.go:106
Method
applicationExists
(token string)
api/application.go:453
Function
checkIfLoadMore
()
ui/src/message/Messages.tsx:76
Method
clientExists
(token string)
api/client.go:238
Function
closeAfterTimeout
(event: Event)
ui/src/snack/browserNotification.ts:39
Function
closeAndFocus
(event: Event)
ui/src/snack/browserNotification.ts:29
Method
constructor
(private readonly snack: SnackReporter)
ui/src/CurrentUser.ts:20
Method
constructor
(private readonly snack: SnackReporter)
ui/src/client/ClientStore.ts:9
Method
constructor
(private readonly snack: SnackReporter)
ui/src/plugin/PluginStore.ts:11
Method
constructor
(private readonly snack: SnackReporter)
ui/src/user/UserStore.ts:9
Method
constructor
(private readonly snack: SnackReporter)
ui/src/application/AppStore.ts:13
Method
constructor
( private readonly snack: SnackReporter, private readonly currentUser: CurrentUser )
ui/src/message/WebSocketStore.ts:11
Method
constructor
( private readonly appStore: BaseStore<IApplication>, private readonly snack: SnackReporter
ui/src/message/MessagesStore.ts:30
Function
copyToClipboard
()
ui/src/common/CopyableSecret.tsx:19
Function
get
(key: K)
ui/src/config.ts:26
Function
handleDragEnd
(event: DragEndEvent)
ui/src/application/Applications.tsx:93
Function
handleNameChange
(e: React.ChangeEvent<HTMLInputElement>)
ui/src/user/Register.tsx:22
Function
handlePassChange
(e: React.ChangeEvent<HTMLInputElement>)
ui/src/user/Register.tsx:26
Function
handleSaveConfig
(newConfig: string)
ui/src/plugin/PluginDetailView.tsx:51
Function
heading
()
ui/src/tests/selector.ts:1
Function
init
()
auth/token.go:70
Function
logFormatter
(param gin.LogFormatterParams)
router/router.go:224
Function
login
(e: React.MouseEvent<HTMLButtonElement>)
ui/src/user/Login.tsx:37
Function
login
(page: Page, user = 'admin', pass = 'admin')
ui/src/tests/authentication.ts:8
Function
logout
(page: Page)
ui/src/tests/authentication.ts:18
Function
main
()
app.go:26
Function
main
()
plugin/example/minimal/main.go:33
Function
main
()
plugin/example/echo/echo.go:117
Function
main
()
plugin/example/clock/main.go:61
Function
main
()
plugin/testing/broken/noinstance/main.go:14
Function
main
()
plugin/testing/broken/unknowninfo/main.go:8
Function
main
()
plugin/testing/broken/cantinstantiate/main.go:34
Function
main
()
plugin/testing/broken/nothing/main.go:3
Function
main
()
plugin/testing/broken/malformedconstructor/main.go:32
Function
mayAllowPermission
()
ui/src/snack/browserNotification.ts:5
Function
messageFooter
()
ui/src/message/Messages.tsx:83
Function
noop
(s string)
ui/serve.go:46
Method
notify
(uint, string)
api/client_test.go:50
Function
notifyNewMessage
(msg: IMessage)
ui/src/snack/browserNotification.ts:18
Function
onUploadImage
(e: ChangeEvent<HTMLInputElement>)
ui/src/application/Applications.tsx:85
Method
pluginConfExists
(token string)
plugin/manager.go:111
Function
renderMessage
(_index: number, message: IMessage)
ui/src/message/Messages.tsx:60
Method
requestDelete
(id: number)
ui/src/user/UserStore.ts:16
Function
scrollHandler
()
ui/src/common/ScrollUpButton.tsx:8
Function
set
(key: Key, value: IConfig[Key])
ui/src/config.ts:22
Function
submitAndClose
()
ui/src/client/AddClientDialog.tsx:19
Function
submitAndClose
()
ui/src/client/UpdateClientDialog.tsx:21
Function
submitAndClose
()
ui/src/user/AddEditUserDialog.tsx:33
Function
submitAndClose
()
ui/src/user/Register.tsx:30
← previous
next →
801–900 of 910, ranked by callers