1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

95 Commits

Author SHA1 Message Date
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
Cameron
00696d92d3 Added filetypes.xml info in Admin-> Preferences -> File Uploads to remove confusion with file upload limits. Theme upload should be working correctly now. 2015-02-10 23:13:53 -08:00
Cameron
25b96411e0 Fixes #651 - Media-Manager - Uploaded file does not display in selection. 2015-02-07 11:57:28 -08:00
Cameron
d437765a22 Plugin install tweaks and layout fixes. 2015-02-04 04:01:08 -08:00
Cameron
29c9b3b0b6 One-click plugin download and install routine reinstated. 2015-02-03 21:58:26 -08:00
Cameron
c30afc1029 Allow class to download from system folder when used by admins. 2015-01-17 01:59:30 -08:00
SecretR
b293dc71ef Auto fix extension parameter (allow disable auto-rename) 2014-08-19 14:03:42 +03:00
Cameron
e276754313 Fixes theme info rendering and button styling. 2014-06-12 14:48:50 -07:00
Cameron
d6c8f92efa Related to issue #619. Attempt to detect and add file extension when it's missing and prior to media import. 2014-06-11 20:43:12 -07:00