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
ebd52368bb134e57a54d853732b5b4970a8ce02b
core
/
include
History
friendica
ebd52368bb
strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link
2014-02-16 14:13:26 -08:00
..
dba
bring back mail list and cleanup some issues which popped out with full PHP warnings
2013-08-27 22:30:06 -07:00
photo
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
account.php
fix the admin interface to pending registrations
2014-01-21 14:56:42 -08:00
acl_selectors.php
remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
2013-12-22 18:37:39 -08:00
activities.php
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
api.php
some tweaks to items_fetch for the api
2014-01-25 15:51:10 -08:00
attach.php
add epub mimetype (application/epub+zip)
2014-02-02 02:43:36 -08:00
auth.php
use profile photo on vcard before reverting to xchan photo
2014-02-11 19:51:43 -08:00
BaseObject.php
…
bb2diaspora.php
…
bbcode.php
oops - still using the !@#$ youtube bbcodes
2014-02-12 19:59:24 -08:00
bookmarks.php
bookmarking bugfix
2014-02-05 03:29:02 -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
fix some anomolies in config functions
2013-06-21 21:36:48 -07:00
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
use profile photo on vcard before reverting to xchan photo
2014-02-11 19:51:43 -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
reorganise a few included functions - notably identity related functions
2013-12-03 15:35:13 -08:00
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
simplify permalink selection logic
2014-01-09 16:23:58 -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
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
features.php
allow site defaults for enabled features
2014-01-26 03:27:36 -08:00
follow.php
…
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
return the expected array
2014-02-12 15:12:42 -08:00
ItemObject.php
Pass mids to conv_item template
2014-02-08 17:49:09 +00:00
ITemplateEngine.php
…
items.php
strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link
2014-02-16 14:13:26 -08:00
js_strings.php
…
language.php
…
menu.php
from olivier: use double quotes in js strings, updated FR translation
2014-02-07 13:39:13 -08:00
message.php
…
nav.php
extend the usermenu so we don't have to keep going back to channel homepage to get to the other channel links
2014-02-06 16:43:04 -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
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oauth.php
…
oembed.php
add zid to audio/video (again)
2014-01-23 23:46:43 -08:00
onedirsync.php
…
onepoll.php
…
page_widgets.php
…
permissions.php
bookmarking
2014-02-04 16:06:56 -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
move expiration of notifications to the equivalent of "cron daily" to try and reduce the number of things the poller has to do on every run.
2014-02-11 14:35:02 -08:00
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
reddav.php
more debugging dav in windows, windows never forgets your dav credentials even if you get them wrong and even if you remove them from the credential vault. This makes it very difficult to manage two or more channels with file resources.
2014-02-13 03:52:16 -08:00
security.php
don't prompt guests for a password if they're accessing an embedded public file.
2014-01-26 02:58:03 -08:00
session.php
set jsAvailable cookie expire time to match PHPSESSID's
2014-01-17 07:56:34 +01:00
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
basic edit and delete for things
2013-12-30 04:25:55 -08:00
template_processor.php
…
text.php
strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link
2014-02-16 14:13:26 -08:00
widgets.php
whitespace
2014-02-12 21:36:20 +01:00
zot.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