Hypolite Petovan
bf85c8f986
Catch rare exception receiving line folding characters in header value of redirected request
2023-07-31 01:17:33 +02:00
Hypolite Petovan
064fd922e7
Add default profile picture path dependency
...
- Update default profile picture
2023-07-31 01:11:33 +02:00
Hypolite Petovan
95ffadb19f
Fix ternary operator ambiguity deprecation in Utils\L10n
2023-07-31 01:10:37 +02:00
Hypolite Petovan
aade2ec534
Rename "forum" to "group"
...
- This reflects a change in Friendica Core
2023-06-04 00:16:38 -04:00
Hypolite Petovan
f854d7d5f7
Fix several PHP messages
...
- Add logging for exceptions
2023-03-12 17:49:44 -04:00
Hypolite Petovan
d1a72232b3
Replace ByJG\WebRequest by GuzzleHttp\ClientInterface
2022-06-06 02:22:56 -04:00
Hypolite Petovan
9ff681a460
Fix database error with false bolean value in profile table
2022-06-06 02:22:39 -04:00
Hypolite Petovan
0ee5bf55b1
Replace direct curl uses with Guzzle HTTP client
...
- Add http dependency with custom User Agent
- Simplify profile poll to remove the second profile call to check availability
- Remove obsolete Network::fetchURL and Network::testURL
2022-06-06 02:22:37 -04:00
Hypolite Petovan
7fdbaa3678
Don't encode the zrl parameter in external links
...
- Fix a "Forbidden" issue with /remote_follow links
2022-05-12 14:18:19 -04:00
Hypolite Petovan
a5700cb2c9
Remove references to dfrn_request
2022-05-07 16:10:43 -04:00
Hypolite Petovan
2627b54349
Replace dfrn_request by subscribe URL when available for the follow link
...
- Falls back to the `/remote_follow` module available since Friendica version 2020.03
- Falls back to the profile URL
- Remove unused atlas dependency in a couple API controllers
2022-05-07 16:10:42 -04:00
Hypolite Petovan
8988ad9f9d
Add subscribe URL retrieval to server poll
2022-05-07 16:09:30 -04:00
Hypolite Petovan
b0142f6ab2
Add optional version parameter to console updatedb
2022-05-07 16:09:29 -04:00
Hypolite Petovan
cd809f7646
Remove mention of non-existent console parameters in Install and UpdateDb
2022-05-07 16:09:29 -04:00
Hypolite Petovan
4d7067b381
Remove at sign (@) from fulltext query string
...
- InnoDB uses it as a special character and it can't be escaped
2021-06-21 11:15:57 -04:00
Roland Häder
193b01cccd
Used \Some\Foo::class instead of '\Some\Foo' which type-safe and easier to find by your editor/IDE
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2020-10-26 01:19:41 +01:00
Hypolite Petovan
16d1962324
Add language filter to server list
2020-09-27 15:39:09 -04:00
Hypolite Petovan
e68b68110b
Create new popular server languages widget
...
- Rename popular profile widget class and template
2020-09-27 15:39:08 -04:00
Hypolite Petovan
959f526cb4
Add page size parameter to search
...
- Update API call documentation
2020-09-27 13:41:40 -04:00
Hypolite Petovan
aa83091458
Cap health if server doesn't have a description
2020-09-27 12:51:34 -04:00
Tobias Diekershoff
520ddf5a8c
Merge pull request #63 from MrPetovan/task/54-no-ping-penalty
...
Factor in the unavailability of ping in the health score
2020-09-27 17:56:49 +02:00
Hypolite Petovan
f1b960c4eb
Add additional account types to the profile filter
2020-09-27 11:31:18 -04:00
Hypolite Petovan
0ce9dda5f6
Factor in the unavailability of ping in the health score
...
- No available ping limits the maximum health score a server can have
2020-09-27 11:08:39 -04:00
Hypolite Petovan
b7eab197b5
Update API profile search request to match updated fulltext index definition
2020-09-27 08:39:31 -04:00
Hypolite Petovan
d6bf75ae04
Update profile search request to match updated fulltext index definition
2020-09-26 18:32:43 -04:00
Hypolite Petovan
e873d62e2c
Expand ON DUPLICATE KEY statement to match the new unique key
2020-09-26 18:09:21 -04:00
Hypolite Petovan
c21642d705
Improve logging for invalid parameters during profile polling
2020-09-26 16:33:55 -04:00
Hypolite Petovan
c8fa6ef3dc
Remove validity check on profile key parameter
2020-09-26 16:33:29 -04:00
Adam Clark
69b2356a1b
Fix $server_max_health value being overwritten while calculating
2020-09-13 23:12:48 +00:00
Michael
776851b84f
User agent added
2020-07-17 20:41:02 +00:00
Hypolite Petovan
0c203131b9
Increase specificity of checks of $param
...
- Avoids warnings and notices
2020-06-20 12:47:17 -04:00
Hypolite Petovan
ad6db150c5
Update references to friendica/friendica-directory stable branch
2020-06-15 14:05:26 -04:00
Hypolite Petovan
b0a258cd0e
Use byjg/uri dependency instead of adding new URL-handling library in PHPRenderer
2020-06-14 15:13:18 -04:00
Hypolite Petovan
57dd610e73
Add u() and r() method to PhpRenderer
...
- Add Router dependency
2020-06-13 13:20:49 -04:00
Hypolite Petovan
f47f263fc3
Add ZrlMiddleware class
2020-06-13 13:16:35 -04:00
Hypolite Petovan
a402fbdf5d
Add Utils\Url class
2020-06-13 13:16:25 -04:00
Hypolite Petovan
10edbea99e
Update author email address in file headers
2020-06-13 13:15:53 -04:00
Steffen K9
dfd1a14300
Change the statistics query as well
2019-11-01 17:18:15 +01:00
Steffen K9
778168e0c4
Show also servers with policy 'approve'
...
Changed the queries to show also servers with register policy 'approval'.
2019-11-01 17:15:26 +01:00
Hypolite Petovan
a0cfd33521
Fix queries to work with sql_mode=only_full_group_by
2019-05-12 14:00:44 -04:00
Hypolite Petovan
2324c4836f
Remove unused use statement in Controllers\Console\ExtractStrings
2019-03-04 22:05:23 -05:00
Hypolite Petovan
1bbe4d3289
Add SSL and availability condition in /servers/surprise ( #15 )
2019-02-03 09:36:53 -05:00
Hypolite Petovan
d0102327c0
Add /servers/surprise endpoint
2019-02-03 09:30:31 -05:00
Hypolite Petovan
0e4d5a035f
Fix search parameter handling ( #23 )
...
- Add default value for search parameter
- Fix filter_var flags for language parameter
2019-02-03 09:20:58 -05:00
Hypolite Petovan
4da3acb52a
Align /msearch
output to legacy format
2018-12-24 09:45:47 -05:00
Hypolite Petovan
8db05cfa7c
Add new POST route /msearch with associated controller
2018-12-23 21:22:52 -05:00
Hypolite Petovan
fc447f07c4
Clean code of Api\Search
2018-12-23 21:15:50 -05:00
Hypolite Petovan
d33fb62e35
Add support for RC version ( #19 )
2018-12-19 04:09:23 -05:00
Hypolite Petovan
e30065657d
Fix missing argument in servers controller
2018-11-19 22:13:47 -05:00
Hypolite Petovan
e36805c206
Add Custom Pages feature
...
- Add config/pages directory
- Add new custom pages controller and route
- Add generated links in the footer
2018-11-19 22:12:09 -05:00