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