Hypolite Petovan
|
217643f67d
|
[advancedcontentfilter] Clear rule cache anytime rules are changed in the database
- This was preventing updated rules from being applied immediately as the cached rules were still in effect
|
2021-08-16 06:10:34 -04:00 |
Hypolite Petovan
|
b141416b51
|
[advancedcontentfilter] Add new attachments key in filter
- Follows a change in Model\Item::prepareBody to enable filtering on attachments (images, sounds, videos, downloads...)
|
2021-08-16 06:09:40 -04:00 |
Michael
|
9ad7500146
|
Remove the use of app function
|
2021-08-08 17:10:04 +00:00 |
Michael
|
e823a1bd05
|
Replaced direct calls to App->user
|
2021-08-08 11:17:08 +00:00 |
Michael
|
cc8aeb11de
|
Updated messages.po
|
2021-07-25 13:17:48 +00:00 |
Michael
|
f878d2e463
|
Replaced argv/argc with replacement functions
|
2021-07-25 12:29:43 +00:00 |
Michael
|
a295a4097a
|
advancedcontentfilter: Add language values to filter fields (#10052, #10136)
|
2021-04-11 09:03:14 +00:00 |
Tobias Diekershoff
|
291c85c7af
|
advancedcontentfilter updated ES translation THX Senex Petrovic
|
2021-04-06 06:32:20 +02:00 |
Tobias Diekershoff
|
2af78ab674
|
FR translation update advancedcontentfilter THX Wil Tur
|
2021-03-28 19:47:08 +02:00 |
Tobias Diekershoff
|
523bddc3b8
|
advancedcontentfilter addon HU translation update THX Balázs Úr
|
2021-03-28 19:16:33 +02:00 |
Tobias Diekershoff
|
5bc4a79d80
|
DE translation advancedcontentfilter updated
|
2021-03-01 07:57:04 +01:00 |
Tobias Diekershoff
|
7ce6bb3d4d
|
advancedcontentfilter added ES translation THX Boris Daniel Martinez Millàn
|
2021-02-06 08:08:23 +01:00 |
Tobias Diekershoff
|
500aab3c53
|
regenerated all strings.php files from the current translation strings (message.po)
|
2021-02-01 18:47:38 +01:00 |
Tobias Diekershoff
|
7f3704ae54
|
regenerated messages.po files of the addons
|
2021-02-01 18:29:42 +01:00 |
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 |
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 |
nupplaPhil
|
191e298504
|
add missing namespaces/fix wrong class-names
|
2020-01-19 16:31:48 +01:00 |
nupplaPhil
|
f2fc22227a
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:47 +01:00 |
nupplaPhil
|
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 |
nupplaPhil
|
382ca2b3bc
|
Restored Hook::register and added Hook::add
|
2019-12-23 01:36:32 +01:00 |
nupplaPhil
|
838c28f171
|
Add more indention :-)
|
2019-12-22 20:36:19 +01:00 |
nupplaPhil
|
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 |