Commit Graph

136 Commits

Author SHA1 Message Date
Michael 3715293ca5 Use the new dbstructure update function 2021-01-30 13:32:43 +00:00
Michael 1533d9a758 Addons are now using the new post functions 2021-01-17 00:00:32 +00:00
Tobias Diekershoff e2676eb618 advancedcontentfilter addon added HU translation THX Balázs Úr 2020-12-23 21:52:46 +01:00
hoergen c1f07c54f2
Typos removed (hopefully) 2020-09-26 13:27:57 +02:00
Tobias Diekershoff 147ac6b774
Merge pull request #1024 from hoergen/develop
Added examples to advanced content filter
2020-09-26 10:51:59 +02:00
hoergen 409a8d1724
code tags added 2020-09-26 10:45:55 +02:00
hoergen 5b045a5348
typos ;) 2020-09-26 10:44:23 +02:00
hoergen 3855f878dd
added some examples 2020-09-26 10:43:48 +02:00
hoergen 0bde25d918
updated examples for advanced content filter 2020-09-26 10:39:34 +02:00
Hypolite Petovan 203672cf27 [various] Remove redundant uninstall functions
- All hooks (current and obsolete) are removed automatically during addon uninstall
2020-07-27 08:30:41 -04:00
Steffen K9 33fc7240e6
Issue 8680: Fix slim application error
This should fix https://github.com/friendica/friendica/issues/8680
2020-05-23 16:30:55 +02:00
Michael 471bcc1b63 Updated addons for new tag handling 2020-05-05 22:47:43 +00:00
Tobias Diekershoff b8de9687b0 advanced content filter added RU translation THX Eugene Veresk 2020-03-14 11:16:43 +01:00
Hypolite Petovan f2772b87c0 [advancedcontentfilter] Update HTTPException handling 2020-03-10 18:44:27 -04:00
Tobias Diekershoff 9011d75b78 advanced content filter ZH CN translation update THX tomacat 2020-03-09 11:35:12 +01:00
Hypolite Petovan 7eb7706a24 [various] Add rel="noopener noreferrer" to all target="_blank" links
See https://mathiasbynens.github.io/rel-noopener/
2020-02-24 20:08:43 -05:00
nupplaPhil 56a46e4ed1
Add license info at Friendica PHP files 2020-02-09 16:34:23 +01:00
Philipp Holzer 191e298504
add missing namespaces/fix wrong class-names 2020-01-19 16:31:48 +01:00
Philipp Holzer f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
Philipp Holzer 48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls 2020-01-19 16:31:46 +01:00
Benjamin Lorteau 92fed96116 [advancedcontentfilter] Enable rule caching
- Fix broken reference to Friendica\Core\Cache
2020-01-10 14:05:27 -05:00
Tobias Diekershoff ce17f7c793 [advanced content filter] added ZH-CN translation THX tomacat 2020-01-03 07:15:34 +01:00
Hypolite Petovan b1eefb5a48 Update obsolete Module\Login reference to Module\Security\Login 2019-12-29 21:55:37 -05:00
Philipp Holzer 382ca2b3bc
Restored Hook::register and added Hook::add 2019-12-23 01:36:32 +01:00
Philipp Holzer 838c28f171
Add more indention :-) 2019-12-22 20:36:19 +01:00
Philipp Holzer 4f4b9f26c1
Fix dbstructure update hook for advancedcontentfilter 2019-12-22 19:36:28 +01:00
dependabot[bot] a797db56ad
Bump symfony/cache from 3.4.8 to 3.4.36 in /advancedcontentfilter
Bumps [symfony/cache](https://github.com/symfony/cache) from 3.4.8 to 3.4.36.
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/cache/compare/v3.4.8...v3.4.36)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-02 19:21:35 +00:00
Hypolite Petovan b308f3bc05
[avancedcontentfilter] Fix typo in exception name 2019-11-24 14:20:57 -05:00
Tobias Diekershoff b1c22cdf74 advancedcontentfilter addon added CA translation THX Joan Bar 2019-11-06 08:10:55 +01:00
Tobias Diekershoff 4ff72eeb40 FR translation update advancedcontentfilter THX Phigger 2019-08-08 14:55:40 +02:00
Tobias Diekershoff c8dfcbd5fb advancedcontentfilter EN-GB translation THX AndyH3 2019-06-22 08:06:55 +02:00
Tobias Diekershoff 6d7f836f99 update SV translation of advancedcontentfilter THX Bjoessi 2019-04-05 07:02:41 +02:00
Tobias Diekershoff 789f84e702 added SV translation of advancedcontentfilter 2019-03-22 01:15:32 +01:00
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 fdca7534f1 NL advancedcontentfilter translation THX Rik4 2019-01-29 16:39:43 +01:00
Tobias Diekershoff 08206fdcc0 Merge branch 'master' into develop 2019-01-21 10:04:26 +01:00
Tobias Diekershoff 44a65c03ca FR translation update advancedcontentfilter THX vladimir N 2019-01-12 11:09:48 +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
Hypolite Petovan a30ea9b062 [various] Add exceptions to Smarty default escaping 2018-12-15 05:04:20 -05:00
Tobias Diekershoff 477bdcec89 translation updates 2018-11-16 21:16:09 +01: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 9e0c2ea01a [various] Update "mrpetovan" email address 2018-09-15 19:30:59 -04:00
Michael 74047d2aef Fixes "Message: Class 'L10n' not found" in advancedcontentfilter 2018-08-30 21:16:53 +00:00
Hypolite Petovan 6670ee769d [advancedcontentfilter] Suppress rule evaluation errors 2018-08-22 20:27:00 -04:00
Tobias Diekershoff c465484a65 PL translation advancedcontentfilter THX waldis 2018-08-06 14:28:40 +02:00
Hypolite Petovan 7947909c9c [advancedcontentfilter] Add new support DOM file (redux) 2018-08-05 14:27:12 +02: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 48d887dd21 [advancedcontentfilter] Add new support DOM file 2018-08-04 16:00:41 +02:00
Hypolite Petovan ee8f151a23 [advancedcontentfilter] Remove obsolete external JS resource 2018-08-04 16:00:03 +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
Tobias Diekershoff 5f3320ef58 update CS translation of the advancedcontentfilter addon THX Aditoo 2018-06-18 08:34:52 +02: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
Tobias Diekershoff f4560a0540 added CS translation of the advancedcontentfilter addon THX Aditoo 2018-06-10 08:29:23 +02:00
Michael Vogel e92918cf6b
Merge pull request #606 from tobiasd/20180527-lng
advancedcontentfilter FI translation added THX Kris
2018-05-28 14:02:22 +02:00
Tobias Diekershoff 83404d1f63 IT translation update THX Fabio 2018-05-28 13:54:42 +02:00
Tobias Diekershoff 05943925dd advancedcontentfilter FI translation added THX Kris 2018-05-27 07:18:28 +02:00
Tobias Diekershoff 56a3d6ed31 PL translation advancedcontentfilter THX waldis 2018-05-25 11:03:16 +02:00
Tobias Diekershoff d247b226a0 DE translation advancedcontentfilter 2018-05-25 11:02:11 +02: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 87a392a3c7 [advancedcontentfilter] Update documentation about backslashes 2018-04-18 23:49:15 -04:00
Hypolite Petovan 27c39e36a9 [advancedcontentfilter] Replace hyphens by underscores in variable name table 2018-04-18 20:34:26 -04:00
Hypolite Petovan 6112160888 [advancedcontentfilter] Removed yet more JS/PHP Composer files
- Removed vendor/npm-asset
- Removed vendor/slim/slim-skeleton
2018-04-17 20:50:59 -04:00
Hypolite Petovan 1e77af90ad [advancedcontentfilter] Remove yet more Composer dependencies files
- Remove missing fxp/composer-asset-plugin files
2018-04-17 20:44:46 -04:00
Hypolite Petovan cefb58374e [advancedcontentfilter] Remove JS Composer dependencies
- Remove bower-asset/vue
- Remove bower-asset/vue-resource
- Remove fxp/composer-asset-plugin
2018-04-17 20:41:02 -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 4c4a8da612 [advancedcontentfilter] Fix typo in help page 2018-04-17 07:20:21 -04:00
Hypolite Petovan e6302a42b4 [advancedcontentfilter] Change back link label in help 2018-04-17 07:19:46 -04:00
Hypolite Petovan acce253d8e [advancedcontentfilter] Fix formatting in src/middlewares and doc/advancedcontentfilter 2018-04-17 07:17:25 -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
Hypolite Petovan 20862be7d0 [advancedcontentfilter] Add Composer dependencies
- slim/slim: ^3.1
- symfony/expression-language: ^3.4
- fxp/composer-asset-plugin: ~1.3
- bower-asset/vue: ^2.5
- bower-asset/vue-resource: ^1.5
2018-04-16 22:11:51 -04:00