gnu-social/src/Core
Diogo Peralta Cordeiro 6fa5ec3218
[CORE][Queue] Fix some minor issues
2022-03-05 14:22:44 +00:00
..
DB [CORE][DB] Remove doc from deprecated DB::merge and add about DB::refresh 2022-02-23 17:42:20 +00:00
Form [CORE][FORM][FormTypeNonceExtension] Add a nonce to all forms with a CSRF token 2022-01-04 18:58:32 +00:00
I18n [CORE][I18n] Add I18n::_m_list, which formats an array of elements into a list. Limited to 5 elements, as that should be enough (tm) and ICU doesn't support this natively 2022-03-01 13:45:40 +00:00
Modules [COMPONENT][Collection] Refactoring: Further work in abstracting collections 2022-01-03 02:18:43 +00:00
Queue [CORE][Queue] Fix some minor issues 2022-03-05 14:22:44 +00:00
Router [ActivityPub] Add HTTP Signatures 2021-12-01 19:47:41 +00:00
ActorLocalRoles.php [CORE][Note] Implement private group scope properly 2022-02-13 23:14:59 +00:00
Cache.php [CORE][Cache] Fix bug where empty lists must be stored as a string in Redis (not supported natively), so we can't directly push to it, but the key still exists 2022-03-01 11:07:21 +00:00
Controller.php [CORE][Controller] Fix bug where a JSON request could not recieve a redirect response 2022-03-04 15:14:05 +00:00
Entity.php [CORE][Entity] Replaced get_called_class() calls with static::class since the former is deprecated 2022-01-13 16:24:12 +00:00
Event.php [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
Form.php [CORE][Form] Add facilities for automattically adding a _next field to all forms, which can be customized by the in Form::create and defaults to the current URL. Usage of RedirectedException should mostly be replaced with Form::forceRedirect 2022-03-04 15:12:35 +00:00
GNUsocial.php [UTIL][HTML] HTML abstraction class was extended with a more specialised Heading class 2022-02-16 18:53:08 +00:00
GSFile.php [PLUGIN][RepeatNote][COMPONENTS][Posting] Review and fix RepeatNote. Handle attachment lives in Posting 2022-01-21 21:03:08 +00:00
HTTPClient.php [CORE][HTTPClient] Add some shortcut functions inspired by pre-v3 2021-10-27 04:22:18 +01:00
Log.php [CORE][Log] Document magic methods 2021-10-27 04:22:18 +01:00
ModuleManager.php [CORE] Fix loading of settings from modules 2021-11-08 16:08:03 +00:00
Security.php [CORE][SECURITY][HTML] Refactor Security::sanitize to HTML::sanitize 2022-01-12 17:12:58 +00:00
VisibilityScope.php [CORE][ActorLocalRoles] Improve Roles 2022-01-22 18:47:56 +00:00