Commit graph

24821 commits

Author SHA1 Message Date
Hypolite Petovan
d1af4ea1a7
Merge pull request #7592 from annando/performance
Fix performance issues due to relay contact requests
2019-09-03 11:28:47 -04:00
Michael
33006d8455 Merge remote-tracking branch 'upstream/2019.09-rc' into performance 2019-09-03 15:02:16 +00:00
Michael Vogel
2aba81bcbe
Merge pull request #7593 from nupplaphil/bug/friendica-7297
Add missing getPokeVerbs() method
2019-09-03 17:00:42 +02:00
Philipp Holzer
8273b88a3e
Add missing getPokeVerbs() method 2019-09-03 16:07:05 +02:00
Philipp
08b6f55a89
Merge pull request #7589 from annando/delivery-counter
Fix delivery counter / archive relay contacts
2019-09-03 15:59:49 +02:00
Michael
52d8b618f0 Type hints 2019-09-03 03:59:46 +00:00
Philipp
6faf90c112
Merge pull request #7591 from tobiasd/2019.09-rc
Translation updates
2019-09-02 20:57:19 +02:00
Tobias Diekershoff
1b90b14156
Merge pull request #7590 from annando/contact-details
Contact details are now available when searching for a single contact
2019-09-02 19:56:59 +02:00
Michael Vogel
046b5a1eac Fix performance issues due to relay contact requests 2019-09-02 15:11:07 +02:00
Tobias Diekershoff
e35fd71810 updated CHANGELOG 2019-09-02 14:05:16 +02:00
Tobias Diekershoff
dc468a5835 PL translation update THX waldis 2019-09-02 14:03:29 +02:00
Tobias Diekershoff
61c7b02c54 JA translation update THX Ozero Dien 2019-09-02 14:03:19 +02:00
Michael
8947473c71 Contact details are now available when searching for a single contact 2019-09-02 05:33:13 +00:00
Michael
db16f1a106 Increment the "failed" value on failed relay delivery 2019-09-02 03:37:45 +00:00
Michael
6af4c90dff Fix delivery counter / archive relay contacts 2019-09-02 03:25:05 +00:00
Philipp
3ee26ecd24
Merge pull request #7588 from annando/reduce-load
Follow up to #7582: Only update the contact when needed
2019-08-31 11:46:40 +02:00
Michael
74f12baac2 Follow up to #7582: Only update the contact when needed 2019-08-31 09:27:19 +00:00
Hypolite Petovan
0c876db30f
Merge pull request #7582 from annando/contact-dba
Avoid and remove duplicated contact entries
2019-08-30 03:36:40 -04:00
Michael Vogel
f293e352ec Renamed function parameter 2019-08-30 07:59:18 +02:00
Michael Vogel
3b92f7357c Renamed function 2019-08-30 07:52:21 +02:00
Michael Vogel
438394bc1d Type hints, corrected wrong documentation 2019-08-30 07:38:42 +02:00
Philipp
0cdf094f86
Merge pull request #7587 from MrPetovan/bug/7576-linkpreview-lookbehind
Remove unevenly supported lookbehind from link preview regular expression
2019-08-30 07:26:14 +02:00
Hypolite Petovan
3670e7f9c8 Remove unevenly supported lookbehind from link preview regular expression
- Simplify link preview condition
2019-08-29 21:12:53 -04:00
Hypolite Petovan
ce7ec11d1d
Merge pull request #7570 from nupplaphil/bug/friendica-7298
Some code hardenings for semaphore locking
2019-08-29 15:02:07 -04:00
Hypolite Petovan
bec3b31b06
Merge pull request #7585 from tobiasd/20190829-credits
updated the credits for 2019.09
2019-08-29 10:25:35 -04:00
Hypolite Petovan
b954fea70c
Merge pull request #7583 from tobiasd/20190829-lng
CS and JA translation updates
2019-08-29 10:25:20 -04:00
Tobias Diekershoff
892891f7ba updated the credits for 2019.09 2019-08-29 16:05:37 +02:00
Tobias Diekershoff
0a2ed5d8aa CS translation work added to CHANGELOG 2019-08-29 16:00:25 +02:00
Tobias Diekershoff
b88be578db JA translation update THX Ozero Dien 2019-08-29 15:59:13 +02:00
Tobias Diekershoff
ba46621138 CS translation update THX Aditoo 2019-08-29 15:58:52 +02:00
Michael Vogel
481376dd6f Avoid not performing unarchiving 2019-08-29 08:41:55 +02:00
Michael Vogel
66eab2b44f Don't handle deleted contacts / removed unneeded parameter 2019-08-29 07:22:29 +02:00
Michael Vogel
503a5be06c Fixed query (not all duplicates had been found) 2019-08-29 06:55:36 +02:00
Michael Vogel
ef02a1cb7b Check fpr duplicated contacts upon inserting them 2019-08-29 06:07:07 +02:00
Michael Vogel
141bcf149d Added post update to remove duplicated contacts 2019-08-29 06:06:41 +02:00
Michael Vogel
40a7d6eb42 Merge remote-tracking branch 'upstream/2019.09-rc' into contact-dba 2019-08-29 04:14:01 +02:00
Michael Vogel
90b9ad8bed New contact table functions with check for duplicates 2019-08-28 22:27:48 +02:00
Hypolite Petovan
1cd039a296
Merge pull request #7581 from tobiasd/20190828-ja
added JA translation THX Ozero Dien
2019-08-28 12:05:12 -04:00
Tobias Diekershoff
e345687981 added JA translation work to CHANGELOG 2019-08-28 17:54:01 +02:00
Tobias Diekershoff
8e6ab5a096 added JA translation THX Ozero Dien 2019-08-28 17:51:31 +02:00
Hypolite Petovan
e6f00455f3
Merge pull request #7578 from annando/archive
Don't transmit content to already archived contacts
2019-08-28 11:12:00 -04:00
Michael Vogel
96b895bc3a Changed array name, fixed bug that prevented testing most Diaspora endpoints 2019-08-28 16:54:49 +02:00
Hypolite Petovan
7340f366d7
Merge pull request #7580 from annando/issue-7563
Issue 7563: Use icons instead of names on posts
2019-08-28 10:16:33 -04:00
Michael
1c4b96ae26 Moved array to the top 2019-08-28 14:07:21 +00:00
Michael Vogel
3c9834922c Check if the Diaspora endpoint is archived 2019-08-28 16:02:19 +02:00
Hypolite Petovan
58949bf1a7
Merge pull request #7577 from nupplaphil/bug/friendica-7297
Fixing PHP Fatal Error
2019-08-28 09:42:49 -04:00
Hypolite Petovan
cc1160a243
Merge pull request #7575 from nupplaphil/bug/friendica-7299
PHP Notice fixings
2019-08-28 09:41:51 -04:00
Michael
8b6697b044 Updated lists of software, removed comment 2019-08-28 11:27:38 +00:00
Michael
b4f02a0dc5 Added title 2019-08-28 09:23:21 +00:00
Michael
ed4d08c7f4 Changed detection for specific software 2019-08-28 09:10:25 +00:00