Harald Eilertsen
ced3113516
Remove unneccessary use statements
2026-03-07 12:00:56 +01:00
Harald Eilertsen
cbd208eea3
Remove use of NULL_DATE constant in core
...
The NULL_DATE constant is defined conditionally in the DBA static class.
This causes issues with static analyzing tools like PHPStan, because
they can not really know if the constant is defined or not.
We could make PHPStan ignore this, but since there already is a
`get_null_date()` method on the `dba_driver` class, this patch
changes the code to use this method instead.
We could also use the public static attribute `$null_date` on the DBA
class directly, but using a method feels cleaner, and allows for making
the attribute private, or even removing it completely at some later
time.
I'm not removing the NULL_DATE constant for now, in case it is in use by
any extensions.
2026-03-07 11:15:46 +01:00
Mario Vavti
d44c004bd0
bump dev version
2026-01-15 17:24:39 +01:00
Mario Vavti
c655046e1f
version, strings and updated util/run_xgettext.sh
2026-01-15 17:13:32 +01:00
Mario Vavti
fb9fe0d3c4
bump version
2026-01-05 15:43:32 +01:00
Mario Vavti
9019636449
update attach.filetype field length to match photo.mimetype field length and attempt to find mimetype with finfo class if applicable.
2026-01-05 15:34:42 +01:00
Mario Vavti
933b4fbcfe
bump version
2026-01-05 12:21:55 +01:00
Mario
de6506eb57
bump version
2025-12-12 11:53:31 +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
f19ad4b087
bump version
2025-12-05 09:26:19 +00:00
Mario
dc298ce6c1
bump version
2025-12-03 19:31:11 +00:00
Mario
b53cacd54c
bump version
2025-11-26 07:38:46 +00:00
Mario
5faa285f6f
version
2025-11-25 08:38:53 +00:00
Mario
bcbd7f4f6d
bump version
2025-11-24 07:53:41 +00:00
Mario
93c333a9bc
bump version
2025-11-11 11:49:23 +00:00
Mario
573c6f3df3
shares kiss
2025-11-10 19:50:10 +00:00
Mario
69acee497d
bump dev version
2025-11-07 19:57:49 +00:00
Mario
3a81edbcb0
bump version
2025-11-04 10:45:55 +00:00
Mario
aa7358c837
bump version
2025-10-27 21:13:13 +00:00
Mario
1677c664f0
bump dev version
2025-10-23 09:09:22 +00:00
Mario
d35a79515f
version and strings
2025-10-23 09:06:01 +00:00
Mario
872fced729
bump version
2025-10-22 18:32:03 +00:00
Mario
947d827431
bump version
2025-10-22 07:35:59 +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
a5f311665c
bump version
2025-10-21 20:53:06 +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
Mario
c130c3ee45
enable filters and mark-all-seen button to forum notifications
2025-10-16 07:55:05 +00:00
Mario
c96fe501ef
bump version
2025-10-15 16:52:06 +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
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
ee3fafc9fb
Merge branch 'ci-pretest-and-upgrade-psql' into 'dev'
...
CI: Add pretest CI step and run PHPStan
See merge request hubzilla/core!2233
2025-10-09 09:53:14 +00:00
Mario
1a68dbccf1
remove check for current user and apply update
2025-10-06 20:42:27 +00:00
Harald Eilertsen
356b6127d3
Better check if default_timezone is set
2025-10-05 23:03:42 +02:00
Mario
375b3f3f67
bump version
2025-10-01 08:55:42 +00:00
Mario
185f53d298
bump version
2025-08-14 17:46:21 +00:00
Mario
37b9919905
bump version
2025-08-07 22:53:26 +00:00
Mario
3385c694aa
add delay before collapsing
2025-07-31 08:22:01 +00:00
Mario
a922f5ca6c
bump version
2025-07-30 19:20:35 +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
b5a798f068
fix comment preview and scroll to the just created comment after posting it
2025-07-27 09:52:48 +00:00
Mario
cc35afa4c9
bump version
2025-07-23 12:07:45 +00:00
Mario
0c2bcda431
some documentation
2025-07-14 13:48:59 +00:00
Mario
22cb0d3c6b
use a custom function to build the psr7 request to work around mod rewrite issues with ServerRequest::fromGlobals()
2025-07-14 13:45:23 +00:00
Mario
0ab94d42f4
bump dev version
2025-06-24 07:58:19 +00:00
Mario
7b6c76abf1
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2025-06-24 07:54:33 +00:00
Mario
0e31d61868
Merge branch 'some-account-cleanup' into 'dev'
...
A bit of cleanup for account functions
See merge request hubzilla/core!2210
2025-06-24 07:53:43 +00:00
Harald Eilertsen
66e02c5e3a
A bit of cleanup for account functions
2025-06-24 07:53:42 +00:00
Mario
122747ae76
version 10.4RC1
2025-06-24 07:28:50 +00:00