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
fd290882fde0fe22471259771377ebabdb1b4492
core
/
include
History
redmatrix
fd290882fd
undo self-deliver check
2015-09-30 12:57:02 -07:00
..
dba
Some cleanups.
2015-03-13 00:36:32 +01:00
Import
some diaspora import issues uncovered during dry-run tests
2015-06-21 17:30:23 -07:00
photo
Fixes regarding the new default profile photo size. The default profile photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format.
2015-07-20 21:01:11 +02:00
RedDAV
bring some more generic-content-wrappers and fix some of them
2015-06-19 12:44:11 +02:00
account.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
acl_selectors.php
…
activities.php
…
api.php
use extended export format for items in api photo_detail
2015-08-26 22:58:53 -07:00
apps.php
…
attach.php
Add some more documentation to attach_store()
2015-05-17 01:24:47 +02:00
auth.php
explicitly unset delegate session vars on logout
2015-03-23 17:51:43 -07:00
BaseObject.php
…
bb2diaspora.php
issues with markdownify and escaped HTML
2015-06-18 16:35:40 -07:00
bbcode.php
escape $ in events
2015-07-30 22:29:10 -07:00
bookmarks.php
Some cleanups and documentation.
2015-03-04 00:15:24 +01:00
cache.php
…
chat.php
Some documentation, fix chatroom service class lookup.
2015-03-14 00:10:06 +01:00
cli_startup.php
…
cli_suggest.php
…
comanche.php
patch to allow theme based widgets
2015-07-23 18:49:37 -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
…
Contact.php
remove orphan mod_connections editing code (now done in mod/connedit)
2015-08-24 01:28:13 -07:00
conversation.php
required for future work
2015-08-26 17:49:57 -07:00
ConversationObject.php
…
cronhooks.php
…
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
another tactic to deal with orphan hublocs from re-installs, or at least allow the descendant channel to survive
2015-09-11 14:30:07 -07:00
diaspora.php
support likes on comments with diaspora owner by sending as activity
2015-08-26 20:20:41 -07:00
dir_fns.php
fix typo to make directory safe mode default to on work again
2015-07-08 21:28:36 +02:00
directory.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
DReport.php
new delivery report format
2015-09-20 20:21:54 -07:00
enotify.php
more work isolating the projectname from core.
2015-05-17 16:28:16 -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
create event sync packets
2015-09-07 20:28:02 -07:00
expire.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
externals.php
…
features.php
turn the connection filter into a feature.
2015-06-29 20:35:56 -07:00
follow.php
these were some really difficult bugs to find
2015-08-03 21:13:17 -07:00
gprobe.php
…
group.php
revert iconic change to collection list widget
2015-04-01 01:07:38 -07:00
html2bbcode.php
…
html2plain.php
…
hubloc.php
limit notification detail queries for items and events
2015-03-23 15:36:17 -07:00
identity.php
export TERM_FILE when mirroring
2015-09-08 19:13:43 -07:00
ItemObject.php
Update/fix Dutch and removing an ugly space
2015-04-02 02:23:26 +02:00
ITemplateEngine.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
items.php
problems with extended item import and signatures
2015-09-22 22:30:09 -07:00
js_strings.php
issue
#162
2015-04-20 20:49:55 -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
add sync packets for menus
2015-09-08 18:40:19 -07:00
message.php
…
nav.php
adjust icon size
2015-05-07 10:35:22 +02:00
network.php
Fixes regarding the new default profile photo size. The default profile photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format.
2015-07-20 21:01:11 +02:00
notifier.php
some prep work
2015-06-29 16:56:18 -07:00
notify.php
provide relief to sites that are severely impacted by the slow ITEM_UNSEEN searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
2015-02-12 17:45:25 -08: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
…
onepoll.php
more logging for onepoll
2015-03-31 20:01:37 -07:00
page_widgets.php
…
permissions.php
Implement permission checking for OAuth clients using the xperm table. Currently 'all' permissions are applied to OAuth clients which gives them the same rights as the channel owner and full access to API functions as the channel owner. However, individual permissions can now be created. These mirror the permission names from the normal permission table (although it isn't required that they do so). Lack of an xp_perm entry for the specified permission and lack of an 'all' override indicates permission denied.
2015-05-17 18:14:50 -07:00
photos.php
fix deleting of album for remote channel
2015-06-16 12:54:29 +02:00
plugin.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
poller.php
fix regdir
2015-03-31 21:06:48 -07:00
probe.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
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
…
security.php
PRIVACY: item_private seems to have been removed from permissions_sql checking with an observer.
2015-09-07 03:59:38 -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
…
socgraph.php
mod/branchtopic - move an off-topic comment to its own thread as a fresh wall-to-wall post and the same delivery permissions as its parent. No adjustments are made for complex delivery chains.
2015-04-24 00:56:06 -07:00
spam.php
…
statistics_fns.php
…
system_unavailable.php
…
taxonomy.php
rename function get_directory_settings => get_directory_setting and move sort options to directory title bar
2015-07-07 22:29:27 +02:00
template_processor.php
Correcting reported Doxygen syntax warnings.
2015-03-29 22:23:00 +02:00
text.php
Update the credits
2015-09-02 18:04:22 -07:00
widgets.php
allow plugins to provide module handlers for arbitrary modules that haven't been installed on the system.
2015-07-15 21:01:18 -07:00
zot.php
undo self-deliver check
2015-09-30 12:57:02 -07:00