Hypolite Petovan
56ee734b00
Cleanup /format pre-move
3 years ago
Hypolite Petovan
29fb28de43
Remove Embedly integration
- Remove admin setting input
3 years ago
Hypolite Petovan
b9f4a6e4f0
Code cleanup + standards
3 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
3 years ago
Roland Häder
951006dd10
more spaces + some curly spaces added
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
41a36606c6
added spaces + some curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
d4f737577b
And more reverts:
- $a->get_baseurl() -> App::get_baseurl()
- was_recently_delayed() (entirely)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
f42935421e
And more reverts:
- $a->get_baseurl() -> App::get_baseurl()
- was_recently_delayed() (entirely)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
b5776ab959
Fixes for #3010 :
- used static call, still App::get_baseurl() wraps it into an object-referencing
call which seems to be a bit redundant?
- added spaces around dot (see one line below)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
293436e5fd
Some rewrites:
- max_proccesses_reach() and maxload_reached() (why no _ behind max?) are called
both way, static and with object reference.
- this is strongly discouraged and should be avoided as its support (in PHP) may
be dropped in future releases.
- used $a = get_app(); to encapsulate code (even when the function does
currently the same, it may be changed later)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
rabuzarus
5ca93d0541
Bugfix: Fix full screen for embedded videos
4 years ago
rabuzarus
e9226eaf45
parse_url: recognize image/video/audio files + move functions into own class
4 years ago
rabuzarus
5459b00499
cache: serialize the cache content directly in the cache class
4 years ago
rabuzarus
aba6f2bf27
fix @brief in doxygen for function oembed_iframe()
4 years ago
Hypolite Petovan
76b1b109e5
Fix Issue #2823 - Ugly scrollbars in oembed iframes and broken resizing
- Fix _resizeIframe function, shorten the timeout between calls
- Simplify the oembed iframe generation code and reduce the minimum
iframe height to 200px
- Add smooth CSS transition for iframe resizing
4 years ago
Michael Vogel
26e1c4d458
Avoid SQL errors because of existing entries
4 years ago
Michael Vogel
268467fe04
Add the creation date to the cache tables
5 years ago
Michael Vogel
d5e1f33506
OEmbed and parse_url are now cached in dedicated tables
5 years ago
fabrixxm
6da04d16bd
get rid of unwanted <br>s in items with oembed
fix video thumbnail in quattro, vier, duepuntozero themes
5 years ago
Michael Vogel
2676a0f0e5
The proxy function sometimes kills embedded pictures ...
5 years ago
Michael Vogel
1dad181acb
See issue 1864. Bugfix for the Oembed handling.
5 years ago
Michael Vogel
6942b16ef5
See issue 1855. OOhembed is removed.
5 years ago
Michael Vogel
b52bc71c6c
Now you can define the duration of the cache entries.
5 years ago
Michael Vogel
cad591b1ec
Improved OEmbed detection
5 years ago
fabrixxm
e028263ca8
close correctly `span` tag in `oembed_format_object()`
fix issue #1612
5 years ago
Michael Vogel
439aee0a82
Automatically resize iframe if no height was provided.
5 years ago
Michael Vogel
b5e10329f2
The oembed iframe now has a class name to use it for stylesheets.
5 years ago
Michael Vogel
dbe8275ae5
Added some more timestamp measuring
5 years ago
Michael Vogel
52e33d50ad
Changing header sizes and changing the header type of oembed data.
5 years ago
Michael Vogel
da49814cbb
Use a header element for the oembed data.
5 years ago
Michael Vogel
cb9196f6d6
Issue 1197: New hook for "oembed_fetch_url"
6 years ago
Michael Vogel
bc5c470cac
Fix for issue 1191 - Embedded Youtube video isn't playing when SSL is active
6 years ago
Michael Vogel
5468b9b2a5
oembed: Prevent empty links
6 years ago
Michael Vogel
d4b2d3bf8a
Moved "privacy_image_cache" into the core. Enabled by default, can be disabled in the page settings.
6 years ago
Michael Vogel
53d925095f
Added some functionality if oembed isn't working. (Should be extended in the future)
6 years ago
Michael Vogel
96a41a16fd
oembed: Now it is possible to use the service from embedly with an API key.
6 years ago
Michael Vogel
c2abf0aeea
oembed: There seems to be some bug with ombed (maybe passing a non working url) This small fix should avoid the error at this place and may directs to the source of the problem.
7 years ago
Michael Vogel
a0de28c491
oembed: Option to disallow displaying of "rich" content and some beautification for titles that are only links
7 years ago
Michael Vogel
4f38969148
Optional parameter for parseurl to only fetch data from meta information
7 years ago
friendica
3f63a69d7a
divide by zero on incorrectly specified oembed thumbnail size
8 years ago
Zach Prezkuta
193cc2c537
try to get rid of scrollbars in Frost
8 years ago
Zach Prezkuta
d8a13d6e8d
allow themes to change the size of embedded videos
8 years ago
Michael
d53414a333
OEmbed: Don't output the width of images
8 years ago
Michael Vogel
3968e77f9e
New function to convert bbcode to markdown.
8 years ago
fabrixxm
1d832618a4
fix a random profile error message
8 years ago
friendica
d06ddeb1cc
bug #346 - add oembed maxwidth to oembed request
8 years ago
friendica
4972d7ef6e
more work on filer, comment level and file tag removal
9 years ago
Tobias Hößl
5bb8ed4b8b
Mostly some checks in order to avoid Notices; 1 real bugfix in /mod/network.php
9 years ago
Fabio Comuni
7bd43613fa
oembed: revert changes from 48f5bd492d
9 years ago
friendica
48f5bd492d
naked link with no protocol being passed from Diaspora
9 years ago