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
22ed5b1d03314d2bc7ff41b4724526fe00472904
core
/
include
History
friendica
22ed5b1d03
newevent: front end functions
2014-05-29 20:09:21 -07:00
..
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
Often somebody will join the matrix with a dodgy cert and we'll sort that out but their profile photo will remain rainbow man (or the site default). However the photo_date has been updated so we won't try again. This checkin looks for such a failure and leaves the photo_date alone if the photo import failed.
2014-04-13 18:30:06 -07:00
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
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
api.php
little fixes of hopefully nil significance
2014-03-16 20:34:21 -07:00
apps.php
give the cloud file list a bit of padding
2014-05-27 16:49:47 -07:00
attach.php
Doxygen include/attach.php
2014-02-19 21:04:20 +01:00
auth.php
log IP mis-matches even if paranoia isn't set.
2014-05-11 22:01:53 -07:00
BaseObject.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bb2diaspora.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bbcode.php
start to build out the apps
2014-05-18 18:21:20 -07: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
A future "comanche UI" is going to need lists of available building blocks. Some of these are pretty easy to assemble, others are a bit more difficult and will have to go through a registration procedure. This checkin create such a registration procedure for page templates and their associated flavours and their assignable regions. The array itself is extensible since I don't know for sure at this stage what the front-end UI for this feature will ultimately require or even if there ever will be a front-end UI as this community still seems to believe that software writes itself and just magically appears, working perfectly.
2014-04-25 16:09:32 -07:00
config.php
file had wrong extension
2014-03-11 21:45:20 -07:00
contact_selectors.php
fixes to thing profile assignments
2014-02-11 16:56:39 -08:00
contact_widgets.php
collapse the advanced directory search so that folks who think they're advanced but really aren't don't whinge about it.
2014-03-08 19:04:07 -08:00
Contact.php
this is an important bit - only mark dead hubs on directory servers. They shouldn't matter anywhere else.
2014-05-29 00:55:34 -07:00
conversation.php
moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'.
2014-05-28 17:58:49 -07:00
ConversationObject.php
until we can figure out how to allow commenting on the discover page without killing the matrix, just turn it off.
2014-04-13 20:26:20 -07:00
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
reorganise a few included functions - notably identity related functions
2013-12-03 15:35:13 -08:00
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
Set a default directory server from a hard-wired list if one was not previously chosen.
2014-04-25 18:10:23 -07:00
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
more work on new event code
2014-05-29 19:48:54 -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
prevent follows of and notifications to deceased channels
2014-04-07 02:55:00 -07:00
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
let oneself be added to a collection in exchange for deleted contacts
2014-02-07 21:28:39 +01:00
html2bbcode.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
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
newevent: front end functions
2014-05-29 20:09:21 -07:00
ITemplateEngine.php
use smarty3 as default template engine. add pluggable template system
2013-05-08 03:51:38 -04:00
items.php
Make tag delivery work when channel name differs from profile name
2014-05-21 17:23:18 -03:00
js_strings.php
allow jgrowl 'close all' message to be translated
2014-05-13 17:59:47 -07:00
language.php
Language selection: case-insensitive and system language
2014-05-23 10:16:03 -03: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
change app dropdown to point to apps module (changes nav template). Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content.
2014-05-21 17:23:34 -07:00
network.php
logging: include target url when reporting z_fetch_url and z_post_url errors.
2014-05-27 21:21:38 -07:00
notifier.php
make folks from certain other networks feel more at home here
2014-05-02 17:29:04 -07:00
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
this is a mess and makes a complicated security model that one can probably drive a truck through. It will have to be fixed. It does make youtubes work again.
2014-03-31 15:56:58 -07:00
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
clean up the webpage list a bit
2014-04-29 18:28:05 -07:00
permissions.php
Remove automatic bookmarking - it was a bad idea and just leads to menu clutter. Bookmarks can always be saved manually if desired.
2014-04-30 17:50:06 -07:00
photos.php
Merge
https://github.com/friendica/red
into zpull
2014-03-25 12:47:46 -07:00
plugin.php
some backend stuff for apps
2014-05-15 16:43:42 -07:00
poller.php
cleanup dead directory entries. This was a real b#tch, so keep your eye out for issues - which you shouldn't see until next weekend when this is scheduled to run. We're only setting flags, so if anything goes wrong we should be able to recover without too much pain.
2014-05-28 21:42:46 -07:00
probe.php
start of legacy probe utility
2014-04-02 16:26:39 -07:00
profile_selectors.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
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
this should improve queue performance dramatically.
2014-03-24 19:40:36 -07:00
reddav.php
give the cloud file list a bit of padding
2014-05-27 16:49:47 -07: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
Set a default directory server from a hard-wired list if one was not previously chosen.
2014-04-25 18:10:23 -07:00
spam.php
The problem with a lot of packages is that it's easier to re-write them than to re-use them.
2014-02-02 21:25:52 -08:00
system_unavailable.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
taxonomy.php
basic edit and delete for things
2013-12-30 04:25:55 -08:00
template_processor.php
fix internal
2013-05-08 04:00:05 -04:00
text.php
fix search to use in app
2014-05-22 21:24:41 -07:00
widgets.php
more app work
2014-05-21 20:54:09 -07:00
zot.php
Merge branch 'master' into newevent
2014-05-29 16:14:10 -07:00