Hypolite Petovan
|
b9b5a0fd14
|
Merge pull request #958 from nupplaphil/task/add_license
Add license headers
|
2020-02-09 16:31:29 -05:00 |
nupplaPhil
|
56a46e4ed1
|
Add license info at Friendica PHP files
|
2020-02-09 16:34:23 +01:00 |
nupplaPhil
|
b5759d24ee
|
Add license info at Friendica classes
|
2020-02-09 15:45:35 +01:00 |
Hypolite Petovan
|
e0dbc6a6d6
|
Merge pull request #956 from nupplaphil/task/move_enotify_parts
[various] Move Notify "type" and "otype" into own enum classes
|
2020-02-05 20:29:31 -05:00 |
nupplaPhil
|
6cc04a3ebc
|
Move Notify::TYPE_SYSTEM
|
2020-02-05 21:43:31 +01:00 |
nupplaPhil
|
4e9838f571
|
Move Notify::TYPE_COMMENT
|
2020-02-05 21:43:30 +01:00 |
Hypolite Petovan
|
7bd1f05510
|
Merge pull request #955 from annando/showmore-ignore
Showmore: Ignore addon for screen readers
|
2020-02-05 10:58:53 -05:00 |
Michael
|
c95713b19c
|
Showmore: Ignore addon for screen readers
|
2020-02-05 15:47:13 +00:00 |
Tobias Diekershoff
|
49f0b0909e
|
Merge pull request #954 from MrPetovan/bug/langfilter-default-form-values
[langfilter] Add default values to form parameters
|
2020-02-02 08:00:15 +01:00 |
Hypolite Petovan
|
7df232a28e
|
[langfilter] Add default values to form parameters
- Rename langfilter.disable to langfilter.enable with backward compatibility
|
2020-02-01 14:14:22 -05:00 |
Hypolite Petovan
|
bdfe575365
|
[various] Remove redundant profile_uid field from profile query
|
2020-01-31 20:10:10 -05:00 |
Hypolite Petovan
|
f416f4d6a4
|
Merge pull request #953 from nupplaphil/bug/8206-securemail
[securemail] Fix secure Mail addon
|
2020-01-31 13:44:37 -05:00 |
nupplaPhil
|
c185bab922
|
Fix logging
|
2020-01-31 19:43:34 +01:00 |
nupplaPhil
|
81dc1e5eb1
|
fix logger settings
|
2020-01-31 19:40:50 +01:00 |
nupplaPhil
|
7603b23799
|
Fix secure Mail addon
|
2020-01-31 19:32:16 +01:00 |
Hypolite Petovan
|
360e58e6e3
|
Merge pull request #952 from nupplaphil/bug/8000-phpmailer
[various] Fix invalid "emailer_send_prepare" Hook
|
2020-01-29 15:16:13 -05:00 |
nupplaPhil
|
dc1e3a0d1d
|
Fix composer
|
2020-01-29 21:13:53 +01:00 |
nupplaPhil
|
0fb7e2c647
|
Fix invalid "emailer_prepare" Hook
- Use IEmail instead of array data
- Introduce "composer" based library for phpmailer
|
2020-01-29 20:24:41 +01:00 |
Hypolite Petovan
|
30eb87e939
|
Merge pull request #950 from nupplaphil/bug/8182_another_notification_bug
[various] enotify: empty out fields instead of using "abort" for addons
|
2020-01-28 16:58:47 -05:00 |
Philipp
|
5398962506
|
Merge pull request #951 from MrPetovan/task/7817-custom-profile-fields
[various] New custom profile field feature
|
2020-01-28 15:40:36 +01:00 |
Hypolite Petovan
|
53d3c372f3
|
[widgets] Remove uses of deprecated profile field
|
2020-01-27 23:09:59 -05:00 |
Hypolite Petovan
|
6f45425817
|
[morechoice] Deprecate addon
|
2020-01-27 23:09:41 -05:00 |
Hypolite Petovan
|
14acb7d7cf
|
[forumdirectory] Remove uses of deprecated profile fields
|
2020-01-27 23:09:29 -05:00 |
nupplaPhil
|
2429f7eba8
|
enotify: empty out fields instead of using "abort" for addons
|
2020-01-28 01:12:41 +01:00 |
Hypolite Petovan
|
bfa25a197c
|
Merge pull request #949 from nupplaphil/task/split_emails
[various] Introduce specific Email classes
|
2020-01-26 17:13:43 -05:00 |
nupplaPhil
|
ae5ebf1e89
|
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress
|
2020-01-26 23:47:15 +01:00 |
nupplaPhil
|
49254a8307
|
Introduce interface for emailing and create email classes
|
2020-01-26 20:23:58 +01:00 |
nupplaPhil
|
b828762910
|
Add explicit parameters to Sender::send() method signature
|
2020-01-26 01:04:53 +01:00 |
nupplaPhil
|
eb18a0d761
|
Make EMailer util dynamic
|
2020-01-25 23:10:38 +01:00 |
Hypolite Petovan
|
1357817fc3
|
Merge pull request #948 from nupplaphil/task/di_config
CleanUp Config namespace
|
2020-01-19 22:23:10 -05:00 |
nupplaPhil
|
65e4726718
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:43 +01:00 |
nupplaPhil
|
62d6f08fc1
|
Add missing Friendica\DI namespace to files (PHPStorm inspection)
|
2020-01-19 21:26:41 +01:00 |
nupplaPhil
|
75143e27b5
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:52 +01:00 |
nupplaPhil
|
1ce63185ab
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:12 +01:00 |
Hypolite Petovan
|
c67ad31c8b
|
Merge pull request #947 from nupplaphil/task/di_l10n
Cleanup L10n namespace
|
2020-01-19 11:30:31 -05:00 |
nupplaPhil
|
8f49ff2054
|
Fix missing Cache namespace
|
2020-01-19 16:35:10 +01:00 |
nupplaPhil
|
191e298504
|
add missing namespaces/fix wrong class-names
|
2020-01-19 16:31:48 +01:00 |
nupplaPhil
|
bce67496a7
|
fix forgotten use DI namespaces ...
|
2020-01-19 16:31:48 +01:00 |
nupplaPhil
|
f2fc22227a
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:47 +01:00 |
nupplaPhil
|
88f0835fae
|
Move L10n::tt() calls to DI::l10n()->tt() calls
|
2020-01-19 16:31:46 +01:00 |
nupplaPhil
|
48fecb9a40
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:46 +01:00 |
Hypolite Petovan
|
1eb23e3667
|
Merge pull request #945 from valvin1/feat/blockbot_uptimerobot
feat(blockbot): ensure good agent are whitelisted and add uptimerobot
|
2020-01-18 23:53:24 -05:00 |
valvin
|
e7f7868c88
|
fix(blockbot): indent code using psr12
|
2020-01-18 23:28:14 +01:00 |
Hypolite Petovan
|
bbaf463a20
|
Merge pull request #946 from nupplaphil/task/di_pconfig
[various] Move PConfig to DI::pConfig()
|
2020-01-18 13:58:40 -05:00 |
nupplaPhil
|
a26bfe79e9
|
Remove unused `use` statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
nupplaPhil
|
346bf125a7
|
Move PConfig::delete() to DI::pConfig()->delete()
|
2020-01-18 16:56:45 +01:00 |
nupplaPhil
|
febc835a2d
|
Move PConfig::set() to DI::pConfig()->set()
|
2020-01-18 16:54:49 +01:00 |
nupplaPhil
|
ea3a9052d8
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:56 +01:00 |
nupplaPhil
|
2a35176588
|
Move PConfig::load() to DI::pConfig()->load()
|
2020-01-18 15:59:01 +01:00 |
valvin
|
c3919e52d2
|
feat(blockbot): ensure good agent are whitelisted and add uptimerobot
|
2020-01-18 15:33:12 +01:00 |