Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bbcode: add option to drop media content | Mario | 2021-06-18 | 1 | -0/+21 |
| | |||||
* | remove zot includes | Mario | 2021-05-27 | 1 | -1/+0 |
| | |||||
* | deprecate get_rpost_path() | Mario | 2021-05-27 | 1 | -2/+3 |
| | |||||
* | bbcode: escape img and zmg tags so that it will not be messed with before ↵ | Mario | 2021-04-06 | 1 | -0/+21 |
| | | | | required (e.g. URL in image description) - issue #1554 | ||||
* | do not parse bbcode in summary - issue #1532 | Mario | 2021-03-10 | 1 | -5/+22 |
| | |||||
* | - Enable enclosures in Atom/RSS (podcasts) | Michal Klodner | 2021-02-24 | 1 | -6/+6 |
| | | | - Remove checking of audio/video URLs for pattern at the end | ||||
* | provide raw base64 encoded crypto | Mario | 2021-02-19 | 1 | -0/+20 |
| | |||||
* | fix recursive shares | Mario | 2021-02-19 | 1 | -1/+4 |
| | |||||
* | fix summary regex after recent bbcode chane | Mario | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | backward compatibility with recent crypto changes | Mario | 2021-02-18 | 1 | -33/+33 |
| | |||||
* | fix detection of multiline codeblocks after recent change to bbcode() | Mario | 2021-02-15 | 1 | -2/+2 |
| | |||||
* | move substitution of new lines with <br> to the end of bbcode(). This will ↵ | Mario | 2021-02-15 | 1 | -15/+13 |
| | | | | fix issue #1512. | ||||
* | $match should be array | Mario | 2021-01-18 | 1 | -2/+2 |
| | |||||
* | load eager in items - lazy breaks collapsing of long items with images | Mario | 2020-10-22 | 1 | -6/+6 |
| | |||||
* | more lazy, less eager | Mario | 2020-10-22 | 1 | -6/+6 |
| | |||||
* | lazy/eager loading and minor css fixes | Mario | 2020-10-22 | 1 | -7/+7 |
| | |||||
* | move cryptojs to addon | Mario Vavti | 2020-08-22 | 1 | -3/+11 |
| | |||||
* | use the default setting and also add the mode to the cipher. aes-128 is to ↵ | Mario Vavti | 2020-08-21 | 1 | -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 Vavti | 2020-08-20 | 1 | -1/+3 |
| | | | | only and no backward compatibility. | ||||
* | use cursor-pointer for the lock | Mario | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | add new lock icon as svg | Mario | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | handle some basic friendica attachment bbcodes | Mario | 2020-04-12 | 1 | -0/+135 |
| | |||||
* | rework img alt text - preserve legacy bbcode | zotlabs | 2020-02-29 | 1 | -3/+49 |
| | |||||
* | alt attribute for images | zotlabs | 2020-02-28 | 1 | -35/+58 |
| | |||||
* | provide img and zmg tags with image description | Mario | 2020-01-30 | 1 | -0/+9 |
| | |||||
* | implement bdi tags via bbcode where possible | Mario | 2020-01-18 | 1 | -1/+7 |
| | |||||
* | exempt svg from tag completion | zotlabs | 2019-11-08 | 1 | -2/+2 |
| | |||||
* | svg stuff | zotlabs | 2019-11-07 | 1 | -0/+21 |
| | |||||
* | fix bbcode event reshare timezone issue | Mario Vavti | 2019-10-04 | 1 | -0/+1 |
| | | | (cherry picked from commit 79bcc157bf8f0c67a8ee41ae9c53a9dec969f8d1) | ||||
* | Revert "Merge branch 'dev' into 'dev'" | Max Kostikov | 2019-07-25 | 1 | -1/+1 |
| | | | This reverts merge request !1694 | ||||
* | Exclude trailing punctuations from URL | Max Kostikov | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | missing backslash | Mario Vavti | 2019-05-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2019-05-14 | 1 | -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. | zotlabs | 2019-05-13 | 1 | -6/+9 |
| | | |||||
* | | don't do oembed processing on naked links and smarty lib cleanup. ported ↵ | Mario Vavti | 2019-05-13 | 1 | -6/+5 |
|/ | | | | from zap. | ||||
* | use 'cache' flag to bbcode() on content destined for Zot6. We've seen ↵ | zotlabs | 2019-05-09 | 1 | -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 test | Mario Vavti | 2019-03-20 | 1 | -1/+0 |
| | |||||
* | Video | Mario | 2019-03-20 | 1 | -0/+22 |
| | |||||
* | Update bbcode | Mario | 2019-01-07 | 1 | -14/+3 |
| | |||||
* | remove some fancy formatting. | phani00 | 2018-12-18 | 1 | -1/+0 |
| | |||||
* | new fix for dark theme | phani00 | 2018-12-17 | 1 | -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 schema | Mario Vavti | 2018-11-12 | 1 | -6/+6 |
| | |||||
* | Remove servicelevel logic | M. Dent | 2018-09-29 | 1 | -3/+0 |
| | |||||
* | issue with mdpost addon and archive.org links which contain a full url as a ↵ | zotlabs | 2018-08-13 | 1 | -0/+2 |
| | | | | path/query component | ||||
* | where possible strip zid parameter from links that get pasted into posts so ↵ | zotlabs | 2018-04-26 | 1 | -3/+5 |
| | | | | that they will get a correct zid when rendered | ||||
* | channel delegation: push current identity and pop it on logout from the ↵ | zotlabs | 2018-04-11 | 1 | -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 ↵ | zotlabs | 2018-04-04 | 1 | -0/+4 |
| | | | | changed slightly | ||||
* | allow the link target attribute to be modified in bbcode() from much further ↵ | zotlabs | 2018-04-04 | 1 | -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 ↵ | zotlabs | 2018-03-15 | 1 | -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 Vavti | 2018-03-15 | 1 | -4/+4 |
| |