Skip to content

Feature/skoda #31

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

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9acf055
attachments
dvorakjan Jan 27, 2020
2861976
fix consequent uploads causing duplicated onDrop call
dvorakjan Mar 24, 2020
4a62195
qr code only attachment support
dvorakjan Mar 30, 2020
a3fd51f
rm log
dvorakjan Apr 20, 2020
d76e50c
Merge branch 'master' into feature/skoda
dvorakjan Apr 20, 2020
cfe898d
locale
dvorakjan Apr 22, 2020
87a0be8
fix scrollToBottomDetectionTolerance
dvorakjan May 12, 2020
3586c95
feat: add textarea autofocus (#8)
janbadura Nov 22, 2020
16440e4
fix conflicts
dvorakjan Nov 22, 2020
fffbbb2
feat: add feedbot:trigger-dialog window event
dvorakjan Feb 6, 2021
e861326
feat: webchat-locale event
dvorakjan Feb 7, 2021
03bc8d5
feat: PL attachment strings
dvorakjan Feb 7, 2021
cddebb9
revert: too long CZ QR code textations
dvorakjan Feb 12, 2021
b382da8
fix: not working trigger-dialog event
dvorakjan Mar 10, 2021
e3c0f5f
fix: 🐛 attachmentInfo textation
janbadura Apr 18, 2021
f66b6f3
feat: support cancelDialogId in trigger-dialog event
dvorakjan May 11, 2021
63549c4
feat: 🚀 cherrypick from direct-upload from fuckup
janbadura Sep 1, 2021
54d380c
feat: 🚀 uploading files based on fileSize
janbadura Sep 1, 2021
4da2841
fix: failed upload message with direct upload (#43)
janbadura Sep 14, 2021
cd5b18c
feat: FBOT-1000 added autosuggest functionality (#63)
janbadura Mar 17, 2022
f6e36a4
fix: channelData undefined
janbadura Mar 30, 2022
d6b910a
Merge branch 'master' into feature/skoda
janbadura Mar 30, 2022
13f89ae
fix: package lock + chat + shell files
janbadura Mar 30, 2022
b438adc
fix: state condition
janbadura Apr 4, 2022
ce0c924
fix: autosuggest
janbadura May 11, 2022
f86c1dd
fix: Array
janbadura May 11, 2022
d22b46e
fix: api
janbadura May 11, 2022
0ae7a5a
fix: 🐛 made sending message in promp-autosuggest possible
janbadura May 18, 2022
f6883ef
feat: FBOT-512 new fileUpload
janbadura May 30, 2022
5488084
fix: upload files
janbadura Jun 14, 2022
59a470c
fix: upload file shell
janbadura Sep 22, 2022
58f8332
feat: add onEvent prop
dvorakjan Feb 24, 2023
801a583
feat: increase autosuggest limit
dvorakjan Aug 23, 2023
ffb734c
fix: FBOT-1623 use new CDN for twemoji
dvorakjan Jun 11, 2024
a95132d
feat: autosuggest-repository
dvorakjan Jul 24, 2024
3dc6df3
fix: autosuggest param
dvorakjan Jul 25, 2024
6eba859
fix: 🐛 added repository option
Aug 5, 2024
98395c1
ci: use new ci server for build
dvorakjan Aug 12, 2024
ff880c7
feat: added alert when uploading file larger than 4MB
Jan 6, 2025
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
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: $(SourceBranchName).$(Date:yyMMdd)$(Rev:.r)

pool:
name: 'Private VM'
name: 'Private VM 2'

pr: none

Expand Down
Loading