streams/include
2013-02-08 16:26:00 -08:00
..
account.php more register_approve stuff - like the admin page. Hopefully this won't conflict with Thomas's admin page "list users" changes 2013-02-08 03:51:31 -08:00
acl_selectors.php function contact_selector is no longer in use, commented out 2013-01-14 20:44:46 +01:00
activities.php fix the profile change activity post 2012-11-05 21:05:51 -08:00
api.php fix con"n"nections 2013-02-02 20:05:50 +01:00
attach.php mod/attach support for files/attachments using OS storage 2013-02-05 15:34:30 -08:00
auth.php lostpass fixes and login/logout flow if authenticated but no default channel exists 2013-01-27 01:19:24 -08:00
BaseObject.php move things to the newer conversation object, a few minor bugs - will sort it out eventually 2012-10-25 21:58:33 -07:00
bb2diaspora.php more file cleanup 2012-10-22 19:46:18 -07:00
bbcode.php remove recursive share tags 2012-11-03 03:59:37 -07:00
cache.php more file cleanup 2012-10-22 19:46:18 -07:00
cli_startup.php fixed several little nit bugs that cropped up during deployment 2012-12-06 00:03:24 -08:00
config.php rev update 2012-09-02 01:59:11 -07:00
Contact.php more photo backend stuff 2013-01-26 02:24:07 -08:00
contact_selectors.php stuff 2012-08-27 01:22:08 -07:00
contact_widgets.php update friends in common tool now that poco is working 2013-01-31 17:55:52 -08:00
conversation.php error 500 trying to debug templates 2013-02-04 23:54:59 -08:00
ConversationObject.php progress on pages - they're still getting lost inside conversation(), but progress is progress. 2013-01-14 16:49:57 -08:00
cronhooks.php more file cleanup 2012-10-22 19:46:18 -07:00
crypto.php y'all got mail 2012-12-05 16:44:07 -08:00
datetime.php progress however tedious 2012-10-23 20:59:20 +11:00
dba.php move things to the newer conversation object, a few minor bugs - will sort it out eventually 2012-10-25 21:58:33 -07:00
deliver.php more delivery diagnostics 2012-12-31 14:45:26 -08:00
dir_fns.php This was bloody hard to sort out.... but now it's sorted and we can move forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?" 2012-12-27 23:33:37 -08:00
directory.php master/standalone directory profile update 2012-12-26 19:39:37 -08:00
enotify.php catch typos 2013-02-06 21:22:48 -08:00
event.php preserve event item[uri] if present 2013-01-20 15:36:04 -08:00
expire.php more heavy lifting 2012-10-23 17:14:50 -07:00
fcontact.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
features.php implement Smarty3 2013-01-06 15:57:11 -07:00
follow.php convert mod/follow to associative json and add more logging for when things go wrong 2013-01-29 02:05:21 -08:00
friendica_smarty.php fix show-stopping bugs 2013-01-06 19:34:54 -07:00
gprobe.php this might make zot-id work as originally conceived complete with reverse magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.) 2013-02-06 17:04:34 -08:00
group.php clean up some sql errors from the logs 2013-02-08 16:26:00 -08:00
html2bbcode.php try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up to harder stuff 2012-07-02 01:11:19 -07:00
html2plain.php preserve event item[uri] if present 2013-01-20 15:36:04 -08:00
identity.php provide a global way of enforcing name policy restrictions, but only enforce empty names or length > storage size. Allow plugins to set other policies. In particular, you can't have an empty channel name now, but one char is legal ;-) 2013-02-07 18:53:51 -08:00
iquery.php several small fixes and adjustments 2012-12-16 20:20:29 -08:00
ItemObject.php allow non-linkable locations, self-linked locations and get rid of google default location link 2013-02-02 16:34:00 -08:00
items.php cleanup issues discovered in the logs 2013-02-07 19:55:40 -08:00
js_strings.php Now logging in with Red zaccount/zentity instead of Friendica user. Yay. Most existing Friendica functionality is now stuffed since the Red structures are quite different. 2012-08-27 21:17:46 -07:00
language.php settings page channel permissions front-end (needs back-end still) 2012-11-01 19:47:10 -07:00
message.php null notice when sending private mail 2013-02-04 15:06:23 -08:00
nav.php Fix broken menu for multiple profiles. 2013-02-02 16:28:10 +00:00
network.php Tweak behavior of redirect for http codes 2012-12-26 18:44:30 +01:00
notifier.php delete item should now mostly work 2013-01-28 19:24:36 -08:00
notify.php network & home notification fixes 2013-01-11 02:19:46 -08:00
oauth.php "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details. 2012-10-29 17:14:02 -07:00
oembed.php the dynamic "show more" sort of works - but with a nagging delay. But I need to move on to bigger things. We'll leave it for now. 2012-08-06 23:10:37 -07:00
onepoll.php mark for death implemented 2013-01-29 19:28:19 -08:00
permissions.php why oh why is poco_load not getting called? oh - that's why. 2013-01-24 14:31:57 -08:00
Photo.php cleanup issues discovered in the logs 2013-02-07 19:55:40 -08:00
photos.php partial cleanup of mod/profile_photo - needs a LOT more 2013-02-05 20:14:19 -08:00
plugin.php reduce number of template include paths, which were needed during the theme restructure but no longer required. 2013-01-15 13:57:24 -08:00
poller.php mark for death implemented 2013-01-29 19:28:19 -08:00
profile_advanced.php remove the private keywords stuff to reduce directory and search complexity 2012-12-26 03:49:50 -08:00
profile_selectors.php add plugin hooks to gender, sexpref, and marital selectors 2012-05-27 22:35:01 -07:00
queue.php make preview work fix some other nits 2013-01-06 04:07:10 -08:00
queue_fn.php requeue failed deliveries 2012-12-30 21:44:59 -08:00
Scrape.php here's where the heavy lifting begins - everything is likely to be broken for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers. 2012-10-01 18:02:11 -07:00
security.php further baby steps on the photos API 2013-01-25 23:32:44 -08:00
session.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
socgraph.php clean up some sql errors from the logs 2013-02-08 16:26:00 -08:00
system_unavailable.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
template_processor.php several small fixes and adjustments 2012-12-16 20:20:29 -08:00
text.php added 'dlogger()' which is intended as a low noise personal logger() facility for developers. See the source. 2013-02-05 20:39:19 -08:00
zot.php I think we're finally done with import_xchan_from_json - everything has been converted to import_xchan now 2013-02-07 20:06:01 -08:00