Commit Graph

390 Commits

Author SHA1 Message Date
Igor Zhukov
6e6c74c5c1 New gmaps key
Closes #1364
(hopefully)
2017-04-03 19:59:32 +03:00
Artem Kolnogorov
e2b1314427 truncating filename without extension (#1363) 2017-03-17 21:10:18 +03:00
Stapelpanda
63489fe23f Renamed 'hasOnlick' to 'hasOnclick', added function to StandardJS Globals (#1361) 2017-03-17 13:42:46 +03:00
Igor Zhukov
a82ab858b2 Fixed minor style bugs 2017-03-13 22:25:31 +03:00
Bart
5871645ca6 Fixed subset of StandardJS errors (#1356)
Fixed the errors that would definitly not change the functionality of the program
These include
* Unexpected && and || combinations
* variables with different values defined in same line of code
* Global variable never defined
* spacing/placing errors

These errors were not touched
* variables who are never used
* == and != errors
2017-03-13 21:57:24 +03:00
Igor Zhukov
82786e91ce Fixed confirm for opening URL from verified bots 2016-12-20 18:42:21 +03:00
Igor Zhukov
a6cf0a7772 Notifications bugfixes 2016-12-16 16:44:27 +03:00
Igor Zhukov
75df136a7f Simple search in chat history 2016-12-08 23:33:01 +03:00
Igor Zhukov
a0f71227de Supported scrolling by keys in message field
Closes #1119 #853
2016-12-08 22:03:12 +03:00
Igor Zhukov
5e855779b9 Support edit messages
Closes #1155
2016-12-08 21:31:40 +03:00
Igor Zhukov
2dae17eade Fixed hide suggestions 2016-11-22 19:05:02 +03:00
Igor Zhukov
3f4120e50c Merge pull request #1207 from copperwall/close-autocompleter-after-submit
Hide autocompleter suggestions on message submit
2016-11-17 20:40:09 +03:00
Igor Zhukov
9537a28002 Merge branch 'pr/1256'
# Conflicts:
#	app/js/directives.js
2016-11-17 20:37:53 +03:00
Igor Zhukov
3c407f500d Added tdesktop-like static maps
Closes #1262
2016-11-17 20:35:20 +03:00
Abel 'Akronix' Serrano Juste
d338a83d87 Set different shortcut to switch conversation for mac users. Fixes #1249 2016-10-28 16:19:25 +02:00
Igor Zhukov
125153f767 Fixed channel posts
Closes #1248
2016-10-10 16:56:22 +03:00
Igor Zhukov
cd70b7e65b Game Platform
Basic support
Desktop only

Closes #1246
Closes #1241
2016-10-06 18:43:25 +03:00
Chris Opperwall
67f4f933eb Hide autocompleter suggestions on message submit
This adds a call to `MessageComposer.hideSuggestions()` in the
`onMessageSubmit` function so that the autocompleter is always closed after a
message is sent.

To Reproduce
------------------

On master, create a message like ":D" and send the message. This will trigger
the autocompleter to show up and suggest emojis, but after the message is sent,
the autocompleter will still be visible.

On this branch, sending the same message will close the autocompleter after the
message is sent.

Fix #1203
2016-08-12 17:26:32 -07:00
Igor Zhukov
9f3bd2081f Bump to 0.5.5 2016-07-05 23:52:39 +03:00
Igor Zhukov
829be1817f Bugfixes 2016-07-04 22:16:08 +03:00
Igor Zhukov
636bc4a83b Standard.js formatting
Adding linter for JS code
For now it doesn’t pass well, but that’s a start
2016-06-28 19:40:53 +03:00
Igor Zhukov
82ed04e09d Fixed webpage pending
Close #1169
2016-06-27 19:56:39 +03:00
Igor Zhukov
8f6d64131a Added signatures
Close #1165
2016-06-24 19:22:43 +03:00
Igor Zhukov
984ebeae36 Fixed go to same message
Close #1142
2016-06-19 21:07:23 +03:00
Igor Zhukov
e4c5f28147 Improved share links 2016-06-14 15:14:20 +03:00
Igor Zhukov
6bb63b2a90 improved copy 2016-06-13 22:04:13 +03:00
Igor Zhukov
e6f1115c6c Added post export link 2016-06-13 01:31:59 +03:00
Igor Zhukov
9cf85f3a0d Bump to 0.5.4 2016-04-22 20:10:16 +03:00
Igor Zhukov
c042d26080 Fixed edit pending message 2016-04-20 17:51:54 +03:00
Igor Zhukov
6e27162ed1 Bugfixes 2016-04-18 02:02:39 +03:00
Igor Zhukov
1cee4855f5 Improved inline bots 2016-04-18 01:55:10 +03:00
Igor Zhukov
031a47ef25 Fixed buttons 2016-04-15 19:30:04 +03:00
Igor Zhukov
29ed4c9997 Improved message media directives
Improve webpage attach
Improve updates handling
2016-04-15 14:35:12 +03:00
Igor Zhukov
a3e06ea51d Improved inline bots support 2016-04-15 01:11:23 +03:00
Igor Zhukov
c91ed89975 Improved message media directive 2016-04-14 00:04:09 +03:00
Igor Zhukov
bafd31b146 Improved message directives 2016-04-13 22:09:58 +03:00
Igor Zhukov
e126d2830b Supported pinned service messages 2016-04-11 15:49:52 +03:00
Igor Zhukov
90d5d23e44 Migrating schema pt2 2016-04-11 01:20:01 +03:00
Igor Zhukov
10dd0c8167 Migrating schema pt1
Video, audio => document
2016-04-08 01:02:03 +03:00
Igor Zhukov
392c99d554 Fixed initials entitites
Closes #1099
2016-04-03 22:13:32 +03:00
Igor Zhukov
3cc4193146 Fixed composer progress on small height
Closes #1064
2016-02-11 19:08:19 +00:00
Igor Zhukov
ddc4c87b50 Fixed commands in channel
Closes #965
2016-02-11 14:19:14 +00:00
Igor Zhukov
0125cb9a1f Bump to 0.5.3 2016-02-10 21:19:09 +00:00
Igor Zhukov
83daade80b Bugfixes 2016-02-10 18:51:20 +00:00
Igor Zhukov
85aa4cb7a6 Bugfixes 2016-02-10 18:21:24 +00:00
Igor Zhukov
c9698e125a Improved copyable text 2016-02-10 17:04:48 +00:00
Igor Zhukov
45bf484ba4 Improved history for copy to clipboard
Can’t fix #911
2016-02-09 19:42:01 +00:00
Igor Zhukov
65e35adc4c Preview image before paste
Closes #835
2016-02-08 18:27:09 +00:00
Igor Zhukov
ff6525da35 Improved dropbox on mobile view
Closes #1017
2016-02-08 17:40:19 +00:00
Igor Zhukov
c8ef691eb0 Improvements for mobile 2016-02-08 17:23:19 +00:00