Commit Graph

852 Commits

Author SHA1 Message Date
Simon Grim
e0a74abae6 fix of wrong twistdays which was based on unfiltered promoted twists 2016-07-31 01:52:37 +05:00
Miguel Freitas
baf464b761 make post size (display and editor) configurable.
default is now 256.
2016-07-16 18:15:50 -03:00
Miguel Freitas
097d84847b nin's attach button fixed 2016-07-16 17:35:04 -03:00
Miguel Freitas
600b28d82b fix attach button size to fit default/calm themes.
nin button still missing (?)
2016-07-16 17:32:36 -03:00
Miguel Freitas
440bce7c2d do not change webtorrent debug settings, leave as is 2016-05-10 07:21:47 -03:00
Miguel Freitas
b762c645ee fix issues trying to use WebTorrent before it was properly loaded/initialized 2016-05-09 22:43:33 -03:00
Miguel Freitas
758f18fa73 add span inside preview-container 2016-05-08 23:57:30 -03:00
Miguel Freitas
45b587d936 Merge twister-html-webtorrent into blaster 2016-05-08 23:38:38 -03:00
Miguel Freitas
b509a460b7 fix broken html of previous commit (mising ") 2016-05-08 23:38:15 -03:00
Miguel Freitas
8a37229ee4 Merge twister-html-webtorrent into blaster 2016-05-08 23:34:07 -03:00
Miguel Freitas
ca911842c1 experimental attachment support using webtorrent.
persist attached file (local added torrents) using indexedDB/localForage lib.
2016-05-08 23:28:32 -03:00
Miguel Freitas
d6da998635 guess media type by filename extension when mimetype is missing 2016-05-08 16:31:54 -03:00
Miguel Freitas
8a39eba6b6 initial webtorrent support to display embeded media (disabled by default) 2016-05-08 13:09:38 -03:00
Simon Grim
ec37c824f9 fetch shortened URI on click 2016-05-06 16:40:12 +05:00
Simon Grim
572242e0c1 fix for retry to decode shortened URI if we got null response 2016-05-05 09:32:45 +05:00
Simon Grim
c93474d3d5 retry to decode shortened URI if we got null response 2016-05-05 09:14:35 +05:00
Miguel Freitas
dccc5695e0 support decodeShortURI returning an array [url,mimetype] instead of just url string 2016-05-03 23:02:54 -03:00
Miguel Freitas
1da57627f3 create a new stopChars variant excludind valid base64 chars used in shortened urls 2016-04-30 11:12:11 -03:00
Simon Grim
6401864cd4 delete mistype 2016-04-05 19:39:23 +05:00
Simon Grim
6ff3252148 add rel="noreferrer" to external links 2016-04-05 19:35:59 +05:00
Simon Grim
1d480f2009 add fetched URIs' text cropping (23 chars + '…') for better readability 2016-04-03 15:44:30 +05:00
Simon Grim
3d92f85410 add auto focus on textarea when we open DMs 2016-03-30 04:47:23 +05:00
Simon Grim
d63918dac6 add confirmation to ~shorten URL~ in DMs to tmobile 2016-03-30 04:34:47 +05:00
Simon Grim
4f38edc466 add confirmation to ~shorten URL~ in DMs 2016-03-29 16:17:18 +05:00
Simon Grim
e11a1c35ce add appending of twists' elements to twister.html.detached immediately after creation 2016-03-29 14:24:07 +05:00
Miguel Freitas
3023b90c8a display longer posts (>140 characters) 2016-03-25 20:39:36 -03:00
Simon Grim
8819187d2d fix filterLang() to cut out '/me' directive before processing 2016-03-25 21:57:55 +05:00
Simon Grim
c0b034791b update franc.js to 1.1.3, see f91558406b 2016-03-25 21:50:14 +05:00
Simon Grim
d2cd9cdea0 fix filterLang() to cut out 'twist:…=' links before processing 2016-03-25 21:46:24 +05:00
Simon Grim
a9c8f71ab0 fix wrong checks of twist data userpost.msg property that leads to applying of language filtering by userpost.rt.msg 2016-03-25 21:31:25 +05:00
Simon Grim
ac98d8175a replace warning on enter-URL-to-shorten with note 2016-03-25 06:18:11 +05:00
Simon Grim
121dc72e6f fix checks of post.userpost.rt.msg and restyling of properties in willBeHidden() 2016-03-25 05:27:45 +05:00
Simon Grim
6eec8088cf fix checks for twist .msg fields corectness in search results handling 2016-03-25 05:12:21 +05:00
Simon Grim
2a37be1a73 add more strict checks for twist .msg fields corectness 2016-03-25 04:50:28 +05:00
Simon Grim
e5a8c44d11 tune profile modals openning 2016-03-25 04:06:15 +05:00
Simon Grim
9fcadc9634 add missed check for userpost.rt.msg emptiness in postToElem() 2016-03-25 03:32:56 +05:00
Simon Grim
a26ff53c76 add check for input string emptiness in filterLang() 2016-03-25 03:21:07 +05:00
Simon Grim
cfd51f163e fix checks for twist .msg fields emptiness when it's need to decide whether twist should be displayed or not 2016-03-25 03:11:08 +05:00
Simon Grim
5c5f262ca0 add brief explanation to warning in paste-URL-to-shorten prompt 2016-03-24 01:44:49 +05:00
Simon Grim
1f686b36cb fix handling of clicks on .mini-follower-link 2016-03-24 00:20:27 +05:00
Simon Grim
054348756d add handling of clicks on .mini-follower-link 2016-03-24 00:17:39 +05:00
Simon Grim
e4bc01ecd3 rename openConversationClick() to handleClickOpenConversation() 2016-03-23 23:56:36 +05:00
Simon Grim
c7f3c9780b fix routeOnClick() to open already active routes in new tab 2016-03-23 23:52:53 +05:00
Simon Grim
b7a8240bbc tune profile modals openning 2016-03-23 23:51:12 +05:00
Simon Grim
07260049cc add flag to getElem() to search in templates too 2016-03-23 23:49:58 +05:00
Simon Grim
0d902c1ea6 rewrite appendPostToContainer() and rename to appendPostToElem() 2016-03-23 22:33:16 +05:00
Simon Grim
528d828037 fix mentions autocomplete color in original theme 2016-03-23 22:06:22 +05:00
Simon Grim
68588584fb set mentions autocomplete color in original theme 2016-03-23 22:04:30 +05:00
Simon Grim
6cdc6cc511 tune 'shorten URL', add related localization 2016-03-23 21:47:22 +05:00
Simon Grim
085108cc58 add 'shorten URL' link to .post-area-new textareas and fix misc 2016-03-23 04:02:20 +05:00