| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload. | petko | 2024-07-26 | 1 | -6/+29 |
* | Remove upload extension fla. | petko | 2024-06-25 | 1 | -1/+0 |
* | Remove upload extensions htm, html, css, swf, epub, files with no extension. ... | petko | 2024-06-25 | 1 | -11/+6 |
* | Add upload extension 'm4a'. | petko | 2024-05-21 | 1 | -1/+1 |
* | Lock AllRecentChanges in case of concurrent uploads. | petko | 2024-03-07 | 1 | -0/+2 |
* | Add upload extensions and image extension patterns AVIF, AVIFS. | petko | 2024-02-26 | 1 | -0/+1 |
* | Dark theme: replace label <mark> with an inverted <span>, add toggleImages(),... | petko | 2024-02-25 | 1 | -4/+13 |
* | $EnableUploadVersions = 2 (cont.) | petko | 2024-02-22 | 1 | -2/+4 |
* | Revert 'audio/aac'. | petko | 2024-02-22 | 1 | -1/+0 |
* | $EnableUploadVersions = 2; if a file already exists, rename the new file with... | petko | 2024-02-22 | 1 | -12/+4 |
* | Add upload extension 'aac' => 'audio/aac'. | petko | 2024-02-20 | 1 | -1/+2 |
* | Revert PmFilterable, will move to Cookbook. | petko | 2024-01-21 | 1 | -1/+1 |
* | Fix Attach: links with escaped path and filenames. | petko | 2024-01-12 | 1 | -1/+2 |
* | upload.php fix warning for PHP 8. | petko | 2023-12-26 | 1 | -0/+2 |
* | Handle $EnableUploadMimeMatch with Fileinfo not enabled (cont.) | petko | 2023-12-25 | 1 | -2/+1 |
* | Handle $EnableUploadMimeMatch with Fileinfo not enabled (cont.) | petko | 2023-12-25 | 1 | -1/+1 |
* | Handle $EnableUploadMimeMatch with Fileinfo not enabled. | petko | 2023-12-25 | 1 | -5/+9 |
* | Unset upload extensions if size set to 0. | petko | 2023-09-27 | 1 | -0/+1 |
* | Add $EnableDownloadRanges, default 1. | petko | 2023-05-25 | 1 | -3/+5 |
* | Refactor HandleDownload() split ServeDownload($filepath, $upname). | petko | 2023-05-16 | 1 | -3/+11 |
* | Add edit functions MergeLastMinorEdit (based on Cookbook:FuseEdit), SaveChang... | petko | 2023-05-04 | 1 | -2/+2 |
* | Add $EnableUploadMimeMatch. | petko | 2023-05-03 | 1 | -2/+18 |
* | Refactor pmtoken() to use session tokens, enable for core actions. | petko | 2023-04-28 | 1 | -2/+2 |
* | Add CSV upload extension. | petko | 2023-02-23 | 1 | -0/+1 |
* | Sortable tables with <time datetime=""> elements can be sorted by the datetim... | petko | 2023-02-19 | 1 | -1/+1 |
* | DownloadUrl() add $FmtV['$LinkDownload'] with current or future download link. | petko | 2023-02-07 | 1 | -3/+3 |
* | CondAuth() fix bug with global $AuthList. UploadVerifyBasic() make arg $upnam... | petko | 2022-12-29 | 1 | -1/+5 |
* | Add $EnableUploadVersions >=10 to rename base.ext to base-1.ext, base-2.ext,... | petko | 2022-12-28 | 1 | -6/+17 |
* | Allow for $UploadVerifyFunction to modify $upname. | petko | 2022-05-26 | 1 | -1/+1 |
* | HandlePostUpload: add $FmtV["$filepath"]. | petko | 2022-05-23 | 1 | -0/+1 |
* | HandlePostUpload: add $FmtV["$upurl"] with the direct URL to the uploaded file. | petko | 2022-05-21 | 1 | -0/+1 |
* | upload.php: Hide warnings for PHP 8.1 | petko | 2022-05-17 | 1 | -4/+4 |
* | Add $CurrentLocalTime, parsed as <time> and localized, FmtDateTimeZ(); $Enabl... | petko | 2022-01-09 | 1 | -4/+12 |
* | DownloadUrl() remove $upload_url_if_file_missing, already in $FmtV (cont.). | petko | 2022-01-07 | 1 | -3/+1 |
* | DownloadUrl() remove $upload_url_if_file_missing, already in $FmtV. | petko | 2022-01-07 | 1 | -2/+2 |
* | DownloadUrl() $upload_url_if_file_missing default false. | petko | 2022-01-07 | 1 | -1/+1 |
* | Add helper function DownloadUrl($pagename, $path, $upload_url_if_file_missing... | petko | 2022-01-07 | 1 | -8/+17 |
* | Updates for PHP 8.1, hide warnings, add PSFT() replacement for strftime() and... | petko | 2021-12-20 | 1 | -1/+1 |
* | Add pmtoken(), AutoCheckToken() currently transparent, todo, PHP8 compatibili... | petko | 2021-01-31 | 1 | -1/+8 |
* | Add APNG extension to $UploadExts. | petko | 2020-10-12 | 1 | -1/+1 |
* | skins.php: add Cookbook:SkinChange; Add FileSizeCompact() and DiffTimeCompact... | petko | 2020-03-23 | 1 | -2/+3 |
* | Add upload exts webp, opus. Refactor $EnableRCDiffBytes to also appear in dif... | petko | 2019-12-31 | 1 | -2/+3 |
* | Attachlist: allow both ext= and names= to cohabitate. MarkupExpr: remove unus... | petko | 2019-09-20 | 1 | -3/+4 |
* | (:attachlist:) add ext= accepts comma separated incl,-excl patterns, add name... | petko | 2019-09-15 | 1 | -5/+5 |
* | Update for PHP 7.4 string offset with curly braces is deprecated | petko | 2019-09-03 | 1 | -2/+2 |
* | Add requied="required" attritubes to the upload form input file field, and to... | petko | 2019-08-28 | 1 | -5/+10 |
* | Changed "$[Author]:" to "$[Uploader]:" entry on upload form, per PITS:01439. | petko | 2019-06-30 | 1 | -1/+1 |
* | Fix bug with bytes=1234- for partial downloads | petko | 2019-06-30 | 1 | -1/+1 |
* | Fix uppercase "Content-Disposition" header | petko | 2019-06-30 | 1 | -1/+1 |
* | Implement partial content downloads (suggested by ccox) | petko | 2019-06-30 | 1 | -1/+1 |