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
7d7f43c2056fd50ff26aed5df553bf4936ead196
core
/
include
History
redmatrix
7d7f43c205
still working through some issues with curl magic-auth
...
fixed profile photo upload
2016-06-27 22:25:37 -07:00
..
dba
db statement debugging
2016-06-22 19:08:59 -07:00
Import
code cleanup
2016-05-24 20:49:23 -07:00
photo
the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
2016-06-01 21:48:54 -07:00
account.php
add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations
2016-06-27 19:04:00 -07:00
acl_selectors.php
more db column renames
2016-05-31 21:45:33 -07: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
deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
2016-06-13 19:58:24 -07:00
attach.php
update attach on import if exists
2016-06-20 19:39:12 -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
issue
#442
, tables contain too much whitespace (there's a definite issue here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem).
2016-06-26 20:15:42 -07:00
bookmarks.php
Some cleanups and documentation.
2015-03-04 00:15:24 +01:00
channel.php
remove the app $a passed to profile_load, also add profile_load to mod_wiki which should fix issue
#431
2016-06-26 22:13:59 -07:00
cli_startup.php
consolidate all the sys_boot functionality that is common between the web server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
2016-05-26 16:33:01 -07:00
config.php
change AbConfig to use channel_id instead of channel_hash; which was a mistake in retrospect
2016-06-23 18:12:26 -07:00
connections.php
deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
2016-06-13 19:58:24 -07:00
contact_widgets.php
more db column renames
2016-05-31 21:45:33 -07:00
conversation.php
some work to provide propagation and honouring of the item_notshown flag.
2016-06-13 22:09:22 -07:00
crypto.php
redundant dev line from an earlier modification causes issue
#404
2016-05-30 13:25:58 -07:00
datetime.php
Merge branch '1.8RC'
2016-06-19 19:12:33 -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
the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
2016-06-01 21:48:54 -07:00
features.php
turn emoji ability into a feature so that either a member or the site admin can disable it. Default is enabled.
2016-06-03 16:04:54 -07:00
feedutils.php
the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
2016-06-01 21:48:54 -07:00
follow.php
add new connection to default group when auto-accepted
2016-06-15 05:30:03 -07:00
group.php
Don't use count() to check DB results
2016-06-19 18:57:56 -07:00
help.php
deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
2016-06-13 19:58:24 -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
1. provide automatic relocation of important links in items that are imported or synced to clones
2016-06-21 18:24:36 -07:00
items.php
1. provide automatic relocation of important links in items that are imported or synced to clones
2016-06-21 18:24:36 -07:00
js_strings.php
replace [+] and [-] with chevron icons
2016-06-27 16:50:06 -07:00
language.php
start removing reserved words from database column names (this run: addon and hook)
2016-05-30 19:44:30 -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
add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations
2016-06-27 19:04:00 -07:00
network.php
still working through some issues with curl magic-auth
2016-06-27 22:25:37 -07:00
oauth.php
more removal of reserved words from DB schemas
2016-05-31 17:50:47 -07:00
oembed.php
media (e.g. video) files weren't being detected correctly in oembed, causing the stream to try and load large videos (and failing)
2016-06-25 04:09:07 -07:00
page_widgets.php
deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
2016-06-13 19:58:24 -07:00
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 for profile_photos
2016-06-23 01:17:44 -07:00
plugin.php
fix absolute .js urls
2016-06-26 13:08:40 +10:00
poller.php
daemon conversion continued...
2016-05-19 22:26:37 -07:00
probe.php
start of legacy probe utility
2014-04-02 16:26:39 -07:00
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
the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
2016-06-01 21:48:54 -07: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
the text link to a thing will take you to the local thing page, both as a link for editing and as a destination in case there is no thing photo. If there's a photo, the photo link will take you to the thing URL.
2016-06-17 21:44:08 -07:00
text.php
relocate the cache class
2016-06-23 05:18:58 -07:00
widgets.php
use the normal html escape for '@' in addresses rather than the high-plane unicode variant. This makes it copy-able, but not easily scrape-able.
2016-06-22 18:00:18 -07:00
wiki.php
A page name wrapped in double brackets is converted into a link to another page in the current wiki
2016-06-25 14:29:52 -05:00
zot.php
change AbConfig to use channel_id instead of channel_hash; which was a mistake in retrospect
2016-06-23 18:12:26 -07:00