Hypolite Petovan
|
36190d1e79
|
Merge pull request #8072 from nupplaphil/task/Cache_to_DI
Replace Core\Cache wrapper with DI::cache() method
|
2020-01-10 08:46:03 -05:00 |
|
Michael
|
8e87c5f05f
|
Fix: removed unneeded HTML escaping
|
2020-01-07 22:00:39 +00:00 |
|
Philipp Holzer
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
2020-01-07 00:51:02 +01:00 |
|
Philipp Holzer
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
2020-01-07 00:45:49 +01:00 |
|
Philipp Holzer
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
2020-01-07 00:41:20 +01:00 |
|
Philipp Holzer
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:01 +01:00 |
|
Hypolite Petovan
|
4461c16165
|
Remove superfluous comment in BBCode::scaleExternalImage
|
2020-01-03 09:30:35 -05:00 |
|
Hypolite Petovan
|
52c5b0e0f3
|
Remove unused BBCode::scaleExternalImage parameters
- Remove now obsolete system.no_view_full_size config key
|
2020-01-02 20:44:15 -05:00 |
|
Hypolite Petovan
|
0b3cd206c3
|
Remove harmful HTML decode/encode in BBCode::scaleExternalImages
|
2020-01-02 20:35:59 -05:00 |
|
Philipp Holzer
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
Philipp Holzer
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +01:00 |
|
Philipp Holzer
|
181529f3df
|
Refactor dynamic App::getProfiler() to static DI::profiler()
|
2019-12-29 20:17:42 +01:00 |
|
Philipp Holzer
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Philipp Holzer
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Hypolite Petovan
|
aa3a85c727
|
Escape major HTML characters in code blocks in BBCode::convert
- HTML sanitization was removing unescaped opening chevrons in code blocks
|
2019-12-27 21:42:56 -05:00 |
|
Hypolite Petovan
|
39cb3e68b9
|
Remove faulty escape for HTML entities in BBCode::toMarkdown
- Mangled Markdown output with chevrons
|
2019-12-27 21:42:56 -05:00 |
|
Michael
|
9b750345c7
|
Arrays
|
2019-12-27 01:15:54 +00:00 |
|
Michael
|
b1b3744759
|
Support for tables in HTML2BBCode parser
|
2019-12-27 01:07:19 +00:00 |
|
Michael
|
81d500c271
|
Fix optical glitch: Replace multiple newlines when replacing attachments
|
2019-12-20 09:45:34 +00:00 |
|
Hypolite Petovan
|
e1583123b4
|
Escape potential URL-containing BBCodes before running autolinker
|
2019-12-13 12:40:10 -05:00 |
|
Michael
|
cc38250538
|
Improved RegExp
|
2019-12-12 14:57:31 +00:00 |
|
Michael
|
e70743f72d
|
Issue 7651: Added basic support for more complicated "video" elements
|
2019-12-12 05:35:30 +00:00 |
|
Michael
|
23cdc9cec8
|
Fixes issue 7914: Reshares got crumbled
|
2019-12-07 21:05:14 +00:00 |
|
Michael
|
22c66e1811
|
Add data for shared posts from the original
|
2019-12-04 22:57:09 +00:00 |
|
Michael
|
d34052b332
|
Make quoted announces look better / more announce improvements
|
2019-12-04 07:02:39 +00:00 |
|
Michael Vogel
|
0733ae6aae
|
Improve the look of fetched feeds and the BBCode processing of attachments
|
2019-11-18 13:29:27 +01:00 |
|
Michael
|
28ca0d6fab
|
AP: Remove the link description from the "rich html" and adds it to the attachment
|
2019-11-17 18:10:12 +00:00 |
|
Michael
|
85b3c880ef
|
Fix: Mentions in the HTML part of the "contentMap" now are links
|
2019-11-13 06:43:36 +00:00 |
|
Hypolite Petovan
|
03bf1dcbd3
|
Move Object\Image static methods to Util\Images
- Optimize imports in modified files
|
2019-11-02 07:48:45 -04:00 |
|
Michael
|
945e256b7b
|
Possibly handle issue 7772
|
2019-10-27 18:36:04 +00:00 |
|
Michael
|
30a6231f11
|
Fix indentation
|
2019-10-27 17:45:43 +00:00 |
|
Michael
|
60eb6603bf
|
(hopefully) fix preview issue with tags on Mastodon
|
2019-10-27 17:41:47 +00:00 |
|
Hypolite Petovan
|
b632114b12
|
Merge pull request #7774 from annando/img-title
Images: Show the description as title
|
2019-10-25 19:29:55 -04:00 |
|
Michael
|
9f86465fb9
|
Images: Show the description as title
|
2019-10-25 23:23:38 +00:00 |
|
Philipp Holzer
|
3897c74deb
|
Add docs
|
2019-10-25 00:10:20 +02:00 |
|
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2019-10-24 21:40:12 +02:00 |
|
Philipp Holzer
|
2870f42ca2
|
Move bb_translate_video
- To new Class BBCode\Video
- Adding tests
- Make BaseObject::getClass() public
|
2019-10-23 00:14:47 +02:00 |
|
Hypolite Petovan
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2019-10-16 08:38:52 -04:00 |
|
Michael
|
3e93c62a9c
|
Changed quotation (" to ')
|
2019-10-15 07:55:20 +00:00 |
|
Hypolite Petovan
|
230a97ccdd
|
Correctly URL encode return URLS for saved search
|
2019-10-13 08:39:55 -04:00 |
|
Hypolite Petovan
|
22598fc7e8
|
Improve search box
- Use new saved search module
- Use dynamic search option loop
- Use "q" instead of "search" for search query string parameter
|
2019-10-07 14:27:46 -04:00 |
|
Hypolite Petovan
|
1f20a9330c
|
Add new ignoreChildren behavior to HTML::tagToBBCode
- Allow discarding HTML tag children for single-value BBCode
- Add test for it
|
2019-09-25 20:44:09 -04:00 |
|
Hypolite Petovan
|
d8484e65bd
|
Move autolinker execution earlier in BBCode::convert
- Prevents already replaced HTML links (like in [audio] tag) to be doubled
- Add test for it
|
2019-09-25 20:39:04 -04:00 |
|
Hypolite Petovan
|
c034fa7baa
|
Use <details> tag for spoilers BCode
|
2019-09-12 22:17:55 -04:00 |
|
Michael
|
aa6497c281
|
Issue 2199: Diaspora doesn't interpret size elements
|
2019-09-05 05:14:43 +00:00 |
|
Michael
|
5e60d0c94f
|
Fix cache key problem / avoid need for fetching own pictures
|
2019-09-04 20:54:23 +00:00 |
|
Philipp Holzer
|
8688053a08
|
remove superfluous comment
|
2019-08-28 01:02:23 +02:00 |
|
Philipp Holzer
|
df7ec0cdf7
|
php notice fixings
addons:
- bufferapp (missing errorcode)
- twitter (wrong field name 'nickname')
core:
- bbcode (incomplete attachementdata)
- crypto (uninitialized key)
|
2019-08-27 08:27:07 +02:00 |
|
Michael Vogel
|
74d93269da
|
Prevent a fatal error for an empty parameter in "unparseURL"
|
2019-08-23 07:19:08 +02:00 |
|
Hypolite Petovan
|
0f9520f520
|
Increase specificity of default allowed protocols
|
2019-08-14 21:42:00 -04:00 |
|