Commit Graph

1256 Commits

Author SHA1 Message Date
Philipp Holzer 016cfcd846
Fixings
- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests
2020-01-10 13:22:03 +01:00
Philipp Holzer b68d0516ea
remove not working code for checking writable files ("is_writable()" uses a different user) 2020-01-10 13:22:01 +01:00
Philipp Holzer 1b2ff54f66
Fix attach model 2020-01-10 13:22:00 +01:00
Philipp Holzer 1bce3fd0f1
fix Photo model 2020-01-10 13:21:59 +01:00
Philipp Holzer dbd5b5bb6e
- Fixing SystemResource
- Adding tests for StorageManager
- Updating doc
2020-01-10 13:21:58 +01:00
Philipp Holzer 08edeae2f9
Make Storage testable & add tests
- Making StorageManager dynamic (DI::facStorage())
- Making concrete Storage dynamic (DI::storage())
- Add tests for Storage backend and failure handling
- Bumping Level-2/Dice to "dev-master" until new release
- Using Storage-Names instead of Storage-Classes in config (includes migration)
2020-01-10 13:21:57 +01:00
Michael 469eefdc5b Notifications: Now declare direct thread answers as replies 2020-01-09 17:53:17 +00:00
Hypolite Petovan 9ec0b621ed Remove unnecessary subnamespaces in Model\Introduction
- Addresses https://github.com/friendica/friendica/issues/7998#issuecomment-572270238
2020-01-08 16:48:20 -05:00
Hypolite Petovan f67f398fe1
Merge pull request #8071 from nupplaphil/task/Lock_to_lock
Replace Core\Lock wrapper with DI::lock() method
2020-01-08 14:25:46 -05:00
Hypolite Petovan 6b8db5ad13 Update the Introductions domain to use repository, model and collection 2020-01-06 21:39:05 -05:00
Philipp Holzer 31457b8566
Replace Lock::release() with DI::lock()->release() and remove Core\Lock 2020-01-07 00:24:10 +01:00
Philipp Holzer 634e657d23
Replace Lock::acquire() with DI::lock()->acquire() 2020-01-07 00:20:31 +01:00
Philipp e56c8dcc3c
Merge pull request #8063 from MrPetovan/bug/8058-use-default-user-acl-events
Use default user permissions when creating new event
2020-01-06 14:18:20 +01:00
Hypolite Petovan 64c8855407 Allow special groups in default user permissions
- Use ACLFormatter in ACL::getDefaultUserPermissions
- Remove ACL::fixACL
- Add return value to Contact::pruneUnavailable
2020-01-05 17:09:14 -05:00
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
Philipp Holzer 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
Philipp Holzer 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
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
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
Philipp Holzer c1dbb25656
Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00