index
:
volse-hubzilla.git
add-registration-entity-class
dev
drop-unused-html5-library
improve-mysql-insert
master
module-admin-accounts-enhancements-continued
move-account-processing-to-class
test-module-admin-security
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Model\Account: Specify types for properties.
move-account-processing-to-class
Harald Eilertsen
2025-06-29
2
-7
/
+41
*
Module/Admin/Account_edit: Refactoring
Harald Eilertsen
2025-06-29
1
-34
/
+53
*
Module\Admon\Account_edit: Move the account modification to the Account model.
Harald Eilertsen
2025-06-29
1
-25
/
+17
*
Model\Account: Add setters and save method
Harald Eilertsen
2025-06-29
1
-0
/
+83
*
Module\Admin\Account_edit: Better validation of input.
Harald Eilertsen
2025-06-29
2
-2
/
+71
*
Module\Admin\Account_edit: Add missing CSRF checks.
Harald Eilertsen
2025-06-29
2
-4
/
+5
*
tests: Stub info and notice in AdminAccountEditTest.
Harald Eilertsen
2025-06-29
1
-2
/
+1
*
Module\Account_edit: Use $_POST instead of $_REQUEST.
Harald Eilertsen
2025-06-29
1
-5
/
+5
*
tests: Test POST request to Account_edit module.
Harald Eilertsen
2025-06-29
3
-9
/
+36
*
tests: Rename AccountEditTest -> AdminAccountEditTest
Harald Eilertsen
2025-06-29
2
-64
/
+11
*
tests: Refactor the AccountEditTest
Harald Eilertsen
2025-06-29
1
-28
/
+20
*
Module\Admin\Account_edit: use Model\Account and improve input validation
Harald Eilertsen
2025-06-29
3
-19
/
+73
*
Model\Account: Add method to get service class
Harald Eilertsen
2025-06-29
1
-0
/
+9
*
tests: Add test for Module\Admin\Account_edit
Harald Eilertsen
2025-06-29
1
-0
/
+29
*
Model\Account: Add count() method to return the number of accounts.
Harald Eilertsen
2025-06-29
6
-1
/
+62
*
Add minimal test for Libzot::site_info method.
Harald Eilertsen
2025-06-29
1
-0
/
+10
*
Add Model\Account class to handle accounts.
Harald Eilertsen
2025-06-29
6
-2
/
+122
*
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Mario Vavti
2025-06-26
3
-28
/
+31
|
\
|
*
changelog
Mario
2025-06-26
1
-0
/
+1
|
*
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Mario
2025-06-26
1
-0
/
+2
|
|
\
|
*
|
minor refactor to get rid of the $webpage variable (it does not cut it anymor...
Mario
2025-06-26
2
-28
/
+30
*
|
|
composer update macgirvin/http-message-signer
Mario Vavti
2025-06-26
7
-33
/
+29
|
|
/
|
/
|
*
|
changelog
Mario Vavti
2025-06-25
1
-0
/
+2
|
/
*
emiting a notice from include/auth does not work. emit it from mod login if t...
Mario Vavti
2025-06-25
3
-7
/
+12
*
remove code that would never execute and make sure the first account to regis...
Mario Vavti
2025-06-25
1
-12
/
+17
*
changelog
Mario
2025-06-24
1
-0
/
+97
*
bump dev version
Mario
2025-06-24
1
-1
/
+1
*
update strings
Mario
2025-06-24
1
-964
/
+926
*
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Mario
2025-06-24
3
-25
/
+52
|
\
|
*
Merge branch 'some-account-cleanup' into 'dev'
Mario
2025-06-24
3
-25
/
+52
|
|
\
|
|
*
A bit of cleanup for account functions
Harald Eilertsen
2025-06-24
3
-25
/
+52
*
|
|
version 10.4RC1
Mario
2025-06-24
1
-1
/
+1
|
/
/
*
|
fix php warnings
Mario
2025-06-24
2
-3
/
+3
*
|
fix php warning
Mario
2025-06-23
1
-2
/
+2
*
|
exit if we have not found anything
Mario
2025-06-23
1
-0
/
+5
*
|
apply downstream fix from streams: do not sign (request-target) on response
Mario
2025-06-23
4
-8
/
+11
*
|
rfc9421 verify: parse more fields if applicable
Mario
2025-06-23
1
-1
/
+9
*
|
Revert "rfc9421 verify: parse more fields if applicable"
Mario
2025-06-23
6
-35
/
+10
*
|
rfc9421 verify: parse more fields if applicable
Mario
2025-06-23
6
-10
/
+35
*
|
bump version
Mario
2025-06-22
1
-1
/
+1
*
|
import App
Mario
2025-06-21
1
-0
/
+1
*
|
start verifying RFC9421 HTTP Signatures (hopefully)
Mario Vavti
2025-06-21
89
-8
/
+15580
*
|
css fix
Mario
2025-06-20
1
-1
/
+1
*
|
only show the pin if we display the label and fix the test
Mario
2025-06-19
2
-3
/
+3
*
|
prepend geo links withe a pushpin emoji so that they can be distinguished fro...
Mario
2025-06-19
1
-1
/
+1
*
|
make sure to set the state on the correct button
Mario
2025-06-19
2
-3
/
+7
*
|
make sure there is a comment button before attempting to add a class to it
Mario
2025-06-18
1
-1
/
+3
*
|
re-add check for sub thread wrapper
Mario
2025-06-18
1
-1
/
+1
*
|
properly set the comment button and sub-thread-wrapper state if we are loadin...
Mario
2025-06-18
2
-7
/
+8
*
|
remove some redundant spaces in bbcode to html conversion and fix tests
Mario Vavti
2025-06-18
5
-23
/
+23
[next]