Tobias Diekershoff
|
4fb7e9b023
|
Merge pull request #12138 from MrPetovan/task/4090-move-mod-repair_ostatus
Move mod/repair_ostatus.php to src/Module
|
2022-11-08 06:24:24 +01:00 |
|
Hypolite Petovan
|
5ab1cf44f9
|
Update main translation file after changin strings
|
2022-11-07 21:56:29 -05:00 |
|
Hypolite Petovan
|
e612137a9d
|
Delete mod/repair_ostatus.php file
|
2022-11-07 21:44:42 -05:00 |
|
Hypolite Petovan
|
c7dbe0b610
|
Create new OStatus\Repair module class
- Create corresponding template file
|
2022-11-07 21:44:18 -05:00 |
|
Hypolite Petovan
|
e7051580e4
|
Merge pull request #12136 from annando/quote-bug
Quoted reshares containing quoted reshares should now look fine
|
2022-11-07 20:48:04 -05:00 |
|
Michael
|
664071a0b1
|
Quoted reshares containing quoted reshares should now look fine
|
2022-11-07 20:44:20 -05:00 |
|
Hypolite Petovan
|
57a207fd8c
|
Merge pull request #12121 from nupplaphil/feat/move_cal_2
Move mod/cal.php and mod/events.php to Module
|
2022-11-07 14:47:56 -05:00 |
|
Philipp
|
bb97776dfb
|
The last PHPCS error ..
|
2022-11-07 20:35:07 +01:00 |
|
Philipp
|
d524f55e3e
|
Reduce error-throws :-)
|
2022-11-07 20:34:05 +01:00 |
|
Philipp
|
a81708091f
|
Make PHPCS happy
|
2022-11-07 20:32:55 +01:00 |
|
Philipp
|
a6b09529fd
|
Update messages.po
|
2022-11-07 20:32:45 +01:00 |
|
Philipp
|
2da2ac6826
|
make PHP CS happy?
|
2022-11-07 20:28:08 +01:00 |
|
Philipp
|
78a8ed6fe7
|
adhere feedback
|
2022-11-07 20:21:11 +01:00 |
|
Philipp
|
f13c91b320
|
Move mod/cal.php and mod/events.php to Module
|
2022-11-07 19:52:24 +01:00 |
|
Philipp
|
89fde911f9
|
Fix possible security issue
|
2022-11-07 19:52:13 +01:00 |
|
Hypolite Petovan
|
1c80969db9
|
Merge pull request #12134 from Quix0r/fixes/type-hints
Added type-hints
|
2022-11-07 13:42:38 -05:00 |
|
Roland Häder
|
3bdc20df15
|
Changed:
- added type-hints as follow-up commit to #12130
|
2022-11-07 19:18:34 +01:00 |
|
Michael Vogel
|
e6a5c172ce
|
Merge pull request #12131 from MrPetovan/task/4090-move-mod-salmon
Move mod/salmon.php to src/Module
|
2022-11-07 14:55:02 +01:00 |
|
Hypolite Petovan
|
6cb6841866
|
Merge pull request #12109 from tobiasd/verify-homepage-relme
Verify homepage by checking for a rel-me link back to the user profile
|
2022-11-07 07:56:00 -05:00 |
|
Hypolite Petovan
|
7c7fc624f3
|
Fix code standards in Module\OStatus\Salmon
|
2022-11-07 07:54:12 -05:00 |
|
Tobias Diekershoff
|
d82e8284f0
|
regen messages.po
|
2022-11-07 11:25:11 +01:00 |
|
Tobias Diekershoff
|
44af6e4bc2
|
don't be pythonic
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
379eeb49eb
|
make the standards check happy
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
cdfd51310e
|
we don't need the 20...
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
594c17546b
|
the config default parameter was deprecated
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
a9265220af
|
add labels for the logger parameters
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
33c9d17bdb
|
change the cURL success check and adopt the logger messages
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
fb04eb107b
|
set the validation to false, and only set it to true if we were able to verify the link
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
64f290a055
|
avoide useless cURL request to the profile page
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
39908f9083
|
regen messages.po
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
dd0811aec9
|
remove debugging tracers
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
5530b6fc75
|
reviews
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
1c65098013
|
clean up the used modules
|
2022-11-07 11:19:33 +01:00 |
|
Tobias Diekershoff
|
be6809ecdd
|
updated the messages.po file
|
2022-11-07 11:19:11 +01:00 |
|
Tobias Diekershoff
|
457c34dd13
|
add a checkmark to the vcards if the homepage has a rel-me back to the profile
|
2022-11-07 11:15:55 +01:00 |
|
Tobias Diekershoff
|
a1d57abfe4
|
add the new CheckRelMeProfileLink class to the worker
|
2022-11-07 11:15:55 +01:00 |
|
Tobias Diekershoff
|
a98d321376
|
add the homepage_verified field to the profile table and the owner-view
|
2022-11-07 11:15:55 +01:00 |
|
Tobias Diekershoff
|
028d823d96
|
add a help text to the profile settings indicating how to verify the homepage, or that the homepage is verified
|
2022-11-07 11:15:55 +01:00 |
|
Tobias Diekershoff
|
0104930fb3
|
add homepage help text to the templates
|
2022-11-07 11:15:55 +01:00 |
|
Tobias Diekershoff
|
c8636db9f6
|
When the profile is updated, let the Worker verify the homepage link
|
2022-11-07 11:15:55 +01:00 |
|
Tobias Diekershoff
|
30b9a57a37
|
Let the Worker check the homepage of a profile daily
|
2022-11-07 11:15:54 +01:00 |
|
Michael Vogel
|
029a539774
|
Merge pull request #12118 from MrPetovan/task/10875-add-follow-contact-actions
Add follow/unfollow link to the contact actions menu
|
2022-11-07 08:41:15 +01:00 |
|
Hypolite Petovan
|
9e315a75d8
|
Remove mod/salmon.php
|
2022-11-06 20:42:08 -05:00 |
|
Hypolite Petovan
|
ec02664773
|
Add new OStatus\Salmon module class
- Add module instanciation in Module\DFRN\Notify
|
2022-11-06 20:42:05 -05:00 |
|
Hypolite Petovan
|
bd9292fe19
|
Convert static methods to dynamic in Module\DFRN\Notify
|
2022-11-06 20:38:33 -05:00 |
|
Hypolite Petovan
|
db3404e8a3
|
Update main translation file after adding a couple strings
|
2022-11-06 19:03:21 -05:00 |
|
Hypolite Petovan
|
d5b29b1c61
|
Add follow/unfollow link to the contact actions menu
|
2022-11-06 19:03:21 -05:00 |
|
Hypolite Petovan
|
ae5dde9f5e
|
Fix <a> tags with an onclick action navigating to the URL
|
2022-11-06 19:03:21 -05:00 |
|
Hypolite Petovan
|
46152ab400
|
Merge pull request #12130 from annando/fix-test
Use different parser modes for Mastodon and Twitter-API
|
2022-11-06 18:01:25 -05:00 |
|
Michael
|
210200d330
|
Use different parser modes for Mastodon and Twitter-API
|
2022-11-06 20:02:43 +00:00 |
|