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
db8ebc9f375478bddc0f48d972e3acfbde80685a
core
/
include
History
friendica
db8ebc9f37
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
..
dba
…
photo
auto-crop imported photos for things and xchans. This results in undistorted images but may result in cropping important parts of the picture. Still this will work well for 95 out of 100 cases. If the width exceeds the height by greater than 1.2 we will remove an equal margin from either side of the photo leaving the center intact. If the height exceeds the width we will chop off the bottom to make it square. This is good for most single person photographs, unless the object of interest is off-center horizontally in a wide photo - or one is trying to emphasize aspects of human anatomy which may be at the bottom of a tall photo.
2013-12-30 21:41:13 -08:00
account.php
more work on dav - deletion and a bit more progress on OS storage
2014-01-07 18:47:33 -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
split off mod_connections into mod_connections & mod_connedit - lots of links to fix
2013-12-18 01:00:08 -08:00
attach.php
This should be approaching completion for file OS storage. May be a few minor bugs remaining due to some late-breaking fixes but I've been testing it as I go.
2014-01-08 18:06:52 -08:00
auth.php
on successful magic-auth, put remote_service_class and remote_hub into the session
2013-12-03 16:31:05 -08:00
BaseObject.php
…
bb2diaspora.php
…
bbcode.php
fix table bbcode
2014-01-09 00:53:33 -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
preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
2014-01-08 15:20:12 -08:00
ConversationObject.php
fix default cipher for comments and set it at the conversation level rather than the item level.
2013-11-14 22:54:16 -08:00
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
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
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
follow and accept_follow hooks
2013-11-21 17:49:14 -08:00
friendica_smarty.php
…
gprobe.php
…
group.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
html2bbcode.php
…
html2plain.php
…
identity.php
process str_replace before urlencoding
2014-01-09 14:56:43 -08:00
ItemObject.php
preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
2014-01-08 15:20:12 -08:00
ITemplateEngine.php
…
items.php
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
js_strings.php
localise js ui strings for e2ee
2013-11-11 15:20:30 -08:00
language.php
…
menu.php
finish ACL's in personal menus
2013-12-07 13:05:17 -08:00
message.php
Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable.
2013-11-20 15:20:12 -08:00
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
this is necessary for any possibility of a federated future.
2013-11-21 15:58:42 -08:00
notify.php
…
oauth.php
…
oembed.php
get rid of fetch_url - post_url will be a bit harder as several plugins need to be updated
2013-12-01 00:35:35 -08:00
onedirsync.php
…
onepoll.php
pull in some posts when we first connect with a new channel (if allowed to) - if not allowed to, do it if that condition changes
2013-11-17 19:22:24 -08:00
page_widgets.php
…
permissions.php
…
photos.php
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -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
populate some posts when somebody is granted "read stream" permission
2013-11-17 16:50:32 -08:00
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
reddav.php
remove a lot of extraneous debugging now that most of this stuff basically works
2014-01-09 13:54:18 -08:00
security.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
session.php
…
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
use plinks instead of llinks on network/ and channel/ pages, though not in
2014-01-09 16:04:51 +01:00
widgets.php
appears that I missed a few files for Comanchification. so here's mitem.
2013-12-22 02:04:55 -08:00
zot.php
Merge branch 'master' into movejs
2014-01-06 02:37:06 -08:00