aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* load eager in items - lazy breaks collapsing of long items with imagesMario2020-10-221-6/+6
|
* more lazy, less eagerMario2020-10-221-6/+6
|
* lazy/eager loading and minor css fixesMario2020-10-221-7/+7
|
* move cryptojs to addonMario Vavti2020-08-221-3/+11
|
* use the default setting and also add the mode to the cipher. aes-128 is to ↵Mario Vavti2020-08-211-1/+1
| | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
* first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-201-1/+3
| | | | only and no backward compatibility.
* use cursor-pointer for the lockMario2020-07-301-2/+2
|
* add new lock icon as svgMario2020-07-301-2/+2
|
* handle some basic friendica attachment bbcodesMario2020-04-121-0/+135
|
* rework img alt text - preserve legacy bbcodezotlabs2020-02-291-3/+49
|
* alt attribute for imageszotlabs2020-02-281-35/+58
|
* provide img and zmg tags with image descriptionMario2020-01-301-0/+9
|
* implement bdi tags via bbcode where possibleMario2020-01-181-1/+7
|
* exempt svg from tag completionzotlabs2019-11-081-2/+2
|
* svg stuffzotlabs2019-11-071-0/+21
|
* fix bbcode event reshare timezone issueMario Vavti2019-10-041-0/+1
| | | (cherry picked from commit 79bcc157bf8f0c67a8ee41ae9c53a9dec969f8d1)
* Revert "Merge branch 'dev' into 'dev'"Max Kostikov2019-07-251-1/+1
| | | This reverts merge request !1694
* Exclude trailing punctuations from URLMax Kostikov2019-07-161-1/+1
|
* missing backslashMario Vavti2019-05-151-1/+1
|
* Merge branch 'dev' into 'dev'Mario2019-05-141-6/+9
|\ | | | | | | | | bbcode map bypass wasn't catching all map forms. See merge request hubzilla/core!1647
| * bbcode map bypass wasn't catching all map forms.zotlabs2019-05-131-6/+9
| |
* | don't do oembed processing on naked links and smarty lib cleanup. ported ↵Mario Vavti2019-05-131-6/+5
|/ | | | from zap.
* use 'cache' flag to bbcode() on content destined for Zot6. We've seen ↵zotlabs2019-05-091-5/+7
| | | | 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.
* just whitespace to trigger a new build testMario Vavti2019-03-201-1/+0
|
* VideoMario2019-03-201-0/+22
|
* Update bbcodeMario2019-01-071-14/+3
|
* remove some fancy formatting.phani002018-12-181-1/+0
|
* new fix for dark themephani002018-12-171-1/+2
| | | | | | | | 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.
* fix css issues in bbcode conversion and focus-light schemaMario Vavti2018-11-121-6/+6
|
* Remove servicelevel logicM. Dent2018-09-291-3/+0
|
* issue with mdpost addon and archive.org links which contain a full url as a ↵zotlabs2018-08-131-0/+2
| | | | path/query component
* where possible strip zid parameter from links that get pasted into posts so ↵zotlabs2018-04-261-3/+5
| | | | that they will get a correct zid when rendered
* channel delegation: push current identity and pop it on logout from the ↵zotlabs2018-04-111-2/+2
| | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
* bbcode() - ensure that $options is always an array, as the interface has ↵zotlabs2018-04-041-0/+4
| | | | changed slightly
* allow the link target attribute to be modified in bbcode() from much further ↵zotlabs2018-04-041-26/+18
| | | | up the call stack in prepare_page() which will usually refer to a local item.
* add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-151-3/+16
| | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
* do not always zid share links. add missing <Mario Vavti2018-03-151-4/+4
|
* more work on federated pollszotlabs2018-03-031-0/+30
|
* do not show summary if it is equal to body and some styling for the ↵Mario Vavti2018-02-191-1/+1
| | | | summary/article toggle links
* Update code tag styling so bbcode [code] blocks and wiki markdown inline ↵Andrew Manning2018-02-181-2/+8
| | | | code render nicely.
* provide a default video image if nothing else is available. Allow sites to ↵zotlabs2018-01-281-1/+5
| | | | change it.
* don't do any bbcode translation within code blocks (except baseurl, ↵zotlabs2018-01-251-14/+28
| | | | observer, and linefeeds)
* add summary bbcode tagzotlabs2018-01-151-0/+15
|
* remove additional linebreaks after headingsMario Vavti2017-12-211-0/+7
|
* hubzilla-addons issues #73zotlabs2017-12-091-1/+1
|
* render installable elements as buttons instead of linkszotlabs2017-12-031-2/+2
|
* change to bbcode calling parameters: important: will require pulling addons;zotlabs2017-11-231-3/+5
| | | | also some extra checking of server headers in upload functions
* article featurezotlabs2017-11-221-0/+2
|
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-091-3/+3
| | | | 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.
* card embed improvedzotlabs2017-09-041-1/+6
|