Commit graph

39828 commits

Author SHA1 Message Date
Hypolite Petovan
112df46200
Merge pull request #14555 from Art4/merge-2024.09-rc-branch
Merge 2024.09-rc branch into develop
2024-11-16 13:00:28 -05:00
Art4
e5b837f183 bump version to 2024.12-dev 2024-11-16 08:39:37 +00:00
Art4
eb04f3b079 Merge branch 'develop' into merge-2024.09-rc-branch 2024-11-16 08:32:25 +00:00
Hypolite Petovan
b8aa6f15c9
Merge pull request #14529 from Art4/add-static-code-analysis
Add static code analysis with PHPStan level 0
2024-11-15 13:52:45 -05:00
Art4
5595bfc0d8 Merge branch '2024.09-rc' into merge-2024.09-rc-branch 2024-11-15 14:32:05 +00:00
Tobias Diekershoff
2bccd64c6c
Merge pull request #14553 from annando/issue-14524
Issue 14524: Fix Open Search
2024-11-15 08:22:43 +01:00
Tobias Diekershoff
38d19c1cd7
Merge pull request #14552 from annando/notice
Fix notice because of missing "gsid"
2024-11-15 08:21:03 +01:00
Michael
b276b89777 Issue 14524: Fix Open Search 2024-11-15 06:55:21 +00:00
Michael
24a4b477ea Fix notice because of missing "gsid" 2024-11-15 04:51:35 +00:00
Hypolite Petovan
e0290d22ec
Merge pull request #14549 from annando/wordwrap
Message split at commas, exclamation mark or question mark
2024-11-14 15:35:11 -05:00
Michael
8fdd78ef95 Message split at commas, exclamation mark or question mark 2024-11-14 14:37:44 +00:00
Art4
2ef9982f63 refactor Receiver::processObject() method 2024-11-14 07:32:25 +00:00
Art4
ee2cdc7763 replace method with anonymous function 2024-11-13 07:49:29 +00:00
Artur Weigandt
3e523ddd09
Update src/Protocol/ActivityPub/Receiver.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2024-11-12 22:03:09 +01:00
Art4
ca51b45f04 Upgrade to PHPStan 2.0 2024-11-12 21:02:21 +00:00
Hypolite Petovan
cf220928c6
Merge pull request #14550 from annando/log-warning
Avoid useless "warning" logging
2024-11-12 08:14:49 -05:00
Michael
818ea3e33e Avoid useless "warning" logging 2024-11-12 11:12:04 +00:00
Tobias Diekershoff
a9d7767497
Merge pull request #14548 from annando/wordwrap
Improved message splitting when posting to Bluesky or Twitter
2024-11-12 08:25:33 +01:00
Michael
6cb1794c35 Improved message splitting when posting to Bluesky or Twitter 2024-11-12 07:20:10 +00:00
Art4
9a04f90bbd Improve check for unlisted receiver 2024-11-12 00:20:30 +00:00
Art4
12d5e4da44 use get_class() instead of static() in BaseCollection 2024-11-11 23:40:45 +00:00
Hypolite Petovan
08d09bcbdf
Merge pull request #14547 from annando/svg-disabled
New option to disable SVG icons / Functionality added to Vier
2024-11-11 10:51:34 -05:00
Michael
f36353e010 New option to disable SVG icons / Functionality added to Vier 2024-11-11 15:43:57 +00:00
Hypolite Petovan
eded4209d2
Merge pull request #14546 from annando/color-white
Fix for white svg icons
2024-11-11 09:35:17 -05:00
Michael Vogel
59f2b97d5b
Merge pull request #14545 from loma-one/friendica
Add missing platform icon
2024-11-11 10:50:18 +01:00
loma-one
a60028e0da
Update ContactSelector.php
Add tumblr
2024-11-11 09:08:52 +01:00
Michael
6de167173c Fix for white svg icons 2024-11-11 07:58:36 +00:00
loma-one
c34d26f6a1
Add missing platform icon
Add tumblr icon and licence
2024-11-11 08:20:04 +01:00
Hypolite Petovan
079c0482b4
Merge pull request #14544 from annando/more-white
More white icons added / automated style
2024-11-10 20:31:07 -05:00
Michael
c80fb8bad4 More white icons added / automated style 2024-11-10 23:12:36 +00:00
Michael Vogel
c6754fe838
Merge pull request #14543 from Art4/fix-continous-deployment-pipeline
Fix composer installation in woodpecker pipelines
2024-11-11 00:08:42 +01:00
Art4
68fb214f85 Fix composer installation in woodpecker pipelines 2024-11-10 21:17:41 +00:00
Art4
31665e795c Merge branch 'develop' into add-static-code-analysis 2024-11-10 21:03:31 +00:00
Hypolite Petovan
e4e190bdfa
Merge pull request #14541 from annando/style-select
Preparation for multiple icon styles / improved code
2024-11-10 15:51:43 -05:00
Hypolite Petovan
a7bc4010b9
Merge pull request #14526 from Art4/improve-tests
Improve tests
2024-11-10 15:14:07 -05:00
Michael
a4c5d7539c Preparation für multiple icon styles / improved code 2024-11-10 19:50:01 +00:00
Art4
89801f043f recreate messages.po 2024-11-10 07:45:24 +00:00
Art4
d2151f9cd0 add composer script to recreate lang file 2024-11-10 07:44:58 +00:00
Art4
82a95367ae fix code style 2024-11-10 00:23:35 +00:00
Art4
221dad7663 Merge branch 'improve-tests' into add-static-code-analysis 2024-11-10 00:20:29 +00:00
Art4
5305286312 Improve phpunit testsuites, add script for unit tests 2024-11-10 00:12:47 +00:00
Art4
bbf7e4a936 Fix code style 2024-11-09 23:56:59 +00:00
Art4
8b500926ee Refactor tests for Util\Crypto 2024-11-09 23:50:06 +00:00
Art4
940884e4bd Refactor Crypto::randomDigits() 2024-11-09 23:18:13 +00:00
Art4
29c0473b64 Merge branch 'develop' into improve-tests 2024-11-09 22:51:40 +00:00
Michael Vogel
e1efa09260
Merge pull request #14539 from Art4/fix-composer-install-in-woodpecker-ci
Fix woodpecker ci pipelines
2024-11-09 15:59:23 +01:00
Art4
35c01b9685 Fix code style 2024-11-09 10:08:40 +00:00
Art4
dcc8cca6cd Merge branch 'improve-tests' into add-static-code-analysis 2024-11-09 10:05:06 +00:00
Art4
37b2c3faab Merge branch 'fix-composer-install-in-woodpecker-ci' into improve-tests 2024-11-09 10:02:52 +00:00
Art4
64751b7b5a create empty addon folder in phpunit tests 2024-11-09 09:57:16 +00:00