Hypolite Petovan
|
8eeb7807d3
|
Replace remaining instances with "allowlist", "denylist" and "blocklist"
|
2 years ago |
Hypolite Petovan
|
e0152bec7d
|
Remove Twitter exception for shared blocks in Text\BBCode::convertShareCallback
- Twitter stopped supporting OEmbed which defaulted to an undesirable fallback
|
2 years ago |
Hypolite Petovan
|
f68652d61c
|
Revert "Move share content conversion before link handling in Text\BBCode::convert"
This reverts commit 010ec99b35 .
|
2 years ago |
Hypolite Petovan
|
010ec99b35
|
Move share content conversion before link handling in Text\BBCode::convert
|
2 years ago |
Michael
|
efb1c630fd
|
Fix warnings ("Divide by zero" and "key parameter is not a valid public key")
|
2 years ago |
Michael
|
e737eea17d
|
Issue 8458-2: Now all unicode emojis should work
|
2 years ago |
Michael
|
d7f0ffdbc1
|
Issue 8458: Display big emojis
Fixes #8458
|
2 years ago |
Michael
|
b625797591
|
issue 8642: Make hashtags more compatible
|
2 years ago |
Michael
|
b192810288
|
Still more missing places replaced
|
2 years ago |
Michael
|
0da0580a82
|
use "self"
|
2 years ago |
Michael
|
0cf517ad76
|
Use constants for the BBCode modes
|
2 years ago |
Michael
|
33eda87bc4
|
Fix: Image descriptions now work again
|
2 years ago |
Michael
|
538e212a84
|
Hashtag handling with Diaspora improved
|
2 years ago |
Michael
|
d3722c945b
|
Improved Mime Type detection
|
2 years ago |
Michael
|
1fef1ef6e9
|
Issue 7771: Funkwhale support
|
2 years ago |
Michael
|
ca1b92bb34
|
Support unlisted public posts
|
2 years ago |
Hypolite Petovan
|
b100b9600e
|
Add rel="noopener noreferrer" to all target="_blank" links
See https://mathiasbynens.github.io/rel-noopener/
|
3 years ago |
Hypolite Petovan
|
0f85f5d167
|
Convert outgoing profile description to Markdown in Protocol\Diaspora
|
3 years ago |
Hypolite Petovan
|
d2ca5ccd35
|
Increase specificity of [url][img] capture regex in BBCode::getAttachedData
- Prevents it from over capturing when there's a [url] tag before the image
|
3 years ago |
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
3 years ago |
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
3 years ago |
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
3 years ago |
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
3 years ago |
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
3 years ago |
Michael
|
4e5db36177
|
Improved formatting
|
3 years ago |
Michael
|
0a4119adaf
|
@brief is removed completely
|
3 years ago |
Michael
|
80c330e6e3
|
Removed stuff
|
3 years ago |
Michael
|
3bf7664ee3
|
changed priority of messages
|
3 years ago |
nupplaPhil
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
3 years ago |
nupplaPhil
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
3 years ago |
nupplaPhil
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
3 years ago |
Hypolite Petovan
|
4461c16165
|
Remove superfluous comment in BBCode::scaleExternalImage
|
3 years ago |
Hypolite Petovan
|
52c5b0e0f3
|
Remove unused BBCode::scaleExternalImage parameters
- Remove now obsolete system.no_view_full_size config key
|
3 years ago |
Hypolite Petovan
|
0b3cd206c3
|
Remove harmful HTML decode/encode in BBCode::scaleExternalImages
|
3 years ago |
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
3 years ago |
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
3 years ago |
nupplaPhil
|
181529f3df
|
Refactor dynamic App::getProfiler() to static DI::profiler()
|
3 years ago |
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
3 years ago |
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
3 years ago |
Hypolite Petovan
|
aa3a85c727
|
Escape major HTML characters in code blocks in BBCode::convert
- HTML sanitization was removing unescaped opening chevrons in code blocks
|
3 years ago |
Hypolite Petovan
|
39cb3e68b9
|
Remove faulty escape for HTML entities in BBCode::toMarkdown
- Mangled Markdown output with chevrons
|
3 years ago |
Michael
|
81d500c271
|
Fix optical glitch: Replace multiple newlines when replacing attachments
|
3 years ago |
Hypolite Petovan
|
e1583123b4
|
Escape potential URL-containing BBCodes before running autolinker
|
3 years ago |
Michael
|
cc38250538
|
Improved RegExp
|
3 years ago |
Michael
|
e70743f72d
|
Issue 7651: Added basic support for more complicated "video" elements
|
3 years ago |
Michael
|
23cdc9cec8
|
Fixes issue 7914: Reshares got crumbled
|
3 years ago |
Michael
|
22c66e1811
|
Add data for shared posts from the original
|
3 years ago |
Michael
|
d34052b332
|
Make quoted announces look better / more announce improvements
|
3 years ago |
Michael Vogel
|
0733ae6aae
|
Improve the look of fetched feeds and the BBCode processing of attachments
|
3 years ago |
Michael
|
28ca0d6fab
|
AP: Remove the link description from the "rich html" and adds it to the attachment
|
3 years ago |