Historique des commits

Auteur SHA1 Message Date
  Miguel Dantas e392160435 [ROUTES] Fixed attachment routes, broken by channges in fa378462f4 il y a 5 ans
  brunoccast 5c0a3102ff [ROUTES] Allow accept-header specification during router creation il y a 5 ans
  brunoccast 2032c7c1f7 [ROUTES] PSR2-format il y a 5 ans
  Miguel Dantas d295d8b43c [CORE] Added documentation and fixed typo in attachments action il y a 5 ans
  Miguel Dantas ee8bac9ad7 [CORE] Fix bug where we we're losing track of a file, in case the image needed to be reencoded il y a 5 ans
  Miguel Dantas 4863bd30d7 [CORE] Fixed Media tests il y a 5 ans
  Miguel Dantas 7070a14480 [CORE][StoreRemoteMedia] Fixed bug where sometimes images were written outside the site root il y a 5 ans
  Diogo Cordeiro a38f25f7cd [PEAR] Modernize Validate code il y a 5 ans
  Miguel Dantas a5259073df [CORE] Fix X-Sendfile for nginx, using the X-Accel-Redirect header il y a 5 ans
  Miguel Dantas 3e5ce46e98 [CORE] Fixed bug where the http connection was using the wrong size for thumbnails, and returning the wrong one il y a 5 ans
  Miguel Dantas f746866b65 [StoreRemoteMedia] StoreRemoteMedia now uses the new filename format, which allows it to display correctly in the UI. Formatting fixes il y a 5 ans
  Miguel Dantas 8f31a1a820 [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... il y a 5 ans
  Miguel Dantas 4187568522 [OEMBED][UI] Skip adding an image thumbnail for oembed results if we il y a 5 ans
  Miguel Dantas da82048d77 [MEDIA] Fix trying to display file wich is not available locally il y a 5 ans
  Miguel Dantas 04d1caff78 [CORE] Fixed bug where all thumbnails were using the original file il y a 5 ans
  Miguel Dantas bea06da531 [INSTALL] Fixed issue in installing where default.php needs util.php but it's not loaded il y a 5 ans
  Miguel Dantas 7643f3cf7b [CORE][ACTION] Removed getfile action. Superseded by attachment/*/download, which additionally uses a file hash as oposed to a filename. il y a 5 ans
  Miguel Dantas aa5c6bbf08 [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 il y a 5 ans
  Miguel Dantas 9536f2a909 [CORE] Refactored attachement actions to remove duplicate code il y a 5 ans
  Miguel Dantas c7475d78b4 [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 il y a 5 ans
  Miguel Dantas 3c9a07677e [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 il y a 5 ans
  Miguel Dantas b669f57068 [CORE] Fixed common_get_preferred_php_upload_limit, because some values in php.ini can be -1 or 0 for unlimited il y a 5 ans
  Miguel Dantas ccebe536b3 [MEDIA] Removed blacklisted extensions, "trusts" upload extension (doesn't affect anything) and updated sysadmin documentation il y a 5 ans
  Miguel Dantas b9a0733062 [MEDIA][CORE] Add common function for converting a string with a size unit to an int and MediaFile uses file_quota il y a 5 ans
  Miguel Dantas 5961b45140 [MEDIA][UI] In case an attachment preview isn't possible, the name is displayed anyway il y a 5 ans
  Miguel Dantas 5f53738376 [MEDIA][UI] Added preview support for BMP, WEBP and ICO, displaying the name underneath, centered il y a 5 ans
  Miguel Dantas 5eb4a7d711 [MEDIA] File downloader now in PHP, added proper name in the UI and changed the format for new attachment file names il y a 5 ans
  Diogo Cordeiro f717081893 [OEmbed] Revert filename change introduced with 96ce758c il y a 5 ans
  Diogo Cordeiro 01b5118c6f [Oembed] Refactoring and some improvements (namely documentation) il y a 6 ans
  Diogo Cordeiro d705bcbd98 [CORE] Use random_bytes() if available and improve common_confirmation_code() randomness. il y a 5 ans