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
66b6f8c0ff39df0b50ae2cc374659b46defc924f
core
/
include
History
redmatrix
66b6f8c0ff
app rendering issues, typo in class name and could not find icon 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
2016-05-25 17:30:15 -07:00
..
dba
more work associated with DBA and index.php shuffle
2016-05-24 17:54:45 -07:00
Import
code cleanup
2016-05-24 20:49:23 -07:00
photo
code cleanup
2016-05-24 20:49:23 -07:00
account.php
code cleanup
2016-05-24 20:49:23 -07:00
acl_selectors.php
remove the add others button for now - after some research it turned out not beeing so useful
2016-05-25 14:31:58 +02:00
activities.php
code cleanup
2016-05-24 20:49:23 -07:00
api_auth.php
static App
2016-03-31 16:06:03 -07:00
api.php
code cleanup
2016-05-24 20:49:23 -07:00
attach.php
daemon conversion continued...
2016-05-19 22:26:37 -07:00
auth.php
more work on sessions and cookies, as some anomalies appeared in caldav and firefox which suggested deeper issues
2016-05-16 17:07:39 -07:00
bb2diaspora.php
code cleanup
2016-05-24 20:49:23 -07:00
bbcode.php
app rendering issues, typo in class name and could not find icon 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
2016-05-25 17:30:15 -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
channel.php
require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php
2016-05-24 23:05:00 -07:00
cli_startup.php
Just set it and forget it.
2016-05-25 13:46:19 -07:00
config.php
code cleanup
2016-05-24 20:49:23 -07:00
connections.php
require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php
2016-05-24 23:05:00 -07:00
contact_widgets.php
renamed include files identity.php (channel.php) and Contact.php (connections.php)
2016-05-22 16:54:30 -07:00
conversation.php
code cleanup
2016-05-24 20:49:23 -07:00
crypto.php
issue
#319
- NOTE: this does not fix the issue, it only reports it and continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
2016-03-30 16:33:23 -07:00
datetime.php
code cleanup
2016-05-24 20:49:23 -07:00
dir_fns.php
moved enotify
2016-05-24 01:25:13 -07:00
environment.php
minor
2016-05-19 16:48:10 -07:00
event.php
rework the conversation object stuff at a high level - still needs a bit of refactoring
2016-05-20 22:52:47 -07:00
features.php
issue
#138
; make ajaxchat optional and configurable. For reasons we've discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
2016-04-03 16:41:40 -07:00
feedutils.php
renamed include files identity.php (channel.php) and Contact.php (connections.php)
2016-05-22 16:54:30 -07:00
follow.php
code cleanup
2016-05-24 20:49:23 -07:00
group.php
fix
#328
by using a seperate query instead of group_concat
2016-03-20 20:26:55 +01:00
help.php
code cleanup
2016-05-24 20:49:23 -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
…
hubloc.php
daemon conversion continued...
2016-05-19 22:26:37 -07:00
import.php
daemon conversion continued...
2016-05-19 22:26:37 -07:00
items.php
moved enotify
2016-05-24 01:25:13 -07:00
js_strings.php
various css fixes
2015-11-26 23:19:06 +01:00
language.php
code cleanup
2016-05-24 20:49:23 -07:00
menu.php
issue
#336
2016-03-31 18:53:05 -07:00
message.php
daemon conversion continued...
2016-05-19 22:26:37 -07:00
nav.php
simplify context help js and move it to main.js where all the nav related js resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
2016-04-23 16:39:56 +02:00
network.php
code cleanup
2016-05-24 20:49:23 -07:00
oauth.php
static App
2016-03-31 16:06:03 -07:00
oembed.php
code cleanup
2016-05-24 20:49:23 -07:00
page_widgets.php
…
PermissionDescription.php
fix permission string
2016-05-19 22:37:21 +10:00
permissions.php
static App
2016-03-31 16:06:03 -07:00
photos.php
code cleanup
2016-05-24 20:49:23 -07:00
plugin.php
code cleanup
2016-05-24 20:49:23 -07:00
poller.php
daemon conversion continued...
2016-05-19 22:26:37 -07:00
probe.php
…
queue_fn.php
backtrace openssl_verify errors so that we can find bad keys - as there is very little relevant context available at this level.
2016-02-25 14:34:30 -08:00
reddav.php
send file sync packets for all known file operations
2016-04-07 18:54:48 -07:00
security.php
create miniApp to convert existing settings files to the static App class
2016-03-31 20:15:47 -07:00
selectors.php
consolidate include/*_selectors.php (not touching acl_selectors for the moment, as it will likely end up with a different disposition)
2016-05-20 22:13:20 -07:00
sharedwithme.php
make postgresql happy
2015-03-25 11:03:37 +01:00
socgraph.php
turn the oft-repeated block_public ... check into a function observer_prohibited()
2016-05-22 17:52:30 -07:00
spam.php
…
statistics_fns.php
convert ITEM_WALL from bitfield to standalone
2015-05-06 21:03:33 -07:00
system_unavailable.php
Use http_status() instead of homegrowing it. Adapt http_status to handle replies with data.
2015-11-20 18:56:41 -08:00
taxonomy.php
isolate all the tagadelic core code into a class and reuse it
2016-05-04 19:39:39 -07:00
text.php
code cleanup
2016-05-24 20:49:23 -07:00
widgets.php
code cleanup
2016-05-24 20:49:23 -07:00
zot.php
require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php
2016-05-24 23:05:00 -07:00