.. |
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
|
big changes to photo->store() which is now photo->save() and takes an array instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
|
2013-08-07 01:42:45 -07:00 |
account.php
|
Missing include for new_keypair
|
2013-08-10 16:28:05 +01:00 |
acl_selectors.php
|
cleanup
|
2013-03-10 20:39:27 -07:00 |
activities.php
|
fix profile change activity where the change is a solitary url - and includes a stray right quote
|
2013-08-26 17:48:05 -07:00 |
api.php
|
fix media uploads in api (specifically friendica for android)
|
2013-07-25 05:04:52 -07:00 |
attach.php
|
Revert "Revert "merge""
|
2013-08-03 00:18:14 +02:00 |
auth.php
|
More mobile theme fixes
|
2013-08-31 18:20:34 +02: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
|
when using the bbcode mimetype a space is just a space. A return is a return. But as opposed to HTML, two spaces are now non-breaking. A tab (assuming you can figure out how to enter one in a text field) is now four non-breaking spaces. This should let us insert code snippets with much more readable indentation.
|
2013-08-27 05:02:40 -07:00 |
cache.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08: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
|
testing Comanche
|
2013-09-03 01:57:11 -07:00 |
config.php
|
Revert "Revert "merge""
|
2013-08-03 00:18:14 +02:00 |
contact_selectors.php
|
progress on multiple profiles, doing it the old way. I don't think we're going to be able to do it the new way - way too complicated.
|
2013-07-03 01:50:39 -07:00 |
contact_widgets.php
|
bring back mail list and cleanup some issues which popped out with full PHP warnings
|
2013-08-27 22:30:06 -07:00 |
Contact.php
|
premium/restricted channel connections implemented, configure at yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways.
|
2013-08-21 22:10:08 -07:00 |
conversation.php
|
my bad
|
2013-09-03 18:00:09 -07:00 |
ConversationObject.php
|
implement the other part of ITEM_NOCOMMENT - which means an item is not commentable. Useful for pages - that is if they use the conversation() function to render the post.
|
2013-07-14 21:09:19 -07:00 |
cronhooks.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
crypto.php
|
add more siteinfo
|
2013-07-24 20:35:54 -07:00 |
datetime.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
deliver.php
|
push refresh messages, performance work on conversations and configs, doc updates
|
2013-06-14 16:54:58 -07:00 |
dir_fns.php
|
really, truly fix the age missing in directory bug
|
2013-07-02 22:41:17 -07:00 |
directory.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 |
enotify.php
|
The triple linebreaks in notification emails finally bothered me enough to do something about it.
|
2013-09-02 19:40:21 -07:00 |
event.php
|
Merge https://github.com/friendica/red into zpull
|
2013-03-21 18:29:08 -07:00 |
expire.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
features.php
|
make premium channels a feature
|
2013-08-22 01:00:54 -07:00 |
follow.php
|
add zid to connect_url
|
2013-08-22 00:44:24 -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
|
Add public visibility setting to privacy groups (collections). This doesn't yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
|
2013-08-07 17:51:10 -07: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 |
identity.php
|
force webbies to lowercase
|
2013-08-27 17:19:52 -07:00 |
ItemObject.php
|
fix superblock for comments
|
2013-08-20 19:51:58 -07:00 |
ITemplateEngine.php
|
use smarty3 as default template engine. add pluggable template system
|
2013-05-08 03:51:38 -04:00 |
items.php
|
webpage content-type -- needs cleaning up and a security check once all the important bits are in place.
|
2013-09-02 01:38:17 -07:00 |
js_strings.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
language.php
|
dangerous typo that removes all your hublocs, fix reshare formatting
|
2013-03-11 16:13:09 -07:00 |
menu.php
|
really truly bare-bones comanche
|
2013-08-28 20:03:01 -07:00 |
message.php
|
email attachments (and fix email photos)
|
2013-08-19 21:19:39 -07:00 |
nav.php
|
make home link on remote sites work again
|
2013-07-18 20:01:03 +02:00 |
network.php
|
make manual image scaling work - even if auto scaling kicks in.
|
2013-06-23 23:13:07 -07:00 |
notifier.php
|
Add Comanche layouts to the things that don't go offsite.
|
2013-09-01 20:11:04 -07:00 |
notify.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
oauth.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 |
oembed.php
|
move oohembed service to addon
|
2013-06-03 16:53:53 -07:00 |
onepoll.php
|
figure out why poller isn't picking up old posts which failed to deliver
|
2013-08-29 18:17:15 -07:00 |
page_widgets.php
|
More progress on pages - extend writepages widget, add pagelist widget
|
2013-08-14 20:46:48 +01:00 |
permissions.php
|
some sane permission defaults.
|
2013-08-18 20:20:03 -07:00 |
photos.php
|
big changes to photo->store() which is now photo->save() and takes an array instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
|
2013-08-07 01:42:45 -07:00 |
plugin.php
|
fix intltext template driver
|
2013-05-15 22:27:35 -07:00 |
poller.php
|
figure out why poller isn't picking up old posts which failed to deliver
|
2013-08-29 18:17:15 -07:00 |
profile_advanced.php
|
more "thing" work
|
2013-07-04 04:53:03 -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
|
unknown column
|
2013-03-11 17:42:12 -07:00 |
security.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 |
session.php
|
move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth)
|
2013-05-23 20:35:40 -07:00 |
socgraph.php
|
Issue #99
|
2013-08-18 05:03:04 +01:00 |
system_unavailable.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
taxonomy.php
|
input form for profile stuff
|
2013-07-04 20:35:42 -07:00 |
template_processor.php
|
fix internal
|
2013-05-08 04:00:05 -04:00 |
text.php
|
add a layout selector
|
2013-09-02 20:25:33 -07:00 |
zot.php
|
update hubloc_timestamps
|
2013-08-27 17:08:59 -07:00 |