friendica/mod
Michael 5d5a10fb9c Only fetch toplevel posts when searching for hashtags on network page 2019-07-09 05:20:34 +00:00
..
acl.php Add Monolog 2019-01-21 10:10:40 -05:00
api.php Remove unused code in mod/ 2019-01-21 10:53:32 -05:00
cal.php Add current tab parameter to Model\Profile::getTabs 2019-05-20 15:09:33 -04:00
common.php Refactor widgets 2019-05-18 11:33:35 -04:00
community.php Improve speed on local community page 2019-02-10 06:37:31 +00:00
crepair.php New constant for federated protocols 2019-07-01 18:00:55 +00:00
delegate.php Remove unused code in mod/ 2019-01-21 10:53:32 -05:00
dfrn_confirm.php Fixing Network::post() caused by wrong argument 2019-06-10 19:34:16 +02:00
dfrn_notify.php Fix receiving of DFRN posts with public envelope 2019-06-22 04:17:38 +00:00
dfrn_poll.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
dfrn_request.php Fix condition in dfrn_request_content() when $a->profile isn't set 2019-05-28 21:14:21 -04:00
display.php Merge branch '2019.06-rc' 2019-06-23 15:30:44 -04:00
editpost.php Remove duplicate $baseurl template variable 2019-05-02 09:55:48 -04:00
events.php Fix delivery counter for poking / unify delivery commands 2019-06-10 14:19:24 +00:00
fbrowser.php Remove duplicate $baseurl template variable 2019-05-02 09:55:48 -04:00
follow.php leading, trailing, all the same :-) 2019-06-29 20:09:23 +00:00
fsuggest.php Fix delivery counter for poking / unify delivery commands 2019-06-10 14:19:24 +00:00
hcard.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
hovercard.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
ignored.php Fix potential bugs without expected behavior change 2019-01-21 11:04:19 -05:00
item.php New constant for federated protocols 2019-07-01 18:00:55 +00:00
lockview.php Replace deprecated Addon::callHooks with Hook::callAll 2019-01-21 09:50:56 -05:00
lostpass.php Remove duplicate $baseurl template variable 2019-05-02 09:55:48 -04:00
manage.php Move Authentication::setAuthenticatedSessionForUser to Session::setAuthenticatedForUser 2019-05-13 01:51:59 -04:00
match.php Check $profile variable in mod/match 2019-03-07 18:42:49 -05:00
message.php Limit smilies replacement to BBCode::convert 2019-06-23 17:53:25 -04:00
msearch.php Fix potential bugs without expected behavior change 2019-01-21 11:04:19 -05:00
network.php Only fetch toplevel posts when searching for hashtags on network page 2019-07-09 05:20:34 +00:00
noscrape.php Move Contact::ACCOUNT_TYPE_* constants to User::ACCOUNT_TYPE_* 2019-01-21 10:56:27 -05:00
notes.php Add current tab parameter to Model\Profile::getTabs 2019-05-20 15:09:33 -04:00
notifications.php Adding fallback route in case of a non valid route 2019-05-29 20:06:50 +02:00
oexchange.php Remove/replace killme() with *exit() 2019-01-21 09:49:17 -05:00
openid.php Move Authentication::setAuthenticatedSessionForUser to Session::setAuthenticatedForUser 2019-05-13 01:51:59 -04:00
ostatus_subscribe.php Escape global namespaced get_app() calls 2019-01-03 21:27:36 -05:00
parse_url.php Move internal recursion-counter to the end of all cur/fetchUrl parameters 2019-06-10 14:34:54 +02:00
photos.php Rewrite conditions for photo linked item to prevent crash on old photos 2019-07-07 23:51:23 -04:00
ping.php Use "received" instead of "created" when displaying posts in creation order 2019-07-07 21:30:33 +00:00
poco.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
poke.php Remove duplicate $baseurl template variable 2019-05-02 09:55:48 -04:00
profile_photo.php Remove unused code in mod/ 2019-01-21 10:53:32 -05:00
profiles.php Fix typo in mod/profiles 2019-02-23 18:11:48 -05:00
profperm.php Remove/replace killme() with *exit() 2019-01-21 09:49:17 -05:00
pubsub.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
pubsubhubbub.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
receive.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
redir.php Basepath function now uses the contact field 2019-07-05 06:41:48 +00:00
regmod.php Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
removeme.php Update namespace use calls in mod/ 2019-01-21 10:44:21 -05:00
repair_ostatus.php Remove unused code in mod/ 2019-01-21 10:53:32 -05:00
salmon.php Replace System::httpExit() by HTTPException throwing 2019-05-02 11:37:09 -04:00
search.php Use "received" instead of "created" when displaying posts in creation order 2019-07-07 21:30:33 +00:00
settings.php Merge branch 'master' into develop 2019-06-23 17:40:52 -04:00
share.php Replace strong by title format for item title in mod/share 2019-02-27 20:59:39 -05:00
subthread.php Remove /display/{nick}/{id} URL structure publishing 2019-05-02 17:04:17 -04:00
suggest.php Rework suggest module without App->error 2019-05-01 21:13:33 -04:00
tagger.php Fix delivery counter for poking / unify delivery commands 2019-06-10 14:19:24 +00:00
tagrm.php Update PHPDoc in mod/ 2019-01-21 10:39:27 -05:00
uexport.php added suggestions 2019-05-26 21:53:24 +02:00
uimport.php Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
unfollow.php Remove redundant htmlentities/htmlspecialchars 2018-12-25 11:37:57 -05:00
update_community.php Remove/replace killme() with *exit() 2019-01-21 09:49:17 -05:00
update_contact.php Fix call to Contact::content in mod/update_contact 2019-01-21 11:12:49 -05:00
update_display.php Remove/replace killme() with *exit() 2019-01-21 09:49:17 -05:00
update_network.php Remove/replace killme() with *exit() 2019-01-21 09:49:17 -05:00
update_notes.php Remove/replace killme() with *exit() 2019-01-21 09:49:17 -05:00
update_profile.php Add new Module\Profile class 2019-01-30 08:07:20 -05:00
videos.php Add current tab parameter to Model\Profile::getTabs 2019-05-20 15:09:33 -04:00
wall_attach.php Update missing namespace uses in mod/ 2019-01-21 10:56:28 -05:00
wall_upload.php Update missing namespace uses in mod/ 2019-01-21 10:56:28 -05:00
wallmessage.php Remove redundant htmlentities/htmlspecialchars 2018-12-25 11:37:57 -05:00
worker.php Code cleanup 2019-02-17 18:55:17 +00:00