コミット履歴

作者 SHA1 メッセージ 日付
  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... 5 年 前
  Miguel Dantas 4187568522 [OEMBED][UI] Skip adding an image thumbnail for oembed results if we 5 年 前
  Miguel Dantas da82048d77 [MEDIA] Fix trying to display file wich is not available locally 5 年 前
  Miguel Dantas 04d1caff78 [CORE] Fixed bug where all thumbnails were using the original file 5 年 前
  Miguel Dantas bea06da531 [INSTALL] Fixed issue in installing where default.php needs util.php but it's not loaded 5 年 前
  Miguel Dantas 7643f3cf7b [CORE][ACTION] Removed getfile action. Superseded by attachment/*/download, which additionally uses a file hash as oposed to a filename. 5 年 前
  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 5 年 前
  Miguel Dantas 9536f2a909 [CORE] Refactored attachement actions to remove duplicate code 5 年 前
  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 5 年 前
  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 5 年 前
  Miguel Dantas b669f57068 [CORE] Fixed common_get_preferred_php_upload_limit, because some values in php.ini can be -1 or 0 for unlimited 5 年 前
  Miguel Dantas ccebe536b3 [MEDIA] Removed blacklisted extensions, "trusts" upload extension (doesn't affect anything) and updated sysadmin documentation 5 年 前
  Miguel Dantas b9a0733062 [MEDIA][CORE] Add common function for converting a string with a size unit to an int and MediaFile uses file_quota 5 年 前
  Miguel Dantas 5961b45140 [MEDIA][UI] In case an attachment preview isn't possible, the name is displayed anyway 5 年 前
  Miguel Dantas 5f53738376 [MEDIA][UI] Added preview support for BMP, WEBP and ICO, displaying the name underneath, centered 5 年 前
  Miguel Dantas 5eb4a7d711 [MEDIA] File downloader now in PHP, added proper name in the UI and changed the format for new attachment file names 5 年 前
  Diogo Cordeiro f717081893 [OEmbed] Revert filename change introduced with 96ce758c 5 年 前
  Diogo Cordeiro 01b5118c6f [Oembed] Refactoring and some improvements (namely documentation) 6 年 前
  Diogo Cordeiro d705bcbd98 [CORE] Use random_bytes() if available and improve common_confirmation_code() randomness. 5 年 前
  Diogo Cordeiro f0f5ecb756 [SCRIPTS] Fix sessiongc by XRevan86 5 年 前
  Diogo Cordeiro c0342b1482 [DOCUMENTATION] Allow install.php to be ran with sample nginx conf 5 年 前
  Diogo Cordeiro d1fc7c0774 [CORE] MySQL 5.5 support fully restored 5 年 前
  Diogo Cordeiro 46be9b76ef [CORE] Fix wrong Profile_list schema and set created in user_im_prefs properly - by XRevan86 5 年 前
  Diogo Cordeiro 6c8d2e159e [DOCUMENTATION] Plugin events should be declared in the plugin's directory not in the core 5 年 前
  Diogo Cordeiro db9bb6b5a1 [OStatus] null being returned instead of an empty array 5 年 前
  Diogo Cordeiro 5ea0d74a57 [UI] Long strings/words in dents weren't being wrapped 5 年 前
  Diogo Cordeiro 30a1a460b7 Minor reformatting of upgrade.php, doesn't change functionality 5 年 前
  Diogo Cordeiro 5eb61c17d4 Regression introduced in daa5f87f fixed by XRevan86 5 年 前
  Diogo Cordeiro 0a4eeb89da [CORE][ROUTER] Fix wrong parameter in all/:tag by XRevan86 5 年 前
  Diogo Cordeiro 11dc170ead [CORE][FRAMEWORK] URL_REGEX_VALID_PATH_CHARS didn't recognize the parenthesis sign. 5 年 前