| 47605f73 | 29-Apr-2020 |
Mac <mac@easterncyber.com> |
translation update |
| 64adbe7a | 24-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
translation update |
| f53f6fa0 | 14-Apr-2020 |
Aleš Milošič <ales.milosic@gmail.com> |
translation update |
| 462a3bae | 14-Apr-2020 |
Phy <git@phy25.com> |
fix slash regression in toolbar signature #3045 |
| 98169a0f | 12-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
properly encode signature code
This addresses the XSS vulnerability mentioned in #3044 |
| 368a782f | 08-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Let plugins access the lexer mode stack |
| 07a296cb | 07-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
restore access to utility function in renderer
All other utility functions are public, too. And we had this one public in the metadata renderer already. We maybe will want to deprecate the old under
restore access to utility function in renderer
All other utility functions are public, too. And we had this one public in the metadata renderer already. We maybe will want to deprecate the old underscore name some time
show more ...
|
| a98160dc | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
Remove height & weight defaults from video embeds |
| deb02173 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
another fix |
| 50598979 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
only pass around videoAtts if it's a video
try to make tests happy again
another try at fixing tests
Delete local.php.bak.php
more test fixes
one more (lol)
one more |
| 4a572c5a | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
add options & defaults to config, no* counterparts |
| e0ab73f1 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
accidentally removed this on an earlier commit
more test fixes |
| 256ac28f | 05-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
typo fix
bug fixes & added fixes for existing tests |
| 2a4a042d | 05-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
Add handling for video embed attributes |
| 5d27cd14 | 05-Apr-2020 |
Phy <git@phy25.com> |
Fix Linkwiz Ajax zero id/ns issue, closes #2610 |
| b65274ec | 05-Apr-2020 |
Phy <git@phy25.com> |
Fix noNSorNS zero ID issue with unit tests, fixes #3037 |
| 33033745 | 01-Apr-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 9efb6f4a | 25-Mar-2020 |
Phy <git@phy25.com> |
check if user is empty in userSubscription, fixes #2003
This makes sure SubscriberRegexBuilder is used properly and won't throw exception in userSubscription. |
| 9ced17c4 | 25-Mar-2020 |
Phy <git@phy25.com> |
fix undefined index notice in DebugHelper::dbgDeprecatedFunction |
| 39f31b6e | 14-Mar-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Follow up #2985, fperm seetting
Fixed inconsistent handling of falsy values on fperm setting |
| abb227bc | 13-Mar-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add comment for $requireLock argument |
| 6c0c9f5c | 12-Mar-2020 |
Apostolos Tsompanopoulos <info@aptlogs.com> |
translation update |
| 4da6a3ce | 10-Mar-2020 |
Phy <git@phy25.com> |
Fix php styling of too long regexp |
| f216edae | 21-Jun-2018 |
Lars Paulsen <lars_paulsen@web.de> |
Fixed broken link rendering for external links at start of line
External links at the start of line like 'www.example.com' were not rendered as links any more. The issue was introduced with PR #1988
Fixed broken link rendering for external links at start of line
External links at the start of line like 'www.example.com' were not rendered as links any more. The issue was introduced with PR #1988. Fixes #2399.
show more ...
|
| 2bfa4000 | 10-Mar-2020 |
Phy <git@phy25.com> |
fix comment formating |