| .. |
|
Api
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
App
|
Move /profile_photo to Module\Settings\Profile\Photo
|
2020-01-20 07:27:12 -05:00 |
|
Collection
|
Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable
|
2020-01-22 00:09:08 +01:00 |
|
Console
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
Content
|
Improve ForumManager::profileAdvanced logic
|
2020-01-20 07:32:46 -05:00 |
|
Core
|
Move Permission Set over to DDD
|
2020-01-20 07:35:05 -05:00 |
|
Database
|
Clarify update.php doc and mention Database\PostUpdate
|
2020-01-20 07:47:53 -05:00 |
|
Factory
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
Model
|
Move "Notify::getTab()" to notification module since it's presentation layer logic
|
2020-01-22 00:03:57 +01:00 |
|
Module
|
Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index
|
2020-01-20 13:28:41 -05:00 |
|
Network
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
Object
|
Remove duplicate profile_uid key in App->profile array
|
2020-01-20 07:32:46 -05:00 |
|
Protocol
|
Fix for AP posts where the URL don't match
|
2020-01-20 22:30:34 +00:00 |
|
Render
|
|
|
|
Repository
|
Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable
|
2020-01-22 00:09:08 +01:00 |
|
Util
|
Fix birthday display and setting
|
2020-01-20 07:47:10 -05:00 |
|
Worker
|
Merge pull request #8142 from nupplaphil/task/di_config
|
2020-01-19 22:22:57 -05:00 |
|
App.php
|
|
|
|
BaseCollection.php
|
Improve Base collection, model and repository
|
2020-01-20 07:32:49 -05:00 |
|
BaseFactory.php
|
|
|
|
BaseModel.php
|
Improve Base collection, model and repository
|
2020-01-20 07:32:49 -05:00 |
|
BaseModule.php
|
Remove duplicate profile_uid key in App->profile array
|
2020-01-20 07:32:46 -05:00 |
|
BaseRepository.php
|
Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable
|
2020-01-22 00:09:08 +01:00 |
|
DI.php
|
Move Permission Set over to DDD
|
2020-01-20 07:35:05 -05:00 |
|
LegacyModule.php
|
|
|