| #
                d4f83172 |  | 31-Aug-2023 | Andreas Gohr <andi@splitbrain.org> | code style: line breaks 
 | 
| #
                3f3d97d3 |  | 30-Aug-2023 | Andreas Gohr <andi@splitbrain.org> | codestyle fixes 
 | 
| #
                e3c3abf1 |  | 29-Aug-2023 | Andreas Gohr <andi@splitbrain.org> | Apply rector fixes to lib/exe 
 | 
| #
                a7e2efd2 |  | 13-Oct-2020 | Andreas Gohr <andi@splitbrain.org> | replace deprecated function calls #3266 
 | 
| #
                16a367d4 |  | 29-Aug-2017 | Andreas Gohr <andi@splitbrain.org> | refactor Ajax functions into a class
 This doesn't really do much except wrapping the functions into a
 namespaced class. Autoloading takes care of loading the file.
 It's now possible to call lib/exe/
 refactor Ajax functions into a class
 This doesn't really do much except wrapping the functions into a
 namespaced class. Autoloading takes care of loading the file.
 It's now possible to call lib/exe/ajax.php multiple times in a test
 request.
 show more ...  
 | 
| #
                814e20b8 |  | 28-Jul-2017 | Yurii K <yurii-github@users.noreply.github.com> | extracted functionsadded test coverage
 
 | 
| #
                e4f7f55e |  | 24-Jul-2017 | Yurii K <yurii-github@users.noreply.github.com> | allow tests against ajax requests 
 | 
| #
                e0ded59c |  | 27-Jun-2017 | Andreas Gohr <gohr@cosmocode.de> | simplify ajax call handling
 No need to check those seperately. The correct order should be ensured
 already.
 
 | 
| #
                238b8e87 |  | 27-Jun-2017 | Andreas Gohr <gohr@cosmocode.de> | filter special chars from ajax call parameter. fixes #2019 
 | 
| #
                6fc7ffc9 |  | 19-Feb-2016 | Andreas Gohr <andi@splitbrain.org> | use proper JSON in mediaupload response. fixes #1474 
 | 
| #
                f6061292 |  | 29-Jan-2016 | Andreas Gohr <andi@splitbrain.org> | avoid undefined offset. replaces #1359 
 | 
| #
                e8a2a143 |  | 25-Jun-2014 | Michael Hamann <michael@content-space.de> | Quick fix for #765 - ACL checks in the media manager ajax calls
 This should be superseded by a proper rewrite of the media manager code
 
 | 
| #
                1f6db538 |  | 22-Feb-2014 | Andreas Gohr <andi@splitbrain.org> | Merge pull request #561 from splitbrain/dir_delete
 replace dir_delete by io_rmdir
 
 | 
| #
                2472a8f6 |  | 20-Feb-2014 | Gerrit Uitslag <klapinklapin@gmail.com> | Removed unused vars, define undefined ones 
 | 
| #
                900a9e9e |  | 20-Feb-2014 | Gerrit Uitslag <klapinklapin@gmail.com> | replace dir_delete by io_rmdir 
 | 
| #
                00e3e394 |  | 03-Aug-2013 | Christopher Smith <chris@jalakai.co.uk> | fix the default ordering of media files to be "natural".
 also allow the order to be specified in more places.
 
 | 
| #
                48606867 |  | 03-Feb-2013 | Klap-in <klapinklapin@gmail.com> | use var and remove suggestions when neededUse variable for maximum number of suggestions for quicksearch.
 And hide suggestions when search field is emptied, or when no suggestion are found.
 
 | 
| #
                d91a4ef5 |  | 29-Jan-2013 | Klap-in <klapinklapin@gmail.com> | Add a break to ajax_qsearch()When the search input is still only a few characters, the number of matching pages is big.
 Browsers have heavy work to progress this whole return, better cut off so only
 Add a break to ajax_qsearch()When the search input is still only a few characters, the number of matching pages is big.
 Browsers have heavy work to progress this whole return, better cut off so only the part that is directly displayed will be sent.
 show more ...  
 | 
| #
                356d9c9e |  | 08-Sep-2012 | Hakan Sandell <sandell.hakan@gmail.com> | Replacing $_REQUEST variables with $INPUT wrapper, init.php 
 | 
| #
                64273335 |  | 24-Aug-2012 | Andreas Gohr <andi@splitbrain.org> | more $INPUT use FS#2577 
 | 
| #
                c98f205e |  | 13-Jul-2012 | Adrian Lang <mail@adrianlang.de> | Fix HTML injection in mediaFileList (Secunia advisory SA49196) 
 | 
| #
                29e4fe3d |  | 18-Jan-2012 | Andreas Gohr <gohr@cosmocode.de> | Removed obsolete Opera fix that now causes harm FS#2429 
 | 
| #
                2e646d61 |  | 04-Dec-2011 | Anika Henke <anika@selfthinker.org> | fixed whitespace error introduced with 475aa19 
 | 
| #
                6d3ed707 |  | 29-Nov-2011 | dploeger <develop@dieploegers.de> | Added urldecoding of query for qsearch 
 | 
| #
                3543c6de |  | 28-Nov-2011 | Andreas Gohr <andi@splitbrain.org> | deprecated 3rd parameter of cleanID() FS#2377
 For some reason trailing/leading underscores were allowed when uploading
 files. But the rest of the code (eg. listing or downloading files) never
 suppor
 deprecated 3rd parameter of cleanID() FS#2377
 For some reason trailing/leading underscores were allowed when uploading
 files. But the rest of the code (eg. listing or downloading files) never
 supported this. This patch removes this special case for uploading files
 to streamline ID cleaning of pages and media files.
 show more ...  
 |