Commit Graph

726 Commits

Author SHA1 Message Date
388f8bc508 Merge branch 'main' into feat/push-notifications 2025-06-01 00:54:17 +02:00
a17bdc7e13 Merge branch 'main' into bugfix/fix-image-zoom-url 2025-06-01 00:53:17 +02:00
BordedDev
5711618e6e
Fix image zoom URL handling to remove width and height parameters instead of all search params 2025-06-01 00:52:02 +02:00
d022cff499 Update. 2025-06-01 00:39:53 +02:00
d4a480b5ea Update. 2025-06-01 00:38:22 +02:00
161ff392d7 Update. 2025-06-01 00:33:47 +02:00
bde3819510 Update. 2025-06-01 00:24:45 +02:00
097889ba3f Make database asnyc. 2025-05-31 23:30:41 +02:00
BordedDev
20dd16734f
Cleaned up push register handler 2025-05-31 23:29:45 +02:00
BordedDev
aec2da11f2
Implement push notification service and registration 2025-05-31 19:08:55 +02:00
BordedDev
272998f757
Updated conditional check 2025-05-31 15:28:54 +02:00
BordedDev
744d0ace84
Cleaned up code a bit 2025-05-31 15:28:54 +02:00
BordedDev
326c549670
Cleaned up code a bit 2025-05-31 15:28:54 +02:00
BordedDev
d966c9529b
Cleaned up code a bit 2025-05-31 15:28:52 +02:00
BordedDev
4350714534
Added body to push notifications 2025-05-31 15:26:46 +02:00
BordedDev
1a26cacb66
Fix up for push notifications on chrome 2025-05-31 15:26:45 +02:00
BordedDev
0057792802
Initial setup for push notifications (still has issues with fcm aka chrome/opera)
# Conflicts:
#	src/snek/templates/app.html

# Conflicts:
#	src/snek/app.py

# Conflicts:
#	src/snek/app.py
#	src/snek/templates/app.html

# Conflicts:
#	src/snek/app.py

