This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
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
f85346673f7401540430f90d7eca3d1c38d09ead
core
/
include
History
friendica
8c7e076dae
bring friends back
2014-03-06 01:29:42 -08:00
..
dba
…
photo
project "snakebite"
2014-02-17 14:30:02 -08:00
account.php
some more snakebite and fix up include/account - forgot about that inline array stuff
2014-02-18 16:59:31 -08:00
acl_selectors.php
…
activities.php
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
api.php
Red API: /api/red/item/new ; which is like /api/statuses/update except it uses Red semantics and returns success/failure indication.
2014-03-04 19:57:54 -08:00
attach.php
Doxygen include/attach.php
2014-02-19 21:04:20 +01:00
auth.php
This should resolve the dav authentication loop (correctly)
2014-02-22 13:33:18 -08:00
BaseObject.php
…
bb2diaspora.php
…
bbcode.php
SECURITY: do not automatically open an iframe which points into the local website.
2014-02-20 21:15:35 -08:00
bookmarks.php
provide ability to bookmark chatrooms using rbmark
2014-02-24 21:34:49 -08:00
cache.php
…
chat.php
make chatrooms in /chat/channel visible to observers aswell
2014-02-12 21:31:11 +01:00
cli_startup.php
…
cli_suggest.php
…
comanche.php
implement horizontal menu class in redbasic
2014-03-03 15:21:43 -08:00
config.php
config: don't try to unserialise an array
2014-02-01 20:07:47 -08:00
contact_selectors.php
fixes to thing profile assignments
2014-02-11 16:56:39 -08:00
contact_widgets.php
…
Contact.php
small changes to a couple of lookup functions which we need to use a bit more
2014-02-20 17:20:24 -08:00
conversation.php
create a new "subdued" CSS class for things that shouldn't be in your face unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead.
2014-02-08 00:48:19 -08:00
ConversationObject.php
…
cronhooks.php
…
crypto.php
…
datetime.php
…
deliver.php
…
dir_fns.php
directory sync issues
2014-03-03 21:00:42 -08:00
directory.php
implement a forced directory update mode where we unconditionally create a directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
2014-02-11 14:19:20 -08:00
enotify.php
I'll have to fix this someday.
2014-02-25 20:36:56 -08:00
event.php
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
expire.php
…
features.php
allow site defaults for enabled features
2014-01-26 03:27:36 -08:00
follow.php
project "snakebite"
2014-02-17 16:00:17 -08:00
friendica_smarty.php
…
gprobe.php
…
group.php
let oneself be added to a collection in exchange for deleted contacts
2014-02-07 21:28:39 +01:00
html2bbcode.php
…
html2plain.php
…
identity.php
undo
2014-03-04 15:29:27 -08:00
ItemObject.php
Pass mids to conv_item template
2014-02-08 17:49:09 +00:00
ITemplateEngine.php
…
items.php
Red API: /api/red/item/new ; which is like /api/statuses/update except it uses Red semantics and returns success/failure indication.
2014-03-04 19:57:54 -08:00
js_strings.php
string 'null' showing up in timeago since last modify
2014-02-24 15:27:39 -08:00
language.php
Commenting language.php and some changes
2014-02-18 00:14:07 +01:00
menu.php
comanche: provide an option to add a menu class for different theming choices on some menus (e.g. horizontal, tabbed, etc.)
2014-02-25 20:58:20 -08:00
message.php
fix photos in private mail
2014-02-27 16:01:44 -08:00
nav.php
move language selector to a module
2014-03-05 03:19:20 -08:00
network.php
clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working
2014-01-30 11:04:20 +01:00
notifier.php
try to reduce the number of simulaneous deliveries of the same post when dealing with owner relays that have more than one channel instance. If things melt down in the next few hours and I'm not available please revert this. I've reviewed a few times and think it's OK, but this part of the delivery code is traditionally touchy.
2014-01-22 22:07:47 -08:00
notify.php
…
oauth.php
…
oembed.php
dang - you really have to bludgeon this thing to get youtube to use https
2014-02-28 01:30:05 -08:00
onedirsync.php
…
onepoll.php
change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections
2014-03-04 14:35:42 -08:00
page_widgets.php
…
permissions.php
introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is able to successfully authenticate (but is not necessarily in this network).
2014-02-18 20:59:25 -08:00
photos.php
missing filename in uploaded photos (we don't really use this, but we will need to have a filename to export via DAV or API and the original filename would be the most likely choice).
2014-01-22 23:54:14 -08:00
plugin.php
…
poller.php
change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections
2014-03-04 14:35:42 -08:00
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
reddav.php
This should resolve the dav authentication loop (correctly)
2014-02-22 13:33:18 -08:00
security.php
This should resolve the dav authentication loop (correctly)
2014-02-22 13:33:18 -08:00
session.php
set jsAvailable cookie expire time to match PHPSESSID's
2014-01-17 07:56:34 +01:00
socgraph.php
vsprintf error
2014-02-26 14:51:29 -08:00
spam.php
The problem with a lot of packages is that it's easier to re-write them than to re-use them.
2014-02-02 21:25:52 -08:00
system_unavailable.php
…
taxonomy.php
…
template_processor.php
…
text.php
some anomolies found when viewing connections in various cases.
2014-03-02 19:40:59 -08:00
widgets.php
add clock widget and correct some doco
2014-03-05 04:28:48 -08:00
zot.php
bring friends back
2014-03-06 01:29:42 -08:00