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
d5800c61dc85971bebd01e751f463d76552e3fe9
core
/
mod
History
friendica
186163a5ce
check permissions for mail to non-connected people, reject if no permission - but you can try and send mail to any webbie. We probably should check for this before you send the message but perhaps we can find another way to let you know if it's allowed or not without an expensive probe. Like mod_follow, a webbie without an @ is treated as a local address.
2012-12-05 18:39:07 -08:00
..
_well_known.php
rework a couple of zot basics
2012-11-10 23:26:12 -08:00
acl.php
check permissions for mail to non-connected people, reject if no permission - but you can try and send mail to any webbie. We probably should check for this before you send the message but perhaps we can find another way to let you know if it's allowed or not without an expensive probe. Like mod_follow, a webbie without an @ is treated as a local address.
2012-12-05 18:39:07 -08:00
admin.php
fix about half of the admin page
2012-11-10 00:09:31 -08:00
allfriends.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
api.php
trim a bit of fat
2012-08-29 23:03:03 -07:00
apps.php
lotsa little fixes
2012-10-21 22:11:02 -07:00
attach.php
more heavy lifting
2012-10-23 17:14:50 -07:00
auth.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
channel.php
basic (very basic) communication showing up on network page
2012-11-26 23:52:16 -08:00
chanview.php
profile viewer in iframe module, todo - magic auth
2012-12-03 16:14:34 -08:00
common.php
"show more" friends in common
2012-05-04 01:46:36 -07:00
community.php
updates
2012-09-09 21:17:06 -07:00
connections.php
profile viewer in iframe module, todo - magic auth
2012-12-03 16:14:34 -08:00
contactgroup.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
contacts.php
Give the UI a little love after all the backend mods
2012-10-24 19:13:29 -07:00
crepair.php
more DB cleanup
2012-08-30 18:47:07 -07:00
delegate.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
dfrn_confirm.php
Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them.
2012-10-03 22:28:19 -07:00
dfrn_notify.php
more DB cleanup
2012-08-30 18:47:07 -07:00
dfrn_poll.php
updates
2012-09-09 21:17:06 -07:00
dfrn_request.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
directory.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
dirfind.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
display.php
that was certainly some fun debugging (not)
2012-11-04 20:53:59 -08:00
editpost.php
plaintext default - richtext is a feature
2012-11-05 01:25:08 -08:00
events.php
wall posts now display - address book structure revamp started
2012-10-10 17:58:56 -07:00
fbrowser.php
here's where the heavy lifting begins - everything is likely to be broken for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
2012-10-01 18:02:11 -07:00
feed.php
moving a lot of structure around. 'entity' is now 'channel'
2012-09-25 17:57:20 -07:00
filer.php
making tags work
2012-07-09 22:08:25 -07:00
filerm.php
theme cleanup
2012-07-09 22:48:51 -07:00
follow.php
network discovery on follow
2012-10-31 21:42:20 -07:00
fsuggest.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
group.php
add pending check on group queries
2012-11-29 23:06:03 -08:00
hcard.php
start on contacts/profiles
2012-08-30 18:17:38 -07:00
help.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
home.php
more structural stuff
2012-10-29 19:31:38 -07:00
hostxrd.php
rev update
2012-05-20 18:30:02 -07:00
intro.php
most of the basic "make friends" stuff except for email notifications, drop community tab
2012-12-03 19:17:02 -08:00
invite.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
item.php
plaintext default - richtext is a feature
2012-11-05 01:25:08 -08:00
like.php
finish off like/dislike localisation except for zrl/magic_link
2012-11-06 16:16:26 -08:00
lockview.php
here's where the heavy lifting begins - everything is likely to be broken for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
2012-10-01 18:02:11 -07:00
login.php
updates
2012-09-09 21:17:06 -07:00
lostpass.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
magic.php
making magic
2012-09-22 02:00:24 -07:00
manage.php
fix default channel
2012-11-02 18:55:40 +11:00
match.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
message.php
check permissions for mail to non-connected people, reject if no permission - but you can try and send mail to any webbie. We probably should check for this before you send the message but perhaps we can find another way to let you know if it's allowed or not without an expensive probe. Like mod_follow, a webbie without an @ is treated as a local address.
2012-12-05 18:39:07 -08:00
mood.php
cleanup
2012-11-13 20:53:33 -08:00
msearch.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
network.php
backport features categories and add some new ones like the affinity slider
2012-11-28 19:23:39 -08:00
new_channel.php
settings page channel permissions front-end (needs back-end still)
2012-11-01 19:47:10 -07:00
nogroup.php
bug
#369
- show contacts who are not in any groups
2012-04-12 23:06:41 -07:00
notifications.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
notify.php
more heavy lifting
2012-10-23 17:14:50 -07:00
oembed.php
lotsa little fixes
2012-10-21 22:11:02 -07:00
oexchange.php
lotsa little fixes
2012-10-21 22:11:02 -07:00
opensearch.php
lotsa little fixes
2012-10-21 22:11:02 -07:00
parse_url.php
plaintext default - richtext is a feature
2012-11-05 01:25:08 -08:00
photo.php
more heavy lifting
2012-10-23 21:24:23 -07:00
photos.php
turn off some "advanced" features by default, like archives and saved search - even though we don't yet have a screen to turn them on. That will come.
2012-11-03 16:40:05 -07:00
ping.php
DB: do the mail table again. Mail almost working onsite, still needs to zot though
2012-12-04 18:24:46 -08:00
poco.php
make poco work again
2012-11-29 19:43:53 -08:00
poke.php
Give the UI a little love after all the backend mods
2012-10-24 19:13:29 -07:00
post.php
You've got mail! (actually a post, mail is for another day)
2012-11-26 21:20:16 -08:00
pretheme.php
more mod cleanups
2012-10-22 19:18:50 +11:00
probe.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
profile_photo.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
profile.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
profiles.php
plaintext default - richtext is a feature
2012-11-05 01:25:08 -08:00
profperm.php
more DB cleanup
2012-08-30 18:47:07 -07:00
qsearch.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
randprof.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
redir.php
more DB cleanup
2012-08-30 18:47:07 -07:00
register.php
zchannel rename to new_channel
2012-10-29 21:59:49 -07:00
regmod.php
start on contacts/profiles
2012-08-30 18:17:38 -07:00
removeme.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
rsd_xml.php
more notes
2012-11-16 16:09:22 -08:00
search_ac.php
make alt_pager the network page default - at least until we get rid of the network page
2012-07-16 19:39:13 -07:00
search.php
turn off some "advanced" features by default, like archives and saved search - even though we don't yet have a screen to turn them on. That will come.
2012-11-03 16:40:05 -07:00
settings.php
backport features categories and add some new ones like the affinity slider
2012-11-28 19:23:39 -08:00
setup.php
ensure admin setting gets passed through setup
2012-11-06 23:55:05 -08:00
share.php
share mostly working, preview still horked
2012-11-03 03:54:19 -07:00
siteinfo.php
make the json work
2012-11-16 14:13:03 -08:00
smilies.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
starred.php
fix starring posts
2012-10-27 05:26:34 -07:00
subthread.php
Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them.
2012-10-03 22:28:19 -07:00
suggest.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
tagger.php
testing settings
2012-10-23 21:37:09 +11:00
tagrm.php
making tags work
2012-07-09 22:08:25 -07:00
uexport.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
update_channel.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
update_community.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
update_network.php
ajax page loads
2012-07-24 22:06:21 -07:00
view.php
More wrong links
2012-08-07 21:32:19 +01:00
viewcontacts.php
start implementing zot-id
2012-11-08 19:07:19 -08:00
viewsrc.php
sometimes it gets confusing when using two trees with completely different structures
2012-11-13 15:04:25 -08:00
wall_attach.php
plaintext default - richtext is a feature
2012-11-05 01:25:08 -08:00
wall_upload.php
plaintext default - richtext is a feature
2012-11-05 01:25:08 -08:00
wallmessage.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
webfinger.php
Merge branch 'master' of
https://github.com/friendica/friendica
2012-04-05 13:39:15 +02:00
xrd.php
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
2012-10-29 17:14:02 -07:00
zfinger.php
one could say we've sort of got zot - at least there are two-way communications for channel meta info, don't yet know if it's working
2012-11-12 16:16:37 -08:00
zperms.php
add hash to channel structure for consistency/redundancy
2012-10-04 03:13:57 -07:00