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
04e6cb515b524b35ae9f8d20c4b131aa0429a784
core
/
include
History
friendica
08313bac6c
allow personalised page layouts for modules.
2014-02-25 14:12:51 -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
…
api.php
some tweaks to items_fetch for the api
2014-01-25 15:51:10 -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
…
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
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
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
…
event.php
…
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
allow personalised page layouts for modules.
2014-02-25 14:12:51 -08:00
ItemObject.php
Pass mids to conv_item template
2014-02-08 17:49:09 +00:00
ITemplateEngine.php
…
items.php
minor stuff, some doco, auth cleanup, and make "unknown" more translateable by context.
2014-02-22 14:58:12 -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
edit bookmarks
2014-02-18 14:26:23 -08:00
message.php
…
nav.php
use the medium size photo on the nav bar if that photo stays larger, as the small one usually looks awful when you scale it up.
2014-02-20 01:49:40 -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
…
notify.php
…
oauth.php
…
oembed.php
…
onedirsync.php
…
onepoll.php
…
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
…
plugin.php
…
poller.php
service class downgrade to the default service class on account expiration if using a non-default service class and account has expired.
2014-02-18 15:17:18 -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
…
socgraph.php
…
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
fix zrl bookmarks which broke with this checkin:
c9192991c9
2014-02-18 19:47:13 -08:00
widgets.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
zot.php
minor stuff, some doco, auth cleanup, and make "unknown" more translateable by context.
2014-02-22 14:58:12 -08:00