Michael
|
50a0034744
|
Fix avatar for messages and feeds
|
2022-06-04 07:57:11 +00:00 |
|
Balázs Úr
|
e56a53647b
|
Update copyright
|
2022-01-02 08:27:47 +01:00 |
|
Michael
|
359dad4244
|
Some more "escapeTags" removed
|
2021-11-06 20:25:21 +00:00 |
|
Michael
|
fdf47ef88f
|
Count via "distinct"
|
2021-10-08 06:01:07 +00:00 |
|
Michael
|
3972fe62fe
|
More replaced "q" calls
|
2021-10-08 04:10:45 +00:00 |
|
Michael
|
2924969b30
|
Some more "q" calls replaced
|
2021-10-02 18:32:56 +00:00 |
|
Michael
|
15b93b4459
|
"getUserNickname" is now "getLoggedInUserNickname"
|
2021-08-09 19:48:39 +00:00 |
|
Michael
|
b8fa75b2dd
|
Changed function name
|
2021-08-09 15:29:07 +00:00 |
|
Michael
|
fc283ab928
|
Remove direct calls to App->user
|
2021-08-08 10:14:56 +00:00 |
|
Michael
|
540ddb9265
|
Hopefully making the tests to work
|
2021-07-25 14:27:13 +00:00 |
|
Michael
|
07d2dfcd60
|
Some more "convertForUriId" replacements
|
2021-07-10 12:58:48 +00:00 |
|
Michael
|
098cd543ea
|
Cleaned code for contact avatars
|
2021-07-06 10:36:00 +00:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
fabrixxm
|
42b9b6a2f1
|
PM: skip messages from missing contacts
avoid the White Page of Death if a private message (mail) is pointing
to a non existing contact.
|
2021-03-18 14:11:32 +01:00 |
|
Hypolite Petovan
|
82e094179c
|
Rename notify classes according the feature name, not the table name
|
2021-01-24 09:33:23 -05:00 |
|
Michael
|
a294c19d6e
|
Fix several notices
|
2020-12-29 21:38:23 +00:00 |
|
Michael
|
bd9f36622e
|
Cast field data when ATTR_EMULATE_PREPARES is enabled
|
2020-11-27 11:24:31 +00:00 |
|
Michael
|
818c064c0a
|
The notifications parameters are now simplified
|
2020-11-25 19:56:39 +00:00 |
|
Hypolite Petovan
|
043e04f484
|
Remove confirm template obsolete uses (except for contacts)
- Remove obsolete explode_querystring() function
- Remove $extra_inputs template variable
|
2020-09-12 09:09:15 -04:00 |
|
Hypolite Petovan
|
4a4d0f04cb
|
Fix new private message recipient input
- Add new private message recipient ACL template
- Remove now redundant theme private message templates
|
2020-09-03 10:01:58 -04:00 |
|
Michael
|
71b6226909
|
Some more avatar function replacements
|
2020-07-28 19:30:55 +00:00 |
|
Michael
|
0007da8630
|
EOL removed
|
2020-07-23 06:25:01 +00:00 |
|
Michael
|
3fc3ded750
|
Useless info messages removed
|
2020-07-23 06:11:21 +00:00 |
|
Michael
|
fc0312451d
|
Changed parameter order for getByURL
|
2020-07-15 17:06:48 +00:00 |
|
Michael
|
d9c6a46ffe
|
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
|
2020-07-15 04:42:04 +00:00 |
|
Michael
|
10ffd3a374
|
Iissue 8560: Wrong value for parent in mail notification
|
2020-04-28 20:32:39 +00:00 |
|
Hypolite Petovan
|
561472b975
|
Add L10n parameter to Pager classes
|
2020-02-16 12:50:39 -05:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
nupplaPhil
|
9435cc4b88
|
Move Notify::TYPE_MAIL
|
2020-02-05 21:41:02 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
a9a36fb302
|
Move L10n::tt() calls to DI::l10n()->tt() calls
|
2020-01-19 16:31:17 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
nupplaPhil
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:01 +01:00 |
|
Philipp
|
b9dba631aa
|
Merge pull request #8037 from MrPetovan/bug/notices
Replace remaining $a->page by DI::page()
|
2019-12-30 23:41:23 +01:00 |
|
Hypolite Petovan
|
e84ad15569
|
Replace remaining $a->page by DI::page()
|
2019-12-30 17:35:01 -05:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
Hypolite Petovan
|
3b1f2f4f27
|
Fix redirect calls using DI::baseUrl() and System::externalRedirect
|
2019-12-29 21:50:51 -05:00 |
|
nupplaPhil
|
33674808dc
|
Remove deprecated App::cmd - replace with DI::args()->getCommand()
|
2019-12-29 20:17:51 +01:00 |
|
nupplaPhil
|
e6f61c2cc7
|
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
|
2019-12-29 20:17:50 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
aa5771cf3e
|
Move Login/Logout/TwoFactor to bundled submodule "Security"
|
2019-12-27 22:19:28 +01:00 |
|
Hypolite Petovan
|
2db6171641
|
Replace deprecated defaults() calls by a combination of ?? and ?: operators in mod/
|
2019-10-15 09:01:17 -04:00 |
|
Hypolite Petovan
|
9545ff614b
|
Limit smilies replacement to BBCode::convert
|
2019-06-23 17:53:25 -04:00 |
|
Hypolite Petovan
|
dbc6eb5422
|
Remove unused code in mod/
- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code
|
2019-01-21 10:53:32 -05:00 |
|
Hypolite Petovan
|
5e1ceb57de
|
Escape global namespaced get_app() calls
- Add deprecated status
|
2019-01-03 21:27:36 -05:00 |
|
Hypolite Petovan
|
36f995ed20
|
Add notification clear on private message display
|
2018-12-30 01:11:02 -05:00 |
|
Hypolite Petovan
|
5abc22f6c5
|
Replace q() with DBA methods, fix code style
- Remove unused variables
- Fix doc block
- Fix indentation
|
2018-12-30 01:08:51 -05:00 |
|
Hypolite Petovan
|
d838e6d0ec
|
Fix unread message conversation title display
|
2018-12-30 01:04:52 -05:00 |
|
Michael Vogel
|
94eca77041
|
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
Rework mod/match and mod/msearch
|
2018-12-27 18:04:06 +01:00 |
|