friendica/src
Roland Häder 27969e8ca6
Continued:
- moved if() block to suggested position by MrPetovan, for me I want to have all
  conditions checked at the start of the method, e.g. no unwanted null
  references or (in this case) if the URL is blacklisted
- normalized URLs are without SSL, means http://host/path/file.ext so they exist
  only once for contacts and servers (aka. instances)
- documented returned type `void`
2023-01-21 01:07:14 +01:00
..
App Replace Config-Cache dependency with Config-Model (no more DB-waiting necessary) 2023-01-15 16:17:08 +01:00
Capabilities Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Collection/Api Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Console Merge remote-tracking branch 'upstream/develop' into blocked-server 2023-01-17 19:25:09 +00:00
Contact Ensure to reset the avatar paths when deleting avatar cache 2023-01-14 13:10:43 +00:00
Content Mode depending control for the behaviour with blocked contacts 2023-01-12 06:25:55 +00:00
Core Fix Introspection 2023-01-17 20:11:48 +01:00
Database Truncate integer values before inserting them 2023-01-18 20:58:49 -05:00
Factory API: Accept "redirect_uris" as both array and string 2023-01-14 21:07:47 +00:00
Federation Create entity-related classes for delivery-queue table 2023-01-01 18:50:19 -05:00
Model Continued: 2023-01-21 01:07:14 +01:00
Moderation Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Module Merge pull request #12695 from MrPetovan/bug/fatal-errors 2023-01-19 08:09:03 +01:00
Navigation Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Network Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Object Nodeinfo data has moved to key values 2023-01-18 05:04:37 +00:00
Profile/ProfileField Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Protocol Properly handle feed item creation date with surrounding whitespace 2023-01-17 07:18:47 +01:00
Render Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Security Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Util Replace Config-Cache dependency with Config-Model (no more DB-waiting necessary) 2023-01-15 16:17:08 +01:00
Worker Continued: 2023-01-21 01:07:14 +01:00
App.php Replace Config-Cache dependency with Config-Model (no more DB-waiting necessary) 2023-01-15 16:17:08 +01:00
BaseCollection.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BaseDataTransferObject.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BaseEntity.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BaseFactory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BaseModel.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BaseModule.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BaseRepository.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
DI.php Add warning message in case node.config.php isn't writable 2023-01-07 15:16:55 +01:00
LegacyModule.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00