Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
608fbbf
Moved webhook helpers to a separate class
gomessguii Sep 10, 2023
3f421e2
Created Message class to validate message fields
gomessguii Sep 10, 2023
fd22edd
Removed duplicated function parseJID from wmiau.go
gomessguii Sep 10, 2023
1571461
Moved Values class to internal types
gomessguii Sep 10, 2023
433a09c
Moved helpers into internal/helpers
gomessguii Sep 10, 2023
36e3d46
Move Myclient into internal helpers
gomessguii Sep 10, 2023
7f8237b
Implemented ControllerBase
gomessguii Sep 10, 2023
2eba533
Implemented chat controller
gomessguii Sep 10, 2023
b3938f6
Implemented group controller
gomessguii Sep 10, 2023
706cd30
Implemented session controller
gomessguii Sep 10, 2023
f56fdcb
Implemented user controller
gomessguii Sep 10, 2023
83ec087
UserController fix - new methods implemented
gomessguii Sep 10, 2023
b8b6347
Implemented WebhookController
gomessguii Sep 10, 2023
ddc9dc4
Deleted handlers.go and wmiau.go
gomessguii Sep 10, 2023
fd492db
Deleted duplicated methods
gomessguii Sep 10, 2023
082f613
Dependency injection on ControllerBase fixed
gomessguii Sep 11, 2023
89cabd3
Implementing user repository
gomessguii Sep 11, 2023
8f04786
resolve conflicts
DavidsonGomes Sep 11, 2023
f49a93a
fix: resolve conflicts
DavidsonGomes Sep 11, 2023
b444842
resty.Client instance creation fixed
gomessguii Sep 11, 2023
4c8227a
User repository implemented
gomessguii Sep 12, 2023
6bb2184
Implemented UserRepository with gorm
gomessguii Sep 16, 2023
ce101a9
Repository refactored to use database wrapper entity
gomessguii Sep 17, 2023
4ee16a4
Added .idea directory to .gitignore
gomessguii Sep 17, 2023
62805da
Merge branch 'main' into architecture-refactoring
gomessguii Sep 18, 2023
a6b5014
Admin user creation fix
gomessguii Sep 18, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dbdata/
files/
wuzapi
.idea/
Loading