1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

103 Commits

Author SHA1 Message Date
Nick Liu
2a69227135
Exclude Composer files in GitHub sync for e107 v2 2020-02-17 10:38:47 +01:00
Cameron
e1e8a8b627 Added 'base64' option to allow for embedded image src. (useful when including avatars in email signatures)
Added test for toAvatar() method.
Cleaned up & when found in URL by getRemoteContent()
2020-01-19 15:35:36 -08:00
Nick Liu
15de2e233b
Null check for e_file::file_size_decode() 2020-01-18 16:35:17 +01:00
Nick Liu
24fe5c80ac
Updated pclzip.lib.php to v2.8.4 to fix math error
Also suppress mkdir() error in e_file::unzipGithubArchive()
2020-01-18 11:05:09 +01:00
Cameron
598522e603
Merge pull request #4038 from e107inc/test-harness
Automated Testing for e107
2019-12-28 10:45:11 -08:00
Nick Liu
3b4240bbae
Quality control for e_file::unzipGithubArchive()
- MOD: PHPDoc for e_file::unzipGithubArchive()
- NEW: e_file::unzipGithubArchive(): Added exclusions for files that don't exist in production
- NEW: e_file::unzipGithubArchive(): Accept a destination path argument for a custom extraction location
- NEW: Restored unimplemented skipped list in e_file::unzipGithubArchive()
- FIX: e_file::unzipGithubArchive(): Extraction fails if parent directory of file doesn't exist
- MOD: Type hint for Base::$deployer
- NEW: Basic test for e_file::unzipGithubArchive()
2019-12-27 11:33:21 -06:00
Cameron
ef4f34d223 Fixes #4017 - "Bad File Detected" when uppercase extension used on image. 2019-12-10 11:35:08 -08:00
Cameron
a10e972f88 Removed admin-only limitation on system directory downloads. 2019-08-16 08:26:53 -07:00
Cameron
2337f8e678 Support for automated git sync with a theme repo. 2019-06-11 10:09:41 -07:00
Cameron
bf49853f67 Fixes #3460 - Zip upload issue. 2018-10-02 12:29:16 -07:00
Cameron
1f69d7cd0a Fix for file_size_decode() in PHP7. 2018-08-20 13:41:21 -07:00
Cameron
cc6155a226 plupload wasn't displaying upload errors correctly. 2018-08-10 14:25:03 -07:00
Cameron
1bfd05b454 File class cleanup 2018-08-10 10:59:26 -07:00
Cameron
ae08e50413 Mime fixes. 2018-07-27 12:07:43 -07:00
Gábor
a403f49560
Update file_class.php 2018-07-25 10:50:25 +02:00
Cameron
bb7f8717fa Media-Manager Issue #3200 Work in Progress. Local video-file browser. 2018-07-16 17:14:10 -07:00
Cameron
f9ce811c49 Fixes #802 - Deleting physical files from media-manager. 2017-12-10 11:34:06 -08:00
Jimako
358b133a5a
fix for sync on slower servers #2867
This fixes localhost issue with sync.  Without this change there is just blank page (not white, inside admin area), no error message, anything.
2017-11-17 13:25:23 +01:00
Cameron
0c10295588 Allow inactive themes to be synced with Git. (when .git is detected) 2017-10-15 11:55:46 -07:00
Lóna Lore
612eac3588 Fix for prepareDirs(). 2017-08-07 19:25:33 +02:00
lonalore
d6daa6b5bf Move file-realted methods to file_class.php. 2017-08-07 09:47:00 +02:00
Cameron
077b1d34a7 Feature: Language-Packs can now be downloaded and installed without leaving the admin area. 2017-04-23 12:38:05 -07:00
Cameron
5821bc291f File handler: filter out .git by default when copying folders. 2017-01-31 12:30:44 -08:00
Cameron
363a5e4c4c New feature: Create a new theme from an existing one. See: e107_admin/theme.php?mode=convert 2017-01-31 07:52:19 -08:00
Lóna Lore
98aa0f1c57 SSL fix for getRemoteContent(). 2017-01-28 01:38:00 +01:00
Cameron
96ad80593b Fix for detection of theme/plugin root directory in .zip 2017-01-06 11:19:09 -08:00
Cameron
6e68aaa9a4 Plugin/Theme "new version" alerts on admin dashboard. Overwriting enabled during download - existing plugins/theme now moved out of the way and backed up.Theme-dir scanning improved and optimized for speed. 2017-01-04 18:08:58 -08:00
Cameron
bb3a8e824e e107::getFile()->getUserDir(false) will now return the plugin directory without a user directory. 2016-12-27 16:07:03 -08:00
Cameron
1375451887 Issue #2193 - Forum attachments 2016-12-27 11:51:07 -08:00
Cameron
52f867d415 Fixes #2115 User avatar and picture upload. 2016-12-17 09:45:48 -08:00
Cameron
67e0b43734 Issue #6, Fix for duplicate LAN_IP, PHP 7.1 fixes. Fix for CLI failing when SSL is enabled, but command is using 'http'. Allow cURL to follow redirects, preventing broken feeds under certain circumstances. 2016-12-16 12:13:52 -08:00
Cameron
ff96fbc8d1 Changed FEED URLs to https 2016-12-14 08:42:23 -08:00
Cameron
5e4735f112 $frontendData is empty. 2016-12-09 09:59:32 -08:00
MikeyGMT
aa0f47e60a Added CURLOPT_TIMEOUT to Fix GitSync #1936 and some fixme flags
Added CURLOPT_TIMEOUT to Fix GitSync #1936 and some fixme flags
2016-10-28 09:11:15 +01:00
Cameron
89d37a1271 added use of ZipArchive unzip method for testing. (debug mode only) Issue #1907 2016-10-24 18:16:11 -07:00
Cameron
b9480c744e Fixed input element sizes. Fixed date format in generated plugin.xml 2016-10-18 16:10:52 -07:00
Cameron
ab683a8954 Corrected git path issue. 2016-06-25 11:45:45 -07:00
Cameron
b6194499ce Fix for Plugin/Theme git pull requests. 2016-06-25 10:38:05 -07:00
Cameron
6ef0868077 Git updates for plugins and themes when available. 2016-06-02 19:20:58 -07:00
Cameron
0109e91271 Missing contentEditable script added. Removed unused zrssfeed script. Added default featurebox css for a fixed height. Experimental JS manager CDN check code added (but disabled for now) 2016-06-02 15:04:08 -07:00
Cameron
9080291661 Fixes #1679 - Sync With Github fix (getRemoteFile() fix) 2016-06-01 12:50:10 -07:00
Cameron
8e44dd147d CURL init cleanup. 2016-06-01 10:41:47 -07:00
Cameron
324822a109 Support for CURL proxies. 2016-06-01 09:32:34 -07:00
Cameron
f259efec1f Allow for non-hashed cache files. File-Handler getRemoteContent() debugging methods added. 2016-06-01 08:58:32 -07:00
Cameron
ee1bf57b54 File Handler Class: Added isValidURL() method for checking remote URLs. 2016-04-04 12:18:48 -07:00
Cameron
2e067dfdf7 Private Message: Issue #1423, #1434 - v2.x fixes/updates. Improved user-file upload handling. 2016-03-30 19:10:00 -07:00
Cameron
bf2db49dd1 Forum now allows for multiple attachments in a single user selection. For update thread/count should now working with PDO. 2016-03-21 14:32:02 -07:00
Tijn Kuyper
9a89036671 Fixes #1315 - Sync with Github on localhost now functional 2016-02-08 13:14:42 +01:00
Cameron
b6dfef6b62 Scheduled Tasks: Database Backup now zips up the .sql file. 2015-04-06 13:59:15 -07:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00