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
2d045a12bf8ecb93a2424c07e28e6a2d0b9288e9
core
/
mod
History
redmatrix
6126070a1d
Merge
https://github.com/redmatrix/hubzilla
into pending_merge
2016-02-26 12:49:02 -08:00
..
_well_known.php
try that patch again
2016-02-08 14:19:49 -08:00
achievements.php
…
acl.php
fix api/direct_messages/new at least for the json case. We seem to have a missing template for XML
2015-11-16 19:17:39 -08:00
admin.php
add 'requires' field to plugin info to list other dependent plugins/addons and disable if dependencies are not installed/enabled
2016-02-24 15:19:28 -08:00
api.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
appman.php
set return url from apps page
2015-06-18 17:53:26 -07:00
apps.php
set return url from apps page
2015-06-18 17:53:26 -07:00
attach.php
relative attachment not fetched due to os filename issue
2015-11-08 13:54:31 -08:00
authtest.php
…
block.php
inconsistent naming of block item types
2015-07-08 18:05:38 -07:00
blocks.php
inconsistent naming of block item types
2015-07-08 18:05:38 -07:00
bookmarks.php
more work on item table optimisation
2015-06-10 16:59:04 -07:00
branchtopic.php
item flag fixes discovered after a few merges
2015-06-23 19:45:39 -07:00
cal.php
we have got a button for events in the nav. no need for it in the tabs if we are local.
2016-02-25 13:40:15 +01:00
channel.php
more zcard tweaks
2016-02-02 19:39:47 -08:00
chanview.php
…
chat.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
chatsvc.php
…
cloud.php
finish up the storage move
2016-02-19 11:58:17 -08:00
common.php
…
connect.php
…
connections.php
bring back the ability to ignore a pending connection request without deleting it and without always having it in your face and without jumping through hoops.
2016-01-26 16:57:36 -08:00
connedit.php
Add string translation to auto approval option
2016-02-15 21:23:04 +01:00
contactgroup.php
convert the abook fields
2015-06-14 21:08:00 -07:00
cover_photo.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
dav.php
finish up the storage move
2016-02-19 11:58:17 -08:00
directory.php
control the generation or acceptance of directory keywords
2016-01-26 19:04:32 -08:00
dirsearch.php
control the generation or acceptance of directory keywords
2016-01-26 19:04:32 -08:00
display.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-07-10 14:27:41 -07:00
dreport.php
Small update to Bluegrid and generic-content-wrapper-styled to dreport
2015-11-12 22:10:20 +01:00
editblock.php
don't auto-open the editor in forum mode. Save the forum selection text until we open it.
2015-09-09 19:54:16 -07:00
editlayout.php
don't auto-open the editor in forum mode. Save the forum selection text until we open it.
2015-09-09 19:54:16 -07:00
editpost.php
some event heavy lifting - please test and report issues
2015-11-24 14:15:28 +01:00
editwebpage.php
don't auto-open the editor in forum mode. Save the forum selection text until we open it.
2015-09-09 19:54:16 -07:00
events.php
when creating an event from a post in our stream, if the original post was private, set the event permissions to "just me". If it was a public event, set the event permissions to the channel default permissions.
2016-02-25 00:36:35 -08:00
fbrowser.php
remove some unused stuff
2015-12-08 16:32:06 -08:00
feed.php
feed dates weren't being honoured. When that was fixed they turned out to be reversed.
2016-02-10 23:00:40 -08:00
ffsapi.php
A few quotes too many. Also translations for tooltip.
2015-11-08 00:08:02 +01:00
fhublocs.php
make hubloc repair script a bit more selective
2015-10-31 13:58:26 -07:00
filer.php
…
filerm.php
…
filestorage.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
follow.php
a few clone sync fixes as well as some work on hubzilla clone sync back to redmatrix
2015-07-02 21:55:36 -07:00
fsuggest.php
…
group.php
revert
f62ec4132e
- allow one self to be added to a privacy group.
2016-02-25 23:59:57 +01:00
hcard.php
…
help.php
Provide Zotlabs\Project and System class for querying details about the project/version info. Move these out of /boot.php
2016-02-18 15:24:58 -08:00
home.php
Some work on the login, register and default home page. Mostly neatly centering things on different viewport widths. Bluegrid schema updated.
2015-12-09 23:41:37 +01:00
hostxrd.php
provide mechanism for custom .well-known handlers and static files (e.g. for letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
2016-01-22 02:22:27 -08:00
id.php
…
impel.php
more work on items
2015-06-11 17:56:56 -07:00
import_items.php
add $deliver flag to item_store() and item_store_update() [default true]. If false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
2016-01-16 14:00:22 -08:00
import.php
Provide Zotlabs\Project and System class for querying details about the project/version info. Move these out of /boot.php
2016-02-18 15:24:58 -08:00
invite.php
[invite module] remove trailing spaces from translatable strings
2016-02-09 14:20:26 +01:00
item.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
lang.php
…
layouts.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-06-02 17:47:47 -07:00
like.php
small improvements to profile like activity
2016-02-25 16:21:38 -08:00
linkinfo.php
Provide Zotlabs\Project and System class for querying details about the project/version info. Move these out of /boot.php
2016-02-18 15:24:58 -08:00
lockview.php
bring lockview to menu items, slightly change the way /lockview is called
2015-04-21 22:45:54 +02:00
locs.php
improve /locs page with some field notes and the ability to do a forced sync
2015-11-01 15:51:45 -08:00
login.php
…
lostpass.php
A few minor tweaks in schemas + link to login form in lostpass
2016-01-21 22:02:31 +01:00
magic.php
remote delegation issue when already logged in with different account on same site.
2016-01-24 13:53:18 -08:00
mail.php
start of v4
2015-12-06 19:16:38 -08:00
manage.php
don't provide notification icons on manage page for delegated channels
2016-01-24 18:36:38 -08:00
match.php
…
menu.php
merge conflicts
2015-09-08 18:45:58 -07:00
message.php
private mail: bring additional inbox/outbox views and ajaxify single message drop
2015-09-28 17:40:38 +02:00
mitem.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
mood.php
convert ITEM_WALL from bitfield to standalone
2015-05-06 21:03:33 -07:00
msearch.php
…
network.php
rename collections to privacy groups
2016-01-26 23:44:15 -08:00
new_channel.php
grid->network, whitespace and bootstrapify create button
2016-02-20 14:01:20 +01:00
notes.php
…
notifications.php
…
notify.php
…
oembed.php
…
oep.php
admin security page for configuring white and black lists and other security options.
2016-02-03 15:23:24 -08:00
oexchange.php
change name of module
2015-08-22 19:31:39 -07:00
online.php
…
openid.php
initial work on obj import, rename import_profile_photo to import_xchan_photo to more accurately state its purpose.
2015-09-01 22:03:10 -07:00
opensearch.php
…
page.php
allow pdl content
2015-11-12 17:47:38 -08:00
pconfig.php
a few clone sync fixes as well as some work on hubzilla clone sync back to redmatrix
2015-07-02 21:55:36 -07:00
pdledit.php
@hubdomain also for auto-create-channel + adding css wrapper (ongoing work)
2016-02-16 21:46:24 +01:00
photo.php
the view_photos and post_photos permissions are redundant and are now mapped to view_storage and write_storage
2015-07-19 17:53:52 -07:00
photos.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
ping.php
Linking new connection notification to pending connections (see Channel 1) and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits.
2016-01-27 00:24:05 +01:00
poco.php
…
poke.php
update the poke page layout and UI
2016-02-04 18:35:40 -08:00
post.php
move storage assets to zotlabs/storage
2016-02-19 00:06:10 -08:00
prate.php
…
pretheme.php
…
probe.php
let the site admin import a record directly from the probe diagnostic
2015-05-11 19:36:07 -07:00
profile_photo.php
form cleanup (profile_photo and cover_photo), admin 'user_approve' not found, missing close div in mood_content.tpl
2016-02-14 16:15:55 -08:00
profile.php
profile embeds (still needs a bit of work)
2016-02-01 21:09:50 -08:00
profiles.php
add v4 project roadmap, partial fix for cloning of profile photos on alternate profiles
2015-11-20 14:38:32 -08:00
profperm.php
…
public.php
use conversation defaults for /public page instead of collapsed list mode, but allow over-ride
2015-09-06 16:42:50 -07:00
pubsites.php
pubsites: network column is not needed anymore (mentioned in intro text). Because of more vertical space Access and Register columnis separate again.
2016-02-22 19:28:32 +01:00
randprof.php
…
rate.php
create site records for all queued sites and check for death
2015-09-28 17:13:11 -07:00
ratings.php
…
ratingsearch.php
create site records for all queued sites and check for death
2015-09-28 17:13:11 -07:00
rbmark.php
menu_list() takes a channel_id, not the whole channel array
2015-11-04 18:34:42 -08:00
regdir.php
create site records for all queued sites and check for death
2015-09-28 17:13:11 -07:00
register.php
fix TOS
2016-02-25 01:04:37 +01:00
regmod.php
'auto channel creation' - if the corresponding config variable is set, create a channel when an account is created.
2016-01-12 15:43:08 -08:00
regver.php
'auto channel creation' - if the corresponding config variable is set, create a channel when an account is created.
2016-01-12 15:43:08 -08:00
removeaccount.php
…
removeme.php
…
rmagic.php
…
rpost.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
rsd_xml.php
…
search_ac.php
issue
#85
, community tags and file tags lost during edits. This required splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
2015-11-20 00:15:48 -08:00
search.php
issue
#85
, community tags and file tags lost during edits. This required splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
2015-11-20 00:15:48 -08:00
service_limits.php
…
settings.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
setup.php
guest photo upload failing when js_upload is in use due to non-existent acl parameters
2016-02-11 15:24:21 -08:00
share.php
fix sharing of photo items
2016-01-13 11:23:40 +01:00
sharedwithme.php
…
siteinfo_json.php
create get_site_info() function so we can have a siteinfo.json module instead of or actually in addition to siteinfo/json
2015-11-29 19:37:03 -08:00
siteinfo.php
siteinfo regression with Zotlabs\Project - add an autoloader
2016-02-18 19:32:06 -08:00
sitelist.php
create site records for all queued sites and check for death
2015-09-28 17:13:11 -07:00
smilies.php
…
sources.php
…
sslify.php
…
starred.php
…
subthread.php
incorrect obj_type on several items
2015-12-11 02:52:43 -08:00
suggest.php
…
tagger.php
issue
#85
, community tags and file tags lost during edits. This required splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
2015-11-20 00:15:48 -08:00
tagrm.php
…
tasks.php
Document the additional content export options
2015-09-24 16:57:17 -07:00
thing.php
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
toggle_mobile.php
…
toggle_safesearch.php
…
uexport.php
Redesigned the export page. Please fix my English if I made some mistakes.
2015-10-09 16:45:29 +02:00
update_channel.php
issue
#185
2015-11-25 17:30:11 -08:00
update_display.php
several photo item template fixes
2016-02-26 14:25:18 +01:00
update_home.php
issue
#185
2015-11-25 17:30:11 -08:00
update_network.php
issue
#185
2015-11-25 17:30:11 -08:00
update_public.php
issue
#185
2015-11-25 17:30:11 -08:00
update_search.php
issue
#185
2015-11-25 17:30:11 -08:00
view.php
…
viewconnections.php
convert the abook fields
2015-06-14 21:08:00 -07:00
viewsrc.php
more work on item table optimisation
2015-06-10 16:59:04 -07:00
wall_attach.php
more work on api media uploads
2015-12-13 19:15:42 -08:00
wall_upload.php
…
webfinger.php
consolidate zotfinger and webfinger
2015-09-17 17:51:31 -07:00
webpages.php
missing function
2016-02-24 11:20:46 -08:00
wfinger.php
add salmon key param
2016-02-22 16:20:19 -08:00
xchan.php
…
xpoco.php
…
xrd.php
add 'requires' field to plugin info to list other dependent plugins/addons and disable if dependencies are not installed/enabled
2016-02-24 15:19:28 -08:00
xref.php
…
zfinger.php
Merge
https://github.com/redmatrix/redmatrix
into pending_merge
2015-10-19 16:18:04 -07:00
zotfeed.php
Merge branch 'master' of
https://github.com/redmatrix/redmatrix
2015-06-24 16:34:52 -07:00
zping.php
…