(are-usernames-matching request)
Check if username from request body matches username from session
Check if username from request body matches username from session
(check-authorization request)
Check if request is authorized to be executed
Check if request is authorized to be executed
(generate-reset-password-code email)
Generates reset password code
Generates reset password code
(get-allowed-actions request)
Get allowed actions for logged in user
Get allowed actions for logged in user
(get-chat-history usernames)
Get chat history for particular users
Get chat history for particular users
(get-report request)
Generates pdf report and returns it's bytes in response body
/reports?report=table&entity=user&page=-1&language=english /reports?report=table&entity=user&page=1&language=english
/reports?report=single&entity=user&id=0123456789&language=english /reports?report=single&entity=user&id=0123456789&language=english
Generates pdf report and returns it's bytes in response body /reports?report=table&entity=user&page=-1&language=english /reports?report=table&entity=user&page=1&language=english /reports?report=single&entity=user&id=0123456789&language=english /reports?report=single&entity=user&id=0123456789&language=english
(get-websocket-output-fn username)
Checks if there is open websocket for particular username if there is websocket and it is open return websocket-output-fn if there is websocket and it's closed or there is no websocket for particular username return nil
Checks if there is open websocket for particular username if there is websocket and it is open return websocket-output-fn if there is websocket and it's closed or there is no websocket for particular username return nil
(read-sign-up-role-ids role-names-vector)
Reads role ids for role names passed in vector parameter
Reads role ids for role names passed in vector parameter
(remove-websocket-from-set username)
Removes websocket for particular username from set
Removes websocket for particular username from set
(save-chat-message {usernames :usernames message :message})
Save chat message to database
Save chat message to database
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close