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
17e405cfa97324f06d6720bbcf8f2ac2fb22ce6b
core
/
include
History
friendica
9508967c73
menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking)
2013-08-13 20:57:03 -07:00
..
dba
fix intltext template driver
2013-05-15 22:27:35 -07:00
photo
big changes to photo->store() which is now photo->save() and takes an array instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
2013-08-07 01:42:45 -07:00
account.php
Missing include for new_keypair
2013-08-10 16:28:05 +01: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
fix media uploads in api (specifically friendica for android)
2013-07-25 05:04:52 -07:00
attach.php
Revert "Revert "merge""
2013-08-03 00:18:14 +02:00
auth.php
remote control - if auth'd visitor is in config system remote_admins (array), become superuser. Literally. Full control. Untested.
2013-07-22 14:34:26 -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
Check existance of bbcode tags before executing regexes, to avoid unnecessary execution
2013-07-28 02:28:35 +02: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
cli_suggest.php
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
2013-08-05 20:08:35 -07:00
config.php
Revert "Revert "merge""
2013-08-03 00:18:14 +02: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
debugging issue
#58
- seems to work but needs (more) theming
2013-08-13 02:29:10 -07:00
conversation.php
malformed ru string file
2013-08-08 03:28:42 -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
add more siteinfo
2013-07-24 20:35:54 -07: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
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
2013-08-05 20:08:35 -07:00
enotify.php
we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
2013-08-06 03:29:57 -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
Add public visibility setting to privacy groups (collections). This doesn't yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
2013-08-07 17:51:10 -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
move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin
2013-08-09 01:20:34 -07:00
ItemObject.php
Revert "Revert "merge""
2013-08-03 00:18:14 +02:00
ITemplateEngine.php
use smarty3 as default template engine. add pluggable template system
2013-05-08 03:51:38 -04:00
items.php
important bits we need to allow php executable content. These must be explicitly allowed - but only if the account has ACCOUNT_ROLE_ALLOWCODE and *only* for web pages and profile fields. This content cannot be transmitted to other sites.
2013-08-11 16:56:06 -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
menu.php
menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking)
2013-08-13 20:57:03 -07:00
message.php
convert all stored json calls to json_decode_plus()
2013-08-06 03:54:49 -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
block content-type (called ITEM_BUILDBLOCK to avoid confusion with content that is blocked)
2013-08-12 17:42:52 -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
big changes to photo->store() which is now photo->save() and takes an array instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
2013-08-07 01:42:45 -07:00
plugin.php
fix intltext template driver
2013-05-15 22:27:35 -07:00
poller.php
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
2013-08-05 20:08:35 -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
Revert "Revert "merge""
2013-08-03 00:18:14 +02: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
socgraph.php
fine tuning the error checks
2013-08-05 20:46:25 -07: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
important bits we need to allow php executable content. These must be explicitly allowed - but only if the account has ACCOUNT_ROLE_ALLOWCODE and *only* for web pages and profile fields. This content cannot be transmitted to other sites.
2013-08-11 16:56:06 -07:00
zot.php
don't import any hubloc that doesn't have a sitekey. Eventually we should also verify that it is a valid key, as we've already seen one case where one character got mangled and messed up communication.
2013-08-11 16:16:05 -07:00