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
a026832009608d9a492be35b9b462cf00a36d59d
core
/
mod
History
Thomas Willingham
a026832009
If an observer doesn't have view_stream perms, try for view_profile before
...
giving up.
2013-10-04 15:57:48 +01:00
..
_well_known.php
…
acl.php
…
admin.php
suppress creating the directory update record for profile updates which are part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing.
2013-09-25 21:22:36 -07:00
allfriends.php
…
api.php
…
apps.php
…
attach.php
…
blocks.php
…
chanman.php
Pieces we'll need to tie together chanman and account/channel deletion and directory sync. Please do not mess with any of this.
2013-09-17 20:50:09 -07:00
channel.php
If an observer doesn't have view_stream perms, try for view_profile before
2013-10-04 15:57:48 +01:00
chanview.php
when it's a contentious issue, make it an option.
2013-09-20 18:24:11 -07:00
common.php
…
community.php
…
connect.php
…
connections.php
Issue
#158
2013-09-29 02:47:36 -07:00
contactgroup.php
…
crepair.php
…
delegate.php
…
directory.php
typo
2013-09-19 21:51:52 -07:00
dirsearch.php
small fixes
2013-09-30 19:28:59 -07:00
display.php
one more edge case in the public perms - don't match perms = 0 which is private, this and prior checkin are for issue
#114
2013-09-22 23:00:55 -07:00
editblock.php
spurious blank lines
2013-09-15 22:33:47 -07:00
editlayout.php
spurious blank lines
2013-09-15 22:33:47 -07:00
editpost.php
…
editwebpage.php
spurious blank lines
2013-09-15 22:33:47 -07:00
events.php
…
fbrowser.php
fix photo file browser
2013-09-15 14:36:54 -04:00
feed.php
…
filer.php
…
filerm.php
…
filestorage.php
Didn't git add again after fixing typo...
2013-09-18 02:49:14 +01:00
follow.php
…
fsuggest.php
…
group.php
…
hcard.php
…
help.php
…
home.php
get rid of more variables with dashes in the names - use underscore *except* in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
2013-08-15 22:52:19 -07:00
hostxrd.php
…
import.php
change from refresh_all to a directory update - which does a refresh_all and also updates the directory.
2013-09-08 21:12:23 -07:00
intro.php
…
invite.php
…
item.php
fix a bunch of post editing bugs - though this consolidates some disparate code and may create some new bugs due to regression
2013-10-04 04:47:41 -07:00
layouts.php
…
like.php
provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!
2013-09-10 19:06:06 -07:00
lockview.php
remove stray debugging
2013-07-19 03:02:08 -07:00
login.php
…
lostpass.php
…
magic.php
log any attempt to call mod_magic
2013-09-29 21:06:53 -07:00
manage.php
usage message showed wrong number of channels
2013-09-09 22:00:39 +02:00
match.php
…
menu.php
…
message.php
prefill private mail recip from $_REQUEST['to'] if it's there.
2013-09-19 17:40:17 -07:00
mitem.php
allow menu management even if there are no menu items
2013-09-07 02:04:15 -07:00
mood.php
provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!
2013-09-10 19:06:06 -07:00
msearch.php
…
network.php
Saved searches on the matrix/network page just got a lot more interesting. Hint: it's all about autocomplete
2013-10-01 19:54:22 -07:00
new_channel.php
…
nogroup.php
…
notifications.php
…
notify.php
…
oembed.php
…
oexchange.php
…
opensearch.php
…
page.php
mod/page - display most recent revision by default, or numbered revision specified by rev URL parameter
2013-09-07 04:36:47 -07:00
parse_url.php
…
photo.php
…
photos.php
post signatures
2013-10-02 21:04:48 -07:00
ping.php
…
poco.php
…
poke.php
…
post.php
Fix name of Bleichenbacher
2013-09-24 21:04:01 +02:00
pretheme.php
…
probe.php
in probe diagnostic - note https failure as diagnostic info - this also changes zot_finger so you can tell it not to fallback. This could be useful in corporate environments that are off the grid or other high security situations (as much as anything could be considered high security which relies on SSL).
2013-10-01 22:20:09 -07:00
profile_photo.php
…
profile.php
…
profiles.php
…
profperm.php
…
pubsites.php
Missing include
2013-09-29 19:44:57 +01:00
qsearch.php
…
randprof.php
…
redir.php
…
register.php
…
regmod.php
…
removeme.php
…
rmagic.php
…
rsd_xml.php
…
search_ac.php
Saved searches on the matrix/network page just got a lot more interesting. Hint: it's all about autocomplete
2013-10-01 19:54:22 -07:00
search.php
one more edge case in the public perms - don't match perms = 0 which is private, this and prior checkin are for issue
#114
2013-09-22 23:00:55 -07:00
settings.php
add link to channel source management in settings if channel_sources feature is enabled
2013-09-30 22:01:11 -07:00
setup.php
fix include paths
2013-09-17 09:41:48 +02:00
share.php
…
siteinfo.php
…
sitelist.php
…
smilies.php
…
sources.php
small fixes
2013-09-30 19:28:59 -07:00
starred.php
…
subthread.php
provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!
2013-09-10 19:06:06 -07:00
suggest.php
…
tagger.php
…
tagrm.php
…
thing.php
…
toggle_mobile.php
…
uexport.php
…
update_channel.php
…
update_community.php
…
update_display.php
…
update_network.php
…
update_search.php
…
view.php
…
viewconnections.php
…
viewsrc.php
…
wall_attach.php
…
wall_upload.php
…
webfinger.php
…
webpages.php
…
wfinger.php
…
xchan.php
…
xrd.php
implement Smarty3
2013-01-06 15:57:11 -07:00
zfinger.php
structure for channel unions
2013-09-26 16:25:28 -07:00
zotfeed.php
…
zping.php
…