Commit Graph

1342 Commits

Author SHA1 Message Date
Michael 6d7608fbc7 We only search for items with the same uid 2020-01-05 20:42:32 +00:00
Michael 4734242f63 Added to-do 2020-01-05 13:37:24 +00:00
Michael 31b6680402 Improved check for invalid profiles 2020-01-05 13:19:11 +00:00
Michael 4dec002dcb Now using only a single array 2020-01-05 13:13:36 +00:00
Michael 45b747f13b Remove duplicates in a better way 2020-01-05 13:05:00 +00:00
Michael 4e7aa33598 Restructured profile generation 2020-01-05 12:49:57 +00:00
Michael dcf5471e19 Clarified description 2020-01-05 12:07:02 +00:00
Michael 23b73854a1 Spaces 2020-01-05 12:00:15 +00:00
Michael 6cbfa5b862 Added type hints 2020-01-05 11:00:57 +00:00
Michael 20d570823d Fix post update / clean up code 2020-01-05 10:16:01 +00:00
Michael 4b44aca507 Don't create notifications for own posts 2020-01-05 09:48:31 +00:00
Michael f183816b7d Notification type can now be selected 2020-01-05 09:10:03 +00:00
Michael fe1a702e8c Improved documentation, now checking all items 2020-01-05 09:08:40 +00:00
Michael 6ac37e284d Merge remote-tracking branch 'upstream/develop' into item-notification 2020-01-05 07:47:55 +00:00
Tobias Diekershoff 0c9fcdde69 Merge pull request #8057 from annando/notice-error
Fix an error and a notice
2020-01-05 07:40:31 +01:00
Michael 8878b3864f Fix an error and a notice 2020-01-05 02:19:02 +00:00
Michael e728c4829f Restructuring 2020-01-05 02:18:11 +00:00
Michael 8e2494568e Functionality is now added 2020-01-05 01:23:40 +00:00
Hypolite Petovan 393a671501 Merge pull request #8055 from nupplaphil/task/remove_get_server
Remove get_server() in favor of Search::getGlobalDirectory()
2020-01-04 20:10:50 -05:00
Michael ecb4848dfd Tests are now working 2020-01-05 00:54:18 +00:00
nupplaPhil 48baa0be4b Remove get_server() in favor of Search::getGlobalDirectory() 2020-01-05 00:04:55 +01:00
Michael 30a4b0eafb Merge remote-tracking branch 'upstream/develop' into item-notification 2020-01-04 22:53:06 +00:00
nupplaPhil f0eea6f875 Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Michael 3a1798d1c3 First testable version 2020-01-04 21:45:20 +00:00
Michael 4bfd0abec7 New "UserItem" class, new notification type field 2020-01-04 12:21:42 +00:00
Michael fb550a0172 Relocated functions from PortableContact to GServer 2020-01-01 21:29:36 +00:00
Philipp 75c74e8562 Merge pull request #8044 from annando/contact-adding
Don't add contacts when not needed
2020-01-01 20:38:34 +01:00
Michael bd6fb64c16 Fixed documentation 2020-01-01 18:57:55 +00:00
Michael 73b82d1455 Don't add contacts when not needed 2020-01-01 17:54:36 +00:00
Hypolite Petovan b6e93c83fc Suppress undefined index nickname notice in Model\Profile::sidebar 2019-12-31 12:25:39 -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 efadab66c5 Update wrong/missing references to classes 2019-12-29 21:51:16 -05:00
Hypolite Petovan 3c76826793 Merge pull request #8033 from annando/contact-logging
Added logging for not created contacts
2019-12-29 21:07:36 -05:00
Michael 4786298da4 Added logging for not created contacts 2019-12-30 01:03:00 +00:00
nupplaPhil c1dbb25656 Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01: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 26af2feee2 Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet() 2019-12-29 20:17:50 +01:00
nupplaPhil e944d7bed6 Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-29 20:17:48 +01:00
nupplaPhil 50be94aa5e Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-29 20:17:47 +01:00
nupplaPhil 2900389696 Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath() 2019-12-29 20:17:46 +01:00
nupplaPhil e93fba5136 Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove() 2019-12-29 20:17:45 +01:00
nupplaPhil 8e6973b774 Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect() 2019-12-29 20:17:43 +01:00
nupplaPhil e2b2778e0a Refactor dynamic App::getLogger() to static DI::logger() 2019-12-29 20:17:41 +01:00
nupplaPhil fceb4f3823 Refactor dynamic App::getConfig() to static DI::config() 2019-12-29 20:17:40 +01:00
nupplaPhil 388b963714 Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
nupplaPhil 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
Hypolite Petovan a9220aa83b Merge pull request #8026 from nupplaphil/task/l10n_immutable
Make L10n immutable
2019-12-29 13:54:32 -05:00
nupplaPhil 7a2f4dc54e Make L10n immutable
- Remove Push/Pop
- Add "withLang($lang)" method
2019-12-28 23:12:01 +01:00