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, but cannot push or open issues or pull requests.
Files
ad67d3e48332204128209feb164c308af96e0ce1
core
/
include
History
Thomas Willingham
ad67d3e483
Ooops, included site specific hack
2014-01-24 03:48:54 +00:00
..
dba
…
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
fix api/red/photos when supplied with an album name
2014-01-22 23:04:19 -08:00
attach.php
mod_attach: output stream wasn't working
2014-01-11 12:58:00 -08:00
auth.php
Log failed auth to it's own file so fail2ban doesn't have to parse MB of text
2014-01-15 22:54:51 +00:00
BaseObject.php
…
bb2diaspora.php
…
bbcode.php
display a somewhat more pleasant hovertip on qr codes
2014-01-23 15:53:29 -08:00
cache.php
…
cli_startup.php
…
cli_suggest.php
…
comanche.php
…
config.php
…
contact_selectors.php
…
contact_widgets.php
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
2013-12-14 17:03:37 -08:00
Contact.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
conversation.php
Ooops, included site specific hack
2014-01-24 03:48:54 +00:00
ConversationObject.php
…
cronhooks.php
…
crypto.php
bloody hell - it isn't defined either.
2013-12-15 18:43:54 -08:00
datetime.php
reorganise a few included functions - notably identity related functions
2013-12-03 15:35:13 -08:00
deliver.php
issue
#240
- we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
2013-12-11 23:13:36 -08:00
dir_fns.php
extend the directory profiles a bit more
2013-12-25 01:57:04 -08:00
directory.php
…
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
…
features.php
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
2013-12-27 21:19:23 -08:00
follow.php
…
friendica_smarty.php
…
gprobe.php
…
group.php
make network tabs regard selected group (collection) and vice versa
2014-01-22 17:18:40 +01:00
html2bbcode.php
…
html2plain.php
…
identity.php
Missed these from git add...a year ago
2014-01-17 23:30:33 +00:00
ItemObject.php
simplify permalink selection logic
2014-01-09 16:23:58 -08:00
ITemplateEngine.php
…
items.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
js_strings.php
…
language.php
…
menu.php
some more bookmark infrastructure plus a doc update
2014-01-18 21:45:42 -08:00
message.php
…
nav.php
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
2013-12-21 23:47:44 -08:00
network.php
make default profile photo configurable - should be functional but needs admin ui
2013-12-19 16:33:36 -08: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
zidify audio/video links
2014-01-20 01:29:41 -08:00
onedirsync.php
…
onepoll.php
…
page_widgets.php
…
permissions.php
…
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
always load css and js sources using the same url as the page that is being visited so there is no http/https mismatch.
2013-12-12 18:13:52 -08:00
poller.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
reddav.php
seems you can't easily have a blank password for DAV guests, so the guest password is now +++
2014-01-21 20:42:10 -08:00
security.php
added buttons to perform later hubloc actions
2014-01-20 12:12:40 +01:00
session.php
set jsAvailable cookie expire time to match PHPSESSID's
2014-01-17 07:56:34 +01:00
socgraph.php
suggestion widget
2013-12-06 21:40:01 -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
simplify permalink selection logic
2014-01-09 16:23:58 -08:00
widgets.php
vcard widget needs to include Contact if it's not included from the module that calls it.
2014-01-18 18:38:53 +00:00
zot.php
break delivery loop if an item is deleted twice
2014-01-10 12:37:48 -08:00