提交歷史

作者 SHA1 備註 提交日期
  Diogo Cordeiro d0fb1bbd7f [FORMAT] Run php-cs-fixer in php-gettext 5 年之前
  Diogo Cordeiro 541db733a8 [CORE][COMPOSER] Move plugins extlibs to composer (where appropriate) 5 年之前
  Diogo Cordeiro e665e811b8 [CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies 7 年之前
  Miguel Dantas 0ecf4b9b4e [CORE] Added documentation and fixed typo in attachments action 5 年之前
  Miguel Dantas 5afa86ac95 [CORE] Fix bug where we we're losing track of a file, in case the image needed to be reencoded 5 年之前
  Miguel Dantas 00d825073f [CORE] Fixed Media tests 5 年之前
  Miguel Dantas 9969ff7861 [CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root 5 年之前
  Diogo Cordeiro cbc1ac46ce [PEAR] Modernize Validate code 5 年之前
  Miguel Dantas 4aa2f22387 [CORE] Fix X-Sendfile for nginx, using the X-Accel-Redirect header 5 年之前
  Miguel Dantas ed5afe1ccd [CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one 5 年之前
  Miguel Dantas ef453a49a8 [StoreRemoteMedia] StoreRemoteMedia now uses the new filename format, which allows it to display correctly in the UI. Formatting fixes 5 年之前
  Miguel Dantas 3c994b5f39 [MEDIA][OEMBED] Fixed regression in OEmbed, because it relied on accessing the files directly, which previous commits broke. The File table really should have a bool... 5 年之前
  Miguel Dantas 4404c100e6 [OEMBED][UI] Skip adding an image thumbnail for oembed results if we 5 年之前
  Miguel Dantas fb00ee196d [MEDIA] Fix trying to display file wich is not available locally 5 年之前
  Miguel Dantas c85fac8289 [CORE] Fixed bug where all thumbnails were using the original file 5 年之前
  Miguel Dantas ad022b6c87 [INSTALL] Fixed issue in installing where default.php needs util.php but it's not loaded 5 年之前
  Miguel Dantas 211db86d90 [CORE][ACTION] Removed getfile action. Superseded by attachment/*/download, which additionally uses a file hash as oposed to a filename. 5 年之前
  Miguel Dantas 031c17a240 [CORE][UI] Made attachment actions and its subactions be able to identify attachments by id and by filehash. Changed the url stored in the DB to be attachment//view 5 年之前
  Miguel Dantas fdb9e9dfd5 [CORE] Refactored attachement actions to remove duplicate code 5 年之前
  Miguel Dantas 78bf5cb306 [CORE][UI][ROUTER] Added view action, which inlines images and videos but downloads everything else. Fixed File url to get an URL fromthe view action, so when a making a remote notice, the correct URL is used, not accessing directly to the file 5 年之前
  Miguel Dantas 1ef34718b2 [CORE] Attachments and thumbnails aren't accessed directly by the file under the file storage folder, but indirectly from PHP, so that access to the file folder can be blocked in the server config 5 年之前
  Miguel Dantas c6d897bc78 [CORE] Fixed common_get_preferred_php_upload_limit, because some values in php.ini can be -1 or 0 for unlimited 5 年之前
  Miguel Dantas fb1a623ffa [MEDIA] Removed blacklisted extensions, "trusts" upload extension (doesn't affect anything) and updated sysadmin documentation 5 年之前
  Miguel Dantas 3e0f04afce [MEDIA][CORE] Add common function for converting a string with a size unit to an int and MediaFile uses file_quota 5 年之前
  Miguel Dantas 7499287bfd [MEDIA][UI] In case an attachment preview isn't possible, the name is displayed anyway 5 年之前
  Miguel Dantas 7bc39b1341 [MEDIA][UI] Added preview support for BMP, WEBP and ICO, displaying the name underneath, centered 5 年之前
  Miguel Dantas 2e75fc328f [MEDIA] File downloader now in PHP, added proper name in the UI and changed the format for new attachment file names 5 年之前
  Diogo Cordeiro 0c6c62ec4f [OEmbed] Revert filename change introduced with 96ce758c 5 年之前
  Diogo Cordeiro 46d42d4fe3 [Oembed] Refactoring and some improvements (namely documentation) 6 年之前
  Diogo Cordeiro 6c8d2e159e [DOCUMENTATION] Plugin events should be declared in the plugin's directory not in the core 5 年之前