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
e79e8f4adde06315ab71877ec50a07d22fe2ec5b
core
/
include
History
…
..
dba
bring back mail list and cleanup some issues which popped out with full PHP warnings
2013-08-27 22:30:06 -07:00
photo
…
account.php
some more snakebite and fix up include/account - forgot about that inline array stuff
2014-02-18 16:59:31 -08:00
acl_selectors.php
bootstrapify aclselector
2014-04-11 16:06:39 +02:00
activities.php
…
api.php
little fixes of hopefully nil significance
2014-03-16 20:34:21 -07:00
apps.php
more app infrastructure
2014-05-18 00:44:42 -07:00
attach.php
…
auth.php
log IP mis-matches even if paranoia isn't set.
2014-05-11 22:01:53 -07:00
BaseObject.php
…
bb2diaspora.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bbcode.php
Merge pull request
#455
from encyclomundi/master
2014-05-11 07:38:01 +10:00
bookmarks.php
provide ability to bookmark chatrooms using rbmark
2014-02-24 21:34:49 -08:00
cache.php
remove mysql dependencies from cache api
2014-03-16 21:34:51 -07:00
chat.php
UI for deleting chatrooms
2014-05-04 20:30:52 -07:00
cli_startup.php
fix some anomolies in config functions
2013-06-21 21:36:48 -07:00
cli_suggest.php
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
2013-08-05 20:08:35 -07:00
comanche.php
…
config.php
file had wrong extension
2014-03-11 21:45:20 -07:00
contact_selectors.php
…
contact_widgets.php
…
Contact.php
Hope I have repaired the channel admin page.
2014-04-06 00:34:52 +02:00
conversation.php
We know why third party zids didn't work now, so don't use hacky
2014-04-18 16:34:48 +01:00
ConversationObject.php
…
cronhooks.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
crypto.php
bloody hell - it isn't defined either.
2013-12-15 18:43:54 -08:00
datetime.php
…
deliver.php
issue
#240
- we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
2013-12-11 23:13:36 -08:00
dir_fns.php
…
directory.php
Set a default directory server from a hard-wired list if one was not previously chosen.
2014-04-25 18:10:23 -07:00
enotify.php
prevent follows of and notifications to deceased channels
2014-04-07 02:55:00 -07:00
event.php
version update
2014-03-11 15:29:26 -07:00
expire.php
try and sort out the item delete mess
2014-03-27 20:28:48 -07:00
externals.php
soft revert
9bb7811
until we can look at it more closely.
2014-04-11 14:01:33 -07:00
features.php
allow site defaults for enabled features
2014-01-26 03:27:36 -08:00
follow.php
…
friendica_smarty.php
silence some warnings at php E_ALL levels
2013-08-28 21:56:01 -07:00
gprobe.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
group.php
…
html2bbcode.php
…
html2plain.php
cleanup
2013-03-10 20:39:27 -07:00
hubloc.php
doco
2014-03-19 19:56:21 -07:00
identity.php
allow birthdays with just a year (no month or day).
2014-05-01 18:40:00 -07:00
ItemObject.php
implement modal for more then 10 likes/dislikes
2014-05-18 09:14:21 +02:00
ITemplateEngine.php
use smarty3 as default template engine. add pluggable template system
2013-05-08 03:51:38 -04:00
items.php
zrlify (turn into zmg) any relevant img tags in a post.
2014-05-13 20:17:52 -07:00
js_strings.php
allow jgrowl 'close all' message to be translated
2014-05-13 17:59:47 -07:00
language.php
Commenting language.php and some changes
2014-02-18 00:14:07 +01:00
menu.php
comanche: provide an option to add a menu class for different theming choices on some menus (e.g. horizontal, tabbed, etc.)
2014-02-25 20:58:20 -08:00
message.php
fix photos in private mail
2014-02-27 16:01:44 -08:00
nav.php
…
network.php
This should be a slight improvement in setting ciphers - we'll punt on RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
2014-03-25 15:19:18 -07:00
notifier.php
…
notify.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oauth.php
oauth wasn't logging in properly, also fixed api status_show to return last public post, not the last private post
2013-10-15 15:51:20 -07:00
oembed.php
…
onedirsync.php
directory sync optimisations to save redundant processing
2013-10-15 02:33:35 -07:00
onepoll.php
change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections
2014-03-04 14:35:42 -08:00
page_widgets.php
…
permissions.php
…
photos.php
…
plugin.php
some backend stuff for apps
2014-05-15 16:43:42 -07:00
poller.php
Default discover to on.
2014-03-30 22:59:37 +01:00
probe.php
start of legacy probe utility
2014-04-02 16:26:39 -07:00
profile_selectors.php
…
ProtoDriver.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
queue_fn.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
queue.php
…
reddav.php
Fixed some wrapping problems when the user has set a larger font size. And some UI love for the file permissions page (as requested by Mike ;) and changed the position of the file properties link on the cloud page.
2014-05-05 13:54:56 +00:00
security.php
more easter eggs
2014-05-03 01:14:28 -07:00
session.php
try to fix random logouts
2014-05-12 17:04:03 -07:00
socgraph.php
…
spam.php
…
system_unavailable.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
taxonomy.php
…
template_processor.php
fix internal
2013-05-08 04:00:05 -04:00
text.php
…
widgets.php
some sidebar content (doesn't yet do anything)
2014-05-15 20:20:20 -07:00
zot.php
add activity_received hook
2014-05-13 20:58:55 -07:00