aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* more fixes for issue #1843Mario2024-05-081-3/+1
|
* add bbcode support for the HTML5 del tagMario2024-05-071-1/+1
|
* more remove additional linebreaks after block element plus testMario2024-03-251-0/+5
|
* make sure we preserve linefeeds in the actual content of lists and tables ↵Mario2024-03-241-9/+16
| | | | also add tests
* Merge branch 'deprecate-include-config-in-core' into 'dev'Mario2024-03-241-4/+5
|\ | | | | | | | | Deprecate *_config() functions in core. See merge request hubzilla/core!2114
| * Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-4/+5
| |
* | use the correct tag for ordered listsMario2024-03-221-6/+6
| |
* | more whitespace fixes and some docuMario2024-03-211-6/+8
| |
* | possible fix for issue #1843Mario2024-03-201-3/+5
| |
* | deal with wihitespace issues in tables and lists and add testsMario2024-03-201-8/+39
|/
* adjust encrypted content representation and also add it to bb_to_markdownMario2024-03-151-7/+7
|
* refactor sodium b2b encryptionMario2024-03-151-17/+23
|
* implement sodium-plus library to replace unmaintained sjclMario2024-03-101-20/+18
|
* inbound support for custom emojisMario2024-03-081-13/+44
|
* we are checking for null|array union type later - false would throw an errorMario2024-03-011-2/+2
|
* Add some beginning tests for bbcode, and a bit of refactoringHarald Eilertsen2024-03-011-323/+337
|
* fix some whitespace issues after recent changesMario2024-02-091-9/+9
|
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-251-0/+4
|
* bbcode: do not overrule default list styleMario2023-11-071-2/+2
|
* update bb_parse_b64_crypt()Mario2023-03-181-2/+4
|
* php8: random cleanup and warning fixesMario2022-09-081-6/+10
|
* fix random php warningsMario2022-09-071-6/+11
|
* revert: do not wrap multi line code blocks into pre tagMario2022-09-061-1/+1
|
* do not wrap multi line code blocks into pre tagMario2022-09-061-1/+1
|
* address deprecation warningsMario2022-02-131-2/+2
|
* toc: add headingsMario2022-01-111-1/+1
|
* make toc bbcode find its own container by defaultMario2022-01-091-1/+1
|
* bbcode: deal with codeblocks before we escape other tagsMario2021-10-101-25/+22
|
* deprecate the custom highlight [hl] bbcode in favor of [mark] which is a ↵Mario2021-09-071-2/+8
| | | | html5 standard
* untangle the app template into separate templates and fix bbcode viewMario2021-08-231-1/+1
|
* bbcode: add option to drop media contentMario2021-06-181-0/+21
|
* remove zot includesMario2021-05-271-1/+0
|
* deprecate get_rpost_path()Mario2021-05-271-2/+3
|
* bbcode: escape img and zmg tags so that it will not be messed with before ↵Mario2021-04-061-0/+21
| | | | required (e.g. URL in image description) - issue #1554
* do not parse bbcode in summary - issue #1532Mario2021-03-101-5/+22
|
* - Enable enclosures in Atom/RSS (podcasts)Michal Klodner2021-02-241-6/+6
| | | - Remove checking of audio/video URLs for pattern at the end
* provide raw base64 encoded cryptoMario2021-02-191-0/+20
|
* fix recursive sharesMario2021-02-191-1/+4
|
* fix summary regex after recent bbcode chaneMario2021-02-181-1/+1
|
* backward compatibility with recent crypto changesMario2021-02-181-33/+33
|
* fix detection of multiline codeblocks after recent change to bbcode()Mario2021-02-151-2/+2
|
* move substitution of new lines with <br> to the end of bbcode(). This will ↵Mario2021-02-151-15/+13
| | | | fix issue #1512.
* $match should be arrayMario2021-01-181-2/+2
|
* 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
|