Commit graph

878 commits

Author SHA1 Message Date
dignajar
b363a684f2 Store usernames in lowercases. #1225 2020-07-13 11:53:48 +02:00
dignajar
0f7a290b6a Store usernames in lowercases. #1225 2020-07-13 11:48:30 +02:00
dignajar
e33937ad88 Merge branch 'master' of github.com:bludit/bludit 2020-07-13 11:36:32 +02:00
dignajar
a1f0b4cabf Metadata for Bludit v3.13.0 2020-07-13 11:36:02 +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
dignajar
8528b08a42 Merge branch 'master' of github.com:bludit/bludit 2020-07-01 20:09:34 +02:00
dignajar
8bbb896740 improve conditional 2020-07-01 20:09:20 +02:00
Diego Najar
a28754c2e0
Merge branch 'master' into patch-001 2020-07-01 20:02:53 +02:00
SamBrishes
eb74980021 MIME Type Check for Issue #1218 and #1212
MIME Type Check for Issue #1218 and #1212
2020-06-28 10:36:41 +02:00
SamBrishes
bcbfe55e24 Allow to remove Session & Cookie Items
Allow to remove Session & Cookie Items
2020-06-16 00:32:08 +02:00
dignajar
e3abd64fe4 Support admin controller and view over plugins 2020-06-15 21:05:46 +02:00
dignajar
b092d3048a Support admin controller and view over plugins 2020-06-15 16:27:12 +02:00
Diego Najar
537cfbf616
Merge pull request #1196 from SamBrishes/patch-004
Add custom admin pages
2020-06-15 16:01:27 +02:00
anaggh
6a8d3e9d1f
Remove async for select2
Defaulting to async is leading to buggy behaviour https://github.com/bludit/bludit/pull/1172/files
2020-06-11 20:27:55 +05:30
Diego Najar
f928fe84c8
Merge pull request #1201 from anaggh/master
Update frontend dependencies
2020-06-08 14:16:56 +02:00
virtualmix
ec9db046e7 fix typos 2020-06-03 23:59:07 -07:00
Anaggh S
873fbab56b Move undefined check to correct place 2020-05-27 17:03:50 +05:30
Anaggh S
8d27f2a0c0 Fix "undefined" text on search 2020-05-26 19:20:34 +05:30
Anaggh S
caeef10df2 Update select2-bootstrap4 theme 1.4.0 2020-05-26 18:35:30 +05:30
Anaggh S
ff2dfe1175 Update select2 4.0.12 -> 4.0.13 2020-05-26 18:26:52 +05:30
Anaggh S
68fcbf1a49 Update jQuery 3.4.1 -> 3.5.1 2020-05-26 17:54:23 +05:30
Anaggh S
beaf06bb1c Update bootstrap 4.4.1 -> 4.5.0 2020-05-26 17:51:13 +05:30
Diego Najar
9095ef077a
Merge pull request #1199 from SamBrishes/patch-006
[BUGFIX] AJAX Error Message when uploading Images
2020-05-24 09:20:16 +02:00
SamBrishes
2e307339ab Remove Filesystem:rmfile completely 2020-05-23 18:48:14 +02:00
SamBrishes
c7f0393062 Repair Spaces 2020-05-23 00:04:16 +02:00
SamBrishes
1214b12bf7 Namespace Plugin Pages 2020-05-22 23:55:22 +02:00
SamBrishes
4ec9b47c96 Fix for Issue #1176
Fix for Issue #1176
2020-05-22 23:34:15 +02:00
SamBrishes
93fd4e0c83 Remove deprecated atuoComplete Function 2020-05-22 23:15:38 +02:00
SamBrishes
5187cbc4d0 Fix Space / Tabs 2020-05-15 07:54:51 +02:00
SamBrishes
7ea717200c Custom admin pages 2020-05-15 07:50:22 +02:00
SamBrishes
06131d7f85 Bugfix - ZIP Paths may starts with an (back-) slash 2020-05-14 11:33:46 +02:00
SamBrishes
80babfa850 Add prepare function 2020-05-13 10:37:09 +02:00
dignajar
134ac64e07 improve preview function 2020-05-12 22:24:03 +02:00
dignajar
41b5531fa2 Custom hooks for plugins 2020-05-12 18:24:06 +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
Diego Najar
061f7c1b13
Merge pull request #1164 from mhancoc7/patch-1
Add the "async" parameter to script tags
2020-03-27 12:53:08 +01:00
Jereme Hancock
380e99b1cc
Removed async from jquery as I started noticing errors in admin 2020-03-26 13:05:18 -05:00
Diego Najar
63ccd77af5 Bug fixed, set a homepage and enable the filter /blog/ 2020-03-25 21:25:00 +01: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
c4b3bdd77b Bludit v3.12.0 metadata 2020-03-21 15:44:27 +01:00
Diego Najar
46fa8a1fab Create directory for upload pictures for each new page 2020-03-20 19:48:44 +01: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
Anaggh S
8a5599023c Fix #1135 clippy input on mobile dropdown menu bug 2020-02-15 16:10:40 +05:30
Diego Najar
29c8341b2f Bludit v3.11.0 2020-02-08 19:24:17 +01:00
Diego Najar
edeb603541 update metadata for bludit v3.11.0 2020-02-08 19:22:34 +01:00
Diego Najar
c0a15930f9 include site db on developers page 2020-02-08 19:20:44 +01:00
Diego Najar
f2acafd6db add social network vk.com 2020-02-08 19:20:15 +01:00
Diego Najar
5cd6283caf Fix for #1102, show search input on small devices 2020-02-05 20:59:33 +01:00
Diego Najar
35483e0d30 Security bug fixed #1131 and refresh profile picture after uploaded 2020-02-05 20:57:07 +01:00
Diego Najar
4d0912308d Update jstz to detect the timezone in the installation 2020-02-05 20:45:43 +01:00
Anaggh S
8d2056dfac Fix #1051 Bug - Media Manager Pagination 2020-01-01 22:28:59 +05:30
Anaggh S
8194be5e4d Fix #808 Remove special characters/spaces early to prevent overwrite 2020-01-01 18:04:59 +05:30
Anaggh S
f48fcaf997 Update bootstrap v4.3.1 -> v4.4.1 2020-01-01 16:40:11 +05:30
Anaggh S
b62194a3c3 Update parsedown 1.7.3 -> 1.7.4 2020-01-01 16:24:11 +05:30
Diego Najar
b86dc069a1 Update select2 to 4.0.12 2019-12-08 18:40:07 +01:00
Diego Najar
95ae4e5061 add view and edit to the langueage file 2019-12-07 18:11:41 +01:00
Diego Najar
ff57081e3a add support for vk.com social network 2019-12-07 14:35:38 +01:00
Diego Najar
bc4f532b97 add support for vk.com social network 2019-12-07 14:32:39 +01:00
Diego Najar
b510c59bab Improve date modified returns 2019-11-18 20:18:29 +01:00
Diego Najar
8b025ebe81 Include Disk usage 2019-11-18 20:17:27 +01:00
Diego Najar
b9a474311b Merge branch 'master' of github.com:dignajar/bludit 2019-11-18 19:42:02 +01:00
Diego Najar
f0e9bc62a2 deactivate all plugins function 2019-11-18 19:41:54 +01:00
Anaggh S
a39d3fff7f Add Disk Size to Simple Stats 2019-11-15 21:17:56 +05:30
Anaggh S
1a208b0642 Allow backup downloads for admin role 2019-11-15 19:29:26 +05:30
Diego Najar
c7c8998367 include category name on JSON method 2019-11-05 21:51:46 +01:00
Diego Najar
142159a8e9 Enable API after user login success and returns authentication token, helps for external applications 2019-11-02 17:06:34 +01:00
Diego Najar
8a1338b186 remove shorcut to fix favicon. Related issue #1099 2019-10-24 20:08:54 +02:00
Diego Najar
5f2a840890 Fix URLs on assistant and metadata updated for Bludit v3.10.0 2019-10-19 10:10:46 +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
968d9d6221 Fade betewen tabs 2019-10-07 18:45:41 +02:00
Diego Najar
f53460a05a Remove arrow 2019-10-07 18:44:27 +02:00
Diego Najar
ada0b61ee1 Add badget for page types 2019-10-05 21:29:32 +02:00
Diego Najar
7dae1725bb Keep date on draft pages, bug fix for #1088 2019-10-05 21:22:34 +02:00
Diego Najar
c5977fc0cb Select parent page bug fix #1089 2019-10-05 21:20:58 +02:00
Rob
b5afd44195
Remove use of headers that can be used to bypass anti-brute force controls 2019-10-05 18:22:25 +01:00
Diego Najar
da94b43e84 Change <? for <?php, fix for #1086 2019-09-27 15:36:18 +02:00
Diego Najar
aa09eb1351 metadata for bludit v3.10.0 2019-09-25 20:23:15 +02:00
Diego Najar
b35172b286 Open current tab after refresh page 2019-09-25 20:18:36 +02:00
Diego Najar
bf0f31993b clean up 2019-09-25 20:17:28 +02:00
Diego Najar
582dd26243 Select2 as search function and the new assistant for Bludit on Dashboard 2019-09-25 20:16:45 +02:00
Diego Najar
40b3c36358 Open current tab after refresh 2019-09-23 23:04:34 +02:00
Diego Najar
c0dfe40d1b Methods for API 2019-09-11 19:12:19 +02:00
Diego Najar
d84d0065d5 Javascript functions 2019-09-11 19:11:44 +02:00
Diego Najar
a31f11d8c6 Javascript functions 2019-09-11 19:11:18 +02:00
Diego Najar
fe8ad3c064 Show the static pages order by position all the time 2019-09-11 19:10:41 +02:00
Diego Najar
3c72a8eafb Custom fields with positions 2019-09-09 20:34:50 +02:00
Diego Najar
23237cb05d Check file types uploaded and handle message error for the users 2019-09-09 19:29:35 +02:00
Diego Najar
5857970461 Fix checkbox for robots 2019-09-09 17:51:58 +02:00
Diego Najar
a9640ff6b5 Bug fix for #1081 2019-09-08 10:45:56 +02:00
Diego Najar
3dd31b9d11 Allow static pages to have subpages 2019-09-08 10:35:21 +02:00
Diego Najar
7aba5362c6 Bug fix when select parent pages with special HTML characters. Related issue #1072 2019-09-08 10:17:12 +02:00
Diego Najar
7092697112 Bug fix for #1079 2019-09-05 23:10:39 +02:00
Diego Najar
72b6908899 Custom fields: Boolean type 2019-09-03 18:35:30 +02:00