Hypolite Petovan
|
e5ab4f1889
|
Re-enable pinned items in profile wall
|
2020-01-26 14:21:20 -05:00 |
|
Philipp Holzer
|
0f932ae723
|
Notify => Notification
Notifs => Notifications
|
2020-01-24 18:32:38 +01:00 |
|
Hypolite Petovan
|
6d7f0a6fd8
|
Remove duplicate profile_uid key in App->profile array
|
2020-01-20 07:32:46 -05:00 |
|
Philipp Holzer
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
Philipp Holzer
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
Philipp Holzer
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
Philipp Holzer
|
d3255afa66
|
Move L10n::withLang() calls to DI::l10n()->withLang() calls
|
2020-01-19 16:31:18 +01:00 |
|
Philipp Holzer
|
a9a36fb302
|
Move L10n::tt() calls to DI::l10n()->tt() calls
|
2020-01-19 16:31:17 +01:00 |
|
Philipp Holzer
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Philipp Holzer
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
Philipp Holzer
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
Michael
|
b83f328983
|
Remove "f" parameter / network page parameter cleanup
|
2020-01-13 20:10:13 +00:00 |
|
Michael
|
ad11579eaa
|
API: Use NOTIF_DIRECT_THREAD_COMMENT for the API mentions as well
|
2020-01-09 17:58:22 +00:00 |
|
Michael
|
469eefdc5b
|
Notifications: Now declare direct thread answers as replies
|
2020-01-09 17:53:17 +00:00 |
|
Michael
|
3bf7664ee3
|
changed priority of messages
|
2020-01-08 22:36:31 +00:00 |
|
Michael
|
d9ea0fea87
|
Use "replied"
|
2020-01-08 21:59:12 +00:00 |
|
Michael
|
cabaea38ac
|
Improved notification messages
|
2020-01-08 21:48:59 +00:00 |
|
Michael
|
4d5e15709c
|
The item notifications now are based upon the "user-item" field
|
2020-01-06 00:59:18 +00:00 |
|
Michael
|
6670a2409f
|
Fix condition creation
|
2020-01-05 19:48:01 +00:00 |
|
Michael
|
f134903fcf
|
API: We now use the "notification-type" field for mentions
|
2020-01-05 19:32:39 +00:00 |
|
Philipp Holzer
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:01 +01:00 |
|
Hypolite Petovan
|
ebaf726744
|
Rework Feed::import parameters
- Remove unused $hub
- Replace $simulate with an implicit condition
|
2020-01-03 09:26:28 -05:00 |
|
Philipp Holzer
|
a4a7f19df1
|
Move redundant System::removedBaseUrl() to DI::baseUrl()->remove() calls
|
2019-12-30 23:03:56 +01:00 |
|
Philipp Holzer
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
Philipp Holzer
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
Philipp Holzer
|
4835f1185f
|
Remove deprecated App::module - replace with DI::module()->getName()
|
2019-12-29 20:17:52 +01:00 |
|
Philipp Holzer
|
33674808dc
|
Remove deprecated App::cmd - replace with DI::args()->getCommand()
|
2019-12-29 20:17:51 +01:00 |
|
Philipp Holzer
|
e6f61c2cc7
|
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
|
2019-12-29 20:17:50 +01:00 |
|
Philipp Holzer
|
50be94aa5e
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-29 20:17:47 +01:00 |
|
Philipp Holzer
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
Philipp Holzer
|
181529f3df
|
Refactor dynamic App::getProfiler() to static DI::profiler()
|
2019-12-29 20:17:42 +01:00 |
|
Philipp Holzer
|
e2b2778e0a
|
Refactor dynamic App::getLogger() to static DI::logger()
|
2019-12-29 20:17:41 +01:00 |
|
Philipp Holzer
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Philipp Holzer
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Philipp Holzer
|
7a2f4dc54e
|
Make L10n immutable
- Remove Push/Pop
- Add "withLang($lang)" method
|
2019-12-28 23:12:01 +01:00 |
|
Michael
|
c037e9143c
|
Additionally display the protocol together with the network
|
2019-12-27 17:24:29 +00:00 |
|
Tobias Diekershoff
|
00756737b5
|
Merge branch 'master' 2019.12 into develop
|
2019-12-23 20:03:47 +01:00 |
|
Michael
|
30dfbb95d9
|
Remove legacy function
|
2019-12-20 06:40:41 +00:00 |
|
Michael
|
295ee82a61
|
Changed "??" to "?:"
|
2019-12-19 12:39:30 +00:00 |
|
Michael
|
6dbaf34290
|
Issue 7685: Just forward on remoteauth for non legacy-DFRN and other contacts
|
2019-12-19 11:02:50 +00:00 |
|
Michael
|
1c7bc56cb3
|
API: Missing endpoint for reshares had been added
|
2019-12-19 07:19:03 +00:00 |
|
Michael
|
3a6a78ca46
|
Issue 7664: Don't notify every time a contact posted something
|
2019-12-18 06:36:43 +00:00 |
|
Michael
|
533f07e874
|
Issue 6867: Only display direct mentions in the corresponding API endpoint
|
2019-12-15 13:14:55 +00:00 |
|
Michael Vogel
|
b2ae39db1a
|
Merge pull request #7943 from MrPetovan/bug/7920-api-fix-followers-friends-ids
Add relationship filter to api_friends_ids and api_followers_ids
|
2019-12-13 21:34:09 +01:00 |
|
Hypolite Petovan
|
c2233e3416
|
Merge pull request #7947 from annando/api-attachments
API: Improved handling of quoted posts and attachments
|
2019-12-13 15:15:34 -05:00 |
|
Hypolite Petovan
|
c9c30e4a23
|
Add relationship filter to api_friends_ids and api_followers_ids
|
2019-12-13 11:43:45 -05:00 |
|
Hypolite Petovan
|
81b9d25906
|
Add relationship filter to api_ff_ids()
|
2019-12-13 11:43:20 -05:00 |
|
Michael
|
b42262f206
|
API: Improved handling of quoted posts and attachments
|
2019-12-13 10:12:40 +00:00 |
|
Hypolite Petovan
|
5a15e6bc59
|
Support post URL search term in api_search()
|
2019-12-12 20:59:19 -05:00 |
|