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
29f53a40499a4b2b170597991877fcbd02861316
core
/
include
History
friendica
29f53a4049
Clone syncronisation might work better if we sent out the right kind of packet. We need to send them as 'notify' packets and arrange for pickup just like other authenticated message types.
2013-07-18 22:02:04 -07:00
..
dba
fix intltext template driver
2013-05-15 22:27:35 -07:00
photo
photo driver issue when updating contact photos - old class structure used instead of photo_factory()
2013-05-05 22:49:46 -07:00
account.php
fix registration email (sitename)
2013-07-18 21:42:10 -07:00
acl_selectors.php
cleanup
2013-03-10 20:39:27 -07:00
activities.php
rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
2013-03-21 18:25:41 -07:00
api.php
use (numeric) abook_id for friends/followers in Twitter API. Many existing clients won't be able to handle xchans. Save those for the Red specific API.
2013-07-18 18:10:03 -07:00
attach.php
this might make edits update across the wire, or it might not
2013-02-28 18:20:42 -08:00
auth.php
move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth)
2013-05-23 20:35:40 -07:00
BaseObject.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bb2diaspora.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bbcode.php
linkify the non-embeddable video
2013-06-21 21:50:02 -07:00
cache.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
cli_startup.php
fix some anomolies in config functions
2013-06-21 21:36:48 -07:00
config.php
begin code to sync channel changes across all channel clones.
2013-06-25 18:15:17 -07:00
contact_selectors.php
progress on multiple profiles, doing it the old way. I don't think we're going to be able to do it the new way - way too complicated.
2013-07-03 01:50:39 -07:00
contact_widgets.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
Contact.php
provide a controlling user for theme settings, not necessarily local_user() - can't test on my test site so moving into production and I'll debug it there.
2013-07-16 22:48:05 -07:00
conversation.php
remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements.
2013-07-09 22:48:34 -07:00
ConversationObject.php
implement the other part of ITEM_NOCOMMENT - which means an item is not commentable. Useful for pages - that is if they use the conversation() function to render the post.
2013-07-14 21:09:19 -07:00
cronhooks.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
crypto.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
datetime.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
deliver.php
push refresh messages, performance work on conversations and configs, doc updates
2013-06-14 16:54:58 -07:00
dir_fns.php
really, truly fix the age missing in directory bug
2013-07-02 22:41:17 -07:00
directory.php
fix profile update propagation
2013-06-18 02:51:43 -07:00
enotify.php
undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts.
2013-06-18 18:48:41 -07:00
event.php
Merge
https://github.com/friendica/red
into zpull
2013-03-21 18:29:08 -07:00
expire.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
features.php
tag cloud feature (enable the feature, then it will show up on your channel page)
2013-07-02 21:04:46 -07:00
follow.php
some auto-friending cleanups
2013-05-19 20:38:53 -07:00
friendica_smarty.php
fix intltext template driver
2013-05-15 22:27:35 -07:00
gprobe.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
group.php
issue
#55
(number 2)
2013-05-28 16:32:31 -07:00
html2bbcode.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
html2plain.php
cleanup
2013-03-10 20:39:27 -07:00
identity.php
fix default channel setting after import
2013-07-18 21:35:28 -07:00
ItemObject.php
fix missing edit link
2013-07-10 05:14:23 -07:00
ITemplateEngine.php
use smarty3 as default template engine. add pluggable template system
2013-05-08 03:51:38 -04:00
items.php
add channel_name to delivery logs because it is a bit more useful than an xchan_hash
2013-07-15 19:04:23 -07:00
js_strings.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
language.php
dangerous typo that removes all your hublocs, fix reshare formatting
2013-03-11 16:13:09 -07:00
message.php
rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
2013-03-21 18:25:41 -07:00
nav.php
make home link on remote sites work again
2013-07-18 20:01:03 +02:00
network.php
make manual image scaling work - even if auto scaling kicks in.
2013-06-23 23:13:07 -07:00
notifier.php
fix profile update propagation
2013-06-18 02:51:43 -07:00
notify.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oauth.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oembed.php
move oohembed service to addon
2013-06-03 16:53:53 -07:00
onepoll.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
permissions.php
more diagnostics
2013-07-15 03:12:51 -07:00
photos.php
start using profile_flags in photo queries so we can start creating PHOTO_THING's
2013-07-18 20:55:25 -07:00
plugin.php
fix intltext template driver
2013-05-15 22:27:35 -07:00
poller.php
add age to directory profile - requires updating on each birthday and that part is still missing
2013-06-30 00:38:02 -07:00
profile_advanced.php
more "thing" work
2013-07-04 04:53:03 -07:00
profile_selectors.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
ProtoDriver.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
queue_fn.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
queue.php
unknown column
2013-03-11 17:42:12 -07:00
security.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
session.php
move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth)
2013-05-23 20:35:40 -07:00
settings.php
Clone syncronisation might work better if we sent out the right kind of packet. We need to send them as 'notify' packets and arrange for pickup just like other authenticated message types.
2013-07-18 22:02:04 -07:00
socgraph.php
hide hidden entries
2013-03-05 21:04:47 -08:00
system_unavailable.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
taxonomy.php
input form for profile stuff
2013-07-04 20:35:42 -07:00
template_processor.php
fix internal
2013-05-08 04:00:05 -04:00
text.php
remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements.
2013-07-09 22:48:34 -07:00
zot.php
validate input to import_xchan(), as we don't consistently check it prior to entering this function
2013-07-18 18:22:08 -07:00