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
800e457290a6cb602470bc07a52e8530628469dc
core
/
include
History
Klaus Weidenbach
fc2bf4c29b
Some Doxygen documentation.
...
Add some more Doxygen formating for boot.php and dba_driver.php. Cleaning a bit up, too.
2014-11-13 00:00:50 +01:00
..
dba
Some Doxygen documentation.
2014-11-13 00:00:50 +01:00
Import
provide example import script
2014-11-03 01:06:02 -08:00
photo
put back local file check so body is fetched from z_ functions
2014-10-07 23:59:26 -07:00
RedDAV
move all theme initialisation to one place - just after calling module_init. Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
2014-10-20 16:47:58 -07:00
account.php
…
acl_selectors.php
remove log statement
2014-10-15 18:36:36 -07:00
activities.php
…
api.php
API: xchan get/create
2014-10-23 19:33:47 -07:00
apps.php
allow a site to over-ride the system app list without causing git issues
2014-10-09 15:22:21 -07:00
attach.php
When you delete something in /cloud stay in the right folder.
2014-10-14 00:15:41 +02:00
auth.php
Some documentation of include/auth.php.
2014-10-05 14:51:58 +02:00
BaseObject.php
…
bb2diaspora.php
logging changes, untranslated string
2014-11-05 21:02:33 -08:00
bbcode.php
allow (our own) ajax urls to pass through bbcode intact.
2014-10-09 20:59:33 -07:00
bookmarks.php
…
cache.php
…
chat.php
…
cli_startup.php
allow custom role permissions and fix site timezone.
2014-09-29 23:36:41 -07:00
cli_suggest.php
…
comanche.php
…
config.php
Silence insanely noisy log - should probably stick this in a dlogger
2014-09-29 19:06:43 +01:00
contact_selectors.php
…
contact_widgets.php
make search and advanced search use the same input form
2014-11-12 10:27:13 +01:00
Contact.php
when removing a channel, check to see if there are any valid hublocs remaining before marking the xchan deleted.
2014-10-21 17:07:25 -07:00
conversation.php
cleanup
2014-11-11 20:44:43 -08:00
ConversationObject.php
…
cronhooks.php
…
crypto.php
…
datetime.php
the code is a bit crufty, but this should fix issue
#687
2014-11-11 01:05:29 -08:00
deliver.php
I'm going to try again with the conversation request packets. I've looked this over and tested a lot of edge cases, and thought about from every angle I can think of to prevent looping. I don't *think* this can loop. I also doubt that this is the problem at friendicared.de, but I don't know for sure what that problem might be.
2014-11-02 15:28:20 -08:00
diaspora.php
logging changes, untranslated string
2014-11-05 21:02:33 -08:00
dir_fns.php
…
directory.php
…
enotify.php
…
event.php
wrong permalink on remote events
2014-10-23 01:36:40 -07:00
expire.php
…
externals.php
fix diaspora reshare tags
2014-10-10 19:14:37 -07:00
features.php
…
follow.php
some minor cleanup of unreported (and as yet undiscovered) issues with permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems.
2014-11-05 16:21:03 -08:00
gprobe.php
…
group.php
…
html2bbcode.php
I'm speechless. This is just reckless. Set a context flag in text using a context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr.
2014-10-23 21:20:12 -07:00
html2plain.php
…
hubloc.php
generalise the output format of xchan_fetch so it matches the input format
2014-10-23 19:41:42 -07:00
identity.php
issue
#683
- don't linkify homepage field without validating
2014-11-10 19:20:23 -08:00
ItemObject.php
mark signature forgeries
2014-10-16 16:19:19 -07:00
ITemplateEngine.php
…
items.php
tgroup_check - decrypt if obscured before checking body text for reshares
2014-11-07 13:06:56 -08:00
js_strings.php
…
language.php
…
menu.php
…
message.php
SQL error - private message conversation lookup
2014-10-06 19:37:51 -07:00
nav.php
Use consistent terminology for channel directory
2014-11-09 09:37:06 +01:00
network.php
this bug has been there for a *long* time. First time I've ever seen it triggered.
2014-10-13 16:21:02 -07:00
notifier.php
disable request message response until we work through this
2014-11-01 00:36:21 -07:00
notify.php
…
oauth.php
…
oembed.php
oembed issues
2014-10-08 20:37:46 -07:00
onedirsync.php
…
onepoll.php
What this checkin does is catch the case where a comment arrived and there's a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
2014-10-30 19:15:03 -07:00
page_widgets.php
…
permissions.php
set channel_w_stream to 0 for forum roles
2014-11-10 12:25:35 +01:00
photos.php
visible flag reversed
2014-11-06 18:05:02 -08:00
plugin.php
allow site specific templates, css, js, whatever
2014-09-30 21:30:27 -07:00
poller.php
revert that bit
2014-11-07 12:16:13 -08:00
probe.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
reddav.php
backtrack on attribution for wall-to-wall comments - triggered too often and unnecessarily.
2014-10-22 18:14:21 -07:00
security.php
…
session.php
innodb issue
2014-11-03 15:33:59 +00:00
smarty.php
…
socgraph.php
…
spam.php
…
statistics_fns.php
query for statistics are now executed by poller
2014-10-02 13:43:48 +02:00
system_unavailable.php
…
taxonomy.php
make sure the "tagcloud" actually shows hashtags. So we don't confuse folks with categories.
2014-11-06 01:32:47 -08:00
template_processor.php
…
text.php
cleanup
2014-11-11 20:44:43 -08:00
widgets.php
slow progress on sys publishing, making sure all the data we need is in the places we need it but validate it anyway
2014-11-11 19:29:30 -08:00
zot.php
indicate public forums in directory results (there will be some [possibly considerable] lag time before existing forums are correctly tagged).
2014-11-10 17:44:02 -08:00