Commit Graph

8891 Commits

Author SHA1 Message Date
Guy Brand c7b46befb7 Hotfix Release 2016-06-26d "Elenor of Tsort" 2017-08-22 22:00:35 +02:00
Phy c25c097059 Fix sanitation of $language for code highlighting (fixes #2080) 2017-08-22 21:59:34 +02:00
Phy 9011f4a9a5 Fix RSS syntax XSS bug (#2081) 2017-08-22 21:59:26 +02:00
Guy Brand 73ba9aecf6 Hotfix Release 2016-06-26c "Elenor of Tsort" 2017-08-11 16:43:49 +02:00
Phy e247d83b7b Add htmlspecialchars when showing $DATE_AT
Fixes #2061
2017-08-11 16:42:25 +02:00
Guy Brand 045573c473 Hotfix Release 2016-06-26b "Elenor of Tsort" 2017-03-07 21:11:31 +01:00
Andreas Gohr 99d0b84ccc adjust session ID check to specification
The documentation says sessionIDs are between 22 and 256 chars long. A
quick test only showed 26 chars in common configurations, but this
should cover all possibilities.
2017-03-07 21:09:55 +01:00
Andreas Gohr deab8fea87 do not use invalid session IDs #1883
When an invalid session ID is passed to PHP a warning is thrown, but the
session is still initialized with this invalid ID (throwing additional
warnings on save).

This makes sure such invalid IDs are removed from the cookie array
before initializing the session.

PHP bug references:

https://bugs.php.net/bug.php?id=68063
https://bugs.php.net/bug.php?id=73860
2017-03-07 21:09:38 +01:00
Andreas Gohr 308b3e3227 do not generate CSRF tokens when no session or user exists
This partly fixes #1883
2017-03-07 21:09:21 +01:00
Guy Brand 1e61136fdf Merge branch 'stable' into old-stable 2017-02-19 14:01:51 +01:00
Guy Brand 0d82fa85bf Hotfix Release 2016-06-26a "Elenor of Tsort" 2016-07-03 18:08:51 +02:00
Guy Brand 7ce10c9cc1 Merge branch 'master' into stable 2016-07-03 18:05:55 +02:00
Guy Brand 33e99aba20 Release preparation 2016-07-03 18:05:17 +02:00
Andreas Gohr bd4d782dcf Merge pull request #1619 from dokuwiki-translate/lang_update_74
Translation update (pt-br)
2016-07-01 13:31:46 +02:00
Andreas Gohr 0b2d5896f4 Merge pull request #1620 from dokuwiki-translate/lang_update_78
Translation update (da)
2016-07-01 13:30:42 +02:00
Andreas Gohr ef08383eef filesize_h might not be used in HTML content only #1622
Using an HTML entitiy might be problematic in non HTML renderers or when
the output is escaped again.
2016-07-01 11:31:26 +02:00
Andreas Gohr 342753d2c3 fixed password decoding
We decoded the wrong option here before.
2016-07-01 08:39:53 +02:00
Jacob Palm ff0a3231e7 translation update 2016-06-28 15:06:34 +02:00
Felipe Castro cb46a9fd7a translation update 2016-06-28 14:01:27 +02:00
Andreas Gohr da2b416bf0 make adLDAP function public again. #1616
It seems some update of the adLDAP library made a crucial function
protected, thus breaking the authad plugin.

This just makes the function public again, which should fix the
immeadiate problem. A proper fix would need to do #1553 as well
2016-06-27 11:37:17 +02:00
Guy Brand 43300a4eb2 Release 2016-06-26 "Elenor of Tsort" 2016-06-26 13:24:04 +02:00
Guy Brand 6122d28a9f Merge branch 'master' into stable 2016-06-26 13:20:50 +02:00
Guy Brand c8574e7db0 Release preparation 2016-06-26 13:19:27 +02:00
Guy Brand 5b2b84fc91 Merge branch 'stable' into old-stable 2016-06-26 13:07:39 +02:00
Andreas Gohr bac9448b6a Merge pull request #1615 from dokuwiki-translate/lang_update_62
Translation update (ko)
2016-06-26 12:54:28 +02:00
Myeongjin c256465607 translation update 2016-06-26 12:36:11 +02:00
Andreas Gohr c42ea50472 Merge pull request #1612 from dokuwiki-translate/lang_update_61
Translation update (ja)
2016-06-25 20:28:37 +02:00
Hideaki SAWADA f11017b861 translation update 2016-06-25 18:26:59 +02:00
Andreas Gohr ce5bade5fe Merge pull request #1457 from splitbrain/authpdo
AuthPDO Plugin implements #1029, replaces #1143
2016-06-24 14:53:56 +02:00
Andreas Gohr 80cf2ac2d7 removed wrong comment - str_getcsv isn't powerful enough
See https://github.com/splitbrain/dokuwiki/issues/1535#issuecomment-227039700
2016-06-22 15:15:02 +02:00
Andreas Gohr 48c6a3bd4c Merge pull request #1607 from splitbrain/config_title
Fix #1606 link to the first section of the configuration manager
2016-06-22 14:57:05 +02:00
Andreas Gohr 1eedb76485 Merge pull request #1610 from dokuwiki-translate/lang_update_60
Translation update (zh)
2016-06-22 13:05:38 +02:00
JellyChen 2409660a79 translation update 2016-06-22 13:01:40 +02:00
Michael Hamann cbfba95601 Fix #1606 link to the first section of the configuration manager 2016-06-19 18:58:00 +02:00
Andreas Gohr e86c66ad88 Merge pull request #1605 from andersruneson/update-php.net-urls
Fixed broken links to php.net and redirecting pages to php.net
2016-06-14 15:41:51 +02:00
Anders Sandblad 59752844d1 Fixed broken links to php.net and redirecting pages to php.net 2016-06-14 08:48:12 +02:00
Gerrit Uitslag 9bbceb0ecf Merge pull request #1558 from splitbrain/syntaxtableclasses
Let plugin add their own classes to list/table created with doku's renderer methods
2016-06-12 22:50:10 +02:00
Andreas Gohr b2b8b6e707 Merge pull request #1604 from dokuwiki-translate/lang_update_41
Translation update (sk)
2016-06-12 14:15:12 +02:00
Michalek ee6a0dd4ce translation update 2016-06-12 09:56:39 +02:00
Andreas Gohr bdb8810b1d upped copyright year 2016-06-11 13:02:37 +02:00
Andreas Gohr a1b0aa1e27 try to fix flaky test by clearing the statcache 2016-06-11 12:34:56 +02:00
Andreas Gohr f56d5034a8 run HTTP tests against EU server
this hopefully helps with recent problems of spradically failing tests.
2016-06-11 09:09:16 +02:00
Andreas Gohr 7d769f7571 warn about classes to be valid 2016-06-11 08:38:10 +02:00
Andreas Gohr c23fdc4603 added authpdo to the list of bundled plugins 2016-06-10 09:51:47 +02:00
Andreas Gohr d1c44d00a3 Merge pull request #1101 from splitbrain/emailsignature
Clean up of mail text signature
2016-06-10 09:45:09 +02:00
Andreas Gohr 3882015e04 Merge branch 'master' into authpdo
* master: (152 commits)
  updated jquery to 2.2.4
  fixed interwiki test
  simplified amazon interwiki links. closes #1588
  minor optimization how cell counts are fixed in tables
  Beautify code
  Keep query params during redirect to headpage
  Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr)
  take care of file size change of zero
  refactor duplicate sizechange code into its own function
  always separate a number and a unit by a non-breaking space
  fix an unfortunate line break in one of the tabs of the mediamanager when using Arabic
  added doku_hasTextBeenModified, rename doku_checkSummary
  shortening dokucookie option names for extension manager
  Fix xmlrpc constructor for php7
  translation update
  translation update
  translation update
  add phpdocs
  remote api ackcheck: if user given, but no groups, retrieve groups
  use variable in remoteapicore_test
  ...
2016-06-10 09:38:49 +02:00
Andreas Gohr 3be11e103a Merge pull request #1543 from splitbrain/jquery2
upgraded jQuery to 2.2.3
2016-06-10 09:37:02 +02:00
Andreas Gohr 2e0ebe6009 allow passing multiple classes as array 2016-06-10 09:28:32 +02:00
Andreas Gohr 786818ddd1 Merge pull request #1556 from splitbrain/onlyeditwarningonchange
Check if content really changed in the Editor, before popup a warning…
2016-06-10 08:49:51 +02:00
Andreas Gohr 16f765dd94 updated jquery to 2.2.4 2016-06-10 08:44:37 +02:00