| Commit message (Expand) | Author | Age | Files | Lines |
* | incrementing version1.3.4 | El RIDO | 2020-03-22 | 32 | -33/+34 |
* | allow pasting password on paste with attachment - big kudos @rugk for finding... | El RIDO | 2020-03-21 | 4 | -3/+5 |
* | documenting change | El RIDO | 2020-03-21 | 1 | -0/+1 |
* | Merge branch 'preview-encoding' | El RIDO | 2020-03-21 | 4 | -64/+73 |
|\ |
|
| * | addressing false positive jsverify rngState 077c06da821594b3fepreview-encoding | El RIDO | 2020-03-06 | 1 | -5/+5 |
| * | It includes a change in the RegEx for URLs because that was broken when a | rugk | 2020-03-06 | 3 | -3/+3 |
| * | Merge branch 'master' into preview-encoding | El RIDO | 2020-03-06 | 6 | -28/+111 |
| |\
| |/
|/| |
|
* | | trying to recreate former StyleCI behaviour in changed preset | El RIDO | 2020-03-06 | 1 | -0/+1 |
* | | fixing 'The provided fixer 'method_argument_space' cannot be disabled unless ... | El RIDO | 2020-03-06 | 1 | -1/+0 |
* | | documenting change | El RIDO | 2020-03-01 | 1 | -0/+1 |
* | | tweaking German translation for email strings | El RIDO | 2020-03-01 | 1 | -2/+2 |
* | | generalize date string handling, replacing hardcoded lookups, fixes #586 | El RIDO | 2020-03-01 | 3 | -25/+107 |
| * | reverting Helper.urls2links() method to old style, applied to element instead... | El RIDO | 2020-03-06 | 4 | -44/+51 |
| * | Revert "in Helper.urls2links(), encode HTML entities, find and insert links, ... | El RIDO | 2020-03-06 | 4 | -25/+13 |
| * | in Helper.urls2links(), encode HTML entities, find and insert links, partiall... | El RIDO | 2020-02-29 | 4 | -13/+25 |
| * | refactor switch into nested if/else, to improve readability - no functional c... | El RIDO | 2020-02-29 | 3 | -40/+42 |
|/ |
|
* | fix change log | El RIDO | 2020-02-16 | 1 | -0/+6 |
* | Merge branch 'php7.4-ci' | El RIDO | 2020-02-16 | 9 | -236/+209 |
|\ |
|
| * | Merge branch 'master' into php7.4-ci | El RIDO | 2020-02-16 | 31 | -32/+35 |
| |\
| |/
|/| |
|
* | | incrementing version1.3.3 | El RIDO | 2020-02-16 | 30 | -32/+32 |
* | | update change log | El RIDO | 2020-02-16 | 1 | -0/+3 |
| * | remove obsolete sudo keyphp7.4-ci | El RIDO | 2020-02-05 | 1 | -1/+0 |
| * | update minimum required PHP version to 5.6 and replace slowEquals() with nati... | El RIDO | 2020-02-05 | 4 | -37/+3 |
| * | updating composer requirements und identicon library | El RIDO | 2020-02-05 | 4 | -195/+205 |
| * | drop php 5.5 tests, allowing us to use current ubuntu bionic based environmen... | El RIDO | 2020-02-05 | 1 | -3/+1 |
|/ |
|
* | addressing false positive jsverify rngState 85f362db8950cea741 | El RIDO | 2020-02-05 | 1 | -1/+6 |
* | fixing DOMpurify 2.0.8 SRI after removing map line in file (which causes unne... | El RIDO | 2020-02-05 | 2 | -2/+2 |
* | Revert "add 7.4 to travis CI tests" | El RIDO | 2020-02-05 | 1 | -1/+0 |
* | add 7.4 to travis CI tests | El RIDO | 2020-02-05 | 1 | -0/+1 |
* | addressing false positive jsverify rngState 8bf7605ea139db4c28 | El RIDO | 2020-02-04 | 1 | -4/+4 |
* | upgrade DOMpurify to 2.0.8 | El RIDO | 2020-02-04 | 6 | -4/+5 |
* | Fix ARIA for Editor/preview tabs. | El RIDO | 2020-02-04 | 1 | -3/+3 |
* | Merge pull request #582 from RoiArthurB/patch-1 | El RIDO | 2020-02-04 | 1 | -8/+8 |
|\ |
|
| * | Update fr.json | Arthur Brugiere | 2020-02-04 | 1 | -8/+8 |
|/ |
|
* | fix FAQ links, tweaking the subtext display, add link to modern browser FAQ, ... | El RIDO | 2020-02-02 | 2 | -6/+9 |
* | in translation, allow links to be inserted unencoded into href attribute, sim... | El RIDO | 2020-02-02 | 4 | -29/+38 |
* | relax encoding of slashes just for plaintext display, so links can be detected | El RIDO | 2020-02-01 | 3 | -3/+3 |
* | Merge branch 'displayEncoding2' | El RIDO | 2020-02-01 | 22 | -48/+81 |
|\ |
|
| * | apply StyleCI recommendationdisplayEncoding2 | El RIDO | 2020-02-01 | 1 | -1/+1 |
| * | ensuring consistent use of php side encoding, testing all encoding cases, cor... | El RIDO | 2020-02-01 | 4 | -12/+29 |
| * | add HTML entity encoding to PHP translation logic, remove exception to allow ... | El RIDO | 2020-02-01 | 21 | -38/+47 |
| * | adding test that expects parameters of php translation to get HTML entities t... | El RIDO | 2020-02-01 | 1 | -0/+7 |
|/ |
|
* | Merge branch 'displayEncoding' | El RIDO | 2020-02-01 | 6 | -88/+198 |
|\ |
|
| * | Merge remote-tracking branch 'origin/master' into displayEncoding | El RIDO | 2020-02-01 | 21 | -34/+319 |
| |\
| |/
|/| |
|
* | | Merge pull request #578 from imtms/master | El RIDO | 2020-01-31 | 1 | -8/+8 |
|\ \ |
|
| * | | Update Chinese translation. | TMs | 2020-01-31 | 1 | -8/+8 |
* | | | Merge pull request #580 from mkromar/footer-link-fix-sl | R4SAS | 2020-01-31 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fixed info link in page footer of sl translation. | mkromar | 2020-01-31 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #574 from PrivateBin/rugk-php-runner | El RIDO | 2020-01-29 | 1 | -0/+23 |
|\ \ |
|
| * | | Test PHP Composer runner of GitHubrugk-php-runner | rugk | 2020-01-26 | 1 | -0/+23 |