.. |
Admin
|
Add checks & realpath() usage
|
2019-10-22 22:47:37 +02:00 |
Debug
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Diaspora
|
Fixing https://github.com/friendica/friendica/pull/7759#discussion_r337102107
|
2019-10-24 21:43:20 +02:00 |
Filer
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
HTTPException
|
Make Router::getModuleClass throw exceptions
|
2019-10-11 19:59:05 -04:00 |
Item
|
Merge pull request #7762 from nupplaphil/task/mod_ignored
|
2019-10-24 12:04:50 -04:00 |
Notifications
|
Adapt class structure
|
2019-10-26 04:03:27 +02:00 |
Profile
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Search
|
Merge pull request #7743 from MrPetovan/task/7190-remove-defaults-modules
|
2019-10-15 18:17:45 +02:00 |
Settings
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Special
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
TwoFactor
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
WellKnown
|
code standards :-)
|
2019-05-01 19:48:49 +02:00 |
AccountManagementControlDocument.php
|
Rename to AccountManagementControlDocument
|
2019-05-01 17:05:46 +02:00 |
Acctlink.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
AllFriends.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Apps.php
|
reduce code
|
2019-03-22 22:28:13 -04:00 |
Attach.php
|
Replace System::httpExit() by HTTPException throwing
|
2019-05-02 11:37:09 -04:00 |
BaseAdminModule.php
|
Add themed themed error page or login page for /admin[/*]
|
2019-05-31 00:23:30 -04:00 |
BaseSearchModule.php
|
Use Dice instantiation to access App\Arguments
|
2019-10-07 16:16:42 -04:00 |
BaseSettingsModule.php
|
Move mod/delegate to src/Module/Settings/Delegation
|
2019-10-09 22:17:09 -04:00 |
Bookmarklet.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Contact.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Credits.php
|
Moving mod/credits to src/Module/Credits
|
2019-03-22 22:55:46 -04:00 |
Delegation.php
|
Move mod/manage to src/Module/Delegation
|
2019-10-11 19:59:06 -04:00 |
Directory.php
|
Remove useless theme session variable deletions in modules
|
2019-10-06 12:08:15 -04:00 |
Feed.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
FollowConfirm.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Followers.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Following.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Friendica.php
|
added feedback
|
2019-05-05 10:00:28 +02:00 |
Group.php
|
Move mod/nogroup to src/Module/Group
|
2019-05-03 08:50:17 +02:00 |
Hashtag.php
|
Remove include/ requires that are now done directly from Composer
|
2018-12-24 09:56:25 -05:00 |
Help.php
|
Fix undefined $a variable in Module\Help
|
2019-05-13 01:51:59 -04:00 |
Home.php
|
Remove useless theme session variable deletions in modules
|
2019-10-06 12:08:15 -04:00 |
Inbox.php
|
We now use a central function for fetching the postdata
|
2019-07-30 22:26:01 +00:00 |
Install.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Invite.php
|
fix quotes
|
2019-05-04 21:25:16 +02:00 |
Like.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Login.php
|
Changed OpenID registration
|
2019-10-24 20:23:26 +00:00 |
Logout.php
|
Delete the cache entry allowing direct login again
|
2019-09-29 06:26:02 +00:00 |
Magic.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Maintenance.php
|
Rename ServiceUnavailableException & alter maintenance
|
2019-05-05 10:07:33 +02:00 |
Manifest.php
|
Remove duplicate $baseurl template variable
|
2019-05-02 09:55:48 -04:00 |
NodeInfo.php
|
Replace System::httpExit() by HTTPException throwing
|
2019-05-02 11:37:09 -04:00 |
Objects.php
|
Replace System::httpExit() by HTTPException throwing
|
2019-05-02 11:37:09 -04:00 |
Oembed.php
|
Add routes for current BaseModules
|
2019-05-01 21:29:04 +02:00 |
OpenSearch.php
|
Move mod/opensearch to src/Module/OpenSearch
|
2019-05-18 17:43:58 +02:00 |
Outbox.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Owa.php
|
Issue 6149: Making OWA (hopefully) compatible with Hubzilla
|
2019-01-08 11:17:05 +00:00 |
Photo.php
|
API: We now transmit the text description there as well
|
2019-08-04 03:45:23 +00:00 |
Profile.php
|
Move is_a_date_arg to DateTimeFormat::isYearMonth
|
2019-10-23 02:39:28 +02:00 |
Proxy.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
PublicRSAKey.php
|
Move mod/modexp to src/Module/PublicRSAKey
|
2019-05-05 19:02:19 +02:00 |
RandomProfile.php
|
some improvements
|
2019-05-19 03:12:22 +02:00 |
README.md
|
fixing text
|
2019-05-01 20:17:15 +02:00 |
ReallySimpleDiscovery.php
|
Create XML output for RSD with XML::fromArray()
|
2019-05-05 18:15:39 +02:00 |
Register.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
RobotsTxt.php
|
add new disallowed path for robots.txt
|
2019-05-08 13:08:34 +02:00 |
Smilies.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Starred.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
Statistics.php
|
Replace System::httpExit() by HTTPException throwing
|
2019-05-02 11:37:09 -04:00 |
Theme.php
|
Move mod/view to src/Module/View
|
2019-05-18 21:23:12 +02:00 |
ThemeDetails.php
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
ToggleMobile.php
|
Move mod/toggle_mobile to src/Module/ToggleMobile
|
2019-05-18 21:13:19 +02:00 |
Tos.php
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
Welcome.php
|
Move mod/newmember to src/Module/Welcome
|
2019-05-20 20:12:20 +02:00 |
Xrd.php
|
Move Namespace of ActivityNamespace
|
2019-10-25 00:41:48 +02:00 |