Commit Graph

  • 90d0861a5c Merge pull request #346 from Erkan-Yilmaz/patch-5 slr 2016-02-26 02:28:00 +0500
  • b4abc9a4ab DE: typo Erkan Yilmaz 2016-02-25 19:27:38 +0100
  • 3d68b90ef9 fix wrong bindings for hyperlinks in fillElemWithTxt() Simon Grim 2016-02-23 01:08:01 +0500
  • 17bfce7c43 delete console.log() in htmlFormatMsg() for empty input string Simon Grim 2016-02-22 17:10:54 +0500
  • a9e750c257 apply fillElemWithTxt() where htmlFormatMsg() was applied Simon Grim 2016-02-22 17:09:01 +0500
  • d33f77a44e add fillElemWithTxt() to fill elements with formatted text with bind actions on it Simon Grim 2016-02-22 16:40:04 +0500
  • f656997fa4 fix muteEvent()'s default behaviour preventing Simon Grim 2016-02-22 16:03:09 +0500
  • 8533e8c6e7 fix routeOnClick()'s routing in new tab Simon Grim 2016-02-22 16:02:12 +0500
  • c306ef4401 change refreshTwistdayReminder() to match first twist time in local shift, like it was New Year event; fix for #344 Simon Grim 2016-02-20 20:56:20 +0500
  • 2ecc561560 Merge pull request #343 from kissge/digit-screen-name slr 2016-02-19 11:59:52 +0500
  • e1de767f34 Make sure defaultScreenName is loaded as a string value kissge 2016-02-19 11:44:40 +0900
  • 8394d8f0f2 fix profile-edit missed popup message on saving: missed htmlFormatMsg() definitioin Simon Grim 2016-02-16 19:01:14 +0500
  • d1351e9c7e fix profile-edit missed popup message on saving: wrong text variable name Simon Grim 2016-02-16 18:56:55 +0500
  • 904c9315fc add multiline for 'describe youself' in profile-edit; to fix #277 finally Simon Grim 2016-02-16 18:47:22 +0500
  • b0c2bacb15 fix modals' minimising-resuming-closing in some conditions Simon Grim 2016-02-16 04:46:47 +0500
  • bf88024cb3 fix modals' scroll on resuming Simon Grim 2016-02-16 04:17:33 +0500
  • 44e190bc4a make link to more followers in profile to be openning followers modal Simon Grim 2016-02-16 03:48:39 +0500
  • 1f95dcb534 fix openFollowersModal() to show not only local user's followers Simon Grim 2016-02-16 03:35:34 +0500
  • 606dd0ad67 rewrite getFullname() Simon Grim 2016-02-16 01:16:57 +0500
  • a4f2d87678 add .followers-list updating on twisterFollowingO.knownFollowers updating Simon Grim 2016-02-15 23:53:12 +0500
  • 9baa250ef0 rename followingList related stuff, delete MAL.followingListLoaded() Simon Grim 2016-02-15 22:56:05 +0500
  • b8f0c104a9 delete needless .open-following-page binding Simon Grim 2016-02-15 22:40:21 +0500
  • 57374638e0 add #followers modal with brief explanation of current inability of obtaining of complete followers list Simon Grim 2016-02-15 22:27:37 +0500
  • 88c3f6f6ef fix confirm_terminate_daemon popup text to be polygloted when showing Simon Grim 2016-02-15 15:22:40 +0500
  • d0098f9f3e make confirmPopup() to be able to polyglot .txtMessage at execution Simon Grim 2016-02-15 15:18:06 +0500
  • fae9122cf7 make alertPopup() available to use on events Simon Grim 2016-02-15 01:05:24 +0500
  • 702bfd0f96 fix wrong selector which is used to hide following config for ourself in Following Simon Grim 2016-02-09 23:20:39 +0500
  • d1a520fccd fix of #341: increase .following-own-modal width Simon Grim 2016-02-04 23:20:15 +0500
  • 78af1e6bf1 add open in new modal by MMB & open in new tab by ctrl+LMB; fix misc hash handling Simon Grim 2016-02-04 00:03:45 +0500
  • f6f807205b optimization of DMs list handling Simon Grim 2016-02-03 22:04:53 +0500
  • 8bb4216ac8 more accurate postExpandFunction() click binding Simon Grim 2016-02-03 18:04:42 +0500
  • 7614201d85 attach templates to twister.tmpl.root instead twister.html.detached Simon Grim 2016-02-03 12:02:47 +0500
  • 82ec957172 closeModal() after group leaving instead unsatisfactory history.back() Simon Grim 2016-02-03 01:51:33 +0500
  • 77d51b77c2 fix join-group-import-key inputs via slight rewriting of importSecretKeypress(), move last one to js/interface_common.js Simon Grim 2016-02-03 01:39:35 +0500
  • 322d6b7062 add nuteEvent wrapper over event.stopPropagation() to prevent misc unwanted things Simon Grim 2016-02-03 01:29:41 +0500
  • 8c9c5f9293 The Natural Born Twister. Mess-O-Rama Music Vol. 2: Songs About Templates, Followings, Confirms, Alerts, Blank Windows And Clicks Simon Grim 2016-01-31 11:23:07 +0500
  • 76a0d16836 avatar images' base64 encoding-decoding for gif for local storage, #339 Simon Grim 2016-01-18 11:24:29 +0500
  • f9ca714791 avatar images' base64 encoding-decoding for jpeg and png for local storage, #339 Simon Grim 2016-01-18 10:59:55 +0500
  • 573d28723b compress a bit avatar images' base64 headers for jpeg and png for local storage, #339 Simon Grim 2016-01-18 00:21:19 +0500
  • 57cc22a2fc don't store avatar to local storage if it is 'img/genericPerson.png', #339 Simon Grim 2016-01-17 23:48:39 +0500
  • e82959efde restyle getAvatar() Simon Grim 2016-01-17 23:45:38 +0500
  • 65c5278169 reduce accuracy of time property of storage items to seconds to save some space of local storage, #339 Simon Grim 2016-01-17 23:36:14 +0500
  • c07e6281ba add removing of old cached avatars and profiles from localStorage, see #339 Simon Grim 2016-01-17 02:52:43 +0500
  • f4f9f30221 fix #337: add twister_timeline.js to following.html Simon Grim 2016-01-17 00:42:14 +0500
  • d9f21124c9 Merge pull request #336 from miguelfreitas/blaster miguelfreitas 2016-01-11 09:07:06 -0200
  • ac4bb8718b quick fix of DMs openning Simon Grim 2016-01-10 21:47:57 +0500
  • 8608a9d235 fix modals' closing on window history navigation Simon Grim 2016-01-10 03:25:40 +0500
  • 3da830567d fix window history navigation (and in particular bring back forward button, pardon the pun) Simon Grim 2016-01-10 03:22:28 +0500
  • 2fe0fbc619 Merge pull request #335 from erqan/blaster miguelfreitas 2016-01-09 11:09:09 -0200
  • dde91776e3 open port testings in new tab erqan 2016-01-09 14:43:20 +0200
  • b7929abe29 fix typo.. erqan 2016-01-09 14:40:51 +0200
  • e94a813587 add check if cbFunc is function to focusModalWithElement() Simon Grim 2016-01-09 00:03:11 +0500
  • 0599685df4 add sound and desktop notification and counter indication if we got new DMs in minimized modal Simon Grim 2016-01-09 00:02:12 +0500
  • a6b89ce271 rename some vars and restyle a bit in js/twister_directmsg.js Simon Grim 2016-01-09 00:00:40 +0500
  • 0b68a00481 insignificant optimization of vars in postSubmit() Simon Grim 2016-01-08 23:58:56 +0500
  • f7094887d7 hide empty posts (without text) Miguel Freitas 2015-12-24 14:07:07 -0200
  • 3b1428c441 report listening ports and test if they are open (using an external site) Miguel Freitas 2015-12-24 13:46:07 -0200
  • 00fa7904a9 bytes, not bits Miguel Freitas 2015-12-24 13:08:16 -0200
  • 85a6ecbd32 Merge pull request #334 from erqan/patch-1 slr 2015-12-09 13:32:55 +0500
  • 4d96278157 Merge pull request #333 from Erkan-Yilmaz/patch-5 slr 2015-12-09 10:52:53 +0500
  • 0433315bf7 update tr... erqan 2015-12-07 16:41:26 +0200
  • 7689d1af2e DE: +3 localized group msg items Erkan Yilmaz 2015-12-07 11:31:17 +0100
  • 316ea505f1 fix of wrong options' notification test setup Simon Grim 2015-12-03 14:06:12 +0500
  • 9279b93edf fix of unwanted watchHashChange() initialization Simon Grim 2015-12-03 03:37:40 +0500
  • 6a6b3aba5d fix updating of minimized modals / add resuming from desktop notifications Simon Grim 2015-12-03 03:31:49 +0500
  • 44641a5271 rewrite showDesktopNotification() Simon Grim 2015-12-03 03:24:22 +0500
  • 5acb60a7c8 fix miguelfreitas/twister-html#330: posts' wrong ordering Simon Grim 2015-11-28 12:55:18 +0500
  • 294ce55f05 Merge pull request #331 from xfq/zh-CN slr 2015-11-27 00:03:52 +0500
  • a3e1b0f9b5 Minor fix for zh-CN translation Xue Fuqiao 2015-11-26 20:14:46 +0800
  • 7d35a50b20 add check if target element exists to getAvatar() Simon Grim 2015-11-21 03:45:17 +0500
  • bc309abb0a add setting of avatar image in right upper dropdown menu Simon Grim 2015-11-21 03:34:50 +0500
  • e59e4f11f0 tune CSS for right upper dropdown menu items in original and calm themes Simon Grim 2015-11-21 03:21:05 +0500
  • 25163ed1c5 fix missed parameters in htmlFormatMsg() Simon Grim 2015-11-21 02:35:40 +0500
  • 07d8f171ee tune confirm_switch_to_network pop-up Simon Grim 2015-11-20 03:24:11 +0500
  • 4039af6dc4 tune CSS for confirmation message in original and calm themes Simon Grim 2015-11-20 03:22:31 +0500
  • 0d2b64b778 replace window.confirm() with confirmPopup() for 'confirm_terminate_daemon' confirmation Simon Grim 2015-11-20 01:19:26 +0500
  • 813a5984d0 make confirmPopup() to apply htmlFormatMsg() with enabled markout to text of confirmation message Simon Grim 2015-11-20 01:09:08 +0500
  • f90c1db413 add 'opt' parameter object to htmlFormatMsg(), initially to set markout applicability Simon Grim 2015-11-20 01:00:30 +0500
  • 4466c72814 make confirmPopup() to be able to fetch req object from event.data Simon Grim 2015-11-19 23:29:24 +0500
  • 07beae2a42 fix unwanted minimizing of active modal in case of resuming of some other minimized modal in case if it happens not in result of clicking on it's resume button Simon Grim 2015-11-19 22:22:32 +0500
  • e28e824a94 add ability to minimize and resume modal buttons Simon Grim 2015-11-19 01:09:04 +0500
  • b622635952 rewrite processDmConversation() to avoid appending of double posts in DMs Simon Grim 2015-11-18 16:59:19 +0500
  • 73ae8a96cd Merge pull request #328 from Erkan-Yilmaz/patch-3 slr 2015-11-14 20:01:43 +0500
  • d7acc2d14d DE for "new group msg" Erkan Yilmaz 2015-11-14 13:31:03 +0100
  • c6ca4ec758 Merge pull request #327 from xfq/zh-CN slr 2015-11-14 12:44:12 +0500
  • 765f33564f Update zh-CN translation Xue Fuqiao 2015-11-14 14:58:02 +0800
  • 3ae58616cf add example to placeholder text of group DM invitation form Simon Grim 2015-11-12 11:50:45 +0500
  • b6bedbbe48 Merge branch 'blaster' Miguel Freitas 2015-11-09 11:41:40 -0200
  • ba96570f4a Merge branch 'master' into blaster Miguel Freitas 2015-11-09 11:40:02 -0200
  • c439ae3a03 Merge pull request #322 from Spheerys/blaster Сёма Мрачный 2015-11-04 20:26:37 +0500
  • 0803618848 Add shortcut parameter inside favicon html code of all html files Hedy Dargère 2015-11-04 15:04:04 +0100
  • 8163a7ebad tune 'twisted again by @' line to make it translateable & more cuztomizable Simon Grim 2015-11-04 01:29:43 +0500
  • f5937880d1 Merge pull request #320 from erqan/blaster Сёма Мрачный 2015-11-03 21:35:12 +0500
  • 8feb66bc72 optimize attachPostsToStream() Simon Grim 2015-11-03 21:13:58 +0500
  • 45c6b969ed rt time... erqan 2015-11-03 17:42:34 +0300
  • 0e26f527f0 Merge pull request #319 from Erkan-Yilmaz/patch-2 Сёма Мрачный 2015-11-03 17:38:57 +0500
  • 7e8fd60f7c typo Erkan Yilmaz 2015-11-03 13:20:45 +0100
  • c4a5b6f98c replace window.confirm() with confirmPopup() for 'switch to network.html' confirmation Simon Grim 2015-11-02 04:33:51 +0500
  • 1a8b4ea22c tune menu of profile-edit.html Simon Grim 2015-11-02 03:15:35 +0500
  • 614d96b470 delete missed console.log Simon Grim 2015-11-02 02:30:01 +0500