-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
194 changed files
with
858 additions
and
657 deletions.
There are no files selected for viewing
178 changes: 87 additions & 91 deletions
178
app_fenrir/src/main/kotlin/dev/ragnarok/fenrir/Extra.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,115 @@ | ||
package dev.ragnarok.fenrir | ||
|
||
object Extra { | ||
const val PRIVACY = "domain" | ||
const val DOMAIN = "domain" | ||
const val URL = "url" | ||
const val ACTION = "action" | ||
const val COUNTERS = "counters" | ||
const val TOKEN = "token" | ||
const val LOGIN = "login" | ||
const val PASSWORD = "password" | ||
const val TWO_FA = "two_fa" | ||
const val ACCESS_KEY = "access_key" | ||
const val ACCOUNT_ID = "account_id" | ||
const val CAPTCHA_URL = "captcha_url" | ||
const val CAPTCHA_SID = "captcha_sid" | ||
const val PHOTOS = "photos" | ||
const val OWNER = "owner" | ||
const val OWNERS = "owners" | ||
const val OWNER_ID = "owner_id" | ||
const val ITEM_ID = "item_id" | ||
const val ACTION = "action" | ||
const val ALBUM = "album" | ||
const val ALBUM_ID = "album_id" | ||
const val POST_ID = "post_id" | ||
const val FILTER = "filter" | ||
const val ID = "id" | ||
const val ANSWER = "answer" | ||
const val ARTIST = "artist" | ||
const val ATTACHMENTS = "attachments" | ||
const val ACCESS_KEY = "access_key" | ||
const val LIST = "list" | ||
const val VIDEO = "video" | ||
const val ATTRS = "attrs" | ||
const val AUDIOS = "audios" | ||
const val BANNED = "banned" | ||
const val BODY = "body" | ||
const val BUNDLE = "bundle" | ||
const val CAPTCHA_SID = "captcha_sid" | ||
const val CAPTCHA_URL = "captcha_url" | ||
const val CHAIR = "chair" | ||
const val CHAIR_ID = "chair_id" | ||
const val CHAT_ID = "chat_id" | ||
const val CITY = "city" | ||
const val CITY_ID = "city_id" | ||
const val COMMENT = "comment" | ||
const val COMMENTED = "commented" | ||
const val COMMENT_ID = "comment_id" | ||
const val TYPE = "type" | ||
const val RANGE = "range" | ||
const val COUNT = "count" | ||
const val SORT = "sort" | ||
const val POST = "post" | ||
const val MESSAGE_ID = "message_id" | ||
const val PEER_ID = "peer_id" | ||
const val TITLE = "title" | ||
const val HIDE_TITLE = "hide_title" | ||
const val USER_ID = "user_id" | ||
const val AUDIOS = "audios" | ||
const val POSITION = "position" | ||
const val SHUFFLE_MODE = "shuffle_mode" | ||
const val USERS = "users" | ||
const val USER = "user" | ||
const val COUNTERS = "counters" | ||
const val COUNTRY = "country" | ||
const val CRITERIA = "criteria" | ||
const val VIDEOS = "videos" | ||
const val DOCS = "docs" | ||
const val DOC = "doc" | ||
const val DOCS = "docs" | ||
const val DOC_ID = "doc_id" | ||
const val TAB = "tab" | ||
const val ALL = "all" | ||
const val COUNTRY = "country" | ||
const val CITY = "city" | ||
const val UNIVERSITY = "university" | ||
const val DOMAIN = "domain" | ||
const val ERROR = "error" | ||
const val EXT = "ext" | ||
const val FACULTY = "faculty" | ||
const val FACULTY_ID = "faculty_id" | ||
const val CHAIR_ID = "chair_id" | ||
const val UNIVERSITY_ID = "university_id" | ||
const val CITY_ID = "city_id" | ||
const val KEY = "key" | ||
const val FILTER = "filter" | ||
const val FOCUS_TO = "focus_to" | ||
const val GROUP = "group" | ||
const val GROUP_ID = "group_id" | ||
const val PLACE = "place" | ||
const val HIDE_TITLE = "hide_title" | ||
const val ID = "id" | ||
const val IMAGE = "image" | ||
const val CHAT_ID = "chat_id" | ||
const val CHAIR = "chair" | ||
const val INCOMING = "incoming" | ||
const val INDEX = "index" | ||
const val INVERT = "invert" | ||
const val IS_BOARD = "is_board" | ||
const val IS_OUT_OF_MEMORY = "is_out_of_memory" | ||
const val ITEM_ID = "item_id" | ||
const val KEY = "key" | ||
const val LIST = "list" | ||
const val LOGIN = "login" | ||
const val MANAGER = "manager" | ||
const val MARKET = "market" | ||
const val MAX_COUNT = "max_count" | ||
const val MESSAGE = "message" | ||
const val MESSAGES = "messages" | ||
const val MESSAGE_ID = "message_id" | ||
const val METHOD = "method" | ||
const val NEW = "new" | ||
const val OLD = "old" | ||
const val OUTGOING = "outgoing" | ||
const val OWNER = "owner" | ||
const val OWNERS = "owners" | ||
const val OWNER_ID = "owner_id" | ||
const val PASSWORD = "password" | ||
const val PATH = "path" | ||
const val PEER = "peer" | ||
const val PEER_ID = "peer_id" | ||
const val PHOTOS = "photos" | ||
const val PLACE = "place" | ||
const val PLACE_TYPE = "place_type" | ||
const val POLL = "poll" | ||
const val POSITION = "position" | ||
const val POST = "post" | ||
const val POST_ID = "post_id" | ||
const val PRIVACY = "privacy" | ||
const val PTR = "ptr" | ||
const val QUERY = "query" | ||
const val READONLY = "readonly" | ||
const val REQUEST = "request" | ||
const val SAVE = "save" | ||
const val SCHOOL = "school" | ||
const val SCHOOL_ID = "school_id" | ||
const val SCHOOL_CLASS = "school_class" | ||
const val SCHOOL_CLASS_ID = "school_class_id" | ||
const val BODY = "body" | ||
const val COMMENT = "comment" | ||
const val ARTIST = "artist" | ||
const val SCHOOL_ID = "school_id" | ||
const val SECTION_ID = "section_id" | ||
const val SELECTED = "selected" | ||
const val SERVICE = "service" | ||
const val STATUS = "status" | ||
const val ERROR = "error" | ||
const val COMMENTED = "commented" | ||
const val FOCUS_TO = "focus_to" | ||
const val MESSAGES = "messages" | ||
const val MESSAGE = "message" | ||
const val METHOD = "method" | ||
const val PLACE_TYPE = "place_type" | ||
const val INDEX = "index" | ||
const val PEER = "peer" | ||
const val SESSION_ID = "session_id" | ||
const val POLL = "poll" | ||
const val USER_IDS = "user_ids" | ||
const val MAX_COUNT = "max_count" | ||
const val BUNDLE = "bundle" | ||
const val ATTRS = "attrs" | ||
const val SUBTITLE = "subtitle" | ||
const val SETTINGS = "settings" | ||
const val BANNED = "banned" | ||
const val SHUFFLE_MODE = "shuffle_mode" | ||
const val SOURCE = "source" | ||
const val SOURCES = "sources" | ||
const val MANAGER = "manager" | ||
const val STACK_TRACE = "stack_trace" | ||
const val STATUS = "status" | ||
const val STORY = "story" | ||
const val MARKET = "market" | ||
const val SAVE = "save" | ||
const val NEW = "new" | ||
const val OLD = "old" | ||
const val INCOMING = "incoming" | ||
const val OUTGOING = "outgoing" | ||
const val SUBTITLE = "subtitle" | ||
const val TAB = "tab" | ||
const val TITLE = "title" | ||
const val TOKEN = "token" | ||
const val TOP = "top" | ||
const val READONLY = "readonly" | ||
const val INVERT = "invert" | ||
const val PTR = "ptr" | ||
const val REQUEST = "request" | ||
const val PATH = "path" | ||
const val EXT = "ext" | ||
const val STACK_TRACE = "stack_trace" | ||
const val IS_OUT_OF_MEMORY = "is_out_of_memory" | ||
const val IS_BOARD = "is_board" | ||
const val ANSWER = "answer" | ||
const val SELECTED = "selected" | ||
const val SECTION_ID = "section_id" | ||
const val QUERY = "query" | ||
const val TWO_FA = "two_fa" | ||
const val TYPE = "type" | ||
const val UNIVERSITY = "university" | ||
const val UNIVERSITY_ID = "university_id" | ||
const val URL = "url" | ||
const val USER = "user" | ||
const val USERS = "users" | ||
const val USER_ID = "user_id" | ||
const val VIDEO = "video" | ||
const val VIDEOS = "videos" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
app_fenrir/src/main/kotlin/dev/ragnarok/fenrir/api/adapters/AttachmentsDtoAdapter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app_fenrir/src/main/kotlin/dev/ragnarok/fenrir/api/adapters/AttachmentsEntryDtoAdapter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
app_fenrir/src/main/kotlin/dev/ragnarok/fenrir/api/adapters/MessageDtoAdapter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.