28 Commits

Author SHA1 Message Date
miloszowi
568ac15b5e dynamic mentioning group name to lowercase, updated CHANGELOG 2021-11-12 13:15:00 +01:00
miloszowi
6790426ba2 Dynamic mentioning added, removed some unwanted properties, updated README 2021-11-12 12:23:54 +01:00
Miłosz Guglas
f9643f052e Merge pull request #4 from miloszowi/release/0.2.0
0.2.0 Release
0.2.0
2021-10-26 17:55:25 +02:00
miloszowi
6150faeee0 Group name length validation increased, updated contents, readme, changelog 2021-10-26 17:52:51 +02:00
miloszowi
cd0712a07b fixed logging twice same action and added group to log message 2021-10-14 20:40:35 +02:00
miloszowi
e0916441b9 mongodb new structure, added new collection chats 2021-10-14 20:24:58 +02:00
miloszowi
9c8f5795f8 Singleton mongo client, added mongosh easy enter command, better logging, added idle time to mongo connection 2021-10-13 18:40:24 +02:00
miloszowi
ea2fddff40 AbstractHandler wrap method addition, updated start text content and added buttons, changed MessageData to InboundMessage, better logging, code quality improvements, changed env files naming 2021-10-11 17:20:39 +02:00
miloszowi
fb223556cb group name validation changed to accept all alphanumeric characters, fixed no groups reply 2021-10-08 17:35:03 +02:00
miloszowi
b451569ddb removed /silent from start help text 2021-10-08 15:54:17 +02:00
miloszowi
431b004284 Banned users env, access validator, removed silent command, code quality improvements 2021-10-08 15:25:47 +02:00
miloszowi
d05d0c0904 Added inline query handler, updated CHANGELOG, added group name validator 2021-10-07 19:15:53 +02:00
Miłosz Guglas
88e8e13ff4
Merge pull request #2 from miloszowi/release/0.1.0
0.1.0 Version
0.1.0
2021-10-06 19:44:41 +02:00
miloszowi
29c0fd84bb 0.1.0 Version : changed in to join and out to leave, folder structure and naming changes 2021-10-06 19:44:03 +02:00
miloszowi
c588fa439e added logging, added /start command 2021-10-05 19:20:04 +02:00
miloszowi
ff1d037be9 getUpdated changed to webhook, removed exposed port for mongodb, added extra configuration for docker ports, updated README.md 2021-10-04 18:22:04 +02:00
miloszowi
1644aa35a1 no newlines at the end of files fixed 2021-10-01 10:51:17 +02:00
miloszowi
01030671f0 changes isalpha() to regex while validating group name
Author:    miloszowi<miloszweb@gmail.com>
2021-10-01 09:24:48 +02:00
miloszowi
33b66af781 added more validation on group name input 2021-09-28 23:14:14 +02:00
miloszowi
a3254dee45 updated README.md 2021-09-28 21:47:49 +02:00
miloszowi
7c355d6cbe mongodb to 5.0.2 update, added groups command, added groups logic, changed silent logic 2021-09-28 21:28:33 +02:00
miloszowi
bbb1706dbe PEP-8 coding standards, used dataclasses for User and UpdateData classes 2021-09-28 17:03:11 +02:00
miloszowi
2b0728b58c Added silent argument to /everyone command, updated README.md
Author: miloszowi<miloszweb@gmail.com>
2021-09-25 17:00:35 +02:00
miloszowi
cd8e3507ca changed mongoDb collection structure, removed group entity & repository, updated README.md, changed folder names to singular forms 2021-09-25 16:49:11 +02:00
miloszowi
baa8a78cad Firebase to MongoDB change, updated README.md, removed entrypoint.py and heroku-specific files
Author: miloszowi<miloszweb@gmail.com>
2021-09-25 16:49:11 +02:00
miloszowi
c29b0dabc5 webhook to start pooling, removed env variables for app url and port
Author:    miloszowi <miloszweb@gmail.com>

Author:    miloszowi <miloszweb@gmail.com>
2021-09-25 16:49:11 +02:00
miloszowi
c22338b7c1 added group and user entities, modified repositories method names to more accurate 2021-09-25 16:49:11 +02:00
Miłosz Guglas
9c15227cbf Initial commit 2021-09-19 19:34:43 +02:00