Saiwal K
9f98f6bbd5
move shared post formatting to its own tpl
2026-01-04 19:36:06 +00:00
Mario
d09b01245f
generate password hash with PBKDF2 instead of built in hash function based on argon2 which too resource heavy for our usecase (see comments) also the nonsumo library is almost half in size - we ship both libs now but only use the nonsumo. This fixes crypto for chromium mobile versions. drawback: this change is not backward compatible.
2025-12-10 18:37:18 +00:00
Mario
bdd0b0a6fb
sodium-plus is not maintained anymore - use https://github.com/jedisct1/libsodium.js (sumo version because it contains the crypto_pwhash() function) directly instead
2025-12-10 09:41:25 +00:00
Mario
48030617ab
check for sodium in decrypt function
2025-12-10 07:34:36 +00:00
SK
42e78d9666
add active themes list to siteinfo
...
Helps choosing instance when creating clones for compatible themes.
2025-12-05 07:36:13 +05:30
Mario
7ead6086dc
remove trailing slash
2025-11-24 07:49:30 +00:00
Mario
ed1cfa5c7b
fix block/unblock account - issue #1947
2025-11-21 09:25:51 +00:00
Harald Eilertsen
fc201ae067
Fix warnings in profile_edit template
2025-11-15 11:26:23 +01:00
Harald Eilertsen
de5455b401
Fix warnings for optional args in field templates
2025-11-15 11:26:22 +01:00
Mario
573c6f3df3
shares kiss
2025-11-10 19:50:10 +00:00
Mario
1ee0f3ce1d
remove unused sprintf.js
2025-11-07 19:23:53 +00:00
Mario
2233a0317e
remove bootbox lib and unused code
2025-11-07 14:52:30 +00:00
Mario
498ef78e6f
remove unused images
2025-11-07 14:45:12 +00:00
Mario
9c27f94709
move language specific folders into its own subfolder in /view
2025-11-07 14:38:55 +00:00
Mario
a99e067b91
remove deprecated sjcl library and references
2025-11-07 12:39:58 +00:00
Mario
831f4324ae
fix fullscreen button class
2025-11-07 11:59:54 +00:00
SK
73b931ed14
updated building profile visibility editor to use tpl file for layout
2025-11-01 01:47:30 +05:30
Mario
ef05cecaeb
make sure to only call init_contact_edit() on pageload if we have a fragment and are in /connections. this is to prevent fragment hijacking for other pages
2025-10-30 21:37:41 +00:00
Mario
5b6d70fd60
Revert "make sure to only call init_contact_edit() on pageload if we have a fragment and are in /connections. this is to prevent fragment hijacking for other pages"
...
This reverts commit cfb8bf3ab9 .
2025-10-30 21:37:08 +00:00
Mario
cfb8bf3ab9
make sure to only call init_contact_edit() on pageload if we have a fragment and are in /connections. this is to prevent fragment hijacking for other pages
2025-10-30 21:32:30 +00:00
Mario
acc43bbbad
fix not all notification icons updated and use anon function shortcut for consistency
2025-10-22 16:54:25 +00:00
Mario
339f787b92
retrieve available notification types from dom element instead of passing them around (which had issues)
2025-10-22 07:35:29 +00:00
Mario
d8c14eec58
fix issue with notification on screen size where notifications are hidden and isVisible would always return false
2025-10-21 20:52:31 +00:00
SK
cbb2cabd74
corrections with accordion id and data-bs-parent
2025-10-19 14:28:47 +05:30
SK
f7cc249b50
better accordion
2025-10-19 08:55:55 +05:30
SK
4330e0bb94
add support for json formatted table of contents and specific tpl
...
Allows for precise control over layout of table of contents so that
theme specific changes can be implemented. Introduced a new layout file
help-index.tpl.
Table of contents is stored in json format within toc.json, support for
toc.html is retained since other languages still use it but can be
migrated to json if needed.
2025-10-19 08:18:43 +05:30
Mario
6ad561dc4c
remove deprecated conv_list.tpl
2025-10-17 05:49:36 +00:00
Mario
cc9237c7ce
more work on notification: mark seen for pubstream, hidden configs for inverted notifications order and count limit (issue #1917 )
2025-10-16 12:08:29 +00:00
Mario
c130c3ee45
enable filters and mark-all-seen button to forum notifications
2025-10-16 07:55:05 +00:00
Mario
d24a3a2713
fix issue where not all seen items where removed from the notifications
2025-10-13 19:58:12 +00:00
Mario
c748d3f0f8
remove logging
2025-10-13 06:14:39 +00:00
Mario
9b2ea44000
fix regression setting the offset and fix js error if notify_menu is null (can happen when forum notifications are ddisabled)
2025-10-13 06:11:24 +00:00
Mario
83f6846143
properly implement forum notifications
2025-10-12 15:29:50 +00:00
Mario
9b8fed738b
escape sequence must not contain spaces
2025-10-10 09:00:09 +00:00
Mario
548b0c4931
Merge branch 'misc-phpstan-fixes' into 'dev'
...
Fix remaining issues flagged by PHPStan level 0
See merge request hubzilla/core!2228
2025-10-02 08:36:00 +00:00
Mario
6aa945cde1
Merge branch 'cherry-pick-357eabbe' into 'dev'
...
Update Spanish strings
See merge request hubzilla/core!2229
2025-10-01 09:25:38 +00:00
Mario
b68b5a60c5
fix issue where loadingPage state was not reset in some situations and return if we retry live update due to incomplete data
2025-10-01 08:55:15 +00:00
Manuel Jiménez Friaza
f4c29d13f4
Update Spanish strings
...
(cherry picked from commit 357eabbe9e2375a23715b12bcf22fe5b7b4b837a)
Co-authored-by: mjfriaza:4GF~eYj,-iAv <mjfriaza@disroot.org >
2025-09-15 16:42:01 +02:00
Mario
6123fd2be8
archive widget: point url to module/channel_addr instead of App:$cmd and some cleanup - fix issue #1911
2025-09-15 07:04:00 +00:00
Harald Eilertsen
b31123ae2f
Fix missing return from translate_scope function
...
Also make sure the output is escaped wherever this function is used.
2025-09-12 21:51:24 +02:00
Harald Eilertsen
e7523e7fc5
Remove ref to undefined variables in get_zcard()
2025-09-12 21:51:24 +02:00
Mario
51c79aecac
make item_normal() deal with various item types and add missing reactions modal
2025-08-07 22:36:35 +00:00
Mario
96c7912fa6
update the contact edit header so that both, image and text are linked to the profile
2025-08-02 11:48:50 +00:00
Mario
3385c694aa
add delay before collapsing
2025-07-31 08:22:01 +00:00
Mario
88977a406c
imagesLoaded() should not be required in updateConvItems() anymore since we call it before updateConvItems() already (famous last words).
2025-07-30 19:19:00 +00:00
Mario
ecc94cdecd
fix a weird rendering issue which was triggered by load events fireing after the timeout was already in action
2025-07-29 09:28:00 +00:00
Mario
e79a70d2b1
var > const and style
2025-07-27 10:24:53 +00:00
Mario
6916a825ee
move the freshly created content to the center instead of top and use smooth scrolling
2025-07-27 10:23:23 +00:00
Mario
b5a798f068
fix comment preview and scroll to the just created comment after posting it
2025-07-27 09:52:48 +00:00
Mario
f01c5ad0c1
remove logging
2025-07-23 12:07:21 +00:00