Commit graph

23080 commits

Author SHA1 Message Date
Philipp Holzer
ddecefe061
EOL 2019-03-12 07:57:01 +01:00
Philipp Holzer
f876c2872d
Adjust codecov 2019-03-12 07:56:26 +01:00
Tobias Diekershoff
add0b1077e
Merge pull request #6858 from nupplaphil/issue/6788-multiple_notifies
Avoid double updates
2019-03-12 07:24:32 +01:00
Tobias Diekershoff
2ae5c2287a
Merge pull request #6862 from annando/probe-timeout
Fix for falsely detected AP profile in case of timeout
2019-03-12 07:19:03 +01:00
Michael
4b98200315 Added logging 2019-03-12 05:45:02 +00:00
Michael
997b98e345 Fix for falsely detected AP profile in case of timeout 2019-03-12 05:21:04 +00:00
Philipp
db1af5af53
Merge pull request #6859 from annando/block-contact
The contact menu now displays the contact and posts link as well
2019-03-11 22:24:30 +01:00
Michael
1f0c662854 The contact menu now displays the contact and posts link as well 2019-03-11 20:42:32 +00:00
Philipp Holzer
cf17c72fd7
Adapt Logging messages 2019-03-11 21:36:41 +01:00
Philipp Holzer
8a358d5c98
Add Logger entry 2019-03-11 21:27:36 +01:00
Philipp Holzer
9a60eab152
Skip update if already done 2019-03-11 21:21:01 +01:00
Hypolite Petovan
4b5843ae30
Merge pull request #6856 from tobiasd/20190311-lng
EN GB, EN US and IT translation updates
2019-03-11 13:10:55 -04:00
Tobias Diekershoff
78271d50ef EN GB translation update THX AndyH3 2019-03-11 17:51:46 +01:00
Tobias Diekershoff
2bc937d093 EN US translation update THX AndyH3 2019-03-11 17:51:32 +01:00
Tobias Diekershoff
70c0557b77 IT translations THX Fabio 2019-03-11 17:50:39 +01:00
Philipp
6f3359cbcd
Merge pull request #6851 from annando/fix-mentions-again
Fix mentions - again
2019-03-11 08:21:32 +01:00
Michael
694cf50509 Fix mentions - again 2019-03-11 06:41:48 +00:00
Tobias Diekershoff
d311f99a2b
Merge pull request #6850 from MrPetovan/bug/fatal-errors
Fix fatal error when using Logger::devLog
2019-03-11 06:00:51 +01:00
Hypolite Petovan
579d42a215 Fix fatal error when using Logger::devLog
- Error message is "Call to a member function log() on null in src/Core/Logger.php:304"
2019-03-10 22:19:12 -04:00
Philipp
7b91c26c31
Merge pull request #6849 from annando/followup-6834
Follow up to 6834: Don't store item when the server is blocked
2019-03-10 23:31:59 +01:00
Michael
35ff932613 Follow up to 6834: Don't store item when the server is blocked 2019-03-10 21:19:21 +00:00
Tobias Diekershoff
61fe82ad20
Merge pull request #6846 from annando/fix-mentions
Fix for the automatic mentioning
2019-03-10 07:03:31 +01:00
Tobias Diekershoff
81e1e859a3
Merge pull request #6845 from MrPetovan/bug/6633-add-markdown-autolinker
Add autolinker to Markdown parser
2019-03-10 07:02:09 +01:00
Michael Vogel
ca303ece9c
Merge pull request #6844 from MrPetovan/bug/6823-fix-filer-pagination
Remove item query limit when using file param in mod/network
2019-03-10 06:52:44 +01:00
Michael
337a3bb1aa Fix for the automatic mentioning 2019-03-10 05:41:40 +00:00
Hypolite Petovan
80ee411f45 Add test for Text\Markdown::convert
- Add folder for Markdown datasets
2019-03-09 23:29:57 -05:00
Hypolite Petovan
4d70e32829 Add new Content\Text\MarkdownParser
- Add autolinker to MarkdownParser->doAutoLinks()
- Set hashtag_protection and url_filter_func properties of MarkdownParser
2019-03-09 23:28:50 -05:00
Hypolite Petovan
184b51ec56 Move autolink regex in Util\Strings 2019-03-09 23:25:53 -05:00
Hypolite Petovan
ad854d5d40 Define absolute paths for various includes
- Fix errors running local tests in IDE
2019-03-09 23:21:19 -05:00
Hypolite Petovan
db3f884a3e Remove item query limit when using file param in mod/network
- Only mark items as seen on regular network page
2019-03-09 18:36:11 -05:00
Hypolite Petovan
544cc40026
Merge pull request #6843 from friendica/revert-6842-issue/6788-multiple_admin_notify
Revert "Avoid double update runs"
2019-03-09 18:29:20 -05:00
Hypolite Petovan
a2ec9e676e
Revert "Avoid double update runs" 2019-03-09 18:28:48 -05:00
Hypolite Petovan
c7702a4c7a
Merge pull request #6842 from nupplaphil/issue/6788-multiple_admin_notify
Avoid double update runs
2019-03-09 16:00:37 -05:00
Philipp Holzer
f7c7851c2d
replaced duplicate code with method 2019-03-09 20:50:06 +01:00
Philipp Holzer
20498d1d40
replaced duplicate code with method 2019-03-09 20:50:00 +01:00
Philipp Holzer
7047a13ffa
added phpdoc 2019-03-09 20:49:59 +01:00
Philipp Holzer
e46a7cdf80
Avoid double update runs 2019-03-09 20:49:59 +01:00
Philipp
d67ae7cbdd
Merge pull request #6841 from MrPetovan/bug/2487-fix-autolinker
Add tests to autolinker + regex fix
2019-03-09 17:59:38 +01:00
Hypolite Petovan
85609cd5e4 Fix autolinker regular expression to match test data 2019-03-09 10:20:57 -05:00
Hypolite Petovan
eec04b1864 Add tests for autolinker in BBCde::convert 2019-03-09 10:20:51 -05:00
Philipp
792a0f11c0
Merge pull request #6839 from MrPetovan/bug/6829-fix-implicit-mention-regex
Fix implicit mention regex
2019-03-09 15:49:43 +01:00
Hypolite Petovan
a7d844d223
Merge pull request #6837 from nupplaphil/task/6822-timezone
Set Timezone to 'UTC' for every Logger
2019-03-09 09:07:39 -05:00
Hypolite Petovan
d0b2ed7966 Remove test code in ActivityPub\Processor 2019-03-09 09:04:43 -05:00
Hypolite Petovan
70782b3977 Fix implicit mention detection regular expression flags in ActivityPub\Processor 2019-03-09 09:04:11 -05:00
Philipp Holzer
50b7d95b2a
Set Timezone to 'UTC' for every Logger 2019-03-09 14:28:31 +01:00
Tobias Diekershoff
af77af0446
Merge pull request #6833 from MrPetovan/bug/notices
Fix various notices
2019-03-09 09:12:09 +01:00
Tobias Diekershoff
c4bfc6e86e
Merge pull request #6834 from MrPetovan/bug/6819-prevent-blocked-server-relay
Prevent accepting relayed posts from blocked servers
2019-03-09 09:10:28 +01:00
Tobias Diekershoff
f55c287f06
Merge pull request #6835 from MrPetovan/bug/2487-fix-autolinker
Update autolinker regular expression in Text\BBCode
2019-03-09 08:51:16 +01:00
Hypolite Petovan
379f4d18c3 Update autolinker regular expression in Text\BBCode
- Thanks to https://daringfireball.net/2010/07/improved_regex_for_matching_urls
2019-03-08 23:58:20 -05:00
Hypolite Petovan
704cb052ca Add server block provision to Diaspora::postAllow 2019-03-08 22:40:08 -05:00