Commit Graph

16 Commits

Author SHA1 Message Date
Martijn Ras 5484014bf7 Fix for Remove random_compat, no longer needed #3262 2021-01-08 00:12:41 +01:00
Andreas Gohr 92a8473a90 added Slika as dependency 2020-09-01 18:09:29 +02:00
Andreas Gohr e43cd7e113 Update composer dependencies
The following dependencies have been updated:

splitbrain/php-archive (1.0.10 => 1.1.1)
phpseclib/phpseclib (2.0.11 => 2.0.23)
paragonie/random_compat (v2.0.12 => v2.0.18)
simplepie/simplepie (1.5.1 => 1.5.3)
geshi/geshi (v1.0.9.0 => v1.0.9.1)
openpsa/universalfeedcreator (v1.8.3 => v1.8.3.2):
marcusschwarz/lesserphp
splitbrain/php-cli (1.1.2 => 1.1.5)
2019-10-21 21:05:20 +02:00
Andreas Gohr a628a7c68b phpseclib update 2018-04-27 13:42:00 +02:00
Andreas Gohr 43d3f077ff updated composer dependencies 2018-04-13 08:37:14 +02:00
Andreas Gohr cbeaa4a047 replace Doku_CLI with splitbrain\phpcli\CLI
It has few more features (like turning down verbosity) and looks nicer
2017-11-10 14:22:02 +01:00
Andreas Gohr dd7064d9e4 updated composer dependencies 2017-08-15 18:14:52 +02:00
Andreas Gohr 0ed9c2e284 Merge branch 'master' into lesserphp
* master: (70 commits)
  Release preparation
  translation update
  do not disclose email or IP addresses of users through RSS
  small fix
  Make default encapsulation more readable and less duplicate.
  Replace htmlspecialchars to hsc in core
  Add the preview-bool for the cache file.
  Add htmlspecialchars when showing $DATE_AT
  #2021 broken links to W3C validators also dokuwiki and php are on https
  made bin/wantedpage.php more flexible
  doc abbreviation
  Fix PHP Notices: Reduce error log noise
  Create valid empty options
  translation update
  doc fix
  translation update
  using $options->getCmd to retrieve show-pages parameter
  added option to wantedpages.php to show or not show pages where broken links occur
  show pages where broken links occur: page_id => broken_link
  clean extension names. fixes #2042
  ...
2017-08-15 18:03:29 +02:00
Andreas Gohr 3d4e333534 moved EmailAdressValidator to composer install #1970 2017-05-26 21:37:21 +02:00
Andreas Gohr 572dd708be use composer based library for feed creator #1970 2017-05-18 22:38:19 +02:00
Andreas Gohr 82c5990b7d updated GeSHi to 1.0.9.0 2017-05-15 21:41:43 +02:00
Andreas Gohr e0dd796db5 updated random_compat library 2017-03-31 09:40:36 +02:00
Andreas Gohr 59b616ccfd updated SimplePie and moved to composer based install. #1800
This updates the SimplePie RSS parser to the recent 1.4.3 release,
fixing an PHP 7 bug (and probably others). We now use a composer based
install.
2017-01-18 19:02:50 +01:00
Andreas Gohr 114248c73b Merge branch 'master' into phpseclib
* master: (54 commits)
  updated geshi
  authpdo - use type safe comparison on passwords. fixes #1765
  removed unneeded files from random_compat
  Use cryptographically secure pseudo random number generator (CSPRNG)
  translation update
  translation update
  translation update
  translation update
  translation update
  or maybe I only now figured out the right travis config :-/
  disable 7.1 testing completely
  allow 7.1 failures until it's released #1682
  DE translation for key 'protected'
  Use 'Benachrichtigung' instead of 'Notifikation'
  Fix spelling of some terms (lower to upper case)
  DE translation for key: addUser_error_missing_pass
  DE translation for keys: update_name, update_mail
  translation update
  translation update
  Implemented interwiki substitution for external images (issue #1614).
  ...
2016-11-30 16:07:46 +01:00
Niklas Keller 7a33d2f8a8 Use cryptographically secure pseudo random number generator (CSPRNG)
Uses paragonie/random_compat instead of insecure home-brewed code.

It's NEVER fine to fall back to mt_rand() for secure random.

Fixes #1760.
2016-11-20 19:22:19 +01:00
Andreas Gohr 59419fd022 Use composer installed phpseclib
We used to ship only parts of phpseclib in inc/phpseclib which made it a
little tricky to update. This replaces the library with a composer
installed version, making the rest of the library available to plugin
authors. It might fix a problem with PHP 7.1 as reported in #1682
(unconfirmed)
2016-09-06 12:12:46 +02:00