This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
71347bb9e0c5daca206b0ea32812874e165b7b63
core
/
include
T
History
…
..
dba
…
photo
…
account.php
…
acl_selectors.php
…
activities.php
…
api.php
…
attach.php
…
auth.php
…
BaseObject.php
…
bb2diaspora.php
…
bbcode.php
…
cache.php
…
cli_startup.php
…
cli_suggest.php
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
2013-08-05 20:08:35 -07:00
config.php
…
contact_selectors.php
…
contact_widgets.php
…
Contact.php
…
conversation.php
…
ConversationObject.php
…
cronhooks.php
…
crypto.php
…
datetime.php
…
deliver.php
…
dir_fns.php
…
directory.php
…
enotify.php
we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
2013-08-06 03:29:57 -07:00
event.php
…
expire.php
…
features.php
…
follow.php
…
friendica_smarty.php
…
gprobe.php
…
group.php
…
html2bbcode.php
…
html2plain.php
…
identity.php
…
ItemObject.php
…
ITemplateEngine.php
…
items.php
…
js_strings.php
…
language.php
…
message.php
…
nav.php
…
network.php
…
notifier.php
…
notify.php
…
oauth.php
…
oembed.php
…
onepoll.php
…
permissions.php
…
photos.php
…
plugin.php
…
poller.php
…
profile_advanced.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
security.php
…
session.php
…
socgraph.php
…
system_unavailable.php
…
taxonomy.php
…
template_processor.php
…
text.php
we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
2013-08-06 03:29:57 -07:00
zot.php
…