Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#76 support auth header #77

Merged
merged 49 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
7ebffba
Merge pull request #65 from meetacy/dev
y9san9 Jun 29, 2023
9a26430
Merge pull request #66 from meetacy/dev
y9san9 Jun 29, 2023
e0a4b20
Merge pull request #67 from meetacy/dev
y9san9 Jun 30, 2023
0f13644
updated openapi for user validation support
bpavuk Jun 30, 2023
47ff05f
added new request
bpavuk Jun 30, 2023
f1e2b58
added new engine function
bpavuk Jun 30, 2023
e6128b6
linked request to engine function
bpavuk Jun 30, 2023
3416b2f
added validation function to users api
bpavuk Jun 30, 2023
d96b8d3
altered needed classes
bpavuk Jun 30, 2023
e47c335
added username validation to auth api
bpavuk Jun 30, 2023
6045d6d
Merge branch 'dev' into 68-add-username-validation-support
bpavuk Jun 30, 2023
cacf295
fix(#68): meetacy-api.yml have been synced with the backend
y9Kap Jul 11, 2023
121db00
feat(#68): api documentation was updated
y9Kap Jul 11, 2023
15b6670
feat(#68): validate username was added
y9Kap Jul 11, 2023
6ff5f20
fix(#68): edit user api documentation was fixed
y9Kap Jul 12, 2023
70a9ce0
fix(#68): api documentation was fixed
y9Kap Jul 12, 2023
f3f4141
fix(#68): redundant username check removed
y9Kap Jul 12, 2023
ece04f5
feat(#76): auth support was added
y9Kap Oct 7, 2023
1902a3e
fix(#76#76-support-auth-header): killmepls
y9Kap Oct 7, 2023
295a379
fix(#76#76-support-auth-header): killmepls
y9Kap Oct 7, 2023
57aa01a
Merge remote-tracking branch 'origin/#76-support-auth-header' into #7…
y9Kap Oct 7, 2023
d9f2097
fix(#76-support-auth-header): killmeplsagain
y9Kap Oct 7, 2023
2bdf3a1
fix(#76-support-auth-header): killmeplsagainandagain
y9Kap Oct 8, 2023
ccd66af
WIP(#76-support-auth-header): fix sdk for passed test
y9Kap Oct 8, 2023
b4eade6
WIP(#76-support-auth-header): fix sdk for passed test 2
y9Kap Oct 8, 2023
21b5334
fix: friends fix
y9san9 Oct 19, 2023
3c47b57
fix: rename validate username to username available
y9san9 Oct 19, 2023
4b85250
WIP(#76-support-auth-header): remove moko network library in progress
y9Kap Oct 20, 2023
fee6809
WIP(#76-support-auth-header): list meetings history is independence
y9Kap Oct 20, 2023
69e1a4d
WIP(#76-support-auth-header): test generate
y9Kap Oct 21, 2023
01bb7df
fix(#76-support-auth-header): add api-version header
y9Kap Oct 21, 2023
88580cf
fix(#76-support-auth-header): added interface and new extension fun
y9Kap Oct 21, 2023
a91e2a9
fix(#76-support-auth-header): added interface and new extension fun
y9Kap Oct 21, 2023
722fa5a
Merge remote-tracking branch 'origin/#76-support-auth-header' into #7…
y9Kap Oct 21, 2023
5f4fe8d
fix(#76-support-auth-header): fix build
y9Kap Oct 21, 2023
22ac94b
WIP(#76-support-auth-header): meeting independence was added
y9Kap Oct 22, 2023
bd98784
fix(#76-support-auth-header): change name header auth
y9Kap Oct 22, 2023
ae91e90
fix(#76-support-auth-header): change type of token
y9Kap Oct 22, 2023
3c4ca81
fix(#76-support-auth-header): change name of field avatarId
y9Kap Oct 22, 2023
38105a4
fix(#76-support-auth-header): add meetingId field to request
y9Kap Oct 22, 2023
3dd5904
fix(#76-support-auth-header): add auth header to request
y9Kap Oct 22, 2023
cb6e446
WIP(#76-support-auth-header): friends engine is independence
y9Kap Oct 22, 2023
414977e
WIP(#76-support-auth-header): invitations independence in progress
y9Kap Oct 23, 2023
c315e3d
feat(#76-support-auth-header): remove moko network dependency
y9Kap Oct 23, 2023
56aa091
fix(#76-support-auth-header)change path to username/available
y9Kap Oct 23, 2023
6a0a4e8
feat(#76-support-auth-header): delete moko network at sdk
y9Kap Oct 23, 2023
14eb5bc
feat(#76-support-auth-header): version bump to 0.0.59
y9Kap Oct 23, 2023
9034194
feat(#76-support-auth-header): version bump to 0.0.59
y9Kap Oct 23, 2023
53f060f
Merge remote-tracking branch 'origin/dev' into #76-support-auth-header
y9Kap Oct 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions api/api-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import org.gradle.jvm.tasks.Jar

plugins {
id("network-generator-convention")
id("kmp-library-convention")
}

Expand All @@ -25,36 +22,3 @@ kotlin.sourceSets.all {
optIn("app.meetacy.sdk.types.annotation.UnstableApi")
}
}

mokoNetwork {
spec("meetacyApi") {
inputSpec = file("meetacy-api.yml")

configureTask {
val macosTasks = if (System.getProperty("os.name") == "Mac OS X") {
listOf(
tasks.named<Jar>("iosX64SourcesJar"),
tasks.named<Jar>("iosArm64SourcesJar"),
tasks.named<Jar>("iosSimulatorArm64SourcesJar")
)
} else {
emptyList()
}
val jarTasks = with(tasks) {
listOf(
sourcesJar,
jsSourcesJar,
jvmSourcesJar
)
}

val outputDir = this.outputDir.get()
(jarTasks + macosTasks).forEach { task ->
task {
dependsOn(this@configureTask)
inputs.dir(outputDir)
}
}
}
}
}
Loading