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
d5a40cac25e1bcc936a4010ec0038f8e5143c0a0
core
/
include
History
redmatrix
d5a40cac25
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
...
several dav fixes Conflicts: include/items.php
2015-07-30 17:11:16 -07:00
..
dba
Some cleanups.
2015-03-13 00:36:32 +01:00
Import
item flag fixes discovered after a few merges
2015-06-23 19:45:39 -07:00
photo
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-21 17:13:48 -07:00
RedDAV
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-30 17:11:16 -07:00
account.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
acl_selectors.php
convert the abook fields
2015-06-14 21:08:00 -07:00
activities.php
Merge branch 'master' into tres
2015-05-14 18:02:29 -07:00
api.php
item flag fixes discovered after a few merges
2015-06-23 19:45:39 -07:00
apps.php
remote_user => remote_channel
2015-01-28 20:58:59 -08:00
attach.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-30 17:11:16 -07:00
auth.php
explicitly unset delegate session vars on logout
2015-03-23 17:51:43 -07:00
BaseObject.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bb2diaspora.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-06-18 19:15:01 -07:00
bbcode.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-13 17:43:10 -07:00
bookmarks.php
Some cleanups and documentation.
2015-03-04 00:15:24 +01:00
cache.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
chat.php
Some documentation, fix chatroom service class lookup.
2015-03-14 00:10:06 +01:00
cli_startup.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08: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
comanche.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-23 21:07:35 -07:00
config.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
contact_selectors.php
cleanup connedit
2015-07-14 12:46:40 +02:00
contact_widgets.php
make tagadelic results (including categories in wall-to-wall posts) visible to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree.
2015-07-15 21:43:42 -07:00
Contact.php
merge from redmatrix
2015-07-13 17:48:11 -07:00
conversation.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-30 17:11:16 -07:00
ConversationObject.php
convert the abook fields
2015-06-14 21:08:00 -07:00
cronhooks.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
crypto.php
retire old Friendica RINO encryption functions
2015-06-09 22:24:24 -07:00
datetime.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
deliver.php
add site_dead flag to prevent delivery to dead sites. Allow sys channel webpages to be viewed even if site is configured "block public".
2015-06-08 16:55:17 -07:00
diaspora.php
incorrect function name
2015-07-29 17:04:50 -07:00
dir_fns.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-10 14:27:41 -07:00
directory.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
enotify.php
DB changes for some channel flags
2015-06-15 17:28:52 -07:00
environment.php
Add functions to parse and get some values from php.ini.
2015-05-16 11:25:32 +02:00
event.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-30 17:11:16 -07:00
expire.php
DB changes for some channel flags
2015-06-15 17:28:52 -07:00
externals.php
convert ITEM_WALL from bitfield to standalone
2015-05-06 21:03:33 -07:00
features.php
turn the connection filter into a feature.
2015-06-29 20:35:56 -07:00
follow.php
convert the abook fields
2015-06-14 21:08:00 -07:00
gprobe.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
group.php
convert the abook fields
2015-06-14 21:08:00 -07:00
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
cleanup
2013-03-10 20:39:27 -07:00
hubloc.php
Merge branch 'master' into tres
2015-04-23 19:49:41 -07:00
identity.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-21 17:13:48 -07:00
ItemObject.php
consensus items not working correctly and make the collections widget abide by the corresponding feature setting. This needs to be backported as it is borken in redmatrix. Also provide the ability to change the number of most recent expanded comments to conversations on a site-wide basis, increase it to 3 by default. We may also want this as a personal setting.
2015-05-18 21:32:55 -07:00
ITemplateEngine.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
items.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-30 17:11:16 -07:00
js_strings.php
localise event calendar
2015-06-25 18:23:48 -07:00
language.php
product was a bad string to use because we may require it for e-commerce, and RED_PLATFORM is equally problematic for other reasons.
2015-05-13 16:01:00 -07:00
menu.php
should not redefine $var in the function call
2015-05-29 17:59:31 +02:00
message.php
more work on mail flags
2015-06-23 21:01:59 -07:00
nav.php
more work on db storage of doco
2015-07-05 19:52:41 -07:00
network.php
refresh diaspora xchan every month or so since receiving profile update messages from that network reliably are just as unlikely as receiving any other kind of message from that network reliably. The problem is that if somebody changes their profile name or photo once every few years and you miss it because of their shitty unreliable communications, your data could be stale for a long time.
2015-07-22 19:02:45 -07:00
notifier.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-06-29 18:01:51 -07:00
notify.php
Merge branch 'master' into tres
2015-04-23 19:49:41 -07:00
oauth.php
placeholder for dynamic rego
2015-05-25 22:50:36 -07:00
oembed.php
make embeds bookmarkable
2015-03-11 18:12:04 -07:00
onedirsync.php
Merge branch 'master' into tres and add some work on the item_deleted flag refactor
2015-01-26 18:27:03 -08:00
onepoll.php
convert the abook fields
2015-06-14 21:08:00 -07:00
page_widgets.php
clean up the webpage list a bit
2014-04-29 18:28:05 -07:00
permissions.php
the view_photos and post_photos permissions are redundant and are now mapped to view_storage and write_storage
2015-07-19 17:53:52 -07:00
photos.php
the view_photos and post_photos permissions are redundant and are now mapped to view_storage and write_storage
2015-07-19 17:53:52 -07:00
plugin.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
poller.php
convert the abook fields
2015-06-14 21:08:00 -07:00
probe.php
start of legacy probe utility
2014-04-02 16:26:39 -07:00
profile_selectors.php
make the profile minimal by default. Use features to enable the advanced form.
2014-08-01 01:24:03 -07:00
ProtoDriver.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
queue_fn.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
queue.php
more work on queue optimisations
2015-03-09 19:57:35 -07:00
ratenotif.php
ratenotif: loop oddity
2015-03-19 15:24:09 -07:00
reddav.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-30 17:11:16 -07:00
security.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-14 17:17:45 -07:00
session.php
Some cleanups.
2015-03-13 00:36:32 +01:00
sharedwithme.php
make postgresql happy
2015-03-25 11:03:37 +01:00
smarty.php
provide os_mkdir to workaround permission issues with php mkdir
2014-07-16 01:07:00 -07:00
socgraph.php
convert the abook fields
2015-06-14 21:08:00 -07:00
spam.php
The problem with a lot of packages is that it's easier to re-write them than to re-use them.
2014-02-02 21:25:52 -08:00
statistics_fns.php
convert ITEM_WALL from bitfield to standalone
2015-05-06 21:03:33 -07:00
system_unavailable.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
taxonomy.php
make tagadelic results (including categories in wall-to-wall posts) visible to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree.
2015-07-15 21:43:42 -07:00
template_processor.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
text.php
fix observer tags for now (issue
#17
)
2015-07-16 08:28:37 +02:00
widgets.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-19 21:08:34 -07:00
zot.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-23 21:07:35 -07:00