List of all items
Structs
- api::graphql::graphql
- auth::check_access::Authorized
- auth::jwt::Claims
- cli::Args
- db::DBConn
- fs_module::local_fs::LocalFsMutation
- fs_module::local_fs::LocalFsQuery
- fs_module::remote_fs::RemoteFsMutation
- fs_module::remote_fs::RemoteFsQuery
- schema::ApiResponse
- schema::Context
- schema::File
- schema::Folder
- schema::GraphqlWebData
- schema::JsonRes
- schema::LoginUser
- schema::Message
- schema::MutationRoot
- schema::PathQuery
- schema::QueryRoot
- schema::Subscription
- schema::User
Enums
Functions
- api::file_op::read_file
- api::file_op::read_remote_file
- api::file_op::upload
- api::file_op::upload_remote_file
- api::graphql::graphql_playground
- api::login::login
- api::util::buffer_response
- api::util::save_local_file
- api::util::save_remote_file
- auth::bcrypt_util::compare_password
- auth::bcrypt_util::encrypt_password
- auth::check_access::check_write_access
- auth::jwt::create_token
- auth::jwt::decode_token
- auth::jwt::validate_token
- factory::args_factory
- fs_module::graphql_write_access
- fs_module::utils::connection
- fs_module::utils::get_file_list
- fs_module::utils::get_folder_list
- fs_module::utils::get_remote_file_list
- fs_module::utils::get_remote_folder_list
- http_config::local_server
- http_config::local_server_ssl
- http_config::remote_server
- http_config::remote_server_ssl
- schema::create_schema
- user_setting::manage_config::add_user
- user_setting::manage_config::delete_user
- user_setting::manage_config::edit_user_acc_name
- user_setting::manage_config::edit_user_acc_password
- user_setting::manage_config::edit_user_acc_priviledge
- user_setting::manage_config::get_user
- user_setting::manage_update
- utils::check_auth_path
- utils::map_enum
Type Aliases
Constants
- db::postgres::CRAETE_NEW_USER_SQL
- db::postgres::CREATE_TABLE
- db::postgres::DELETE_USER_SQL
- db::postgres::GET_USER_BY_EMAIL_SQL
- db::postgres::GET_USER_BY_ID_SQL
- db::postgres::UPDATE_EMAIL_SQL
- db::postgres::UPDATE_NAME_SQL
- db::postgres::UPDATE_PASSWORD_SQL
- db::postgres::UPDATE_PERMISSION_SQL
- db::sqlite::CRAETE_NEW_USER_SQL
- db::sqlite::CREATE_TABLE
- db::sqlite::DELETE_USER_SQL
- db::sqlite::GET_USER_BY_EMAIL_SQL
- db::sqlite::GET_USER_BY_ID_SQL
- db::sqlite::UPDATE_EMAIL_SQL
- db::sqlite::UPDATE_NAME_SQL
- db::sqlite::UPDATE_PASSWORD_SQL
- db::sqlite::UPDATE_PERMISSION_SQL