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

310 Commits

Author SHA1 Message Date
Cameron
007bc184a3 Closes #3787 Download-Category event name added in admin area. 2019-04-25 16:45:13 -07:00
Cameron
93f4146f03 Issue #2486 - avoid broken downloads. Use experimental code only in debug mode. 2019-04-11 13:27:09 -07:00
Deltik
1f824faa69
Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Cameron
943ea1ddd7 Replace usage of deprecated updateArray() method. 2019-03-02 08:49:42 -08:00
Tijn Kuyper
53b9714e6b
Fixes #1541 - fixed some PHP notices 2019-02-27 16:18:03 +01:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
5dc45298f6 Issue #3559, Fixes #3589, Issue #2982, Issue #2927 Replace all glyphicons with FontAwesome. 2019-02-22 14:56:47 -08:00
Cameron
a111b48bcd Fixes #3201, Fixes #3189, Issue #3199 Upload form download categories. 2018-11-20 14:03:07 -08:00
Cameron
0d82695503 Fixes #3489 Download Name length increased to 255 chars. 2018-10-04 16:36:09 -07:00
Cameron
3120e00270 Fixes #3379 Download admin-area "Quick View" URL. 2018-08-14 17:26:05 -07:00
Jimako
762301c351 fix - forgotten lans 2018-08-08 12:25:46 +02:00
Jimako
226b238e5b e_gsitemap for download plugin #fix 2606 2018-08-08 12:21:43 +02:00
Cameron
a64f4a1686 Fixes #1732 Media-Manager Category selection. 2018-08-06 13:33:38 -07:00
Achim Ennenbach
73be7b5d7b Closes #1027 Show thumb of main image instead of plain text link 2018-07-13 23:58:24 +02:00
Cameron
b46906aebf
Merge pull request #3273 from SimSync/fix_3271
Fixes #3271 Updated class construtor to __construct()
2018-07-12 13:49:59 -07:00
Achim Ennenbach
c366204766 Fixes #3271 Updated class construtor to __construct()
Replaced deprecated methods with current ones
Reformated the sourcecode
Updated method DocBlocks
2018-07-12 19:02:33 +02:00
Achim Ennenbach
2b2737ae41 Fixes #3056 Fixes the fatal error in case no records were found 2018-07-12 12:48:01 +02:00
Tijn Kuyper
5689e8044e
Fixes #1746 - Allow to set time for download item 2018-06-25 16:39:26 +02:00
Nick Liu
25310a901b
Downloads plugin compatibility with PHP 5.4, 5.5
- FIX: Avoided use of PHP 5.6 feature in Downloads plugin's
       NginxSecureLinkMd5Decorator

Fixes: #3135
2018-05-23 19:37:00 -05:00
Cameron
8584c207c5
Merge pull request #3111 from Deltik/fix-3075
Add NGINX secure_link_md5 URL protection feature to e107 Downloads plugin
2018-05-10 10:55:28 -07:00
Cameron
ed36008286 Non-standard arg_separator.output value fix. 2018-05-04 17:58:25 -07:00
Nick Liu
4af400fd75
Refactored some Downloads plugin code 2018-05-01 07:46:48 -05:00
Nick Liu
e36b029f78
Fixed Downloads security NGINX MD5 generation
- FIX: Blocker bug generating the wrong MD5 string for NGINX
       secure_link_md5
- FIX: Bad instructions in LAN_DL_SECURITY_DESCRIPTION
2018-05-01 05:26:40 -05:00
Nick Liu
0d7f7dc543
Improved: Downloads >> Preferences >> Protection
- MOD: Refactored NGINX secure_link_md5 decorator into interface and
       class in Downloads plugin
- NEW: Downloads plugin: Admin preferences UX improvement:
       Preferences >> Protection now shows the user a list of
       supported NGINX variables pulled from
       NginxSecureLinkMd5Decorator
2018-04-30 06:24:20 -05:00
Nick Liu
fa08c915a3
Downloads: Basic support for NGINX secure_link_md5
- NEW: "Protection" section in Downloads >> Preferences
- NEW: Basic support for NGINX secure_link_md5 in Downloads plugin
- NEW: When configured with a URL protection mode, Downloads will
       modify the direct download URL and/or the mirror download URL
       to be compatible with the implemented URL protection

Fixes: #3075
2018-04-30 05:50:19 -05:00
Cameron
024074ee1e Issue #3082 - Possible fix for sef conflict. 2018-04-17 14:36:55 -07:00
Cameron
0671024c79 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:11:12 -08:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
1fa54cf1da Issue #2960 Downloads and tablerender style issue. 2018-01-09 14:10:56 -08:00
Cameron
c1d23f34c8 Fixes #2923 - URL path issue. 2017-12-17 07:58:27 -08:00
Cameron
2b4f252042 Issue #2879 - Download category search label. 2017-11-30 13:50:49 -08:00
Cameron
e472801191 Issue #2846 2017-11-06 22:39:18 -08:00
Cameron
80d69c4293 Issue #2788 - Shortcode parsing in Download Denied Message. 2017-09-19 13:28:56 -07:00
Cameron
624eb5da89 Issue #6 - BC Fix for LANs used in third-party template. 2017-07-20 14:04:33 -07:00
Cameron
963f35ded1 Downloads: Fixes #2576 - Report Broken Download breadcrumb URLs and cleanup. 2017-05-05 10:11:40 -07:00
Cameron
4e044b90b9 Download: Fixes #2607 - download links. 2017-05-03 11:40:12 -07:00
Cameron
c2f241d871 Issue #2610 - attempt to auto-remove legacy URL files from forum. 2017-05-02 13:53:31 -07:00
Cameron
4c6f015fa8 Issue #2600 defining e_HTTP_STATIC now applies to images (using thumbUrl/toImage) as well as js/css.
eg. define('e_HTTP_STATIC', 'http://static.mydomain.com/');
2017-04-28 15:07:36 -07:00
Cameron
eb4445ee24 Issue #2589 Downloads plugin version bumped to v1.1. Detect old URL settings/files and remove during upgrade. 2017-04-27 15:26:20 -07:00
Cameron
252abfdce6 Downloads: Fix for screenshot links. 2017-04-26 10:03:12 -07:00
Cameron
2e2d34d4a6 Downloads: Fixes sub-category rendering on older themes. 2017-04-20 12:07:49 -07:00
Cameron
07062e26e5 Downloads: Can finally have files in the root directory. 2017-04-19 18:58:34 -07:00
Cameron
6f348e1940 Downloads: Fix for drop-down category ordering. 2017-04-19 17:15:32 -07:00
Cameron
e8d4a4fec2 renamed function. 2017-04-19 16:52:52 -07:00
Cameron
4140886c29 Removed debug info. 2017-04-19 16:49:42 -07:00
Cameron
90673d2ae0 MySQL Class: New method selectTree();
Support for custom navigation depth.
Download-categories sitelink/nav function added.
2017-04-19 16:35:10 -07:00
Cameron
b664a751a4 SEF URL generation support in e_url.php 2017-04-14 11:55:41 -07:00
Cameron
b38183035d Download URL fixes 2017-04-13 09:43:29 -07:00
Cameron
e9111e3c4c removed old URL method 2017-04-12 15:39:59 -07:00
Cameron
8d077da40e DownloadsL Pagination (next/prev) fix. SEF Url methods updated. 2017-04-12 15:38:09 -07:00