Commit Graph

470 Commits

Author SHA1 Message Date
erqan
7847ba3a40 removes debuging lines 2015-07-27 15:16:23 +03:00
erqan
414e5cb3c0 show replied promoted post and don't show the sent indicator with promoted posts 2015-07-27 14:50:11 +03:00
miguelfreitas
aa401d1dbc Merge pull request #281 from Erkan-Yilmaz/patch-2
1 more DE translation by @vegos
2015-07-26 17:22:16 -03:00
miguelfreitas
847b9e9837 Merge pull request #282 from Erkan-Yilmaz/patch-3
for DE: add missing entry
2015-07-26 17:21:40 -03:00
Erkan Yilmaz
c8e2b5263b for DE: add missing entry 2015-07-25 17:59:16 +02:00
Erkan Yilmaz
fedc51e8d6 1 more DE translation by @vegos 2015-07-25 16:45:54 +02:00
Erkan Yilmaz
0127674356 DE translations by @vegos 2015-07-25 16:43:47 +02:00
miguelfreitas
a90d201781 Merge pull request #279 from Erkan-Yilmaz/patch-2
2 typos + add some DE localization
2015-07-25 09:46:45 -03:00
Erkan Yilmaz
5083a9aa62 2 typos + add some DE localization 2015-07-25 13:12:24 +02:00
Erkan Yilmaz
efe2e99b7c typo 2015-07-25 13:00:50 +02:00
Simon Grim
27256788ed add hide post preview in directMsgSubmit() too 2015-07-25 12:16:18 +05:00
Simon Grim
b3a281a693 fix missing argument in htmlFormatMsg() call on DM snippet show 2015-07-25 12:00:32 +05:00
Simon Grim
fe0a1e1d50 hide post preview if textarea is empty 2015-07-25 04:13:53 +05:00
Simon Grim
d123c3838c fix of dynamic width for post preview 2015-07-25 03:19:12 +05:00
Simon Grim
e95f745d93 add checkbox to #options to enable/disable *post preview* 2015-07-25 02:48:19 +05:00
Simon Grim
4e7e09456f dynamic width and margin for post preview, some other fixes 2015-07-25 02:19:52 +05:00
Simon Grim
3b696e336a initial very basic post preview 2015-07-24 00:51:24 +05:00
Simon Grim
a245bc449f update ~Posts display~ section of *es* in localization file 2015-07-22 22:16:27 +05:00
Simon Grim
78622d86a6 add markout option lines to localization file 2015-07-22 21:52:29 +05:00
Simon Grim
9df6ae2253 option to apply, ignore or clear out posts markout 2015-07-22 21:33:25 +05:00
Simon Grim
56dca3bfb7 fix of post formatting: links templates caching fix 2015-07-19 05:36:59 +05:00
Simon Grim
ec73147c75 fix of CSP violations like unsafe-eval 2015-07-19 05:23:50 +05:00
Simon Grim
107754752a fix of post formatting: fix of injection filter 2015-07-19 05:10:12 +05:00
Simon Grim
4baadb1165 update of localization file with Chinese and replace some malicious -> this suspicious 2015-07-19 04:12:11 +05:00
Simon Grim
b2824aced9 post formatting for DM snippets 2015-07-19 04:10:59 +05:00
Simon Grim
fb67d7a04d fix of post formatting: optimizing 2015-07-19 04:09:41 +05:00
Simon Grim
2f4e91ff63 fix of post formatting: German localization for ** message 2015-07-19 04:05:31 +05:00
Simon Grim
31003c23e8 fix of post formatting: localization of *I'm busted* message 2015-07-19 04:05:30 +05:00
Simon Grim
17b3fea42d fix of post formatting: wrong link words dropping 2015-07-19 04:05:30 +05:00
Simon Grim
928688bdac fix of post formatting: turn on []() syntax for link, now with checking for injections 2015-07-19 04:05:01 +05:00
Miguel Freitas
5519d01359 update jquery 2015-07-17 17:18:00 -03:00
Miguel Freitas
de78dfd8a6 remove inline scripts 2015-07-17 17:17:28 -03:00
Miguel Freitas
cae04cc2f9 trying some small cleanups 2015-07-17 15:34:07 -03:00
Miguel Freitas
c447b39ab6 a different take on preventing XSS.
it must be safe by design, not by checking every possible injection pattern.
2015-07-17 15:03:22 -03:00
Simon Grim
cc2a08e7e0 push the tempo for XSS in post formatting 2015-07-16 03:46:41 +05:00
Simon Grim
ca7da9d4a1 fix of post formatting at detecting of stop chars & whitespaces in ~markdown 2015-07-16 01:21:17 +05:00
Simon Grim
bb64c05061 fix of post formatting []() 2015-07-15 22:42:58 +05:00
Simon Grim
72e47e0de4 fix of post formatting to parse ~markdown~ inside [] of link definition 2015-07-15 16:24:56 +05:00
Simon Grim
45788ac9d6 delete dev comment 2015-07-15 14:05:10 +05:00
Simon Grim
c6c4531a11 fix of post formatting to handle sequence of markdown chars correctly 2015-07-15 11:19:58 +05:00
Simon Grim
4eb9ab9213 more fixes of post formatting 2015-07-14 23:47:24 +05:00
Simon Grim
17328b0d7b make ` to be escaping character for any markup, fixes of post formatting 2015-07-14 20:10:59 +05:00
Simon Grim
98c875b2c2 fix of RTF markup 2015-07-14 17:37:10 +05:00
Simon Grim
ad7c95308c text markdown with monospace 2015-07-14 12:58:33 +05:00
Simon Grim
f6d8e6a380 text markdown with [link](url) 2015-07-14 05:55:25 +05:00
Simon Grim
fc61d019b6 text markdown with *bold*, ~italic~, _underlined_ and -strikethrough- 2015-07-14 05:54:11 +05:00
Simon Grim
bc7b09abb8 fix of post formatting 2015-07-10 22:24:19 +05:00
Simon Grim
8b925986ed fix of post formatting, moving from regexps to achieve more flexibility 2015-07-10 01:31:54 +05:00
Simon Grim
3fdfe0f33f restyling of js/interface_profile-edit.js 2015-07-04 20:08:35 +05:00
Simon Grim
058e24ba6a setup twisterFollowingO before calling of verifyUserAlreadyInBlockchain because following twister requires updating of it 2015-07-04 19:26:06 +05:00
Simon Grim
a4ae9f80cf clone of branch with fixes for dynamic setting of content's height of modal windows on openning 2015-06-12 03:34:59 +05:00
miguelfreitas
8b4efa9fcf Revert "dynamic setting of content's height of modal windows on openning" 2015-06-10 16:19:15 -03:00
Simon Grim
e377325a07 dynamic setting of content height of modal windows on openning, fix of CSS 2015-06-10 02:38:53 +05:00
Miguel Freitas
cab3fe85b0 report post delivery for direct messages and group chat. nice! 2015-05-31 09:10:42 -03:00
Miguel Freitas
0ef54f463e experimental post delivery indicator. requires twister-core update. 2015-05-30 21:12:33 -03:00
Simon Grim
7082d0aedd delete unnecessary check in a loop in processDMsnippet() 2015-05-29 12:31:48 +05:00
Simon Grim
b8644a0639 hiding lists in twistday reminder module which have no items 2015-05-26 11:06:02 +05:00
Simon Grim
021bbe2d43 fix of traversing in directMsgSubmit 2015-05-26 01:53:34 +05:00
Simon Grim
5c35807932 add missing flags to clone event too from DM template textareas, code restyling 2015-05-26 01:47:53 +05:00
Simon Grim
3b6be26184 one repeated array slice and one repeated eval of function call lesser 2015-05-25 18:05:30 +05:00
Simon Grim
498470f436 fix of setting of profile modal's postboard height 2015-05-24 14:01:18 +05:00
Simon Grim
93320ed25b fix to update only user's own following_counter 2015-05-24 00:18:06 +05:00
Simon Grim
9150e87809 localization of header of modal of direct messages with peer 2015-05-23 23:45:12 +05:00
Simon Grim
fad1e9780a check to avoid infinite loop of direct messages postboard updating 2015-05-23 23:23:11 +05:00
Simon Grim
c95e3d14bd The Fastest In Town Orchestra. Mess-O-Rama Music Vol. 1: Living Through This 2015-05-23 22:26:23 +05:00
Miguel Freitas
f447d84e06 another undefined (typo) 2015-05-21 10:13:25 -03:00
Miguel Freitas
70a43d18d2 display group chat sender's avatar properly 2015-05-20 23:05:51 -03:00
Miguel Freitas
fb71afd78f fix undefined 2015-05-20 23:04:24 -03:00
Simon Grim
7fa35cd23b fix of wrong name of option to display image preview 2015-05-20 12:56:54 +05:00
Simon Grim
ede178eb32 rewrite of options.js to get it more useful and faster, move localizeLabels() to theme_option.js of nin, introduce playSound(), clean up a bit trailing spaces 2015-05-19 23:33:59 +05:00
Simon Grim
2cc86a55fb fix of htmlFormatMsg() RegExp to allow -+= in hashtags 2015-05-14 11:41:20 +05:00
Simon Grim
371fa926c9 fix of refreshTwistdayReminder() to remove peer from listUpcoming when adding to listCurrent occurs 2015-05-14 11:34:09 +05:00
Simon Grim
0a51e2f0da exluding advert msg of random guy from twisterday reminder routine, fixes of its css 2015-05-13 00:38:36 +05:00
Simon Grim
c149e8bbc1 fixes of RegExps and behaviour of htmlFormatMsg() and slightly filterLang() 2015-05-12 20:38:41 +05:00
Simon Grim
257aedf61a crazy gonzales optimization of htmlFormatMsg() to avoid AMAP DOM interacting (but with too many RegExps), some minor optimization for postToElem(), introducing of proxyURL() 2015-05-12 04:41:32 +05:00
Simon Grim
3574c0389c even more optimization for attachPostsToStream() to avoid as much as possible of DOM traversing 2015-05-12 04:29:48 +05:00
Simon Grim
345966effd more optimization of showPosts(), renaming of it to attachPostsToStream() and applying of it in displayHashtagPending() 2015-05-10 00:32:54 +05:00
Simon Grim
4ee5ee0bde fix of ordering in postboard showPosts() 2015-05-09 10:08:06 +05:00
Simon Grim
ef210732fe optimization of postboard showPosts() and preventing of post duplication 2015-05-09 00:51:13 +05:00
Simon Grim
c60b8ef17e fix of wrong binding of functions on keyup event 2015-05-06 21:52:49 +05:00
Simon Grim
9fb767619e fix of twistday reminder doesnt show list if there is less than 2 twisters in it 2015-05-06 21:43:01 +05:00
Denis Ryabov
ec24f22ee1 Fix new posts notification button 2015-04-28 21:57:51 +03:00
erqan
ce5beafc36 a little addition... 2015-04-27 13:05:39 +03:00
erqan
c0b5ce6109 updated translation for turkish 2015-04-27 12:56:17 +03:00
Miguel Freitas
cc1c5e5d11 very crude initial support to display group chat as standard direct messages.
still a lot to do: using the "from" field from group messages to display
who sent each message, options to invite, display members, change
group description, leave etc.
2015-04-24 17:49:55 -03:00
miguelfreitas
6c4ea6544a Merge pull request #250 from dryabov/patch-3
Fix "Maximum call stack size exceeded" error
2015-04-24 16:13:33 -03:00
Miguel Freitas
9dd6839036 Merge branch 'master' of github.com:miguelfreitas/twister-html 2015-04-24 16:09:33 -03:00
miguelfreitas
cc7d7ebbe7 Merge pull request #247 from shaman/master
How about next localization pack & fix locale containers?
2015-04-24 16:09:16 -03:00
Denis Ryabov
4ef977c78a Fix "Maximum call stack size exceeded" error
A dirty hack to wait for loading of wallet users list without "Maximum call stack size exceeded" error. It would be better to call `initWhoToFollow` after `loadFollowing` method is executed, but there is adventure of `setTimeout`: it reduces CPU usage if there are no users to suggest.
2015-04-24 21:54:08 +03:00
Miguel Freitas
4365e83028 filter out group aliases from listwalletusers 2015-04-24 11:36:33 -03:00
miguelfreitas
658cb76b15 Merge pull request #248 from dryabov/patch-2
Revert changes in Russian translation made by @shaman
2015-04-24 07:28:29 -03:00
Eugene Kuligin
049af87dc1 revert changes in Russian translation 2015-04-24 12:38:45 +03:00
Simon Grim
dde3a77c92 fix of tmobile 2015-04-24 14:17:07 +05:00
Denis Ryabov
43b44f14a2 Revert changes in Russian translation made by @shaman 2015-04-24 10:57:03 +03:00
Simon Grim
095b46af4f fix of tmobile textarea input 2015-04-24 12:55:21 +05:00
Eugene Kuligin
e7e31f3287 fix TwistDay ukrainian localization 2015-04-23 21:11:05 +03:00
Eugene Kuligin
852850b6e2 TwistDay ukrainian localization 2015-04-23 21:00:47 +03:00
Eugene Kuligin
7e655152ff fix typos 2015-04-23 20:42:32 +03:00
Eugene Kuligin
4829209fed Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	js/interface_localization.js
2015-04-23 20:33:01 +03:00
Simon Grim
d45f8e9376 twistday reminder strings fix and reply popup 2015-04-21 23:28:48 +05:00
Simon Grim
252f22fd69 tunning of dashboard modules 2015-04-21 19:50:10 +05:00
Simon Grim
fa825f77cd twistday reminder with most of functionality, creepy looking in nin theme 2015-04-21 02:00:05 +05:00
Eugene Kuligin
2235220ac0 update ukrainian localization 2015-04-20 04:20:52 +03:00
Eugene Kuligin
b20d6d789c update ukrainian localization 2015-04-20 03:55:10 +03:00
Eugene Kuligin
fbeee7cbf6 Merge remote-tracking branch 'origin/master' 2015-04-20 03:42:14 +03:00
Eugene Kuligin
4f60878f31 add localization support support for "Direct messages with" raw string 2015-04-20 03:39:44 +03:00
Eugene Kuligin
876304052d update ukrainian localization 2015-04-20 03:37:05 +03:00
Eugene Kuligin
00e305e169 optimize common text containers -> that fixes some untranslatable text strings (e.g. Who To Follow) 2015-04-20 03:36:00 +03:00
Miguel Freitas
e9e80f8bad it's alright to get spam from getposts eventually.
that is how it is supposed to work.
2015-04-19 14:21:34 -03:00
Miguel Freitas
e17da0ebb3 use UI language as a first guess for the preferred spam language.
(maybe we should add another option for that)
2015-04-19 14:01:41 -03:00
miguelfreitas
91cc1f4182 Merge pull request #242 from slr/tasty-appearance-options
option to disable toptrends module
2015-04-17 15:29:13 -03:00
Eugene Kuligin
0c866d32c8 update ukrainian localization 2015-04-17 13:48:38 +03:00
Eugene Kuligin
6176a3de52 update ukrainian localization 2015-04-17 10:54:45 +03:00
Eugene Kuligin
1f7dd4cc1c next part of ukrainian translation 2015-04-17 03:27:44 +03:00
Eugene Kuligin
b0bd9e3d8b the next part of ukrainian translation 2015-04-17 01:33:32 +03:00
Eugene Kuligin
7256490496 fixed definition of string 2015-04-17 01:12:43 +03:00
Simon Grim
bd65f882bd option.js clean-ups, default value for getIsFollowingMeOpt 2015-04-17 01:36:58 +05:00
Eugene Kuligin
89786933a1 fixed translation error 2015-04-16 23:14:16 +03:00
Eugene Kuligin
257823bbf8 translate some ukrainian strings and fixed few syntactic bugs 2015-04-16 22:22:43 +03:00
Simon Grim
fe5c051081 option to disable toptrends module 2015-04-17 00:11:33 +05:00
Simon Grim
8765e98a01 option to disable who-to-follow module 2015-04-14 22:39:20 +05:00
Simon Grim
ae2af33506 fix of post splitting 2015-04-13 01:20:41 +05:00
Simon Grim
4c1645858b fix of post splitting 2015-04-10 06:59:57 +05:00
Simon Grim
b7da08f31d fix of post splitting, $.fn.caret, licenses for caret, franc and notify modules 2015-04-09 22:09:05 +05:00
Simon Grim
15aaefd484 fix of post splitting 2015-04-09 03:13:41 +05:00
YFdyh000
2e4e130dca Change to "Chinese Simplified" (zh-CN) only 2015-04-02 07:07:10 +08:00
YFdyh000
343b4b4d9f Update Chinese localization 2015-04-02 07:07:07 +08:00
miguelfreitas
3bce0ec86f Merge pull request #235 from digital-dreamer/update-czech
Update Czech localization
2015-03-31 07:36:30 -03:00
digital dreamer
d64ae2aefd Update Czech localization 2015-03-30 22:34:20 +02:00
Simon Grim
0e37dc7537 hiding of mentions autocomleting if posts before appear, tuning of css 2015-03-30 23:26:07 +05:00
Simon Grim
6ad8f87bdd global fix of mentions autocomleting, upd of jquery.textcomplete 2015-03-30 05:16:41 +05:00
Simon Grim
91a2fdec18 fix for showing of promoted posts, zh localizaion of notifications, replacement of couldnt_find_any_posts string by common slider 2015-03-28 10:22:56 +05:00
Simon Grim
e1fd570d10 fixes of lang filtering & posts showning, of localization, especially for de,fr,ru,zh, option for autoupdating of TopTrends, UPD of SASS for nin 2015-03-27 22:19:25 +05:00
Simon Grim
81111a78f4 filtering of Searching & TopTrends, checkboxes, autoupdating of TopTrends in 2 min, not filtering retwists of our own posts, localization for tr 2015-03-26 21:59:42 +05:00
Simon Grim
fb95e64011 updated franc.js, fixes of filtering, localization for de,fr,ru,zh 2015-03-25 18:52:20 +05:00
Simon Grim
8515059eea postboard lang filtering, its options, tuning of shining 2015-03-24 22:53:54 +05:00
Simon Grim
42f0e54861 caching of pending post, tuning of timeline updating 2015-03-23 19:31:07 +05:00
Simon Grim
473fdb8c24 deleted notification of mention that is appearing too late 2015-03-11 00:07:56 +05:00
Simon Grim
dd9f6bcc63 deleting all user retwisted posts when unfollow 2015-03-10 23:55:29 +05:00
Simon Grim
64e85c3601 deleting user self-retwisted posts when unfollow, fix of follow button placement in who-to-follow, workaround checks of in TwisterFollowing.update 2015-03-10 23:36:09 +05:00
Simon Grim
33bea37ae0 improve of timeline updates, fix of follow button event handler 2015-03-10 22:23:28 +05:00
Simon Grim
61c329efed deleting posts on unfollowing and exlude user from further getposts calls 2015-03-09 21:55:42 +05:00
Simon Grim
8178c6e5f8 fix of window resize things, set font size to follow button, remove instead detach on modal closing 2015-03-09 12:21:06 +05:00
Denis Ryabov
cd06996b62 &amp; should be reversed last (to correctly transform "&amp;lt;" to "&lt;" and not to "<") 2015-03-08 20:46:35 +03:00
Denis Ryabov
6ca9151eb2 fix apostrophe in URLs (currently it is displayed as &apos;) 2015-03-08 19:19:43 +03:00
miguelfreitas
e03b1da4d2 Merge pull request #229 from slr/tasty-fixes
a few fixes and improvements of UI glitches
2015-03-08 11:21:53 -03:00
Simon Grim
9281f8f6a7 fix of follow-unfollow button behaviour, multiple fixes and improvements of UI glitches, adding of missing players 2015-03-07 07:16:45 +05:00
miguelfreitas
6e30563abb Merge pull request #227 from slr/tasty-fixes
few quick fixes
2015-03-06 11:26:53 -03:00
Simon Grim
ac59448db0 prompt template to following, follow-unfollow window events and listeners, MAL.showMentions and MAL.showDMchat, notify.js to tmobile 2015-03-05 21:40:52 +05:00
miguelfreitas
ddbfbb6cf0 Merge pull request #228 from Tschaul/duplicate-posts-fix
Fixing duplicate posts when scrolling in profile view
2015-03-04 18:38:14 -03:00
Julian Steinwachs
8d38810865 Fixing duplicate posts when crolling in profile view 2015-03-04 16:51:04 +01:00
Simon Grim
62af762e9a missing stuff of follow button and following config localization 2015-03-04 05:21:50 +05:00
Simon Grim
44462098ef various fixes around follow button 2015-03-04 04:26:20 +05:00
Simon Grim
baf1060030 switch to home page when clicking on notify, watch hash on loading, return scrolling after modal, primary-btn-only expand 2015-03-01 13:31:56 +05:00
miguelfreitas
aede1231b5 Merge pull request #226 from Tschaul/issue224_twister-in-subdir
Fixing #224 - twister in subdir
2015-02-24 11:26:04 -03:00
Julian Steinwachs
11bef01ac4 Fixing #224 - twister in subdir 2015-02-23 15:16:29 +01:00
Simon Grim
a70b751d96 removed calls of non-event e in openMentionsModal 2015-02-16 12:32:12 +05:00
Simon Grim
99063d6e37 added focusing on tab after click on notificaton, removed notification in modal of mentions, fixed something 2015-02-16 02:51:57 +05:00
Simon Grim
85a6deaa7c fixed localization of notifications options 2015-02-15 12:23:26 +05:00
Simon Grim
7aa999fc9a added options of desktop notifications, fixed somewhat 2015-02-15 01:49:19 +05:00
Simon Grim
f9d7b22aef added postboard updating after retwist, fixed UI issues of retwist-reply prompts and DM reply form 2015-02-10 00:37:54 +06:00
Simon Grim
028492166f fixed notification handling, added localization lines 2015-02-08 22:31:02 +06:00
Simon Grim
3ae61f3f97 added requesting of permission, fixed behaviour when it denied, fixed alerts lines 2015-02-08 13:28:59 +06:00
Simon Grim
581d6c0a8d removed notification when sending own post or DM, fixed hashtag searching and message about sending 2015-02-07 23:21:19 +06:00
Simon Grim
09f4a64980 initial commit of desktop notifications via notify.js by alexgibson 2015-02-06 10:00:23 +06:00
Miguel Freitas
104986c808 remove extra parenthesis 2015-01-24 16:24:27 -02:00
Julian Steinwachs
69fdace49f fixed bug: back button shows up when navigated to first modal in history 2015-01-24 09:44:48 +01:00
Julian Steinwachs
40246e6e65 no more location.reload() 2015-01-23 10:15:56 +01:00
Julian Steinwachs
a688dc5958 working hashscheme for conversation modal 2015-01-23 09:48:30 +01:00
Julian Steinwachs
d52ad05630 somewhat working hashscheme for conversation modal 2015-01-23 09:08:52 +01:00
Julian Steinwachs
299772ee88 tweaking nin theme 2015-01-22 21:22:23 +01:00
Julian Steinwachs
3266426eaa back button binding is now in html, seams more robust 2015-01-22 20:15:22 +01:00
Julian Steinwachs
293a658302 moved style from html into themes 2015-01-22 18:11:25 +01:00
Julian Steinwachs
4880d4c972 refurbish 2015-01-22 17:22:58 +01:00
Julian Steinwachs
c42965de88 fixed an event propagation issue 2015-01-22 16:43:25 +01:00
Julian Steinwachs
12ec501d8d implemented hasscheme for who-to-follow, added additional popuplayer called prompt and moved retwist reply and following-config from the modal to the prompt 2015-01-22 15:59:00 +01:00
Julian Steinwachs
190ce55d46 cleaned up comments 2015-01-21 15:37:19 +01:00
Julian Steinwachs
c09e4199f3 seams to work with defualt theme and calm theme 2015-01-21 15:12:49 +01:00
Julian Steinwachs
fd26787549 router also following modal navigation through watchHashChange 2015-01-21 14:13:45 +01:00
Julian Steinwachs
01823434a8 streamlined all modal navigation trough the hash watching function and implemented a global back button 2015-01-21 13:38:59 +01:00
Julian Steinwachs
04b0d8f636 still experimenting 2015-01-21 12:10:04 +01:00
digital dreamer
0d0cf02431 Get current CPU count for mining on network page load 2015-01-04 11:31:22 +01:00
digital dreamer
995ec08a5a Fix #281 - change of mining CPU count not working 2015-01-04 10:08:19 +01:00
Miguel Freitas
5237b06a9e don't alarm user if blockchain is just a little bit behind 2015-01-02 15:14:06 -02:00
Miguel Freitas
86bd86fb6c get javascript crypto code into repository (not used though) 2014-12-22 19:41:33 -02:00
Miguel Freitas
4f4c720202 cache pubkeys in browser memory 2014-12-19 20:43:10 -02:00
Denis Ryabov
4e6bf5dee9 Display Traffic Information in Network page 2014-12-16 03:30:08 +03:00
Austin
49292bf61e fix multi-byte character hashtag 2014-12-06 20:54:03 -08:00
Miguel Freitas
1d58e34ff1 fix mentions url in mobile 2014-12-06 17:11:33 -02:00
Miguel Freitas
504f23017d use a more descriptive variable name 2014-12-06 10:39:30 -02:00
miguelfreitas
04ffaa588d Merge pull request #209 from slr/tasty-fix-add-following-method
add following config method modal, fix some related
2014-12-06 10:31:16 -02:00
digital dreamer
76d0373101 Register protocol handler only once 2014-12-04 21:35:27 +01:00
Simon Grim
d998de6299 fix follow button behavior 2014-12-05 01:13:45 +06:00
Simon Grim
5e7a6f50df add following config method modal, fix some related 2014-12-04 09:24:45 +06:00
Miguel Freitas
4f0130e1c4 use new getmentions api from twister-core 0.9.27
never miss a mention from your friends anymore!
2014-11-30 16:53:55 -02:00
Miguel Freitas
51a917dead fix #205 2014-11-30 16:18:23 -02:00
Miguel Freitas
1a79865b77 use #mentions?user= for mentions, add new button to user profile.
calm theme needs some layout fixing for the new button (a sync with their repo is badly needed)
2014-11-14 18:39:33 -02:00
Miguel Freitas
ce738a5315 quick hack to prevent mixing old hashtag requests into current modal 2014-11-14 17:45:07 -02:00
Miguel Freitas
b5baa85362 improving hashtag modal latency 2014-11-14 17:34:34 -02:00
Miguel Freitas
8099b91d1a fix "There aren't any posts with this hashtag" bug 2014-11-14 17:21:05 -02:00