Commit Graph

3994 Commits

Author SHA1 Message Date
Hypolite Petovan b43dca5087 [ldapauth] Rework authentication and add logging 2020-11-19 11:18:48 -05:00
Michael Vogel 4edf4832dd
Merge pull request #1041 from MrPetovan/bug/9447-twitter-parse-url-dimensions
[twitter] Add support for multiple images in parse_url hook function
2020-11-05 16:06:07 +01:00
Hypolite Petovan 4d49833f8b [twitter] Add support for multiple images in parse_url hook function 2020-11-05 09:34:10 -05:00
Michael Vogel 0dce0b722b
Merge pull request #1040 from MrPetovan/bug/9447-twitter-parse-url-dimensions
[twitter] Add expected dimensions in parse_url hook function
2020-11-05 07:30:32 +01:00
Hypolite Petovan d0d2a3269a [twitter] Add expected dimensions in parse_url hook function
- Addresses https://github.com/friendica/friendica/issues/9447#issuecomment-722024085
2020-11-05 01:16:40 -05:00
Michael Vogel 4da668be69
Merge pull request #1039 from MrPetovan/bug/9486-markdown-escape-mentions
[markdown] Escape mentions which username can contain Markdown-like syntax
2020-11-02 20:11:38 +01:00
Hypolite Petovan 05d2707d50 [markdown] Escape mentions which username can contain Markdown-like syntax 2020-11-02 11:05:35 -05:00
Michael Vogel ee8564fd06
Merge pull request #1038 from tobiasd/20201025-de
twitter addon DE translation updated
2020-10-25 20:31:16 +01:00
Tobias Diekershoff 5c84835f91 correction of wrong DE translation for the twitter addon 2020-10-25 19:56:48 +01:00
Michael Vogel 1c7b312442
Merge pull request #1037 from MrPetovan/bug/9447-restore-twitter-link-preview
[twitter] Add new parse_link hook function
2020-10-23 08:22:43 +02:00
Hypolite Petovan 5ddcc82951 [twitter] Update base messages.po after adding a translation string 2020-10-23 02:02:07 -04:00
Hypolite Petovan 74cfe72750 [twitter] Add new parse_link hook function
- This will populate the link preview now that OEmbed isn't supported anymore
2020-10-23 02:01:42 -04:00
Michael Vogel 29586d3498
Merge pull request #1032 from nupplaphil/task/psr7_remove_binary
[various] Remove $binary flag for HTTPRequest
2020-10-18 21:19:32 +02:00
Michael Vogel 2dc294df18
Merge pull request #1035 from tobiasd/20201011-ru
RU translation of the langfilter and diaspora addons THX Alexander An
2020-10-11 17:04:22 +02:00
Tobias Diekershoff e34b227e61 RU translation langfilter addon THX Alexander An 2020-10-11 16:57:45 +02:00
Tobias Diekershoff ce7689a367 RU translation diaspora addon THX Alexander An 2020-10-11 16:57:34 +02:00
Hypolite Petovan 26fda6baf3
Merge pull request #1034 from annando/twitter-announce
Twitter: Support for real reshares added
2020-10-11 09:14:48 -04:00
Michael c0892ce696 Twitter: Support for real reshares added 2020-10-11 12:19:58 +00:00
Tobias Diekershoff 1c9f613509
Merge pull request #1033 from MrPetovan/task/9380-langfilter-remove-composer
[langfilter] Remove Composer dependency
2020-10-11 08:04:58 +02:00
Hypolite Petovan 76ecff195f [langfilter] Remove Composer dependency
- It has been added to Friendica core
2020-10-10 17:40:17 -04:00
Philipp Holzer 94b41e0859
Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3) 2020-10-10 21:29:27 +02:00
Michael Vogel 0be3439cb7
Merge pull request #1030 from tobiasd/20201007-langfilter
DE, IT translation updates for the langfilter
2020-10-07 06:57:32 +02:00
Tobias Diekershoff b9647092a7 IT translation of langfilter addon updated THX Sylke Vicious 2020-10-07 06:38:14 +02:00
Tobias Diekershoff dce9221d18 DE translation of langfilter addon 2020-10-07 06:37:34 +02:00
Friendica a82b123d73
added link to the issue tracker to the README 2020-10-06 17:17:58 +02:00
Hypolite Petovan b062142800
Merge pull request #1028 from annando/twitter-disconnect
Twitter: Offer the disconnect button when the account data is invalid
2020-10-05 05:33:57 -04:00
Tobias Diekershoff 43e354658d
Merge pull request #1029 from annando/pumpio-fix
Pumpio: Minor fixes to avoid notices and editor warning
2020-10-05 10:43:42 +02:00
Michael 6c4482234e Pumpio: Minor fixes to avoid notices and editor warning 2020-10-05 06:51:07 +00:00
Michael 1848cf79fa Twitter: Offer the disconnect button when the account data is invalid 2020-10-05 06:47:35 +00:00
Michael Vogel 14c09c1bbb
Merge pull request #1027 from MrPetovan/task/9328-add-range-percent-template
[langfilter] Add slider to addon settings
2020-10-04 06:27:58 +02:00
Hypolite Petovan 4488a16af0 [langfilter] Update master PO file after translation strings update 2020-10-03 22:03:29 -04:00
Hypolite Petovan 72ce0e814d [langfilter] Add slider to addon settings
- Update description for accuracy
2020-10-03 22:02:05 -04:00
Hypolite Petovan 023b3a4a76 [langfilter] Replace remove Text_Language_Detect dependency by matriphe/iso-639
- Address https://github.com/friendica/friendica/issues/9250#issuecomment-703153334
2020-10-03 22:01:37 -04:00
Michael Vogel f5ceead5e0
Merge pull request #1026 from nupplaphil/task/security_restructure
Restructure Security classes
2020-10-01 19:49:59 +02:00
Philipp Holzer 38bbdb4acb
Cleanup OAuth1 library 2020-09-30 11:26:52 +02:00
Philipp Holzer 3015660025
Move library\OAuth1.php to class structure Friendica\Security\OAuth1 2020-09-30 11:21:58 +02:00
Tobias Diekershoff 147ac6b774
Merge pull request #1024 from hoergen/develop
Added examples to advanced content filter
2020-09-26 10:51:59 +02:00
hoergen 409a8d1724
code tags added 2020-09-26 10:45:55 +02:00
hoergen 5b045a5348
typos ;) 2020-09-26 10:44:23 +02:00
hoergen 3855f878dd
added some examples 2020-09-26 10:43:48 +02:00
hoergen 0bde25d918
updated examples for advanced content filter 2020-09-26 10:39:34 +02:00
Hypolite Petovan b4a0c8c0fc
Merge pull request #1023 from SpencerDub/patch-1
Update newmemberwidget.php
2020-09-25 14:58:59 -04:00
Spencer Dub 07ea027bab
Update newmemberwidget.php
Copy-editing the addon description
2020-09-25 11:52:09 -07:00
Hypolite Petovan 516d1ce316
Merge pull request #1022 from annando/nominatim
Nominatim: Use OpenStreetMap to resolve coordinates into locations
2020-09-24 08:38:23 -04:00
Michael df1d9d770c Nominatim: Use OpenStreetMap to resolve coordinates into locations 2020-09-24 04:01:12 +00:00
Hypolite Petovan 8223b54d0b
Merge pull request #1021 from nupplaphil/phpmailer_fix
[phpmailer] Fix case-sensitive check
2020-09-23 11:07:28 -04:00
Philipp Holzer 7fd4511a21
Fix phpmailer (Case sensitive Check) 2020-09-22 22:48:34 +02:00
Tobias Diekershoff 2365a9ae02 Merge branch '2020.09-rc' into stable 2020-09-20 21:13:21 +02:00
Hypolite Petovan 10d1156a77
Merge pull request #1020 from nupplaphil/bug/9142-message-id
[phpmailer] Fixes Double Message ID
2020-09-19 22:11:14 -04:00
Philipp Holzer 5663e61791
Add improvements 2020-09-19 22:49:44 +02:00