Commit graph

27 commits

Author SHA1 Message Date
Hypolite Petovan
37dd8a938b
Merge pull request #803 from nupplaphil/config_refact
Config Refactoring
2019-02-06 10:52:02 -05:00
Philipp Holzer
b8a492c80e
4) Adding Factories to other entrypoints 2019-02-03 22:46:49 +01:00
Tobias Diekershoff
08206fdcc0 Merge branch 'master' into develop 2019-01-21 10:04:26 +01:00
Hypolite Petovan
c27b1cb66f Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
Hypolite Petovan
85b5715a44 Remove require include/* 2018-12-26 00:36:43 -05:00
Adam Magness
9079480d4a move to Renderer class
update functions calls for new Renderer class.
2018-10-31 10:55:15 -04:00
Adam Magness
49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
Hypolite Petovan
13f2734f42 [advancedcontentfilter] Move NULL_DATE to DBA::NULL_DATETIME 2018-10-21 02:53:07 -04:00
Jonny Tischbein
0bb8fdfde2 renaming and moving from security to Model/Item and BaseModule 2018-10-17 21:34:15 +02:00
Jonny Tischbein
e7f4dc8454 Move include/security to /src/Core/Authentication.php and /src/Util/Security.php 2018-10-17 18:58:05 +02:00
Hypolite Petovan
6670ee769d [advancedcontentfilter] Suppress rule evaluation errors 2018-08-22 20:27:00 -04:00
Hypolite Petovan
6e07bf3d29 [advancedcontentfilter] Move Vue template from DOM to compiled render functions (redux) 2018-08-05 14:26:48 +02:00
Hypolite Petovan
d014fa3e28 [advancedcontentfilter] Fix notice messages 2018-08-05 14:26:24 +02:00
Hypolite Petovan
04ddb284da Revert "Merge pull request #682 from MrPetovan/bug/5341-advancedcontentfilter-honors-csp"
This reverts commit e79d738437, reversing
changes made to 20e42c09b7.
2018-08-05 13:42:53 +02:00
Hypolite Petovan
97aa353652 [advancedcontentfilter] Move Vue template from DOM to compiled render functions 2018-08-04 15:59:04 +02:00
Hypolite Petovan
f4ad0d3721 Rename DBA::is_result to DBA::isResult 2018-07-23 15:02:59 -04:00
Hypolite Petovan
332ea212b5 Rename DBM method calls to DBA method calls 2018-07-23 15:02:10 -04:00
Hypolite Petovan
2d2167c146 [advancedcontentfilter] Rename DBA::inArray to DBA::toArray 2018-07-20 22:16:16 -04:00
Hypolite Petovan
57505bdf82 [multiple] Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:20:48 -04:00
Hypolite Petovan
abc76a42ae [multiple] Move \dba to \Friendica\Database\dba
- Updated use statement lists
2018-07-19 22:18:02 -04:00
Michael
c66dcf96ac New user based item function 2018-06-17 17:04:23 +00:00
Michael
392bb7d5aa Remove direct item sql queries 2018-06-17 06:20:47 +00:00
Michael
d37f64d296 advancedcontentfilter: Abstraction for the item call 2018-06-15 22:31:16 +00:00
Hypolite Petovan
37c4455c06 [advancedcontentfilter] Fix unknown function "current_theme" 2018-05-01 08:40:27 -04:00
Hypolite Petovan
ea9ec0dadf [advancedcontentfilter] Fix PHP Warning: Invalid argument supplied for foreach 2018-05-01 08:40:26 -04:00
Hypolite Petovan
faad559799 [advancedcontentfilter] Move from vue-resource to jQuery ajax
- Remove commented code
- Add custom $.ajaxJSON function
- Add error message display when showVariables fails
- Use Friendica core vue script path
2018-04-17 20:37:23 -04:00
Hypolite Petovan
b02724f867 [advancedcontentfilter] Add addon files
- Add hooks
- Add mini-API module powered by Slim
- Add addon settings page powered by VueJS
- Add translation strings
- Add help page
2018-04-16 22:21:51 -04:00