| Commit message (Expand) | Author | Age | Files | Lines |
* | - Enable enclosures in Atom/RSS (podcasts) | Michal Klodner | 2021-02-24 | 1 | -6/+6 |
* | 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 fi... | Mario | 2021-02-15 | 1 | -15/+13 |
* | $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 be... | Mario Vavti | 2020-08-21 | 1 | -1/+1 |
* | first cut on implementing additional encryption with the SJCL library. aes on... | Mario Vavti | 2020-08-20 | 1 | -1/+3 |
* | 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 |
* | Revert "Merge branch 'dev' into 'dev'" | Max Kostikov | 2019-07-25 | 1 | -1/+1 |
* | 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. | zotlabs | 2019-05-13 | 1 | -6/+9 |
* | | don't do oembed processing on naked links and smarty lib cleanup. ported from... | Mario Vavti | 2019-05-13 | 1 | -6/+5 |
|/ |
|
* | use 'cache' flag to bbcode() on content destined for Zot6. We've seen rendere... | zotlabs | 2019-05-09 | 1 | -5/+7 |
* | 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 |
* | 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 p... | zotlabs | 2018-08-13 | 1 | -0/+2 |
* | where possible strip zid parameter from links that get pasted into posts so t... | zotlabs | 2018-04-26 | 1 | -3/+5 |
* | channel delegation: push current identity and pop it on logout from the deleg... | zotlabs | 2018-04-11 | 1 | -2/+2 |
* | bbcode() - ensure that $options is always an array, as the interface has chan... | zotlabs | 2018-04-04 | 1 | -0/+4 |
* | allow the link target attribute to be modified in bbcode() from much further ... | zotlabs | 2018-04-04 | 1 | -26/+18 |
* | add auth flag to share attributes so we can make a costly determination to us... | zotlabs | 2018-03-15 | 1 | -3/+16 |
* | do not always zid share links. add missing < | Mario Vavti | 2018-03-15 | 1 | -4/+4 |
* | more work on federated polls | zotlabs | 2018-03-03 | 1 | -0/+30 |
* | do not show summary if it is equal to body and some styling for the summary/a... | Mario Vavti | 2018-02-19 | 1 | -1/+1 |
* | Update code tag styling so bbcode [code] blocks and wiki markdown inline code... | Andrew Manning | 2018-02-18 | 1 | -2/+8 |
* | provide a default video image if nothing else is available. Allow sites to ch... | zotlabs | 2018-01-28 | 1 | -1/+5 |
* | don't do any bbcode translation within code blocks (except baseurl, observer,... | zotlabs | 2018-01-25 | 1 | -14/+28 |