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
86eb923f296ff911e3f516e9052b3edc55a02c8a
core
/
include
History
redmatrix
86eb923f29
make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, and PERMS_CONTACTS; or everything but PERMS_SPECIFIC. PERMS_SITE could be contentious, but we're currently denying them as they are a guest and don't actually have a channel on this site. We can't easily make PERMS_SPECIFIC work without providing an abook entry for the guest since we would need to set specific permissions for the guest login, but unfortunately this could be the most desirable setting to use in many cases. There is also an update of hmessages.po in this commit.
2016-07-31 18:08:41 -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
sort out some of the authentication mess - with luck this may fix the DAV auth issue which I simply could not duplicate or find a reason for.
2016-07-20 17:55:40 -07:00
acl_selectors.php
move permissiondescription class to zotlabs/lib
2016-07-11 21:46:16 -07:00
activities.php
code cleanup
2016-05-24 20:49:23 -07:00
api_auth.php
issue
#460
2016-07-25 13:27:17 -07:00
api.php
issue
#466
, sql typo
2016-07-28 13:10:19 -07:00
attach.php
Merge remote-tracking branch 'upstream/dev' into website-import
2016-07-30 06:30:46 -04:00
auth.php
zat URL auth updated to match changes to the atoken_login interface
2016-07-21 20:04:30 -07:00
bb2diaspora.php
use small photo for Diaspora attribution correction; the medium looks awkward in the D* stream.
2016-07-01 20:34:00 -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
missing s
2016-07-26 19:28:28 -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
Merge branch 'dev' into perms
2016-07-13 20:19:11 -07:00
connections.php
another couple of minor perms fixes
2016-07-19 22:32:22 -07:00
contact_widgets.php
more db column renames
2016-05-31 21:45:33 -07:00
conversation.php
deprecate/remove json_decode_plus
2016-07-13 22:11:06 -07:00
crypto.php
redundant dev line from an earlier modification causes issue
#404
2016-05-30 13:25:58 -07:00
datetime.php
fix birthday addtocal
2016-07-21 21:35:26 -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
fix vevent multi-line formatting
2016-07-20 18:59:51 -07:00
features.php
wiki featured disabled by default in UNO.
2016-06-29 21:03:53 -07:00
feedutils.php
regression - save bookmarks no longer present in item menu
2016-07-05 16:24:45 -07:00
follow.php
translate more old perms calls
2016-07-19 17:52:45 -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
cleanup
2013-03-10 20:39:27 -07:00
hubloc.php
daemon conversion continued...
2016-05-19 22:26:37 -07:00
import.php
Improved UI. Removed logger statements.
2016-07-31 07:30:25 -04:00
items.php
typo
2016-07-21 01:48:20 -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
force immediate avatar update
2016-07-03 22:38:05 +10:00
network.php
still working through some issues with curl magic-auth
2016-06-27 22:25:37 -07:00
oauth.php
sort out some of the authentication mess - with luck this may fix the DAV auth issue which I simply could not duplicate or find a reason for.
2016-07-20 17:55:40 -07:00
oembed.php
fail oembed if it is attempted and less than 80% of the original content is left after html filtering. For the original poster, this will fall back to linkinfo results. If the embed gets through their site but is filtered downstream (with more than 20% of the content removed), it will result in just a link.
2016-07-21 17:44:04 -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
perm_upgrade.php
more perms work (a lot more)
2016-07-18 21:37:34 -07:00
permissions.php
make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, and PERMS_CONTACTS; or everything but PERMS_SPECIFIC. PERMS_SITE could be contentious, but we're currently denying them as they are a guest and don't actually have a channel on this site. We can't easily make PERMS_SPECIFIC work without providing an abook entry for the guest since we would need to set specific permissions for the guest login, but unfortunately this could be the most desirable setting to use in many cases. There is also an update of hmessages.po in this commit.
2016-07-31 18:08:41 -07:00
photos.php
permission fixes
2016-07-19 20:49:54 -07:00
plugin.php
issue
#411
2016-07-19 05:13:18 -07: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
security.php
make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, and PERMS_CONTACTS; or everything but PERMS_SPECIFIC. PERMS_SITE could be contentious, but we're currently denying them as they are a guest and don't actually have a channel on this site. We can't easily make PERMS_SPECIFIC work without providing an abook entry for the guest since we would need to set specific permissions for the guest login, but unfortunately this could be the most desirable setting to use in many cases. There is also an update of hmessages.po in this commit.
2016-07-31 18:08:41 -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
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
Improved UI. Removed logger statements.
2016-07-31 07:30:25 -04:00
widgets.php
Merge remote-tracking branch 'upstream/dev' into website-import
2016-07-21 21:14:54 -04:00
wiki.php
Replace homemade table of content generator with existing jQuery plugin. Now toc is linked to document headings.
2016-06-30 21:50:38 -04:00
zot.php
fix the forum detection in include/zot
2016-07-19 22:57:23 -07:00