Simon Grim
|
57cc22a2fc
|
don't store avatar to local storage if it is 'img/genericPerson.png', #339
|
2016-01-17 23:48:39 +05:00 |
|
Simon Grim
|
e82959efde
|
restyle getAvatar()
|
2016-01-17 23:45:38 +05:00 |
|
Simon Grim
|
65c5278169
|
reduce accuracy of time property of storage items to seconds to save some space of local storage, #339
|
2016-01-17 23:36:14 +05:00 |
|
Simon Grim
|
c07e6281ba
|
add removing of old cached avatars and profiles from localStorage, see #339
|
2016-01-17 02:52:43 +05:00 |
|
Simon Grim
|
ac4bb8718b
|
quick fix of DMs openning
|
2016-01-10 21:47:57 +05:00 |
|
Simon Grim
|
8608a9d235
|
fix modals' closing on window history navigation
|
2016-01-10 03:25:40 +05:00 |
|
Simon Grim
|
3da830567d
|
fix window history navigation (and in particular bring back forward button, pardon the pun)
|
2016-01-10 03:22:28 +05:00 |
|
erqan
|
b7929abe29
|
fix typo..
|
2016-01-09 14:40:51 +02:00 |
|
Simon Grim
|
e94a813587
|
add check if cbFunc is function to focusModalWithElement()
|
2016-01-09 00:03:11 +05:00 |
|
Simon Grim
|
0599685df4
|
add sound and desktop notification and counter indication if we got new DMs in minimized modal
|
2016-01-09 00:02:12 +05:00 |
|
Simon Grim
|
a6b89ce271
|
rename some vars and restyle a bit in js/twister_directmsg.js
|
2016-01-09 00:00:40 +05:00 |
|
Simon Grim
|
0b68a00481
|
insignificant optimization of vars in postSubmit()
|
2016-01-08 23:58:56 +05:00 |
|
Miguel Freitas
|
f7094887d7
|
hide empty posts (without text)
|
2015-12-24 14:07:07 -02:00 |
|
Miguel Freitas
|
3b1428c441
|
report listening ports and test if they are open (using an external site)
|
2015-12-24 13:46:07 -02:00 |
|
Miguel Freitas
|
00fa7904a9
|
bytes, not bits
|
2015-12-24 13:08:16 -02:00 |
|
slr
|
85a6ecbd32
|
Merge pull request #334 from erqan/patch-1
update tr translation
|
2015-12-09 13:32:55 +05:00 |
|
erqan
|
0433315bf7
|
update tr...
|
2015-12-07 16:41:26 +02:00 |
|
Erkan Yilmaz
|
7689d1af2e
|
DE: +3 localized group msg items
see https://github.com/miguelfreitas/twister-html/pull/332
|
2015-12-07 11:31:17 +01:00 |
|
Simon Grim
|
316ea505f1
|
fix of wrong options' notification test setup
|
2015-12-03 14:06:12 +05:00 |
|
Simon Grim
|
9279b93edf
|
fix of unwanted watchHashChange() initialization
|
2015-12-03 03:37:40 +05:00 |
|
Simon Grim
|
6a6b3aba5d
|
fix updating of minimized modals / add resuming from desktop notifications
|
2015-12-03 03:31:49 +05:00 |
|
Simon Grim
|
44641a5271
|
rewrite showDesktopNotification()
|
2015-12-03 03:24:22 +05:00 |
|
Simon Grim
|
5acb60a7c8
|
fix miguelfreitas/twister-html#330: posts' wrong ordering
|
2015-11-28 12:55:18 +05:00 |
|
Xue Fuqiao
|
a3e1b0f9b5
|
Minor fix for zh-CN translation
|
2015-11-26 20:14:46 +08:00 |
|
Simon Grim
|
7d35a50b20
|
add check if target element exists to getAvatar()
|
2015-11-21 03:45:17 +05:00 |
|
Simon Grim
|
bc309abb0a
|
add setting of avatar image in right upper dropdown menu
|
2015-11-21 03:34:50 +05:00 |
|
Simon Grim
|
25163ed1c5
|
fix missed parameters in htmlFormatMsg()
|
2015-11-21 02:35:40 +05:00 |
|
Simon Grim
|
07d8f171ee
|
tune confirm_switch_to_network pop-up
|
2015-11-20 03:24:11 +05:00 |
|
Simon Grim
|
0d2b64b778
|
replace window.confirm() with confirmPopup() for 'confirm_terminate_daemon' confirmation
|
2015-11-20 01:19:26 +05:00 |
|
Simon Grim
|
813a5984d0
|
make confirmPopup() to apply htmlFormatMsg() with enabled markout to text of confirmation message
|
2015-11-20 01:09:08 +05:00 |
|
Simon Grim
|
f90c1db413
|
add 'opt' parameter object to htmlFormatMsg(), initially to set markout applicability
|
2015-11-20 01:00:30 +05:00 |
|
Simon Grim
|
4466c72814
|
make confirmPopup() to be able to fetch req object from event.data
|
2015-11-19 23:29:24 +05:00 |
|
Simon Grim
|
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
|
2015-11-19 22:22:32 +05:00 |
|
Simon Grim
|
e28e824a94
|
add ability to minimize and resume modal buttons
|
2015-11-19 01:09:04 +05:00 |
|
Simon Grim
|
b622635952
|
rewrite processDmConversation() to avoid appending of double posts in DMs
|
2015-11-18 16:59:19 +05:00 |
|
Erkan Yilmaz
|
d7acc2d14d
|
DE for "new group msg"
|
2015-11-14 13:31:03 +01:00 |
|
Xue Fuqiao
|
765f33564f
|
Update zh-CN translation
|
2015-11-14 14:58:02 +08:00 |
|
Simon Grim
|
8163a7ebad
|
tune 'twisted again by @' line to make it translateable & more cuztomizable
|
2015-11-04 01:29:43 +05:00 |
|
Сёма Мрачный
|
f5937880d1
|
Merge pull request #320 from erqan/blaster
add time of RT to post's 'twisted again by @' line...
|
2015-11-03 21:35:12 +05:00 |
|
Simon Grim
|
8feb66bc72
|
optimize attachPostsToStream()
|
2015-11-03 21:13:58 +05:00 |
|
erqan
|
45c6b969ed
|
rt time...
|
2015-11-03 17:42:34 +03:00 |
|
Erkan Yilmaz
|
7e8fd60f7c
|
typo
see https://github.com/miguelfreitas/twister-html/pull/318
|
2015-11-03 13:20:45 +01:00 |
|
Simon Grim
|
c4a5b6f98c
|
replace window.confirm() with confirmPopup() for 'switch to network.html' confirmation
|
2015-11-02 04:33:51 +05:00 |
|
Simon Grim
|
614d96b470
|
delete missed console.log
|
2015-11-02 02:30:01 +05:00 |
|
Simon Grim
|
1d1abd24ad
|
add informational popup after profile saving
|
2015-11-02 02:26:19 +05:00 |
|
Simon Grim
|
b2e2ba308c
|
tune confirmPopup()
|
2015-11-02 02:15:58 +05:00 |
|
Simon Grim
|
50827a6691
|
individual new messages counters in DM modals for each peer/group
|
2015-10-30 04:28:23 +05:00 |
|
Simon Grim
|
f8b8b777a1
|
applying of htmlFormatMsg() for 'bio' field in peer/group profile
|
2015-10-27 21:31:04 +05:00 |
|
Simon Grim
|
1afe26afb3
|
fix check for emptiness of input in htmlFormatMsg()
|
2015-10-24 02:10:58 +05:00 |
|
Simon Grim
|
d5bbe2c6f1
|
replace .parents() method with .closest() — need only first ancestor
|
2015-10-24 01:39:22 +05:00 |
|