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
1eefed0333cedaf262f0dc42c7f9d4d855dfc154
core
/
include
History
friendica
41b74dd7ac
diaspora_send_status() - recalculate markdown translation to pickup any later message changes after original submission like wall-to-wall attributions for instance. Normally this would've come from our cached version which was stored prior to tag_deliver being run and therefore isn't yet aware that wall-to-wall status may have changed after delivery.
2014-10-12 21:20:08 -07:00
..
dba
syntax error in dba driver, document z_post_url
2014-09-09 02:42:07 -07:00
photo
put back local file check so body is fetched from z_ functions
2014-10-07 23:59:26 -07:00
RedDAV
Moved classes from reddav.php into own files.
2014-10-12 00:33:37 +02:00
account.php
honour service class restrictions for total_identities, total_channels ("friends") and total_feeds both when importing channels and subsequently when syncing clones. Limits are based on the local system - additional entries are silently dropped.
2014-09-15 17:17:00 -07:00
acl_selectors.php
…
activities.php
sql error in profile_activity
2014-08-31 16:24:05 -07:00
api.php
optionally include wall items (posts) in import/export
2014-09-25 20:21:23 -07:00
apps.php
allow a site to over-ride the system app list without causing git issues
2014-10-09 15:22:21 -07:00
attach.php
…
auth.php
Some documentation of include/auth.php.
2014-10-05 14:51:58 +02:00
BaseObject.php
…
bb2diaspora.php
diaspora_send_status() - recalculate markdown translation to pickup any later message changes after original submission like wall-to-wall attributions for instance. Normally this would've come from our cached version which was stored prior to tag_deliver being run and therefore isn't yet aware that wall-to-wall status may have changed after delivery.
2014-10-12 21:20:08 -07:00
bbcode.php
allow (our own) ajax urls to pass through bbcode intact.
2014-10-09 20:59:33 -07:00
bookmarks.php
…
cache.php
…
chat.php
aalso change the way we check for number of chatrooms
2014-09-20 17:28:42 +02:00
cli_startup.php
allow custom role permissions and fix site timezone.
2014-09-29 23:36:41 -07:00
cli_suggest.php
…
comanche.php
…
config.php
Silence insanely noisy log - should probably stick this in a dlogger
2014-09-29 19:06:43 +01:00
contact_selectors.php
…
contact_widgets.php
…
Contact.php
implement a "powered-by" but leave it turned off until somebody with a good eye for layout can figure out where best to put it.
2014-09-29 21:58:35 -07:00
conversation.php
Pluggable page templates
2014-09-29 15:13:39 +01:00
ConversationObject.php
trying to call mod/magic on rss resources - which have no hub
2014-09-22 23:49:12 -07:00
cronhooks.php
…
crypto.php
make the old personal xrd interface (old webfinger) work again
2014-08-21 17:42:19 -07:00
datetime.php
This is long overdue - use a symblic constant NULL_DATE instead of the easily mis-typed sequence '0000-00-00 00:00:00'
2014-09-08 20:35:15 -07:00
deliver.php
various diaspora issues
2014-08-29 17:31:40 -07:00
diaspora.php
diaspora_send_status() - recalculate markdown translation to pickup any later message changes after original submission like wall-to-wall attributions for instance. Normally this would've come from our cached version which was stored prior to tag_deliver being run and therefore isn't yet aware that wall-to-wall status may have changed after delivery.
2014-10-12 21:20:08 -07:00
dir_fns.php
This is long overdue - use a symblic constant NULL_DATE instead of the easily mis-typed sequence '0000-00-00 00:00:00'
2014-09-08 20:35:15 -07:00
directory.php
…
enotify.php
bring back some friendica crypto stuff including all the key mangling and translation functions. Also add ability to completely supress email notifications for actitivies with private contents. We'll still pass private mail notifications because often the email notification is the only way infrequently used channels get alerted to these.
2014-08-15 14:42:14 -07:00
event.php
add categories to events
2014-09-07 22:14:28 -07:00
expire.php
…
externals.php
fix diaspora reshare tags
2014-10-10 19:14:37 -07:00
features.php
nav channel selection
2014-08-18 20:03:48 -07:00
follow.php
ability to pre-populate connections for new channels. e.g. "MySpace Tom"
2014-10-01 14:48:08 -07:00
gprobe.php
…
group.php
issue
#588
can't add feeds to collections using connedit page group sidebar widget
2014-09-11 02:19:21 -07:00
html2bbcode.php
…
html2plain.php
…
hubloc.php
that's why remove_obsolete_hublocs() isn't telling anybody when it does its thing, I forgot to uncomment the bit that tells everybody after I tested it. I needed extensive testing to make sure we didn't accidentally wipe out all hublocs everywhere. Testing went fine so I just assumed it was all working as planned; but went back today to find out why I wasn't told of a recent change.
2014-09-30 23:41:50 -07:00
identity.php
disable email notifications when bulk importing content.
2014-10-08 15:15:20 -07:00
ItemObject.php
make discover items interactive
2014-09-22 21:37:19 -07:00
ITemplateEngine.php
use smarty3 as default template engine. add pluggable template system
2013-05-08 03:51:38 -04:00
items.php
content deletion issue
2014-10-12 01:40:48 -07:00
js_strings.php
Navbar notifications: don't show "nothing new here" unless we've checked and there's nothing. Until we know for sure, display "Loading...".
2014-09-20 16:34:48 -07:00
language.php
So much so, in fact, that I didn't even notice the typo.
2014-09-26 17:16:55 +01:00
menu.php
show bookmarks menu only if we have any bookmarks already
2014-09-20 16:31:56 +02:00
message.php
SQL error - private message conversation lookup
2014-10-06 19:37:51 -07:00
nav.php
fix userinfo icon size
2014-10-09 11:31:48 +02:00
network.php
z_post_url_json() added to easily deal with JSON post APIs; without getting content-type unknown warnings/errors. Also added a debug option to z_get|post_url so you could track and log some of these nasty little buggers.
2014-09-16 20:46:44 -07:00
notifier.php
d* PM cont.
2014-09-23 04:34:35 -07:00
notify.php
…
oauth.php
…
oembed.php
oembed issues
2014-10-08 20:37:46 -07:00
onedirsync.php
…
onepoll.php
try to sort out walltowall translation for diaspora recipients
2014-09-19 02:22:24 -07:00
page_widgets.php
…
permissions.php
allow custom role permissions and fix site timezone.
2014-09-29 23:36:41 -07:00
photos.php
just mark dead hubloc deleted - don't remove them. This could cause problems. Also clean up fetch_url/post_url header option
2014-09-16 19:07:19 -07:00
plugin.php
allow site specific templates, css, js, whatever
2014-09-30 21:30:27 -07:00
poller.php
query for statistics are now executed by poller
2014-10-02 13:43:48 +02:00
probe.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
various diaspora issues
2014-08-29 17:31:40 -07:00
reddav.php
Moved classes from reddav.php into own files.
2014-10-12 00:33:37 +02:00
security.php
Very, very cautiously let a developer switch to the sys chan if
2014-09-15 03:59:04 +01:00
session.php
…
smarty.php
…
socgraph.php
illegal string offset warnings
2014-09-05 15:00:08 -07:00
spam.php
…
statistics_fns.php
query for statistics are now executed by poller
2014-10-02 13:43:48 +02:00
system_unavailable.php
…
taxonomy.php
…
template_processor.php
…
text.php
template for searchbox and some more work on saved searches
2014-10-08 12:36:26 +02:00
widgets.php
porting more widgets to bs nav-pills
2014-10-07 18:11:36 +02:00
zot.php
cleanup of sync_locations and better logging. There was one significant code change but it is unrelated to current issues, basically if no primary was set we were setting everything as primary.
2014-10-12 15:18:49 -07:00