Mario
75a73be60c
lazy/eager loading and minor css fixes
2020-10-22 18:54:21 +00:00
Mario Vavti
4e0fc81e5d
move cryptojs to addon
2020-08-22 22:14:29 +02:00
Mario Vavti
49df57df45
use the default setting and also add the mode to the cipher. aes-128 is to be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
2020-08-21 10:55:55 +02:00
Mario Vavti
c4c47f7777
first cut on implementing additional encryption with the SJCL library. aes only and no backward compatibility.
2020-08-20 22:47:33 +02:00
Mario
be15a395d8
use cursor-pointer for the lock
2020-07-30 12:32:00 +00:00
Mario
845f7e9382
add new lock icon as svg
2020-07-30 09:59:25 +00:00
Mario
69878ed628
handle some basic friendica attachment bbcodes
2020-04-12 07:54:22 +00:00
zotlabs
16fd618380
rework img alt text - preserve legacy bbcode
2020-02-29 13:08:16 -08:00
zotlabs
a776f69a59
alt attribute for images
2020-02-28 14:31:49 -08:00
Mario
8e2446a2fc
provide img and zmg tags with image description
2020-01-30 17:24:08 +00:00
Mario
7404a8ec1a
implement bdi tags via bbcode where possible
2020-01-18 14:19:31 +00:00
zotlabs
17522b31e9
exempt svg from tag completion
2019-11-08 13:07:42 -08:00
zotlabs
a5826fec25
svg stuff
2019-11-07 14:51:29 -08:00
Mario Vavti
1fbc8739b9
fix bbcode event reshare timezone issue
...
(cherry picked from commit 79bcc157bf8f0c67a8ee41ae9c53a9dec969f8d1)
2019-10-04 09:25:39 +02:00
Max Kostikov
5695350e98
Revert "Merge branch 'dev' into 'dev'"
...
This reverts merge request !1694
2019-07-25 12:25:27 +02:00
Max Kostikov
821af482f0
Exclude trailing punctuations from URL
2019-07-16 18:11:47 +02:00
Mario Vavti
3c8867a1e8
missing backslash
2019-05-15 11:38:23 +02:00
Mario
71ecb470b6
Merge branch 'dev' into 'dev'
...
bbcode map bypass wasn't catching all map forms.
See merge request hubzilla/core!1647
2019-05-14 09:10:48 +02:00
zotlabs
436293713b
bbcode map bypass wasn't catching all map forms.
2019-05-13 05:14:43 -07:00
Mario Vavti
d5f59a57bf
don't do oembed processing on naked links and smarty lib cleanup. ported from zap.
2019-05-13 10:39:40 +02:00
zotlabs
d7026fe36b
use 'cache' flag to bbcode() on content destined for Zot6. We've seen rendered map HTML in a couple of places and these should never be rendered for outgoing content as they will only be purified on the other end.
2019-05-09 22:06:32 -07:00
Mario Vavti
b2b776169b
just whitespace to trigger a new build test
2019-03-20 14:02:18 +01:00
Mario
fa1af5a2cb
Video
2019-03-20 03:17:01 +01:00
Mario
312e0dcbc8
Update bbcode
2019-01-07 17:09:00 +01:00
phani00
aaab905e72
remove some fancy formatting.
2018-12-18 12:37:51 +01:00
phani00
aace8a14ce
new fix for dark theme
...
change implementation of hl-tags in include/bbcode.php
insert class='default-highlight' instead of background-color: 'yellow' into span
add span.default-highlight definition to view/theme/redbasic/css/style.css
this works for all schemas incl. dark.
2018-12-17 15:28:15 +00:00
Mario Vavti
7bd60adfbe
fix css issues in bbcode conversion and focus-light schema
2018-11-12 09:35:12 +01:00
M. Dent
5f992ffe15
Remove servicelevel logic
2018-09-29 00:17:55 +02:00
zotlabs
12f4787b67
issue with mdpost addon and archive.org links which contain a full url as a path/query component
2018-08-13 23:11:10 -07:00
zotlabs
7b445a5b39
where possible strip zid parameter from links that get pasted into posts so that they will get a correct zid when rendered
2018-04-26 20:27:14 -07:00
zotlabs
2fa9645dfc
channel delegation: push current identity and pop it on logout from the delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
2018-04-11 17:40:04 -07:00
zotlabs
fe401203bd
bbcode() - ensure that $options is always an array, as the interface has changed slightly
2018-04-04 23:14:41 -07:00
zotlabs
f748139606
allow the link target attribute to be modified in bbcode() from much further up the call stack in prepare_page() which will usually refer to a local item.
2018-04-04 16:33:11 -07:00
zotlabs
91b710b07d
add auth flag to share attributes so we can make a costly determination to use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
2018-03-15 17:51:24 -07:00
Mario Vavti
6c709551ce
do not always zid share links. add missing <
2018-03-15 14:31:50 +01:00
zotlabs
c3920116f2
more work on federated polls
2018-03-03 13:52:55 -08:00
Mario Vavti
43992dc463
do not show summary if it is equal to body and some styling for the summary/article toggle links
2018-02-19 14:11:58 +01:00
Andrew Manning
c444e40c01
Update code tag styling so bbcode [code] blocks and wiki markdown inline code render nicely.
2018-02-18 10:09:05 -05:00
zotlabs
56d1614ea6
provide a default video image if nothing else is available. Allow sites to change it.
2018-01-28 20:35:05 -08:00
zotlabs
e3c7200b6f
don't do any bbcode translation within code blocks (except baseurl, observer, and linefeeds)
2018-01-25 16:18:16 -08:00
zotlabs
014a1f0158
add summary bbcode tag
2018-01-15 20:47:32 -08:00
Mario Vavti
64fe15b6f5
remove additional linebreaks after headings
2017-12-21 09:07:37 +01:00
zotlabs
adec67d5fa
hubzilla-addons issues #73
2017-12-09 12:49:28 -08:00
zotlabs
91e3c5c34e
render installable elements as buttons instead of links
2017-12-03 19:30:36 -08:00
zotlabs
a99ebd42ec
change to bbcode calling parameters: important: will require pulling addons;
...
also some extra checking of server headers in upload functions
2017-11-23 15:21:50 -08:00
zotlabs
6c178d4485
article feature
2017-11-22 15:39:06 -08:00
zotlabs
9b19e40a74
hubzilla issue #901 - unicode characters in urls tripping up url regexes - these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs.
2017-11-09 21:26:18 -08:00
zotlabs
05654e4980
card embed improved
2017-09-04 21:02:44 -07:00
zotlabs
e2b6464f83
escape 'http' inside code blocks so it doesn't trigger an oembed
2017-08-29 20:07:26 -07:00
zotlabs
bee09a6d8b
minor activitypub rendering stuff
2017-08-02 22:11:46 -07:00