Commit graph

155 commits

Author SHA1 Message Date
Diego Najar
437190fcbb add telegram support #1565 2024-06-30 21:48:29 +02:00
Diego Najar
4bfa4a74a9 fix: page upload symlink 2024-06-23 21:46:43 +02:00
Tim Moritz
1868c63b93 Add .webp support 2024-01-12 10:56:39 +01:00
gentledawn
b05655717e
Update theme.class.php
Add missing Dribbble.
2023-10-14 14:52:53 +07:00
Diego Najar
27415297e8 bludit v3.15.0 2023-07-15 15:59:51 +02:00
Diego Najar
29b7d74ead change metadata and compatibility with php8 2022-09-05 20:11:15 +02:00
Diego Najar
a3555315b8 bug fix on session and multiple paths 2021-11-28 12:45:31 +01:00
Diego Najar
3efbd8cc08
Merge pull request #1174 from eeagle/master
Add Support for the german social-network Xing
2020-09-25 19:30:41 +02:00
dignajar
86e0f69030 Fix bug with mime type checker 2020-07-24 10:37:30 +02:00
dignajar
f33466af01 Removed default async property for Javascript 2020-07-23 12:59:37 +02:00
Diego Najar
bbb714bb5a
Merge pull request #1227 from SamBrishes/patch-002
Allow dots in URL
2020-07-07 10:05:24 +02:00
SamBrishes
5790962dee Allow dots in URL 2020-07-07 09:14:45 +02:00
SamBrishes
9f7759d912 Extend plugins hook 2020-07-07 08:46:26 +02:00
SamBrishes
bcbfe55e24 Allow to remove Session & Cookie Items
Allow to remove Session & Cookie Items
2020-06-16 00:32:08 +02:00
SamBrishes
06131d7f85 Bugfix - ZIP Paths may starts with an (back-) slash 2020-05-14 11:33:46 +02:00
eeagle
6be73c9776 Add Support for the german social-network Xing 2020-04-17 21:28:22 +02:00
Jereme Hancock
9a1ff17545
Allow passing in attributes for Theme js files
This is a follow up to a previous PR. The async attribute can cause issues with some js files. For instance I added the lozad.js (https://github.com/ApoorvSaxena/lozad.js) for lazy loading and included it via my theme. However, with the current automatic inclusion of "async" things didn't work. 

So this update allows Theme developers to prevent the async attribute by passing in "null".

Example: ```<?php echo Theme::javascript('js/lozad.min.js', DOMAIN_THEME, null); ?>```

If the Theme developer doesn't include "null" the default will be to use "async".
2020-04-05 20:15:09 -05:00
Jereme Hancock
380e99b1cc
Removed async from jquery as I started noticing errors in admin 2020-03-26 13:05:18 -05:00
Jereme Hancock
12bbef14a6
Add the "async" parameter to script tags
In my testing this has improved my Page Insights score pretty significantly especially for mobile. See: https://web.dev/render-blocking-resources/
2020-03-23 14:04:54 -05:00
Diego Najar
0530aaa3b8 Merge branch 'master' of github.com:dignajar/bludit 2020-03-14 12:03:50 +01:00
Diego Najar
a8b4b26c57 get mimetype 2020-03-14 12:03:43 +01:00
Anaggh S
45ca449d5a Use try catch instead 2020-02-28 14:06:09 +05:30
Anaggh S
bbdc8afcaf Fix PHP 7.4 "Deprecated: Array and string offset access syntax with curly braces is deprecated" 2020-02-27 03:08:27 +05:30
Anaggh S
7ae53cfd63 Fix #1143 Add additional check to skip broken symlinks to avoid RuntimeException: SplFileInfo::getSize(): stat failed 2020-02-27 02:58:05 +05:30
Diego Najar
bc4f532b97 add support for vk.com social network 2019-12-07 14:32:39 +01:00
Anaggh S
a39d3fff7f Add Disk Size to Simple Stats 2019-11-15 21:17:56 +05:30
Diego Najar
8a1338b186 remove shorcut to fix favicon. Related issue #1099 2019-10-24 20:08:54 +02:00
Diego Najar
4f3f40a6c4 Remove HTML and PHP tags from the users,categories and tags fields, prevent XSS 2019-10-12 11:35:35 +02:00
Diego Najar
baa835cb8c added some logs 2019-05-27 19:07:53 +02:00
Diego Najar
dc8320d46f new icons line-awesome 2019-04-23 23:26:34 +02:00
Diego Najar
8d06d47318 new function to convert human readable mememory to bytes 2019-04-23 23:17:27 +02:00
Edi
a6137fbb8f
Update theme.class.php 2019-04-19 00:55:34 +02:00
Diego Najar
8ab9af8bb2 Improve for upload image, new method for filesystem class 2019-04-07 20:43:42 +02:00
Diego Najar
d0843a4070 check extension and path traversal 2019-03-10 18:27:24 +01:00
Diego Najar
f2e12e6821 bug fix for #961 2019-02-22 18:42:27 +01:00
Diego Najar
785965db35 Pages with differents dates after installation 2019-02-02 16:14:00 +01:00
Diego Najar
1dc3f067dc include languages files 2019-01-25 16:26:55 +01:00
Anaggh S
dd8e13f904 Remove unused deprecated Crypt class 2019-01-19 18:56:52 +05:30
Diego Najar
346d573197 bludit v3.6 2019-01-15 19:53:04 +01:00
Diego Najar
2bbf79cde9 remove quotes from filename after uploaded a image 2019-01-11 17:43:37 +01:00
Diego Najar
9eb5d583b6 trace mode for debug 2018-12-26 20:43:20 +01:00
Diego Najar
45d725c909 Bug fix for #868, allow upload file extension with upper case letters 2018-11-21 18:48:34 -03:00
Diego Najar
7df5ee322e Bug fixes, and dictionary updated 2018-11-08 20:59:06 -03:00
Diego Najar
2b1e09646b After logout go to login page 2018-10-23 20:25:06 +02:00
Diego Najar
8e7a2f93b9 improves in editor area 2018-10-17 22:35:30 +02:00
Diego Najar
7d16e13903 Image per pages, removed convert relative to absolute path, media manager improves 2018-10-06 19:39:34 +02:00
Diego Najar
8221fbb40b remove cover image function, search plugin improvments, add search to theme alternative, tinymce css content 2018-10-03 00:19:19 +02:00
Diego Najar
74687b0e65 search function 2018-10-01 16:34:28 +02:00
Diego Najar
b921662fd8 fix in installer 2018-09-26 17:55:19 +02:00
Diego Najar
01f4415ac3 ping Google and Bing when sitemap changed 2018-09-18 19:46:10 +02:00