Commit Graph

67 Commits

Author SHA1 Message Date
Inex Code 6f3105788b Hotfix #25 2021-09-25 21:08:34 +03:00
dependabot[bot] 2fca99d35a
Bump path-parse from 1.0.6 to 1.0.7 (#24)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 21:48:48 +03:00
Inex Code b2082f088b Linting 2021-08-10 22:59:35 +03:00
Inex Code 8ab14c574e Version 0.7.0
* Add read markers support from matrix side
* Allow sending audio messages from matrix side
* Attempt to fix post forwarding, not fixed entirely yet
* Fixed message formatting in wall forwards
2021-08-10 22:57:19 +03:00
Inex Code 40a1682d01
Add basic lint check to GitHub actions 2021-07-24 03:31:31 +03:00
Inex Code 443179b286 Version 0.6.0
* Fix forwards in user mode (closes #21)
* Treat replies as forwards in user mode (closes #20)
* Fix posts in user mode (closes #22)
* Basic geo support
* Initial autopopulate support
2021-07-24 03:17:19 +03:00
Inex Code d12455bfd7 Add Dockerfile 2021-07-23 23:23:34 +03:00
Inex Code 4728da18a6
Bump version 2021-07-16 15:03:15 +03:00
rud356 ef4dc4e3a5
Move attachments handling to other class and give more informative message about unsupported audio types (#19)
* Change way images are selected

* Fix ordering (i hope so)

* Add debug log line

* Well, this was pointless to touch

* Replace looking for image approach

* Fix naming

* Remove unused function

* Move attachments handlers to functions

* Change how replies working

* Add debug string

* Remove debug strings

* Add debug logs

* Removed debug strings

Co-authored-by: Inex Code <gitea@inex.rocks>
2021-07-16 15:02:37 +03:00
Inex Code 7174806643 Possible fix for #13 2021-06-21 16:25:07 +00:00
Inex Code 7e2889312a Linting and version bump 2021-06-21 16:20:19 +00:00
Inex Code 3ff0d8429d
Merge pull request #12 from MurzNN/fix-attachments
Refactored image url search, fixed url for link attachments
2021-06-21 17:59:14 +03:00
Inex Code 086e3bf50b
Merge branch 'master' into fix-attachments 2021-06-21 17:58:29 +03:00
Inex Code 5f652a96a1
Merge pull request #18 from innereq/dependabot/npm_and_yarn/postcss-7.0.36
Bump postcss from 7.0.35 to 7.0.36
2021-06-21 17:49:01 +03:00
dependabot[bot] 5701e674d0
Bump postcss from 7.0.35 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 14:48:42 +00:00
rud356 45836d23e7
Fix sending images from vk to matrix for user tokens (#17) 2021-06-21 17:47:50 +03:00
Inex Code 60ff20ecca
Merge pull request #15 from innereq/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21
2021-05-12 13:31:12 +03:00
Inex Code 5d2ca7827d
Merge pull request #14 from innereq/dependabot/npm_and_yarn/y18n-4.0.3
Bump y18n from 4.0.0 to 4.0.3
2021-05-12 13:31:02 +03:00
dependabot[bot] 63eb470aaa
Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 13:15:05 +00:00
dependabot[bot] a8bebed621
Bump y18n from 4.0.0 to 4.0.3
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 13:15:05 +00:00
Alexey Murz Korepov 40c7caf0ab Refactored image url search, fixed url for link attachments 2021-02-17 08:45:26 +03:00
Inex Code 0ae82e5473
Merge pull request #10 from MurzNN/master
Fix fetching groupInfo for private chats with group
2021-02-15 23:47:44 +03:00
Alexey Murz Korepov 2459741e16 Fix fetching groupInfo for private chats with group 2021-02-15 23:44:22 +03:00
Inex Code caae6fb6a4 Bump version 2021-02-13 11:53:52 +00:00
Inex Code 14e259dcd8 Handle more attachment types, closes #9 2021-02-13 11:44:47 +00:00
Inex Code fd02432559 Handle creation of chats with groups, closes #7 2021-02-13 11:19:00 +00:00
Inex Code 0d0a98490c Do not expose token on info log level 2021-01-22 20:33:10 +00:00
Inex Code 51eb26c19f Bump version and deps 2021-01-22 20:32:58 +00:00
Inex Code eed568a681 Add music from VK handler 2021-01-22 20:29:41 +00:00
Inex Code ca0ea310a4 Fill puppet metadata and report connectivity status 2021-01-22 20:27:16 +00:00
Inex Code ce4416c84a
Merge pull request #2 from MurzNN/patch-1
Added vkhost.github.io and improved user docs in README
2021-01-22 22:35:54 +03:00
Inex Code 1d12399ee0 Fix duplicate string 2021-01-22 19:34:37 +00:00
Inex Code d786d3a249
Merge pull request #3 from MurzNN/patch-2
Fix externalUrl to vk.com
2021-01-22 22:30:24 +03:00
Alexey Murz Korepov 653b70081e
Fix externalUrl to vk.com
In externalUrl must be url to remote network (official network website), not to bridge homepage.
2021-01-22 14:54:54 +03:00
Alexey Murz Korepov 665ea29e25
Fix authorize url 2021-01-22 12:11:41 +03:00
Alexey Murz Korepov c396b0af19
Added vkhost.github.io and improved user docs in README 2021-01-22 12:03:09 +03:00
Inex Code 020d5db7ff Merge branch 'master' of github.com:innereq/mx-puppet-vk 2021-01-16 19:39:50 +03:00
Inex Code 7cffcf3543 docs: fix permissions 2021-01-16 16:38:44 +00:00
Inex Code d75eef9941
Merge pull request #1 from innereq/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2020-12-18 18:36:13 +03:00
dependabot[bot] 5c7164d990
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 15:34:50 +00:00
Inex Code 05766eed21 Implement file recieving via user tokens 2020-12-05 10:24:40 +00:00
Inex Code 27d5e06585 Fix replies via user token 2020-12-05 10:23:15 +00:00
Inex Code 9c33ff22e7 fix typos in readme 2020-11-27 10:37:42 +00:00
Inex Code ffbb0ca821 Add russian version of readme 2020-11-27 10:35:06 +00:00
Inex Code 73042f8e93 Initial support for user tokens 2020-11-22 09:59:39 +00:00
Inex Code 0dca30bddb Update roadmap 2020-11-22 07:58:08 +00:00
Inex Code 701e4c90fc Update matrix chat shield 2020-11-21 20:17:00 +00:00
Inex Code 481630f0c4 Add link to matrix chat 2020-11-21 19:53:18 +00:00
Inex Code c69fbb3908 Update readme to provide info on presence bridging 2020-11-20 16:02:19 +00:00
Inex Code acf7bdbf80 Linting, version bump 2020-11-20 15:43:32 +00:00