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
64b16f1e1ac303b476ffac891c99f6404bc04f53
core
/
include
History
friendica
65c0b84313
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
..
dba
…
photo
some work on modularising the default profile photo so we can make them site selectable. Also red != friendica so we don't need all these friendica logos taking up space
2013-12-09 14:05:52 -08:00
account.php
…
acl_selectors.php
quite a bit of work on default acl permissions and various acl quirks
2013-11-29 14:09:21 -08:00
activities.php
…
api.php
synchronise deletion of comments between red and wp
2013-11-28 00:16:13 -08:00
attach.php
…
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
…
cache.php
…
cli_startup.php
…
cli_suggest.php
…
comanche.php
…
config.php
…
contact_selectors.php
…
contact_widgets.php
migrate follow widget to comanche and remove obsolete mod/intro.php
2013-12-09 00:12:44 -08:00
Contact.php
refactor magic-auth
2013-12-02 15:15:02 -08:00
conversation.php
more htmlspecialchars sanitisation
2013-12-12 02:15:02 -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
post_activity_item issues
2013-12-07 23:29:26 -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
Don't let nobody set an xconfig in safe search.
2013-12-11 15:35:19 +00:00
directory.php
…
enotify.php
generate a small amount of entropy to avoid duplicate notifications from essentially simultaneous deliveries.
2013-12-04 23:54:46 -08:00
event.php
…
expire.php
…
features.php
make suggest channels a feature
2013-12-11 12:01:28 +01:00
follow.php
follow and accept_follow hooks
2013-11-21 17:49:14 -08:00
friendica_smarty.php
…
gprobe.php
…
group.php
starting on the journey to comanche everywhere - beginning with widget conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
2013-12-08 16:04:28 -08:00
html2bbcode.php
…
html2plain.php
…
identity.php
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
2013-12-11 14:54:36 -08:00
ItemObject.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
ITemplateEngine.php
…
items.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
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
yeah - that's what I'm going to do. we'll just keep system notifications. If somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over.
2013-12-06 00:11:15 -08:00
network.php
htmspecialchars_decode only takes one argument.
2013-12-12 13:32:11 +01: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
…
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
…
security.php
init_groups_visitor() was still using old array of id output (not the newer array of hash which we need for permission queries)
2013-11-22 11:52:38 -08:00
session.php
…
socgraph.php
suggestion widget
2013-12-06 21:40:01 -08:00
system_unavailable.php
…
taxonomy.php
more htmlspecialchars sanitisation
2013-12-12 02:15:02 -08:00
template_processor.php
…
text.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
widgets.php
more htmlspecialchars sanitisation
2013-12-12 02:15:02 -08:00
zot.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