| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move apps to zlib | redmatrix | 2016-05-22 | 1 | -3/+2 |
* | clean up some cruft | redmatrix | 2016-05-08 | 1 | -46/+0 |
* | more security stuff | redmatrix | 2016-05-02 | 1 | -1/+1 |
* | improve whitespace control around definition list ([dl]) bbcode | Treer | 2016-04-30 | 1 | -4/+6 |
* | Add definition lists to bbcode | Treer | 2016-04-30 | 1 | -0/+48 |
* | move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ... | Mario Vavti | 2016-04-26 | 1 | -16/+28 |
* | issue #331 use timeago.js for reshared publish date instead of relative_date(... | redmatrix | 2016-04-10 | 1 | -3/+1 |
* | static App | redmatrix | 2016-03-31 | 1 | -11/+11 |
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -1/+1 |
* | UNO: Hide bookmark tools in items (#^ and in menu) | jeroenpraat | 2016-03-10 | 1 | -0/+5 |
* | provide footer bbcode | Mario Vavti | 2016-02-29 | 1 | -1/+5 |
* | change _newwin to _blank because the window named _newwin may be hard to find... | redmatrix | 2015-11-20 | 1 | -16/+16 |
* | first cut at some much better hook documentation derived from bamfic's automa... | redmatrix | 2015-11-05 | 1 | -1/+7 |
* | Save bandwidth on mobile networks. | ken restivo | 2015-10-29 | 1 | -2/+2 |
* | set link target window for many links that are included in posts, but not in ... | redmatrix | 2015-10-21 | 1 | -16/+16 |
* | nit | redmatrix | 2015-09-14 | 1 | -1/+1 |
* | personal oembed black/white list | redmatrix | 2015-08-04 | 1 | -0/+1 |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-31 | 1 | -1/+8 |
|\ |
|
| * | escape $ in events | redmatrix | 2015-07-30 | 1 | -1/+8 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-13 | 1 | -1/+5 |
|\| |
|
| * | Only let local logins install webpage elements | redmatrix | 2015-07-11 | 1 | -1/+5 |
* | | undo the disabling of browser_prefetch and for the time being revert the HTML... | redmatrix | 2015-06-25 | 1 | -43/+29 |
* | | remove all QR-code stuff from core - now in qrator addon | redmatrix | 2015-06-25 | 1 | -14/+0 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-02 | 1 | -1/+1 |
|\| |
|
| * | error in directory bbcode image filter | redmatrix | 2015-05-31 | 1 | -1/+1 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-31 | 1 | -0/+16 |
|\| |
|
| * | some basic background work for activitystreams-json-ld-2.0 conversions | redmatrix | 2015-05-31 | 1 | -0/+8 |
| * | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-05-30 | 1 | -1/+4 |
| |\ |
|
| | * | some fixes to make menu sharing work and expose it in the ui. | Mario Vavti | 2015-05-29 | 1 | -0/+3 |
| * | | strip images from directory text entries | redmatrix | 2015-05-30 | 1 | -0/+5 |
| |/ |
|
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-20 | 1 | -1/+18 |
|\| |
|
| * | make design elements translateable | Mario Vavti | 2015-05-20 | 1 | -1/+18 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-19 | 1 | -1/+2 |
|\| |
|
| * | remove dbg code | Mario Vavti | 2015-05-19 | 1 | -1/+1 |
| * | be verbose about what type of element (block, layout, webpage) is beeing inst... | Mario Vavti | 2015-05-19 | 1 | -1/+2 |
* | | missed one... | redmatrix | 2015-05-06 | 1 | -0/+2 |
* | | forgot to save | redmatrix | 2015-05-06 | 1 | -2/+0 |
* | | Hopefully this will make item_cache the default | redmatrix | 2015-05-06 | 1 | -3/+43 |
|/ |
|
* | remove obsolete linebreak | Mario Vavti | 2015-05-04 | 1 | -1/+1 |
* | just a test, please do not try to implement this as there are severe security... | friendica | 2015-04-30 | 1 | -2/+10 |
* | don't warn folks about the webaddress observer tag. We need it in constructed... | friendica | 2015-04-09 | 1 | -1/+1 |
* | Renamed some functions to match other names in bbcode.php. | Klaus Weidenbach | 2015-04-07 | 1 | -191/+211 |
* | make open tag work correctly for multiple invocations in the same text | friendica | 2015-04-06 | 1 | -3/+7 |
* | open bbcode tag | friendica | 2015-04-01 | 1 | -0/+11 |
* | make the channel item query match recent changes to network item query (and s... | friendica | 2015-03-18 | 1 | -1/+1 |
* | turn parse_url into the definitive url attaching mechanism | friendica | 2015-03-11 | 1 | -1/+21 |
* | allow urls using the zot: or zots: URL schemes to exist without getting filte... | friendica | 2015-03-10 | 1 | -1/+1 |
* | when fixing "naked links" make sure not to double link double urls as seen in... | friendica | 2015-03-06 | 1 | -1/+1 |
* | Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections | RedMatrix | 2015-02-19 | 1 | -2/+7 |
|\ |
|
| * | Changed bb code [toc] to make it more flexible | Einer von Vielen | 2015-02-14 | 1 | -2/+7 |