aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'fix-rpost-module' into 'dev'Mario2024-06-137-129/+218
| |\
| | * Module\Rpost: Just a little bit of doc.Harald Eilertsen2024-06-131-0/+6
| | * Module\Rpost: Redirect to submitted post on success.Harald Eilertsen2024-06-131-10/+1
| | * Fix warnings exposed by tests.Harald Eilertsen2024-06-134-8/+11
| | * Module\Rpost: Add return type and visibilty for `get`.Harald Eilertsen2024-06-131-1/+1
| | * tests: More tests for Module\Rpost.Harald Eilertsen2024-06-131-14/+44
| | * Module\Rpost: Refactor handling of attachments.Harald Eilertsen2024-06-131-68/+79
| | * Module\Rpost: Reuse value of local_chanel.Harald Eilertsen2024-06-131-2/+4
| | * Module\Rpost: Refactor redirect or login logic.Harald Eilertsen2024-06-131-26/+37
| | * tests: Module\Rpost shows login form if not authenticated.Harald Eilertsen2024-06-131-0/+13
| | * tests: Add comment to Tests\Unit\Module\RpostTest.Harald Eilertsen2024-06-131-0/+4
| | * tests: Set query string in Module\TestCase::get method.Harald Eilertsen2024-06-131-0/+1
| | * tests: Configure system.baseurl for tests.Harald Eilertsen2024-06-132-7/+5
| | * Module\Rpost: Remove obsolete local variable $o.Harald Eilertsen2024-06-131-10/+1
| | * Module\Rpost: Remove unused local variables.Harald Eilertsen2024-06-131-4/+1
| | * Module\Rpost: Add basic test and fix session access.Harald Eilertsen2024-06-132-1/+32
| |/
| * docu and remove superfluous break statement after return statementMario2024-06-131-3/+1
| * Merge branch 'add-config-for-phpcs' into 'dev'Mario2024-06-131-0/+78
| |\
| | * Add config file and rules for PHP Code Sniffer.Harald Eilertsen2024-06-121-0/+78
| * | Merge branch 'fix-test-warnings' into 'dev'Mario2024-06-136-14/+21
| |\ \
| | * | Module\Setup: Don't access static variable as non static.Harald Eilertsen2024-06-121-3/+3
| | * | Module\Help: Only variables can be passed by reference.Harald Eilertsen2024-06-121-1/+2
| | * | Module\Rbmark: Pass all fields to input field templates.Harald Eilertsen2024-06-121-3/+3
| | * | boot/login: Pass all expected args to sub templates.Harald Eilertsen2024-06-121-3/+3
| | * | Module\Rbmark: Specify all fields in the template.Harald Eilertsen2024-06-121-0/+1
| | * | includes/menu: Fix timestamp handling in menu_create.Harald Eilertsen2024-06-121-3/+4
| | * | Module\Setup: Pass all required params for the template.Harald Eilertsen2024-06-122-1/+5
| | |/
| * | remove not needed namespaceMario2024-06-111-2/+2
| * | remove not required includes and include security.php in boot.phpMario2024-06-112-8/+2
| * | cleanup unused codeMario2024-06-111-11/+0
| * | pass the force argument to the xchan_photo daemonMario2024-06-112-4/+7
| * | duplicate array keyMario2024-06-101-1/+0
| * | too many argsMario2024-06-101-2/+2
| * | fix wrong variableMario2024-06-101-1/+1
| * | remove superfluous backslashMario2024-06-102-4/+4
| * | Ãfix undefined variableMario2024-06-101-1/+1
| * | remove duplicate array keyMario2024-06-101-1/+0
| * | docuMario2024-06-101-2/+2
| * | docuMario2024-06-101-2/+2
| * | fix updated not supported in wrapper functionMario2024-06-102-3/+3
| * | docu and declare return type for t()Mario2024-06-101-2/+2
| * | remove superfluous param, fix wrong var and declare types for unparse_url()Mario2024-06-102-5/+5
| * | remove unused variable and superfluous backslashMario2024-06-101-3/+1
| * | update changelogMario2024-06-071-0/+2
| * | update changelogMario2024-06-071-0/+9
| * | move button class to the right domMario2024-06-072-4/+4
| * | adjusting to the wrong direction when exporting ical and do not use Z because...Mario2024-06-051-2/+2
| * | bump versionMario2024-06-051-1/+1
| * | Merge branch 'correct-type-annotation-for-config-get' into 'dev'Mario2024-06-051-1/+1
| |\ \
| | * | Correct type annotation in comment for Config::Get.Harald Eilertsen2024-06-051-1/+1
| | |/