Commit Graph

30147 Commits

Author SHA1 Message Date
Hypolite Petovan ae7178c042
Merge pull request #10129 from annando/drop-tables
Further unused tables to be dropped
2021-04-07 11:44:08 -04:00
Hypolite Petovan 9cfa0dc2c4
Merge pull request #10130 from annando/bbcode
Remove empty lines around the horizontal ruler, no maximum height
2021-04-07 11:42:58 -04:00
Michael 99e93d2ba8 Remove empty lines arounf the horizontal ruler, no maximum height 2021-04-07 12:17:35 +00:00
Michael 17b569c5d4 Remove empty lines arounf the horizontal ruler, no maximum height 2021-04-07 12:16:24 +00:00
Michael f70650f824 Further unused tables to be dropped 2021-04-07 12:10:54 +00:00
Hypolite Petovan c30089eb6f
Merge pull request #10128 from annando/post-type
New field "post-reason" to replace double usage of "post-type"
2021-04-07 06:33:18 -04:00
Michael 688e056ad1 "post-reason" ends double usage of "post-type" 2021-04-07 06:02:06 +00:00
Hypolite Petovan 9a3a7793f0
Merge pull request #10125 from nupplaphil/feat/ci-lint
Lint & CI: Replace 3rd party library with native PHP linting
2021-04-05 13:32:06 -04:00
Hypolite Petovan 1849bf0a12
Merge pull request #10124 from annando/media-attachments
Attached audio is now displayed with the audio element
2021-04-05 13:26:09 -04:00
Philipp Holzer a14888c964
Add native php linting into CI 2021-04-05 19:08:57 +02:00
Philipp Holzer 37237b32b5
Remove php-parallel-lint 2021-04-05 19:02:55 +02:00
Michael 770b9359a4 Harmonize the video display 2021-04-05 11:45:03 +00:00
Michael e8a539b68d Move template to content/ 2021-04-05 11:44:43 +00:00
Hypolite Petovan 49d80dc447
Merge pull request #10112 from nupplaphil/feat/phpunit_upgrade
Enable PHP 8.0 Unit-Tests
2021-04-05 07:24:24 -04:00
Philipp Holzer 7b7322a90a
Remove PHPUnit dependency & create shell-script with description for it 2021-04-05 12:35:56 +02:00
Philipp Holzer f6093fb869
Remove 7.2 PHP Unit-Test support 2021-04-05 11:38:07 +02:00
Michael 7e0d21b5bb Audio attachments are now displayed as audio elements 2021-04-05 09:15:36 +00:00
Tobias Diekershoff 65c3013643
Merge pull request #10122 from MrPetovan/bug/10106-restore-shared-post-external-link
[frio] Prevent HTMLPurify from removing ForkAwesome icon tags
2021-04-05 07:20:30 +02:00
Hypolite Petovan 3027b7d3aa Prevent HTMLPurify from removing ForkAwesome icon tags 2021-04-04 20:21:31 -04:00
Hypolite Petovan 62e7d0f40a Update HTML::purify debug comment formatting 2021-04-04 20:21:10 -04:00
Philipp Holzer 02e6dff6a0
Fix tests
- Fix InstallerTest case
- Fix native function mocking
- Add returntype for Unit-Tests
- Fixing ExtendedPDO test troubles
- Fix wrong class inheritance path for DatabaseTestTrait.php
- Fix SyslogLogger Server Exception for PHP8
- Add user/contact to database.fixture.php
- Avoid invalid rollbacks for test setup in PHP8
2021-04-04 20:11:57 +02:00
Philipp Holzer 8cab5edea9
Enable PHP 8.0 Auto-Test 2021-04-04 20:11:56 +02:00
Philipp Holzer 4b38b6aa16
Adapt tests for PhpUnit 7.5 2021-04-04 19:13:40 +02:00
Hypolite Petovan e928063529
Merge pull request #10120 from annando/attachments
Improved handling of leading and trailing attachments
2021-04-04 11:54:10 -04:00
Tobias Diekershoff 0f4ca552af changes from the core repository for 2021.03 2021-04-04 10:09:42 +02:00
Michael 274130f2eb Improved handling of leading and trailing attachments 2021-04-04 06:49:47 +00:00
Tobias Diekershoff 30f07d6d3b closed issues
added CHANGELOG for the addon repository
2021-04-04 08:14:51 +02:00
Hypolite Petovan d666b6cb42
Merge pull request #10116 from mexon/mat/addon-console-command
Add "addon" console command to enable and disable addons
2021-04-02 14:34:23 -04:00
Matthew Exon 492ac0c387 Remove unneeded parameters to console addon command 2021-04-02 20:17:12 +02:00
Matthew Exon 3545e9cfa8 Add "addon" console command to enable and disable addons 2021-04-02 18:56:24 +02:00
Tobias Diekershoff 89e268c79f update the CREDITS.txt for the 2021.03 release 2021-04-02 09:49:46 +02:00
Michael Vogel 6c4ddbdcd8
Merge pull request #10114 from tobiasd/20210402-lng
DE, EN-US, ES, HU translations
2021-04-02 08:28:57 +02:00
Tobias Diekershoff b57240c05d update for ES THX Senex Petrovic 2021-04-02 08:20:14 +02:00
Tobias Diekershoff e36514e989 DE translation update 2021-04-02 08:16:24 +02:00
Tobias Diekershoff 99ab9cf219 HU translation updated THX Balázs Úr 2021-04-02 07:47:40 +02:00
Tobias Diekershoff bbe567a9c8
Merge pull request #10113 from MrPetovan/bug/10110-userexport-security
Prevent settings/userexport to be used by anonymous users
2021-04-02 07:44:01 +02:00
Tobias Diekershoff 52b75b931f EN US translation refresh for ##9993 2021-04-02 07:41:06 +02:00
Hypolite Petovan acbcc56754 Prevent settings/userexport to be used by anonymous users
- Add forbidden exceptions in module methods
- Add runtime exceptions in individual export methods
2021-04-01 19:29:21 -04:00
Hypolite Petovan 5947698dc1
Merge pull request #10111 from nupplaphil/bug/Logger_Object
Fix Object parsing for Logging
2021-04-01 16:27:23 -04:00
Philipp Holzer b983559980
Fix Object parsing for Logging 2021-04-01 20:55:25 +02:00
Tobias Diekershoff 8285a3a280
Merge pull request #10109 from annando/post-type
Use post-type for the item container
2021-04-01 07:49:00 +02:00
Tobias Diekershoff 33eac7c420
Merge pull request #10108 from annando/issue-10105
Issue 10105: Use legacy photo data field if used
2021-04-01 07:35:10 +02:00
Michael 9072107b83 Use post-type for the item container 2021-04-01 04:58:53 +00:00
Michael 087a17b43d Issue 10105: Use legacy photo data field if used 2021-04-01 04:51:55 +00:00
Hypolite Petovan 38a5358bfa
Merge pull request #10093 from urbalazs/copyright-2021
Update copyright
2021-03-29 13:11:40 -04:00
Balázs Úr befc2af504
Merge branch '2021.03-rc' into copyright-2021 2021-03-29 08:45:21 +02:00
Balázs Úr 054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
Hypolite Petovan 1e71398c72
Merge pull request #10104 from nupplaphil/fix/jit_caching
Fix JIT Config Adapter caching
2021-03-28 20:11:16 -04:00
Hypolite Petovan 1c0f49461f
Merge pull request #10102 from tobiasd/202103-lng
HU, IT, RU translations
2021-03-28 20:07:35 -04:00
Hypolite Petovan dffd07fb74
Merge pull request #10101 from nupplaphil/fix/log_toString
Fix object handling inside log arrays
2021-03-28 20:06:58 -04:00