aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add extra dependencies for dev branch.mainHarald Eilertsen2024-01-142-2/+7
|
* Fix some indentation issues for yml and xml files in editorconfig.Harald Eilertsen2024-01-071-0/+6
|
* Use default phpunit config and generate html coverage report.Harald Eilertsen2024-01-071-2/+2
|
* Add new required dependencies bcmath and sodium.Harald Eilertsen2024-01-071-1/+1
| | | | These are required after Hubzilla version 8.8.5.
* Remove old nginx example config.Harald Eilertsen2023-12-191-94/+0
|
* Use custom nginx-config, and set composer rootHarald Eilertsen2023-12-192-4/+95
|
* Fix ddev config and add phpunit subcommandHarald Eilertsen2023-09-102-9/+10
| | | | | | | | | | | | | | | | + Update config to use ./core as working dir. Hubzilla assumes it is running with it's root directory as the cwd, so this makes sure tests work correctly when invoked through ddev. + Add phpunit ddev subcommand Enables running phpunit in the container directly from the host terminal like this. $ ddev phpunit -c tests/phpunit.xml tests The paths are relative to ./core
* Add base phpcs comfig for HubzillaHarald Eilertsen2023-07-021-0/+46
|
* Add readme fileHarald Eilertsen2023-04-301-0/+13
|
* Set up a ddev env for development/testing og HubzillaHarald Eilertsen2023-04-305-0/+124