# Conflicts:
#	src/snek/app.py
#	src/snek/static/push.js
#	src/snek/static/service-worker.js
#	src/snek/templates/app.html
2025-05-31 15:26:28 +02:00
4854d40508 Update. 2025-05-31 13:52:04 +02:00
7dd3133475 Merge pull request 'Add URL embedding functionality with metadata extraction and responsive design' () from BordedDev/snek:feat/url-embedding into main
Reviewed-on: 
Reviewed-by: retoor <retoor@noreply@molodetz.nl>
2025-05-30 19:53:22 +02:00
24dfa39f91 Update chat input. 2025-05-30 19:32:18 +02:00
BordedDev
7ec65f7c12
Cleaned up imports 2025-05-30 02:14:45 +02:00
BordedDev
4f8edef42b
Add URL embedding functionality with metadata extraction and responsive design 2025-05-30 02:13:36 +02:00
7818410d55 Upddated interval. 2025-05-29 02:42:31 +02:00
1762191b03 Update. 2025-05-28 21:49:30 +02:00
2df92e809e Added iinput mode. 2025-05-28 13:40:12 +02:00
59a8d32e40 Added iinput mode. 2025-05-28 13:36:43 +02:00
c3b3963760 Fix cross typing. 2025-05-28 12:31:17 +02:00
a0cd39e3bc Fix cross typing. 2025-05-28 12:29:01 +02:00
e48b2258e0 Made live typing default. 2025-05-28 11:38:16 +02:00
35aaf8824f Fixed directory does not exist bug. 2025-05-28 10:40:05 +02:00
76c69ca3ec Is finalized 2025-05-27 23:14:06 +02:00
9994225911 Update sort. 2025-05-27 22:22:32 +02:00
03f699e448 Updated online users. 2025-05-27 22:16:41 +02:00
2fd01a5ab7 Stars update. 2025-05-27 14:28:07 +02:00
96629113f1 Most recent users. 2025-05-27 14:03:01 +02:00
973afa0cc2 Scrolled to bottom fix. 2025-05-27 12:33:04 +02:00
9bc55e771a Scrolled to bottom fix. 2025-05-27 12:30:42 +02:00
40a292d05e Scrolled to bottom fix. 2025-05-27 12:21:40 +02:00
bf723db2cc Scrolled to bottom fix. 2025-05-27 12:16:47 +02:00
46052172b2 Scrolled to bottom fix. 2025-05-27 12:14:02 +02:00
4f777f0003 Scrolled to bottom fix. 2025-05-27 12:12:03 +02:00
b5e1ba72d0 Scrolled to bottom fix. 2025-05-27 12:10:26 +02:00
df120098f9 Scrolled to bottom fix. 2025-05-27 12:08:53 +02:00
1c1d578db7 Fixed mentions. 2025-05-27 12:06:35 +02:00
69352fe0b5 Fixed mentions. 2025-05-27 11:45:23 +02:00
fb3980dad0 Removed last-message. 2025-05-27 11:03:25 +02:00
6c21a1e619 Async load users. 2025-05-27 10:57:18 +02:00
112c0dc70a Update channel message. 2025-05-27 10:50:09 +02:00
538a9ce25d Scrolled to bottom fix. 2025-05-27 10:43:44 +02:00
cdc3d10df5 Moved method. 2025-05-27 10:33:00 +02:00
1b150e3e64 Moved method. 2025-05-27 10:33:00 +02:00
27dccc324a Moved method. 2025-05-27 10:33:00 +02:00
1bb68ab33b Moved method. 2025-05-27 10:33:00 +02:00
3c6ea15d47 Update render to include user info. 2025-05-27 10:33:00 +02:00
36e663e1ed added animal view. 2025-05-27 10:33:00 +02:00
8d2e0381a7 Merge pull request 'Enhance mobile responsiveness by updating viewport settings and restructuring layout' () from BordedDev/snek:bugfix/page-resize-on-mobile into main
Reviewed-on: 
Reviewed-by: retoor <retoor@noreply@molodetz.nl>
2025-05-27 00:27:33 +02:00
f67d7b35f1 Merge pull request 'Potential missing letter fix' () from BordedDev/snek:bugfix/potential-lag-fix into main
Reviewed-on: 
Reviewed-by: retoor <retoor@noreply@molodetz.nl>
2025-05-27 00:25:56 +02:00
BordedDev
9ec62f7471
Enhance mobile responsiveness by updating viewport settings and restructuring layout 2025-05-27 00:23:41 +02:00
6bbbc41360 Update. 2025-05-25 20:50:32 +02:00
d3844ac7a7 Resoted avatars. 2025-05-25 19:01:28 +02:00
9378e95a5b Resoted avatars. 2025-05-25 18:55:39 +02:00
5e4c4ce228 Resoted avatars. 2025-05-25 18:51:55 +02:00
ffc373db62 Channel support. 2025-05-25 12:30:43 +02:00
60266bf0dc Channel support. 2025-05-25 12:30:26 +02:00
BordedDev
8393a80022
Potential missing letter fix 2025-05-25 02:46:49 +02:00
BordedDev
5fd401bfb6
Fixed double messaging when live typing 2025-05-25 02:23:52 +02:00
5663a5f376 Update. 2025-05-25 01:28:42 +02:00
81327a9e20 Update. 2025-05-25 01:25:48 +02:00
BordedDev
662e71c621
Fix CSS selector for the last message display 2025-05-24 18:41:12 +02:00
636adfd997 Update performance. 2025-05-24 15:00:26 +02:00
b94f7a9532 Update. 2025-05-24 14:45:53 +02:00
f954a34384 Update performance. 2025-05-24 14:22:12 +02:00
6a74263606 Update performance. 2025-05-24 14:18:38 +02:00
0bf714061c Update. 2025-05-24 12:58:49 +02:00
e4e2e919c2 Update. 2025-05-24 12:58:49 +02:00
3ce866b7da Merge branch 'main' into bugfix/opacity-for-last-message 2025-05-23 18:14:32 +02:00
e33e4196ab Merge branch 'main' into bugfix/youtube-timestamp 2025-05-23 15:45:56 +02:00
2c506db4e4 Merge branch 'main' into bugfix/opacity-for-last-message 2025-05-23 15:34:30 +02:00
9b9d356849 update. 2025-05-23 15:26:47 +02:00
30b7871583 Update. 2025-05-23 07:07:19 +02:00
1c873b7d02 Update. 2025-05-23 07:02:45 +02:00
539fb262b2 Update. 2025-05-23 07:00:28 +02:00
3bf09f9083 Update. 2025-05-23 06:48:18 +02:00
a55d15b635 The force. 2025-05-23 03:01:20 +02:00
431748c489 Updated dem glow. 2025-05-23 02:39:48 +02:00
a0fb214332 Updated dem glow. 2025-05-23 01:17:41 +02:00
f0545cbf02 Format. 2025-05-23 01:17:41 +02:00
BordedDev
a11c336cf5
Fix timestamp parsing by correcting string slicing for start time 2025-05-22 08:10:39 +02:00
BordedDev
6b083f8b1b
Added feature to show time and reply when messages are from a long time before the next message 2025-05-22 00:19:39 +02:00
BordedDev
89afbba165
Set opacity to 1 for the last message's time display 2025-05-22 00:00:51 +02:00
BordedDev
9f577875f2
Enhance hover effect for time display and avatar visibility 2025-05-21 22:30:15 +02:00
c322d6147a Merge pull request 'bugfix/youtube-embed' () from BordedDev/snek:bugfix/youtube-embed into main
Reviewed-on: 
Reviewed-by: retoor <retoor@noreply@molodetz.nl>
2025-05-20 22:02:16 +02:00
87b6b3362d New avatar. 2025-05-20 04:20:10 +02:00
d261f54327 Merge branch 'main' into bugfix/youtube-embed 2025-05-20 03:34:05 +02:00
59a815f85a Update. 2025-05-19 01:35:34 +02:00
2e837f96c5 Update. 2025-05-19 01:28:22 +02:00
00fce6bd68 Update. 2025-05-19 01:23:12 +02:00
8a85cd7990 Update. 2025-05-19 01:13:18 +02:00
db5431d77d Update. 2025-05-19 01:07:17 +02:00
527b010b24 Added containers. 2025-05-19 01:07:17 +02:00
e1727caa5f Update. 2025-05-18 17:48:22 +02:00
c45b61681d Update. 2025-05-18 16:57:14 +02:00
BordedDev
0f337e569f
Fixed gif resizing 2025-05-18 14:51:38 +02:00
59a2668c8c Merge branch 'main' into bugfix/youtube-embed 2025-05-18 03:26:53 +02:00
e79abf4a26 Update stars. 2025-05-17 17:46:59 +02:00
BordedDev
53811ca9b2
Re-added webp fallback 2025-05-17 13:55:46 +02:00
BordedDev
1bed47fbf5
Re-added webp fallback 2025-05-17 13:29:25 +02:00
BordedDev
ffb22165da
Fix YouTube embed parsing and add support for start time; handle missing channel attachments 2025-05-17 13:23:32 +02:00
48c3daf398 Update. 2025-05-17 00:54:15 +02:00
c0b4ba715c t: 2025-05-17 00:53:27 +02:00
00557ec9ea Update. 2025-05-16 01:38:42 +02:00
c387225a6e Update. 2025-05-16 00:41:40 +02:00
93462d4c4b Update. 2025-05-16 00:32:54 +02:00
c5b55399a1 UPdate. 2025-05-16 00:04:19 +02:00
79c39828f0 update. 2025-05-15 23:30:23 +02:00
dd80f3732b Update. 2025-05-15 23:16:28 +02:00
25d109beed Update. 2025-05-15 19:32:40 +02:00
db6d6c0106 Update live type. 2025-05-15 13:18:53 +02:00
af1cf4f5ae Push 2025-05-13 23:33:24 +02:00
0ea0cd96db Update. 2025-05-13 22:54:21 +02:00
3858dcbd62 Update. 2025-05-13 21:25:49 +02:00
b55d74fb12 Update. 2025-05-13 20:35:42 +02:00
a21e3590ef UPdate. 2025-05-13 20:30:48 +02:00
319c1b1b52 UPdate. 2025-05-13 20:28:31 +02:00
964a747f42 UPdate. 2025-05-13 20:27:26 +02:00
12d2870424 UPdate. 2025-05-13 20:25:00 +02:00
015b188d5e UPdate. 2025-05-13 20:24:29 +02:00
8cd2f16c5c UPdate. 2025-05-13 20:20:43 +02:00
d09055986e UPdate. 2025-05-13 20:18:47 +02:00
2e324ff118 Update. 2025-05-13 19:13:50 +02:00
adad5ed4fe Update. 2025-05-13 19:08:18 +02:00
ba3152f553 Update. 2025-05-13 18:33:05 +02:00
a4bea94495 Windows friendly solution. 2025-05-13 18:32:59 +02:00
BordedDev
f156a153de
Add image conversion and resizing support in channel attachments 2025-05-12 01:47:54 +02:00
c48b84bf3a Update. 2025-05-11 07:52:58 +02:00
01846bf23f Update. 2025-05-11 07:52:22 +02:00
2c90044185 xxx 2025-05-10 21:44:58 +02:00
4d7566de9b Update. 2025-05-10 20:40:56 +02:00
9133b7c3ce Update. 2025-05-10 20:38:32 +02:00
3412aa0bf0 Update. 2025-05-10 15:08:28 +02:00
f0591d4939 UPdate. 2025-05-10 15:03:50 +02:00
dd108c2004 Update. 2025-05-09 17:37:53 +02:00
44ac1d2bfa Update. 2025-05-09 15:55:51 +02:00
1616e4edb9 revert 17c6124a57
revert Minify.
2025-05-09 14:57:22 +02:00
4c34d7eda5 New stuff. 2025-05-09 14:30:53 +02:00
17c6124a57 Minify. 2025-05-09 14:19:29 +02:00
95ad49df43 progress. 2025-05-09 14:08:46 +02:00
7e8ae1632d Update. 2025-05-09 09:56:23 +02:00
e5d155e124 Update. 2025-05-09 09:18:55 +02:00
3ae30f1f76 Do it. 2025-05-09 09:09:33 +02:00
adb59eff68 Do it. 2025-05-09 08:54:33 +02:00
e06776d81d Performance. 2025-05-09 08:24:43 +02:00
a5aac9a337 Patch 2025-05-09 07:55:08 +02:00
ee40c905d4 Update. 2025-05-09 05:38:29 +02:00
c56bf4fb49 Update. 2025-05-09 02:30:43 +02:00
5b28044d9e Update. 2025-05-09 02:17:12 +02:00
e359a8ebe2 Update. 2025-05-09 02:16:40 +02:00
b867b6ba78 Update. 2025-05-09 02:15:57 +02:00
ac570d036c Update. 2025-05-09 02:08:43 +02:00
165dda3210 Update. 2025-05-09 01:36:48 +02:00
02a0253c1d YEah.. 2025-05-09 01:33:59 +02:00
3c1d5d601f Update. 2025-05-08 03:20:06 +02:00
49ec99ef01 Focus while upload. 2025-05-08 01:10:56 +02:00
8799662159 Focus while upload. 2025-05-08 01:09:59 +02:00
f6706c165e Focus while upload. 2025-05-08 01:07:42 +02:00
0a3e151377 Focus while upload. 2025-05-08 01:04:29 +02:00
e153811ff3 Focus while upload. 2025-05-08 01:03:11 +02:00
fa59dbc095 Focus while upload. 2025-05-08 00:59:18 +02:00
d6d2f2892b Focus while upload. 2025-05-08 00:56:55 +02:00
707788583a Focus while upload. 2025-05-08 00:31:21 +02:00
0f6eb5c043 Merge branch 'main' into feat/copy-paste-drag-drop 2025-05-06 23:17:08 +02:00
529ebd23fc Fixed upload. 2025-05-06 23:16:03 +02:00
BordedDev
f7fda2d2c9
Added paste support
Added file drop support
2025-05-06 23:14:52 +02:00
c709ee11c9 Updated security. 2025-05-06 23:02:09 +02:00
6312dfae47 Added windows exception. 2025-05-06 22:17:04 +02:00
46a8b612b4 Added parameters and executable. 2025-05-06 21:44:45 +02:00
1cd0b54656 Update. 2025-04-17 00:05:25 +02:00
4cc70640e4 Upadte. 2025-04-14 23:20:05 +02:00
c36ce17da5 Upadte. 2025-04-14 23:16:52 +02:00
3cfb79c8f5 Upadte. 2025-04-14 23:09:23 +02:00
d4f5a46409 Upadte. 2025-04-14 23:00:05 +02:00
0fa0488385 Upadte. 2025-04-14 22:54:12 +02:00
9fb6e64655 Update. 2025-04-14 22:41:14 +02:00
a3abd854bb Updates. 2025-04-14 22:31:46 +02:00
3b05acffd2 Updates. 2025-04-14 22:31:26 +02:00
bee7d828cd Update. 2025-04-13 23:31:52 +02:00
8ae9aac045 Fixed auth. 2025-04-13 20:28:15 +02:00
e4b0625799 Fixed auth. 2025-04-13 20:26:02 +02:00
4a770848a6 Fixed search space bug. 2025-04-13 19:10:10 +02:00
823892a302 PRoces handler. 2025-04-13 14:47:10 +02:00
a1840cd034 Sats. 2025-04-13 05:08:20 +02:00
bc65752ea2 Cache stats. 2025-04-13 05:06:53 +02:00
3594ac1f59 Performance upgrade. 2025-04-10 13:34:32 +02:00
0e6fbd523c update. 2025-04-10 08:37:05 +02:00
743593affe Formatting. 2025-04-09 15:21:23 +02:00
44dd77cec5 Shed. 2025-04-09 15:12:34 +02:00
8fa216c06c New video embedding 2025-04-09 11:09:00 +02:00
c529fc87fd New video embedding 2025-04-09 11:07:09 +02:00
656ea5f90e New video embedding 2025-04-09 11:03:39 +02:00
2582df360a New video embedding 2025-04-09 11:02:45 +02:00