aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Model\Account: Specify types for properties.move-account-processing-to-classHarald Eilertsen2025-06-292-7/+41
* Module/Admin/Account_edit: RefactoringHarald Eilertsen2025-06-291-34/+53
* Module\Admon\Account_edit: Move the account modification to the Account model.Harald Eilertsen2025-06-291-25/+17
* Model\Account: Add setters and save methodHarald Eilertsen2025-06-291-0/+83
* Module\Admin\Account_edit: Better validation of input.Harald Eilertsen2025-06-292-2/+71
* Module\Admin\Account_edit: Add missing CSRF checks.Harald Eilertsen2025-06-292-4/+5
* tests: Stub info and notice in AdminAccountEditTest.Harald Eilertsen2025-06-291-2/+1
* Module\Account_edit: Use $_POST instead of $_REQUEST.Harald Eilertsen2025-06-291-5/+5
* tests: Test POST request to Account_edit module.Harald Eilertsen2025-06-293-9/+36
* tests: Rename AccountEditTest -> AdminAccountEditTestHarald Eilertsen2025-06-292-64/+11
* tests: Refactor the AccountEditTestHarald Eilertsen2025-06-291-28/+20
* Module\Admin\Account_edit: use Model\Account and improve input validationHarald Eilertsen2025-06-293-19/+73
* Model\Account: Add method to get service classHarald Eilertsen2025-06-291-0/+9
* tests: Add test for Module\Admin\Account_editHarald Eilertsen2025-06-291-0/+29
* Model\Account: Add count() method to return the number of accounts.Harald Eilertsen2025-06-296-1/+62
* Add minimal test for Libzot::site_info method.Harald Eilertsen2025-06-291-0/+10
* Add Model\Account class to handle accounts.Harald Eilertsen2025-06-296-2/+122
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-06-263-28/+31
|\
| * changelogMario2025-06-261-0/+1
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2025-06-261-0/+2
| |\
| * | minor refactor to get rid of the $webpage variable (it does not cut it anymor...Mario2025-06-262-28/+30
* | | composer update macgirvin/http-message-signerMario Vavti2025-06-267-33/+29
| |/ |/|
* | changelogMario Vavti2025-06-251-0/+2
|/
* emiting a notice from include/auth does not work. emit it from mod login if t...Mario Vavti2025-06-253-7/+12
* remove code that would never execute and make sure the first account to regis...Mario Vavti2025-06-251-12/+17
* changelogMario2025-06-241-0/+97
* bump dev versionMario2025-06-241-1/+1
* update stringsMario2025-06-241-964/+926
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2025-06-243-25/+52
|\
| * Merge branch 'some-account-cleanup' into 'dev'Mario2025-06-243-25/+52
| |\
| | * A bit of cleanup for account functionsHarald Eilertsen2025-06-243-25/+52
* | | version 10.4RC1Mario2025-06-241-1/+1
|/ /
* | fix php warningsMario2025-06-242-3/+3
* | fix php warningMario2025-06-231-2/+2
* | exit if we have not found anythingMario2025-06-231-0/+5
* | apply downstream fix from streams: do not sign (request-target) on responseMario2025-06-234-8/+11
* | rfc9421 verify: parse more fields if applicableMario2025-06-231-1/+9
* | Revert "rfc9421 verify: parse more fields if applicable"Mario2025-06-236-35/+10
* | rfc9421 verify: parse more fields if applicableMario2025-06-236-10/+35
* | bump versionMario2025-06-221-1/+1
* | import AppMario2025-06-211-0/+1
* | start verifying RFC9421 HTTP Signatures (hopefully)Mario Vavti2025-06-2189-8/+15580
* | css fixMario2025-06-201-1/+1
* | only show the pin if we display the label and fix the testMario2025-06-192-3/+3
* | prepend geo links withe a pushpin emoji so that they can be distinguished fro...Mario2025-06-191-1/+1
* | make sure to set the state on the correct buttonMario2025-06-192-3/+7
* | make sure there is a comment button before attempting to add a class to itMario2025-06-181-1/+3
* | re-add check for sub thread wrapperMario2025-06-181-1/+1
* | properly set the comment button and sub-thread-wrapper state if we are loadin...Mario2025-06-182-7/+8
* | remove some redundant spaces in bbcode to html conversion and fix testsMario Vavti2025-06-185-23/+23