Liking cljdoc? Tell your friends :D

common-server.core


are-usernames-matchingclj

(are-usernames-matching request)

Check if username from request body matches username from session

Check if username from request body matches username from session
sourceraw docstring

chat-websocket-set-aclj

source

check-authorizationclj

(check-authorization request)

Check if request is authorized to be executed

Check if request is authorized to be executed
sourceraw docstring

email-addressclj

source

email-passwordclj

source

entities-mapclj

source

generate-reset-password-codeclj

(generate-reset-password-code email)

Generates reset password code

Generates reset password code
sourceraw docstring

get-allowed-actionsclj

(get-allowed-actions request)

Get allowed actions for logged in user

Get allowed actions for logged in user
sourceraw docstring

get-allowed-actions-memoclj

source

get-chat-historyclj

(get-chat-history usernames)

Get chat history for particular users

Get chat history for particular users
sourceraw docstring

get-reportclj

(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
sourceraw docstring

get-websocket-output-fnclj

(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
sourceraw docstring

not-foundclj

(not-found)

If request is not found

If request is not found
sourceraw docstring

(print-request request)

Prints request map

Prints request map
sourceraw docstring

read-sign-up-role-idsclj

(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
sourceraw docstring

remove-websocket-from-setclj

(remove-websocket-from-set username)

Removes websocket for particular username from set

Removes websocket for particular username from set
sourceraw docstring

reset-password-mail-template-pathclj

source

response-to-optionsclj

source

routingclj

(routing request)

Routing function

Routing function
sourceraw docstring

routing-fncljmultimethod

source

save-chat-messageclj

(save-chat-message {usernames :usernames message :message})

Save chat message to database

Save chat message to database
sourceraw docstring

set-specific-preferences-a-fnclj

source

sign-up-rolesclj

source

update-sessioncljmultimethod

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close