Commit Graph

470 Commits

Author SHA1 Message Date
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
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
Simon Grim
2cfaae8568 fix misspelling of 'shorten' verb 2016-03-22 23:12:34 +05:00
Simon Grim
aad737f10d fix RPC console warnings 2016-03-22 21:31:12 +05:00
Simon Grim
ee7f84d2b6 add and fix checks for daemon version and input data for short URI related functions 2016-03-22 17:43:04 +05:00
Simon Grim
2c26754228 add dummy URI shortener with link in .userMenu-config-dropdown 2016-03-22 01:54:56 +05:00
Simon Grim
21ee46a466 add appending of twists' elements to twister.html.detached immediately after creation
to be able to select them via getElem() in situation where they are not selected because not appended yet to body
e.g. it fixes case when fetched short URIs can't be applied on twists which are created in newConversationModal()
2016-03-21 23:53:51 +05:00
Simon Grim
08856095b0 fix applyShortenedURI() to handle detached elements too 2016-03-21 23:10:50 +05:00
Simon Grim
7542eddf5b fix console warning for decodeShortURI() 2016-03-21 22:58:42 +05:00
Simon Grim
c5d178779d rewrite of twister_io.js: indentation, vars renaming, styling, console messages, misc 2016-03-21 22:55:51 +05:00
Miguel Freitas
f0d80e25c0 reuse the same mechanism that limits parallel dhtgets also for decodeshorturl 2016-03-20 18:44:28 -03:00
Simon Grim
7d0ee60aba add caching of shortened URIs after fetching 2016-03-21 00:55:32 +05:00
Simon Grim
3e43fdb594 add fetching of shortened URIs
see a00dfcf247
and also cb020faba8 for daemon version
2016-03-20 22:49:50 +05:00
Simon Grim
68fe2b0174 add workaround to be able to play sound notifications on Firefox 2016-03-09 01:23:39 +05:00
Simon Grim
9ac1daabf1 add volume parameter to playSound() 2016-03-09 01:23:30 +05:00
Erkan Yilmaz
b4abc9a4ab DE: typo 2016-02-25 19:27:38 +01:00
Simon Grim
3d68b90ef9 fix wrong bindings for hyperlinks in fillElemWithTxt() 2016-02-23 01:08:01 +05:00
Simon Grim
17bfce7c43 delete console.log() in htmlFormatMsg() for empty input string 2016-02-22 17:10:54 +05:00
Simon Grim
a9e750c257 apply fillElemWithTxt() where htmlFormatMsg() was applied 2016-02-22 17:09:01 +05:00
Simon Grim
d33f77a44e add fillElemWithTxt() to fill elements with formatted text with bind actions on it 2016-02-22 16:40:04 +05:00
Simon Grim
f656997fa4 fix muteEvent()'s default behaviour preventing 2016-02-22 16:03:09 +05:00
Simon Grim
8533e8c6e7 fix routeOnClick()'s routing in new tab 2016-02-22 16:02:12 +05:00
Simon Grim
c306ef4401 change refreshTwistdayReminder() to match first twist time in local shift, like it was New Year event; fix for #344 2016-02-20 20:58:57 +05:00
kissge
e1de767f34 Make sure defaultScreenName is loaded as a string value
This fixes the problem that users with screen name consisting only digit characters cannot login.
See #342.
2016-02-19 11:44:40 +09:00
Simon Grim
d1351e9c7e fix profile-edit missed popup message on saving: wrong text variable name 2016-02-16 18:56:55 +05:00
Simon Grim
b0c2bacb15 fix modals' minimising-resuming-closing in some conditions 2016-02-16 04:46:47 +05:00
Simon Grim
bf88024cb3 fix modals' scroll on resuming 2016-02-16 04:17:33 +05:00
Simon Grim
44e190bc4a make link to more followers in profile to be openning followers modal 2016-02-16 03:48:39 +05:00
Simon Grim
1f95dcb534 fix openFollowersModal() to show not only local user's followers 2016-02-16 03:35:34 +05:00
Simon Grim
606dd0ad67 rewrite getFullname() 2016-02-16 01:16:57 +05:00
Simon Grim
a4f2d87678 add .followers-list updating on twisterFollowingO.knownFollowers updating 2016-02-15 23:53:12 +05:00
Simon Grim
9baa250ef0 rename followingList related stuff, delete MAL.followingListLoaded() 2016-02-15 22:56:05 +05:00
Simon Grim
b8f0c104a9 delete needless .open-following-page binding 2016-02-15 22:40:21 +05:00
Simon Grim
57374638e0 add #followers modal with brief explanation of current inability of obtaining of complete followers list 2016-02-15 22:32:37 +05:00
Simon Grim
88c3f6f6ef fix confirm_terminate_daemon popup text to be polygloted when showing 2016-02-15 15:22:40 +05:00
Simon Grim
d0098f9f3e make confirmPopup() to be able to polyglot .txtMessage at execution 2016-02-15 15:18:06 +05:00
Simon Grim
fae9122cf7 make alertPopup() available to use on events 2016-02-15 01:05:24 +05:00
Simon Grim
702bfd0f96 fix wrong selector which is used to hide following config for ourself in Following 2016-02-09 23:20:39 +05:00
Simon Grim
78af1e6bf1 add open in new modal by MMB & open in new tab by ctrl+LMB; fix misc hash handling 2016-02-04 00:03:45 +05:00
Simon Grim
f6f807205b optimization of DMs list handling 2016-02-03 22:04:53 +05:00