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. You cannot open issues or pull requests or push a commit.
Files
07f5bdde60f55e3b217aee9e33c3175e90a5f0f1
core
/
include
History
redmatrix
c38edfcb32
issue
#241
(redmatrix issue 405)
2016-01-01 16:12:43 -08:00
..
dba
issue
#184
2015-11-23 15:17:38 -08:00
Import
…
photo
issue
#154
2015-11-12 16:57:02 -08:00
RedDAV
fix issue
#210
2015-12-07 19:11:32 +01:00
AccessList.php
…
account.php
Fix
#109
.
2015-12-09 14:37:14 +01:00
acl_selectors.php
issue
#241
(redmatrix issue 405)
2016-01-01 16:12:43 -08:00
activities.php
…
api_auth.php
remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2.
2015-12-13 15:35:45 -08:00
api.php
more work on media uploads via api
2015-12-17 16:22:13 -08:00
apps.php
turn relative links in app_render() into absolute links, without affecting the install.
2015-10-21 15:00:41 -07:00
attach.php
more work on media uploads via api
2015-12-17 16:22:13 -08:00
auth.php
Move api_auth() out to a file that can be included from plugins/modules to allow them to expose their own programmatic API.
2015-11-10 22:50:18 -08:00
BaseObject.php
…
bb2diaspora.php
revise the photo activity a bit so that we always have a valid activity body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target.
2015-12-15 15:01:54 -08:00
bbcode.php
change _newwin to _blank because the window named _newwin may be hard to find if you have lots of windows/tabs open.
2015-11-20 12:49:38 -08:00
bookmarks.php
…
cache.php
…
chat.php
…
checksites.php
…
cli_startup.php
…
cli_suggest.php
…
comanche.php
merge hell
2015-12-20 14:55:43 -08:00
config.php
…
contact_selectors.php
…
contact_widgets.php
…
Contact.php
need better peer verification due to re-install issue, this is temporary
2015-11-03 19:50:40 -08:00
conversation.php
incorrect obj_type on several items
2015-12-11 02:52:43 -08:00
ConversationObject.php
…
cronhooks.php
…
crypto.php
…
datetime.php
default timepicker to 15 min steps. abbr -> span
2015-11-26 21:00:04 +01:00
deliver_hooks.php
…
deliver.php
comment clarification
2015-12-31 12:30:49 -08:00
dir_fns.php
fixes
#194
- New directory server is selected on every directory page reload
2015-11-27 20:55:27 +01:00
directory.php
more work on queue api
2015-12-14 22:44:05 -08:00
DReport.php
…
enotify.php
superblock enhancements
2015-11-13 15:28:34 -08:00
environment.php
…
event.php
we also need nofinish in the object. css fices
2015-11-26 14:45:22 +01:00
expire.php
…
externals.php
generalise the site black|white allow lists, also add a channel black|white list for future use
2015-11-29 20:26:00 -08:00
features.php
new feature: 'suppress_duplicates' issue
#146
triggered with less than two minutes between posts having identical content.
2015-11-19 16:05:47 -08:00
follow.php
refresh issue
2015-12-27 21:08:28 -08:00
gprobe.php
…
group.php
…
html2bbcode.php
…
html2plain.php
…
hubloc.php
…
identity.php
store perms_accept on channel creation
2015-12-29 11:16:13 -08:00
import.php
Pass in account_id. Required for bulk identity importer.
2015-11-18 00:26:18 -08:00
importdoc.php
…
ItemObject.php
first iteration on the event item
2015-11-26 12:26:27 +01:00
ITemplateEngine.php
…
items.php
loop detection
2015-12-17 18:16:46 -08:00
js_strings.php
various css fixes
2015-11-26 23:19:06 +01:00
language.php
…
menu.php
…
message.php
start of v4
2015-12-06 19:16:38 -08:00
nav.php
…
network.php
Added 'invitation_only' to site info
2015-12-20 14:41:49 +01:00
notifier.php
log API improvements and queue optimisation for singleton networks
2015-12-31 12:26:41 -08:00
notify.php
…
oauth.php
remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2.
2015-12-13 15:35:45 -08:00
oembed.php
…
onedirsync.php
…
onepoll.php
…
page_widgets.php
…
permissions.php
…
photos.php
fix typos before merging
2015-12-15 15:13:16 -08:00
plugin.php
start on refactor of plugin/theme/widget info block parsing
2015-12-22 19:53:00 -08:00
poller.php
…
probe.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
log API improvements and queue optimisation for singleton networks
2015-12-31 12:26:41 -08:00
queue.php
queue/notification/delivery refactor continued
2015-12-16 22:42:33 -08:00
ratenotif.php
more work on queue api
2015-12-14 22:44:05 -08:00
reddav.php
…
security.php
some minor cleanup - change the default of the discover tab (public stream access)
2015-12-10 19:18:55 -08:00
session.php
…
sharedwithme.php
…
smarty.php
…
socgraph.php
…
spam.php
…
statistics_fns.php
…
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
don't show item_delayed_publish items in tag clouds
2015-11-26 17:35:41 -08:00
template_processor.php
…
text.php
yearly license update
2015-12-31 13:25:23 -08:00
widgets.php
change album_id logic to make it work with ajax calls
2015-12-07 13:27:35 +01:00
zot.php
log API improvements and queue optimisation for singleton networks
2015-12-31 12:26:41 -08:00