Commit Graph

27751 Commits

Author SHA1 Message Date
Hypolite Petovan 291f11a8bb Fix critical bug in Crypto::unencapsulate
- The direction of the sub-function has been corrected
2020-07-14 09:35:06 -04:00
Michael Vogel acea18a255
Merge pull request #8872 from MrPetovan/task/5742-update-addl-features
Update additional features
2020-07-14 07:52:02 +02:00
Michael Vogel acb9e8d356
Merge pull request #8878 from MrPetovan/bug/console-update-app
Suppress all emails when Update::run is ran with $sendEmail = false
2020-07-13 23:58:41 +02:00
Hypolite Petovan 059087f998 Suppress all emails when Update::run is ran with $sendEmail = false
- Address Renderer crash in the App-less context of Console
2020-07-13 17:22:21 -04:00
Hypolite Petovan 869f3cfec4
Merge pull request #8870 from annando/nodeinfo2
Support Nodeinfo2
2020-07-13 12:57:22 -04:00
Michael bbb2f1fcf5 Use "0" as default 2020-07-13 16:24:44 +00:00
Michael baea99dee6 Unneeded variable removed 2020-07-13 14:16:44 +00:00
Michael 5a6887fb2e Use "jsonexit" 2020-07-13 13:26:09 +00:00
Michael 27deb4d188 Module classes splitted 2020-07-13 09:45:45 +00:00
Hypolite Petovan 0816e0330f Move export public calendar additional feature to core 2020-07-12 23:08:38 -04:00
Hypolite Petovan d11125d234 Move network sidebar widget additional features to core
- Make Archives filter core
- Make Protocol filter core
2020-07-12 22:52:51 -04:00
Hypolite Petovan 6ad8bf0cca Remove network tabs additional features
- Remove New network tab
- Remove Bookmark network tab
2020-07-12 22:41:12 -04:00
Michael 96486305da Merge remote-tracking branch 'upstream/develop' into nodeinfo2 2020-07-12 22:06:56 +00:00
Michael 2a1e6e1a74 Support Nodeinfo2 2020-07-12 21:53:17 +00:00
Tobias Diekershoff a345a7acfb mark 2020.09 as unreleased in the CHANGELOG 2020-07-12 21:23:03 +02:00
Tobias Diekershoff 13a4483c59 Version 2020.09-dev 2020-07-12 20:50:27 +02:00
Tobias Diekershoff 98eb53c20f Version 2020.07 2020-07-12 20:48:26 +02:00
Tobias Diekershoff dc42dbb68a Merge branch '2020.06-rc' into stable 2020-07-12 20:46:59 +02:00
Tobias Diekershoff 390f6be42e
Merge pull request #8819 from tobiasd/2020.06-CHANGELOG
2020.06 CHANGELOG
2020-07-12 20:46:07 +02:00
Tobias Diekershoff 03eae812d2 an issue closed 2020-07-12 17:27:38 +02:00
Hypolite Petovan 5fefe7e96f
Merge pull request #8867 from annando/issue-8866
Issue 8866: Fix fetching feed links with missing base
2020-07-12 09:25:15 -04:00
Michael 81928727f2 Issue 8866: Fix fetching feed links with missing base 2020-07-12 12:45:34 +00:00
Tobias Diekershoff d8c669c5be enhanced blockbot list and a potential release date 2020-07-12 12:28:06 +02:00
Tobias Diekershoff 66da9976dc
Merge pull request #8812 from tobiasd/2020.06-credits
credits for the 2020.06 release
2020-07-12 10:31:56 +02:00
Tobias Diekershoff cd68341de7 updated closed issue numbers 2020-07-12 10:18:41 +02:00
Hypolite Petovan 09bb0dff42
Merge pull request #8865 from annando/valid-feed
Feeds now validate
2020-07-11 17:33:16 -04:00
Michael 0100e0df84 Some more invalid feed elements 2020-07-11 19:11:35 +00:00
Michael e5a336ff77 Merge remote-tracking branch 'upstream/2020.06-rc' into valid-feed 2020-07-11 18:57:17 +00:00
Michael b107a4984e Make feeds validate 2020-07-11 18:54:08 +00:00
Hypolite Petovan 090fa78057
Merge pull request #8862 from annando/issue-8860
Issue 8860: Activities weren't fetchable all the time
2020-07-11 14:14:03 -04:00
Hypolite Petovan db7736c566
Merge pull request #8864 from annando/feed-date
Don't check the date on regular feeds
2020-07-11 14:13:37 -04:00
Michael Vogel 7f515cdaa4
Merge pull request #8863 from MrPetovan/bug/notices
Address various notices still
2020-07-11 18:47:48 +02:00
Michael fb18325b6b Don't check the date on regular feeds 2020-07-11 16:29:18 +00:00
Hypolite Petovan e91daf8f46 Add logging for unexpected Search::searchGlobalContact return in Module\Search\Acl 2020-07-11 09:19:22 -04:00
Hypolite Petovan 2af20ea17a Fix wrong condition in Diaspora\Fetch 2020-07-11 09:18:42 -04:00
Hypolite Petovan 32a8f5003f Add provision for result containing only connector profiles in Contact::getDetailsByURL 2020-07-11 09:18:18 -04:00
Hypolite Petovan b4eea625b6 Add another check for $a->user in Content\Nav
- Fix punctuation typo in logging call
2020-07-11 09:17:23 -04:00
Hypolite Petovan 01911d9fc6 Add default value for potentially missing keyhash property in mod/salmon 2020-07-11 09:16:05 -04:00
Michael 63dc6950d4 Issue 8860: Activities weren't fetchable all the time 2020-07-11 07:15:54 +00:00
Hypolite Petovan 52b2f67644
Merge pull request #8861 from annando/fix-empty-network
Fix message "empty network" in gcontact::getid
2020-07-10 16:08:43 -04:00
Michael 84d8753d5f Remove the locking to improve performance 2020-07-10 19:50:16 +00:00
Michael 87f054a642 Fix message "empty network" in gcontact::getid 2020-07-10 19:49:11 +00:00
Hypolite Petovan 42a3f278f8
Merge pull request #8858 from annando/issue-8857
Issue 8857: Fix follow accept answers
2020-07-10 08:02:20 -04:00
Hypolite Petovan ca6c95f92d
Merge pull request #8859 from annando/fix-callstack
Fix unneeded database functions in the callstack
2020-07-10 08:01:06 -04:00
Michael fcb37449f3 Fix unneeded database functions in the callstack 2020-07-10 07:01:28 +00:00
Michael c656aea152 Issue 8857: Fix follow accept answers 2020-07-10 05:30:12 +00:00
Hypolite Petovan e5269c5696
Merge pull request #8856 from annando/db-speed
Fix speed issues with the network page
2020-07-09 18:48:15 -04:00
Michael Vogel af6f6d4957 Fix speed issues with the network page 2020-07-10 00:22:26 +02:00
Michael Vogel ced0effa2a
Merge pull request #8854 from MrPetovan/bug/notices
Address various notices again
2020-07-09 21:45:27 +02:00
Hypolite Petovan 56b652eaeb
Merge pull request #8855 from annando/diaspora-plink
Fix the plink for reshared Diaspora posts
2020-07-09 15:32:50 -04:00