summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1112 from dokuwiki-translate/lang_update_46Andreas Gohr2015-04-14
|\ | | | | Translation update (fr)
| * translation updateSchplurtz le Déboulonné2015-04-14
|/
* Merge pull request #1106 from real-or-random/masterAndreas Gohr2015-04-13
|\ | | | | make PHP_CodeSniffer rules compatible with v2
| * make PHP_CodeSniffer rules compatible with v2Tim Ruffing2015-04-04
| |
* | Merge pull request #1110 from anini/patch-1Andreas Gohr2015-04-12
|\ \ | | | | | | Update register.txt (Arabic) - Fix spelling mistake
| * | Update register.txt (Arabic) - Fix spilling mistakeMohammad Anini2015-04-12
|/ /
* | Merge pull request #1109 from micgro42/deprecateMailSendAndreas Gohr2015-04-09
|\ \ | | | | | | Add deprecated tag to mail_send, _mail_send_action, mail_encode_address
| * | Add deprecated tag to mail_send, _mail_send_action, mail_encode_addressMichael Große2015-04-09
|/ / | | | | | | | | These functions are already deprecated and replaced by the Mailer:: class. The deprecated tag was simply missing.
* | Merge pull request #1108 from dokuwiki-translate/lang_update_39Andreas Gohr2015-04-08
|\ \ | |/ |/| Translation update (bn)
| * translation updateNinetailz2015-04-08
|/
* Merge pull request #1097 from dokuwiki-translate/lang_update_35Andreas Gohr2015-04-02
|\ | | | | Translation update (pt)
| * translation updateRomulo Pereira2015-03-31
| |
* | Merge pull request #1102 from splitbrain/plugingroupsAndreas Gohr2015-04-02
|\ \ | |/ |/| Plugingroups
| * add plugin groups to config plugin testChristopher Smith2015-04-01
| |
| * add more plugin groups to authplain testChristopher Smith2015-04-01
|/
* Merge pull request #1089 from dokuwiki-translate/lang_update_27Andreas Gohr2015-03-31
|\ | | | | Translation update (ko)
| * translation updateMyeongjin2015-03-28
| |
* | Merge pull request #1090 from dokuwiki-translate/lang_update_28Andreas Gohr2015-03-31
|\ \ | | | | | | Translation update (cs)
| * | translation updateJaroslav Lichtblau2015-03-28
| |/
* | Merge pull request #1095 from dokuwiki-translate/lang_update_33Andreas Gohr2015-03-31
|\ \ | |/ |/| Translation update (es)
| * translation updateAlejandro Nunez2015-03-31
|/
* Merge pull request #1083 from chang-zhao/masterAndreas Gohr2015-03-25
|\ | | | | Update toolbar.js
| * Update toolbar.jschang-zhao2015-03-21
| | | | | | When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
| * Merge pull request #1 from splitbrain/masterchang-zhao2015-03-21
| |\ | | | | | | Test
* | \ Merge pull request #1085 from dokuwiki-translate/lang_update_25Andreas Gohr2015-03-24
|\ \ \ | |_|/ |/| | Translation update (ne)
| * | translation updateसरोज ढकाल2015-03-24
|/ /
* | Merge pull request #1022 from cdwertmann/patch-1Andreas Gohr2015-03-19
|\ \ | | | | | | indexer.php: slow page loads on lighttpd due to missing ob_flush()
| * | Speed up indexer on lighttpd by using tpl_flush()Christoph Dwertmann2015-03-17
| | |
| * | Add ob_flush() to sendGIFChristoph Dwertmann2015-02-05
| | | | | | | | | | | | | | | | | | | | | I'm running this dokuwiki docker container: https://registry.hub.docker.com/u/mprasil/dokuwiki/ It uses lighttpd and fastcgi. For some reason, the ignore_user_abort() feature where the browser should close the connection after the GIF has been received is not working on lighty. The browser keeps loading the page until the indexer run is complete, which leads to extremely slow load times with a larger page index. Adding ob_flush() to sendGIF fixes the issue.
* | | corrupted the gz test file moreAndreas Gohr2015-03-18
| | | | | | | | | | | | | | | | | | it seems that different zlib versions behave different with corrupted files. Some return false, some return whatever they still can read from the file. the file now should no longer be readable by any version.
* | | SECURITY escape user properties in user manager #1081Andreas Gohr2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | The user properties (login, real name, etc) where not properly escaped in the user manager's edit form. This allowed a XSS attack on the superuser by registered users. Thanks to Filippo Cavallarin from www.segment.technology for discovering this bug.
* | | fixed HTTPS proxy tests, our tests now run on httpbin.orgAndreas Gohr2015-03-18
| | | | | | | | | | | | | | | This also reverses the order of crypto protocols tried again. Using TLS first again. related to #915
* | | correct error checking for bz2 file readingAndreas Gohr2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite loop. Thanks to Filippo Cavallarin from www.segment.technology for dicovering this bug.
* | | Merge pull request #1079 from dokuwiki-translate/lang_update_18Andreas Gohr2015-03-18
|\ \ \ | | | | | | | | Translation update (he)
| * | | translation updateitsho2015-03-18
|/ / /
* | | give better error message in HTTPClient for failed crypto setupAndreas Gohr2015-03-18
| | |
* | | Merge pull request #1078 from dokuwiki-translate/lang_update_14Andreas Gohr2015-03-17
|\ \ \ | | | | | | | | Translation update (da)
| * | | translation updateJacob Palm2015-03-17
|/ / /
* | | use correct host in proxy testsAndreas Gohr2015-03-16
| | |
* | | Merge pull request #1073 from sklrrzn/masterAndreas Gohr2015-03-16
|\ \ \ | | | | | | | | Add two config options to authldap
| * | | Add english description for new authldap optionsSascha Klopp2015-03-16
| | | |
| * | | Add description for modPass-OptionSascha Klopp2015-03-13
| | | |
| * | | Two new authldap config options: 'userkey' denotes the LDAPSascha Klopp2015-03-03
| | | | | | | | | | | | | | | | | | | | attribute holding the username, 'modPass' allows to disable password changing by the user.
* | | | Merge pull request #1070 from micgro42/authadGetUserCountAndreas Gohr2015-03-16
|\ \ \ \ | | | | | | | | | | Get total number of users in ad, needed for paging
| * | | | Escape user strings given to adLDAPMichael Große2015-03-12
| | | | |
| * | | | Explain functions in docstringsMichael Große2015-03-12
| | | | |
| * | | | Clean up code, add phpdoc comments, some refactoring, etc.Michael Große2015-03-12
| | | | |
| * | | | Disable the ``last`` button when filtering groupsMichael Große2015-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we cannot effectively filter for groups and have to work with incremental prefetching, the ``last`` button is mostly broken/buggy. Hence it is disabled in this usecase.
| * | | | When filtering for group implement prefetchingMichael Große2015-03-12
| | | | |
| * | | | Create and use ad search for user, name and emailMichael Große2015-03-12
| | | | |