Kazhnuz
6b6baab945
✨ Handle favicon globally
2025-07-15 16:56:15 +02:00
Kazhnuz
bba63a533d
♻️ Rework logo support
2025-07-15 16:41:34 +02:00
Kazhnuz
072728b5c7
✨ Add banner and background
2025-07-15 14:09:04 +02:00
Kazhnuz
4d24c21a41
🐛 Fix descriptions
2025-07-14 11:09:42 +02:00
Kazhnuz
a3ad3ccc8f
♻️ Start adding stuff to simplify plugin settings
2025-07-14 10:56:30 +02:00
Kazhnuz
eeaee2baae
✨ Add descriptions
...
Fixes #88
2025-07-13 19:19:21 +02:00
Kazhnuz
2401727a20
✨ Ajout d'une pagination avec nombres
...
Fixes #8
2025-07-12 13:21:32 +02:00
Kazhnuz
449a3be3a8
✨ Add a social network plugin
2025-07-02 20:43:55 +02:00
Kazhnuz
dcf00a1f71
✨ Use the new socials in themes
2025-07-02 20:21:40 +02:00
Kazhnuz
33c8cec5d5
✨ (themes): add an API to get a title page
2025-06-23 20:30:20 +02:00
Kazhnuz
90a06a0735
✨ (settings): allow to modify the author/archive URI
2025-06-23 20:30:20 +02:00
Kazhnuz
74710124af
✨ (date): add a tool to pretty print archive dates
2025-06-23 20:30:20 +02:00
Kazhnuz
d9d5c185da
✨ (admin): show the sidebar page only if the theme support it
2025-06-23 20:30:19 +02:00
Kazhnuz
9f3d54fcf5
➖ ➕ (fontawesome): replace line-awesome by font-awesome
2025-06-23 20:30:19 +02:00
Kazhnuz
9879cec86a
⬆️ (bootstrap): port to bootstrap 5
2025-06-23 20:30:19 +02:00
Kazhnuz
d4183810c9
💬 ♻️ (rebrand): rename the project as Koblog
...
Fixes #27
2025-06-23 20:30:19 +02:00
Diego Najar
dd0cada866
add telegram support #1565
2025-06-23 20:30:18 +02:00
Diego Najar
1bb0cd6a9b
fix: page upload symlink
2025-06-23 20:30:18 +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