eeec6aaeb9
Removed unused "use"
2021-09-11 13:02:36 +00:00
1e123ace12
Only fetch, not probe
2021-09-11 13:00:12 +00:00
10cb52bc00
Only add user contacts, alternate way to fetch public contact id
2021-09-11 12:43:46 +00:00
5113987031
Added update function to add user-contact entry
2021-09-11 07:59:46 +00:00
f33a98578d
Capitalization
2021-09-10 23:59:33 +00:00
b170dd765d
Insert and update some more fields
2021-09-10 20:53:10 +00:00
2486c8031b
update for user-contact is added
2021-09-10 20:22:24 +00:00
9c14eb0c6b
Use centralized function to update contact entries
2021-09-10 18:21:19 +00:00
a4b0ab90b1
Insert a user-contact
for every contact
2021-09-10 13:05:16 +00:00
d20b53607d
Distinguish between public and private contact in contact actions
...
- Block and ignore is done relating to a public contact (uid = 0)
- Update and drop is done relating to a private contact (uid !=0)
- Method documentation has been improved to precise the contact type it needs
- Public and private contact ids are retrieved before acting on contacts
2021-09-06 11:50:46 -04:00
5262843e63
Add redirect URL parameter to contact batch
...
- This allows redirection to the correct contact tab after a batch action
2021-09-05 14:54:51 -04:00
6e358bfacf
Remove user-controlled contact archival feature
...
- Archival is managed at the system level for failed probing and doesn't make sense for a user to decide on it
2021-09-05 14:54:50 -04:00
7ee88c3457
Improve documentation of $old_fields possible values in DBA::update and Database->update
2021-09-05 14:54:50 -04:00
bd09f5f665
Merge pull request #10669 from annando/no-rino
...
Remove all traces of "rino"
2021-09-05 14:53:46 -04:00
52ca3e5417
Remove all traces of "rino"
2021-09-05 18:34:44 +00:00
fc46744183
Fix Photo::delete()
2021-09-05 19:20:43 +02:00
d89f004a2a
Issue 10651: Improved logging
2021-09-04 04:51:20 +00:00
ce6f6978bd
Use the correct function is adviced ...
2021-09-03 04:20:32 +00:00
307cfef12b
Select all fields
2021-09-03 04:09:02 +00:00
6bb8b63da0
Adding gravity to avoid notices
2021-09-03 04:05:29 +00:00
1852ea98cf
Merge pull request #10657 from annando/self-unfollow
...
Don't offer to unfollow yourself
2021-09-02 20:04:16 -04:00
4140a59332
Merge pull request #10658 from nupplaphil/feat/storage_naming
...
Rename Storage Backend labels
2021-09-02 19:55:15 -04:00
687e6841bc
Rename Storage Backend labels
2021-09-02 23:27:35 +02:00
547a13661a
Don't offer to unfollow yourself
2021-09-02 19:38:10 +00:00
64fd94fc74
Issue 10651: remote comments appeared as own posts
2021-09-02 05:57:50 +00:00
58abaf5c53
Merge remote-tracking branch 'upstream/2021.09-rc' into issue-10640-c
2021-09-01 18:34:24 +00:00
c8d2c87af0
Issue 10640 - Inverse user display settings
2021-09-01 18:29:45 +00:00
728e82d8b0
Improve translation for Storage module
2021-09-01 14:00:23 +02:00
1665b54c6f
Fix variable assignment alignment in Module\Admin\Site
2021-08-31 16:01:20 -04:00
13ae96e9e1
Some more "enable"
2021-08-31 19:54:05 +00:00
85e2328b23
Issue 10640: Some more inversed settings
2021-08-31 19:26:17 +00:00
80b13ec232
Fix translations for singular/plural strings
2021-08-31 05:51:08 +00:00
3944e5d38e
Disable mail setting when imap support is disabled
2021-08-30 21:17:03 +00:00
e3c7cd25e1
Issue 10640: Use consistent settings to enable protocol support
2021-08-30 19:46:10 +00:00
2bae4dde1f
Avoid notices
2021-08-30 12:29:09 +00:00
4f7142198e
Merge pull request #10642 from annando/url-change
...
Set contact to failed when url changed
2021-08-30 08:12:10 -04:00
9135ff5124
Set contact to failed when url changed
2021-08-29 20:25:21 +00:00
0d6884a8a9
Fix http_code
usage in case of failures
2021-08-29 14:05:38 +02:00
58001c729f
Fix https://github.com/friendica/friendica/issues/10473#issuecomment-907749093
2021-08-29 13:56:56 +02:00
b76634ea0c
Catch TransferExceptions for HTTPClient::finalUrl() in case the headers are empty
2021-08-29 13:37:08 +02:00
1c089e8d89
[WIP] WebDav Storage backend
2021-08-25 23:47:18 +02:00
13a91e63aa
Rename DI::httpRequest() into DI::httpClient()
2021-08-25 21:54:54 +02:00
505100bdd7
Rename HTTPRequestOptions to HTTPClientOptions
2021-08-25 21:45:15 +02:00
478f69c403
Realy fix setCookieJar
2021-08-25 21:32:44 +02:00
2054a787da
Fix HTTPRequestOptions at HTTPClient::post()
2021-08-25 21:31:30 +02:00
0cafa871f1
Use HTTPRequestOptions constants for HTTPClient::get()
2021-08-25 21:31:30 +02:00
aad7bac686
Use HTTPRequestOptions constants for HTTPClient::post()
2021-08-25 21:31:30 +02:00
e9902401a5
Fixing HTTPClient::post() and introduce HTTPRequestOptions
2021-08-25 21:31:30 +02:00
660a3cd247
Expose IHTTPClient::request()
2021-08-25 21:31:30 +02:00
749f3e158b
Use temporary files for the URLResolver CookieJar
2021-08-25 20:39:33 +02:00