MCPcopy Create free account

hub / github.com/gotify/server / functions

Functions910 in github.com/gotify/server

MethodTest_UpdateConfig_danglingConf_expectNotFound
()
api/plugin_test.go:660
MethodTest_UpdateConfig_incorrectUser_expectNotFound
()
api/plugin_test.go:624
MethodTest_UpdateConfig_invalidConfig_expect400
()
api/plugin_test.go:497
MethodTest_UpdateConfig_ioError_expect500
()
api/plugin_test.go:566
MethodTest_UpdateConfig_malformedYAML_expect400
()
api/plugin_test.go:534
MethodTest_UpdateConfig_nonExistPlugin_expectNotFound
()
api/plugin_test.go:681
MethodTest_UpdateConfig_notImplemented_expect400
()
api/plugin_test.go:596
MethodTest_UpdatePassword
()
api/user_test.go:395
MethodTest_UpdatePassword_EmptyPassword
()
api/user_test.go:411
MethodTest_UpdateUserByID_InvalidID
()
api/user_test.go:323
MethodTest_UpdateUserByID_LastAdmin_Expect400
()
api/user_test.go:334
MethodTest_UpdateUserByID_UnknownUser
()
api/user_test.go:350
MethodTest_UpdateUserByID_UpdateNotPassword
()
api/user_test.go:361
MethodTest_UpdateUserByID_UpdatePassword
()
api/user_test.go:378
MethodTest_UploadAppImage_NoImageProvided_expectBadRequest
()
api/application_test.go:322
MethodTest_UploadAppImage_OtherErrors_expectServerError
()
api/application_test.go:339
MethodTest_UploadAppImage_WithHtmlFileHavingImageHeader
()
api/application_test.go:449
MethodTest_UploadAppImage_WithImageFile_DeleteExistingImage
()
api/application_test.go:411
MethodTest_UploadAppImage_WithImageFile_DeleteExstingImageAndGenerateNewName
()
api/application_test.go:382
MethodTest_UploadAppImage_WithImageFile_expectSuccess
()
api/application_test.go:356
MethodTest_UploadAppImage_WithTextFile_expectBadRequest
()
api/application_test.go:433
MethodTest_UploadAppImage_expectNotFound
()
api/application_test.go:465
MethodTest_Users
()
test/testdb/database_test.go:39
FunctionTest_WithDefault
(t *testing.T)
test/testdb/database_test.go:13
FunctionTest_compileAllowedWebSocketOrigins
(t *testing.T)
api/stream/stream_test.go:502
FunctionTest_emptyOrigin_returnsTrue
(t *testing.T)
api/stream/stream_test.go:479
MethodTest_ensureApplicationHasCorrectJsonRepresentation
()
api/application_test.go:88
MethodTest_ensureClientHasCorrectJsonRepresentation
()
api/client_test.go:59
MethodTest_ensureCorrectJsonRepresentation
()
api/message_test.go:51
MethodTest_getID
()
auth/util_test.go:26
MethodTest_getToken
()
auth/util_test.go:35
FunctionTest_invalidOrigin_returnsFalse
(t *testing.T)
api/stream/stream_test.go:494
FunctionTest_isAllowedOriginMatching
(t *testing.T)
api/stream/stream_test.go:464
FunctionTest_isAllowedOrigin_withoutAllowedOrigins_failsWhenNotSameOrigin
(t *testing.T)
api/stream/stream_test.go:456
FunctionTest_otherOrigin_returnsFalse
(t *testing.T)
api/stream/stream_test.go:486
FunctionTest_sameOrigin_returnsTrue
(t *testing.T)
api/stream/stream_test.go:440
FunctionTest_sameOrigin_returnsTrue_withCustomPort
(t *testing.T)
api/stream/stream_test.go:448
MethodUpdateApplication
UpdateApplication updates an application.
database/application.go:74
MethodUpdateApplication
UpdateApplication updates an application info by its id. swagger:operation PUT /application/{id} application updateApplication Update an application.
api/application.go:250
FunctionUpdateApplicationDialog
({ initialName, initialDescription, initialDefaultPriority, fClose, fOnSubmit, }: IProps)
ui/src/application/UpdateApplicationDialog.tsx:20
MethodUpdateApplicationTokenLastUsed
UpdateApplicationTokenLastUsed updates the last used time of the application token.
database/application.go:79
MethodUpdateClient
UpdateClient updates a client.
database/client.go:57
MethodUpdateClient
UpdateClient updates a client by its id. swagger:operation PUT /client/{id} client updateClient Update a client. --- consumes: [application/json]
api/client.go:84
FunctionUpdateClientDialog
({fClose, fOnSubmit, initialName = ''}: IProps)
ui/src/client/UpdateClientDialog.tsx:17
MethodUpdateClientTokensLastUsed
UpdateClientTokensLastUsed updates the last used timestamp of clients.
database/client.go:62
MethodUpdatePluginConf
UpdatePluginConf updates plugin configuration.
database/plugin.go:76
MethodUpdateUser
UpdateUser updates a user.
database/user.go:72
FunctionUserRow
({name, admin, fDelete, fEdit})
ui/src/user/Users.tsx:27
MethodValidateAndSetConfig
ValidateAndSetConfig implements plugin.Configurer
plugin/example/echo/echo.go:57
MethodValidateAndSetConfig
ValidateAndSetConfig see papiv1.Configurer.
plugin/compat/v1.go:88
MethodValidateAndSetConfig
ValidateAndSetConfig implements compat.Configuror
plugin/testing/mock/mock.go:154
MethodapplicationExists
(token string)
plugin/manager.go:106
MethodapplicationExists
(token string)
api/application.go:453
FunctioncheckIfLoadMore
()
ui/src/message/Messages.tsx:76
MethodclientExists
(token string)
api/client.go:238
FunctioncloseAfterTimeout
(event: Event)
ui/src/snack/browserNotification.ts:39
FunctioncloseAndFocus
(event: Event)
ui/src/snack/browserNotification.ts:29
Methodconstructor
(private readonly snack: SnackReporter)
ui/src/CurrentUser.ts:20
Methodconstructor
(private readonly snack: SnackReporter)
ui/src/client/ClientStore.ts:9
Methodconstructor
(private readonly snack: SnackReporter)
ui/src/plugin/PluginStore.ts:11
Methodconstructor
(private readonly snack: SnackReporter)
ui/src/user/UserStore.ts:9
Methodconstructor
(private readonly snack: SnackReporter)
ui/src/application/AppStore.ts:13
Methodconstructor
( private readonly snack: SnackReporter, private readonly currentUser: CurrentUser )
ui/src/message/WebSocketStore.ts:11
Methodconstructor
( private readonly appStore: BaseStore<IApplication>, private readonly snack: SnackReporter
ui/src/message/MessagesStore.ts:30
FunctioncopyToClipboard
()
ui/src/common/CopyableSecret.tsx:19
Functionget
(key: K)
ui/src/config.ts:26
FunctionhandleDragEnd
(event: DragEndEvent)
ui/src/application/Applications.tsx:93
FunctionhandleNameChange
(e: React.ChangeEvent<HTMLInputElement>)
ui/src/user/Register.tsx:22
FunctionhandlePassChange
(e: React.ChangeEvent<HTMLInputElement>)
ui/src/user/Register.tsx:26
FunctionhandleSaveConfig
(newConfig: string)
ui/src/plugin/PluginDetailView.tsx:51
Functionheading
()
ui/src/tests/selector.ts:1
Functioninit
()
auth/token.go:70
FunctionlogFormatter
(param gin.LogFormatterParams)
router/router.go:224
Functionlogin
(e: React.MouseEvent<HTMLButtonElement>)
ui/src/user/Login.tsx:37
Functionlogin
(page: Page, user = 'admin', pass = 'admin')
ui/src/tests/authentication.ts:8
Functionlogout
(page: Page)
ui/src/tests/authentication.ts:18
Functionmain
()
app.go:26
Functionmain
()
plugin/example/minimal/main.go:33
Functionmain
()
plugin/example/echo/echo.go:117
Functionmain
()
plugin/example/clock/main.go:61
Functionmain
()
plugin/testing/broken/noinstance/main.go:14
Functionmain
()
plugin/testing/broken/unknowninfo/main.go:8
Functionmain
()
plugin/testing/broken/cantinstantiate/main.go:34
Functionmain
()
plugin/testing/broken/nothing/main.go:3
Functionmain
()
plugin/testing/broken/malformedconstructor/main.go:32
FunctionmayAllowPermission
()
ui/src/snack/browserNotification.ts:5
FunctionmessageFooter
()
ui/src/message/Messages.tsx:83
Functionnoop
(s string)
ui/serve.go:46
Methodnotify
(uint, string)
api/client_test.go:50
FunctionnotifyNewMessage
(msg: IMessage)
ui/src/snack/browserNotification.ts:18
FunctiononUploadImage
(e: ChangeEvent<HTMLInputElement>)
ui/src/application/Applications.tsx:85
MethodpluginConfExists
(token string)
plugin/manager.go:111
FunctionrenderMessage
(_index: number, message: IMessage)
ui/src/message/Messages.tsx:60
MethodrequestDelete
(id: number)
ui/src/user/UserStore.ts:16
FunctionscrollHandler
()
ui/src/common/ScrollUpButton.tsx:8
Functionset
(key: Key, value: IConfig[Key])
ui/src/config.ts:22
FunctionsubmitAndClose
()
ui/src/client/AddClientDialog.tsx:19
FunctionsubmitAndClose
()
ui/src/client/UpdateClientDialog.tsx:21
FunctionsubmitAndClose
()
ui/src/user/AddEditUserDialog.tsx:33
FunctionsubmitAndClose
()
ui/src/user/Register.tsx:30
← previousnext →801–900 of 910, ranked by callers