xdrm-brackets
|
2682584e95
|
[test] increased BUFFER_SIZE to 16384
|
2018-04-06 01:53:23 +02:00 |
xdrm-brackets
|
3d0f3fcf74
|
log when websocket disconnected
|
2018-04-06 01:52:26 +02:00 |
xdrm-brackets
|
0a4b71b321
|
wrapped websocket connection + launch with argument 'wsAddress'
|
2018-04-06 01:42:56 +02:00 |
xdrm-brackets
|
5ed03574a7
|
fix shitty scope
|
2018-04-06 01:28:27 +02:00 |
xdrm-brackets
|
1d7837b6dc
|
unknown fix #4
|
2018-04-06 01:24:42 +02:00 |
xdrm-brackets
|
9bd0d8c0c9
|
unknown fix #3
|
2018-04-06 01:23:06 +02:00 |
xdrm-brackets
|
6d42d2ec21
|
unknown fix #2
|
2018-04-06 01:21:45 +02:00 |
xdrm-brackets
|
f412d395d9
|
unknown fix
|
2018-04-06 01:20:34 +02:00 |
xdrm-brackets
|
1334d37805
|
fix de merde
|
2018-04-06 01:16:21 +02:00 |
xdrm-brackets
|
31b5dccd23
|
fix websocket message.data not message
|
2018-04-06 01:12:17 +02:00 |
xdrm-brackets
|
0b3d093cb2
|
added debug
|
2018-04-06 01:08:09 +02:00 |
xdrm-brackets
|
05eb18d0ad
|
[audio-first-try]
|
2018-04-06 00:54:13 +02:00 |
xdrm-brackets
|
ffaa2b0019
|
[main] remove log for loaded page script
|
2018-04-05 12:27:29 +02:00 |
xdrm-brackets
|
a3d39a15d2
|
[...] added GREAT debug with 'DEBUG_MOD: true' as an activation method + with console groups
|
2018-04-05 11:44:13 +02:00 |
xdrm-brackets
|
983fe0073b
|
[lib.channel-controller] remove WebSocket creation -> moved to [lib.room-controller] when the room is fetched then dumped (only when full dump(), with append: false)
|
2018-04-05 10:51:54 +02:00 |
xdrm-brackets
|
5e5fff8545
|
[lib.api-client] automatic logout when invalid authentication
|
2018-04-04 16:13:34 +02:00 |
xdrm-brackets
|
1d6ec8c5d1
|
[lib.content-controller] send { rid: .. } for each connection (will be a doublon with room.nav() for the first connection) in order for 'reconnection' to be consistent
|
2018-04-04 15:43:44 +02:00 |
xdrm-brackets
|
b7be44de64
|
[lib.content-controller] listen to 'online' and 'offline' events not to attempt to reconnect while 'offline' + reconnect automatically when back 'online'
|
2018-04-04 15:30:43 +02:00 |
xdrm-brackets
|
19388a8802
|
[lib.content-controller] managed connection status bar + limited attempts when online + unlimited offline (navigator.onLine) + increasing timeout for attempts
|
2018-04-04 15:22:34 +02:00 |
xdrm-brackets
|
fb02ba5407
|
[scss.layout][setup][vue.auth.wrapper] connection status + [lib.content-controller] connection status management from websocket state
|
2018-04-04 15:00:41 +02:00 |
xdrm-brackets
|
d56c056e5b
|
[vue.auth.channel] removed debug
|
2018-04-04 14:32:31 +02:00 |
xdrm-brackets
|
d751959e6f
|
[scss.container] fixed chrome flex-colum issue [lib.content-controller] when removing current channel -> navigate to channel{ cid: 1 }
|
2018-04-04 14:18:19 +02:00 |
xdrm-brackets
|
30541caf1c
|
[scss.container] fixed chrome flex-column issue
|
2018-04-04 12:36:57 +02:00 |
xdrm-brackets
|
32863dbe26
|
[vue.auth.channel] fix textearea cleared when message received
|
2018-04-04 12:33:44 +02:00 |
xdrm-brackets
|
17a3438e5b
|
[lib.content-controller] managed user updates (DEL, ADD, UPD)
|
2018-04-04 11:59:59 +02:00 |
xdrm-brackets
|
1c4db78b36
|
[lib.content-controller] fixed recursive websocket restart
|
2018-04-04 11:34:54 +02:00 |
xdrm-brackets
|
d077cdc909
|
[lib.client.ws] internal token management (stack kept while token does not match + pop stack only when valid token, else call onclose()) [lib.content-controller] added ws_connect() + ws_handler() [lib.channel-controller] now use ws_connect()
|
2018-04-04 11:19:31 +02:00 |
xdrm-brackets
|
49d12f935e
|
[lib.content-controller] removed users[] management
|
2018-04-03 22:19:57 +02:00 |
xdrm-brackets
|
40c0686400
|
[lib.content-controller] added channel DELETE/CREATE/UPDATE [MUST TEST]
|
2018-04-03 22:12:01 +02:00 |
xdrm-brackets
|
b76d2f8499
|
[lib.content-controller] added channel deletion + fixed VOICE rooms that kept adding over and over
|
2018-04-03 21:59:39 +02:00 |
xdrm-brackets
|
7467a0012e
|
[lib.room-controller] 'VOICE' rooms can be toggled
|
2018-04-03 20:54:33 +02:00 |
xdrm-brackets
|
bcf4dafcc5
|
[lib.room-controller] fix sending { rid: }
|
2018-04-03 20:34:16 +02:00 |
xdrm-brackets
|
2f5894c459
|
[lib.channel-controller] fix { rid: } first message after auth
|
2018-04-03 20:26:55 +02:00 |
xdrm-brackets
|
225eef262e
|
[lib.content-controller] better notification
|
2018-04-03 19:24:48 +02:00 |
xdrm-brackets
|
6dfa2b12e1
|
[lib.content-controller] manage_update() with DELETE/UPDATE/NEW_MESSAGES/CREATE rooms + notification API when messages on another room
|
2018-04-03 18:56:10 +02:00 |
xdrm-brackets
|
e8ce193cc0
|
[lib.channel-controller] fix never closed() WebSocket
|
2018-04-03 18:00:20 +02:00 |
xdrm-brackets
|
c1be9fce4e
|
[added] side-menu + works with dynamic room buffer
|
2018-04-03 17:51:39 +02:00 |
xdrm-brackets
|
4f33a1d5a3
|
[lib.authentication] updated time range to 15min
|
2018-04-03 17:21:47 +02:00 |
xdrm-brackets
|
7ac0f0e487
|
[scss.container] removed message stack apparition animation [vue.auth.channel] removed animation override
|
2018-04-03 17:14:52 +02:00 |
xdrm-brackets
|
a99d82cae2
|
[vue.auth.channel] added auto-scroll to bottom message stack when stack have 1+ more element
|
2018-04-03 17:13:11 +02:00 |
xdrm-brackets
|
e0a662a410
|
[lib.*] sending message + to refact
|
2018-04-03 15:37:18 +02:00 |
xdrm-brackets
|
7328645735
|
[lib.content-controller] remove auto_grow() to move it local (inside template [vue.auth.channel]) + added management for ENTER but not SHIFT+ENTER
|
2018-04-02 21:15:28 +02:00 |
xdrm-brackets
|
dad14da4a8
|
[lib.channel-controller] invite(username) leave() remove()
|
2018-03-29 22:59:00 +02:00 |
xdrm-brackets
|
0676b8d747
|
[page.noauth.login] fetch UID from login request
|
2018-03-29 13:22:00 +02:00 |
xdrm-brackets
|
bb8a985db3
|
[lib.field-manager] 'basic-name' now can feature dots '.'
|
2018-03-29 13:19:30 +02:00 |
xdrm-brackets
|
1ea9a713b7
|
[lib.field-manager] 'basic-name' 'url-name' cannot have trailing spaces
|
2018-03-29 13:14:37 +02:00 |
xdrm-brackets
|
32f4e9a7b3
|
[lib.popup-controller][scss.global] design for 'loading' animation in submit <button> before api response + [lib.*-controller] when called from popup will call 'gs.get.popup().hide' to remove the loading animation and close the popup
|
2018-03-29 12:56:17 +02:00 |
xdrm-brackets
|
3e3a9197b2
|
[lib.client.xhr] fix when no token do not send anything [popup] added 'room.remove' popup [lib.room-controller] method 'remove' to remove a room
|
2018-03-29 12:31:23 +02:00 |
xdrm-brackets
|
dbe360f695
|
[vue.auth.dialog][scss.dialog] added icon to remove rooms
|
2018-03-29 11:57:25 +02:00 |
xdrm-brackets
|
9400f8bff5
|
minmod
|
2018-03-29 01:45:18 +02:00 |