.. |
accountmover.php
|
Code cleanup and enabling User object's etc. getUri()
|
2014-04-28 14:08:42 +02:00 |
accountprofileblock.php
|
Widgets require Action not HTMLOutputter (getScoped)
|
2014-07-03 14:02:01 +02:00 |
action.php
|
Form- and ManagedAction improvements
|
2014-07-06 12:55:18 +02:00 |
activity.php
|
Reworked the ActivityContext->attention structure
|
2013-10-28 22:21:14 +01:00 |
activitycontext.php
|
Reworked the ActivityContext->attention structure
|
2013-10-28 22:21:14 +01:00 |
activityhandlerplugin.php
|
Do proper Activity-plugin based mention notification
|
2014-07-07 01:15:43 +02:00 |
activityimporter.php
|
Make Profile::fromUri use UnknownUriException
|
2014-05-26 15:05:14 +02:00 |
activitymover.php
|
pluginified most of hasFave, getFaves and related calls
|
2014-06-27 14:09:02 +02:00 |
activityobject.php
|
FavorAction now uses Notice::saveActivity
|
2014-07-06 01:37:03 +02:00 |
activitysink.php
|
|
|
activitysource.php
|
|
|
activitystreamjsondocument.php
|
User agents and generators changed to GNU social
|
2013-11-01 13:46:05 +01:00 |
activityutils.php
|
FavorAction now uses Notice::saveActivity
|
2014-07-06 01:37:03 +02:00 |
activityverb.php
|
Slightly better ActivityStreams JSON output
|
2013-06-04 17:01:05 -04:00 |
adminform.php
|
|
|
adminpanelaction.php
|
Cosmetic changes to common_redirect, clientError, serverError
|
2014-03-10 00:25:57 +01:00 |
adminpanelnav.php
|
Remove callback sneakery by StatusNet
|
2014-02-23 14:57:12 +01:00 |
alreadyfulfilledexception.php
|
AlreadyFulfilledException added, for acceptable exceptions
|
2014-05-05 23:20:43 +02:00 |
apiaction.php
|
More Favorite pluginification (favecount, cache, menus(favecount, cache, menus))
|
2014-06-28 14:03:30 +02:00 |
apiauthaction.php
|
Making many of the API actions more consistent with coding style
|
2013-10-15 03:07:40 +02:00 |
apibareauthaction.php
|
Naming stuff GNUsocial rather than StatusNet
|
2013-10-15 00:19:03 +02:00 |
apignusocialoauthdatastore.php
|
instanceof checks for better typing
|
2014-01-01 20:30:57 +01:00 |
apilistusers.php
|
Cosmetic changes to common_redirect, clientError, serverError
|
2014-03-10 00:25:57 +01:00 |
apioauthaction.php
|
OAuth related syntax fixes, nothing big
|
2013-10-06 12:43:18 +02:00 |
apiprivateauthaction.php
|
Qvitter API changes (thanks hannes2peer)
|
2013-10-06 21:51:50 +02:00 |
applicationeditform.php
|
|
|
applicationlist.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
approvegroupform.php
|
|
|
approvesubform.php
|
|
|
arraywrapper.php
|
|
|
atom10feed.php
|
Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION
|
2013-11-01 13:51:41 +01:00 |
atomcategory.php
|
|
|
atomgroupnoticefeed.php
|
Removed deprecated activity:subject
|
2013-10-08 15:06:19 +02:00 |
atomlistnoticefeed.php
|
Removed deprecated activity:subject
|
2013-10-08 15:06:19 +02:00 |
atomnoticefeed.php
|
|
|
atompubclient.php
|
|
|
atomusernoticefeed.php
|
Converted all ActivityObject::fromProfile to $profile->asActivityObject
|
2014-07-03 10:51:36 +02:00 |
attachment.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
attachmentlist.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
attachmentlistitem.php
|
We don't have the thumbnail title in attachment list
|
2014-06-22 19:17:49 +02:00 |
attachmentnoticesection.php
|
|
|
attachmenttagcloudsection.php
|
|
|
authenticationplugin.php
|
IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef
|
2013-08-21 09:48:42 +02:00 |
authorizationexception.php
|
|
|
authorizationplugin.php
|
|
|
avatarlink.php
|
Moved Avatar retrieval into Avatar class
|
2013-10-06 15:55:06 +02:00 |
blockform.php
|
|
|
cache.php
|
Don't allow double plugin loading
|
2013-11-19 13:25:02 +01:00 |
cachingnoticestream.php
|
Squashed commit of the following:
|
2011-10-20 10:40:39 -04:00 |
cancelgroupform.php
|
|
|
cancelsubscriptionform.php
|
|
|
channel.php
|
|
|
clienterroraction.php
|
|
|
clientexception.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
columndef.php
|
|
|
command.php
|
pluginified most of hasFave, getFaves and related calls
|
2014-06-27 14:09:02 +02:00 |
commandinterpreter.php
|
pluginified most of hasFave, getFaves and related calls
|
2014-06-27 14:09:02 +02:00 |
common.php
|
|
|
conversationnoticestream.php
|
Only get POST verbs for noticestreams for now
|
2014-07-09 13:37:09 +02:00 |
curry.php
|
PHP 5.3 closure-based implementation of curry(); old implementation used as fallback for older PHP versions. Added unit tests to confirm they both work!
|
2009-12-16 09:27:48 -05:00 |
daemon.php
|
Make daemons call setgid() *before* setuid() because doing it the other way around doesn't appear to work, at least on Linux.
|
2014-05-05 13:33:06 +02:00 |
dberroraction.php
|
|
|
dbqueuemanager.php
|
Minor queue fixes, probably not very important. Preparing for cron
|
2013-11-13 18:15:21 +01:00 |
default.php
|
Favorite functionality put into plugin (not done yet)
|
2014-06-24 15:58:53 +02:00 |
defaultlocalnav.php
|
|
|
defaultprofileblock.php
|
Profile sized avatar in DefaultProfileBlock
|
2014-06-06 01:01:07 +02:00 |
deletegroupform.php
|
Translator documentation updated/added.
|
2011-04-04 00:41:48 +02:00 |
deleteuserform.php
|
|
|
deluserqueuehandler.php
|
The overloaded DB_DataObject function staticGet is now called getKV
|
2013-08-18 13:13:56 +02:00 |
distribqueuehandler.php
|
Get group attentions back into the "all" feed
|
2014-03-07 02:49:42 +01:00 |
docfile.php
|
low-level hook for loading templates
|
2011-05-04 11:28:49 -07:00 |
dofollowlistitem.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
error.php
|
OAuth related syntax fixes, nothing big
|
2013-10-06 12:43:18 +02:00 |
event.php
|
Event::handle only takes array $args
|
2013-09-14 18:32:52 +02:00 |
featureduserssection.php
|
|
|
feed.php
|
|
|
feedimporter.php
|
The overloaded DB_DataObject function staticGet is now called getKV
|
2013-08-18 13:13:56 +02:00 |
feedlist.php
|
Add Activity Streams feeds to export data
|
2011-06-22 17:09:04 -04:00 |
filenotfoundexception.php
|
GNU social is with a minor s.
|
2013-10-15 00:20:36 +02:00 |
filenoticestream.php
|
Still bad
|
2012-11-11 21:36:42 -05:00 |
filteringnoticestream.php
|
FilteringNoticeStream now uses OOP for getNotices
|
2014-05-12 11:08:25 +02:00 |
form.php
|
Only POST Form widgets send a session token.
|
2014-05-18 20:19:05 +02:00 |
formaction.php
|
Form- and ManagedAction improvements
|
2014-07-06 12:55:18 +02:00 |
framework.php
|
Revert "Slightly larger avatars and some box-shadow"
|
2014-06-06 22:11:50 +02:00 |
fullthreadednoticelist.php
|
|
|
galleryaction.php
|
ProfileAction derivatives somewhat migrated to ManagedAction
|
2014-05-12 22:41:05 +02:00 |
grantroleform.php
|
i18n/L10n updates.
|
2011-04-01 19:47:24 +02:00 |
groupaction.php
|
Cosmetic changes to common_redirect, clientError, serverError
|
2014-03-10 00:25:57 +01:00 |
groupblockform.php
|
|
|
groupeditform.php
|
|
|
grouplist.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
groupmemberlist.php
|
|
|
groupmemberlistitem.php
|
|
|
groupminilist.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
groupnoprofileexception.php
|
Local_group and User are now assumed to be in same namespace
|
2013-10-17 01:27:01 +02:00 |
groupnoticestream.php
|
|
|
groupprofileblock.php
|
showAvatar functions deduplicated into Widget class
|
2014-06-21 23:25:50 +02:00 |
groupsbymemberssection.php
|
|
|
groupsbypostssection.php
|
|
|
groupsection.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
groupsnav.php
|
Group discovery from text functions polished
|
2013-10-29 13:40:14 +01:00 |
grouptagcloudsection.php
|
|
|
homestubnav.php
|
Home stub nav for admin, settings, and docs
|
2011-09-30 14:24:03 -04:00 |
htmloutputter.php
|
HTML5 required attribute for some input forms
|
2014-04-06 11:27:41 +02:00 |
httpclient.php
|
User agents and generators changed to GNU social
|
2013-11-01 13:46:05 +01:00 |
imagefile.php
|
Could not update avatar due to Bad Thumbnail parameters
|
2014-06-17 12:48:10 +02:00 |
imchannel.php
|
Some getStaticProperty calls to PEAR globalized
|
2013-10-28 19:03:09 +01:00 |
immanager.php
|
|
|
implugin.php
|
Daisychaining bug with exceptions in PHP
|
2013-10-22 15:36:02 +02:00 |
imqueuehandler.php
|
|
|
imreceiverqueuehandler.php
|
|
|
imsenderqueuehandler.php
|
|
|
inboxnoticestream.php
|
Order InboxNoticeStream by id instead of created
|
2014-05-10 15:06:31 +02:00 |
inboxtagcloudsection.php
|
Removed Inbox from core (unused since 4b2a66ed29 )
|
2014-03-06 04:46:29 +01:00 |
infoaction.php
|
OAuth related syntax fixes, nothing big
|
2013-10-06 12:43:18 +02:00 |
inlineattachmentlist.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
installer.php
|
adminUpdates setting not available now
|
2014-05-19 14:53:52 +02:00 |
invalidurlexception.php
|
GNU social is with a minor s.
|
2013-10-15 00:20:36 +02:00 |
invitebuttonsection.php
|
|
|
inviteform.php
|
|
|
iomanager.php
|
Shouldn't define static classes as abstract.
|
2013-09-21 18:53:18 +02:00 |
iomaster.php
|
We don't need _that_ noisy queue managers...
|
2013-10-05 13:12:16 +02:00 |
joinform.php
|
|
|
jsonsearchresultslist.php
|
Qvitter API changes (thanks hannes2peer)
|
2013-10-06 21:51:50 +02:00 |
language.php
|
Enable Belarusian (Taraškievica orthography) (be-tarask) and Malayalam (ml).
|
2012-04-19 16:25:36 +02:00 |
leaveform.php
|
|
|
liberalstomp.php
|
|
|
listsnav.php
|
Add translator documentation.
|
2011-08-19 18:11:31 +02:00 |
location.php
|
|
|
logingroupnav.php
|
|
|
mail.php
|
Deliver SMS to @-ref'd users who want it, regardless of subscription.
|
2014-05-05 13:36:34 +02:00 |
mailbox.php
|
Cosmetic changes to common_redirect, clientError, serverError
|
2014-03-10 00:25:57 +01:00 |
mailboxmenu.php
|
|
|
mailhandler.php
|
MediaFile code improvements, preparing to implement multi-attachments
|
2013-10-05 18:47:45 +02:00 |
makeadminform.php
|
|
|
managedaction.php
|
Form- and ManagedAction improvements
|
2014-07-06 12:55:18 +02:00 |
mediafile.php
|
FileAction removed (we have AttachmentAction).
|
2014-05-10 12:29:34 +02:00 |
menu.php
|
|
|
messageform.php
|
|
|
messagelist.php
|
|
|
messagelistitem.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
methodnotimplementedexception.php
|
Shouldn't define static classes as abstract.
|
2013-09-21 18:53:18 +02:00 |
microappplugin.php
|
Rewriting code for notice representation
|
2014-07-04 14:14:49 +02:00 |
microid.php
|
|
|
moremenu.php
|
|
|
mysqlschema.php
|
|
|
nickname.php
|
Updating Markdown class + use spl_autoload_register
|
2014-03-18 10:52:17 +01:00 |
noavatarexception.php
|
GNU social is with a minor s.
|
2013-10-15 00:20:36 +02:00 |
noprofileexception.php
|
NoProfileException collision avoidance fix
|
2014-05-26 14:39:03 +02:00 |
noresultexception.php
|
We can only handle Memcached_DataObject in NoResultException
|
2013-11-02 18:48:28 +01:00 |
nosuchgroupexception.php
|
NoticeListItem attentions showed double for User_group
|
2013-10-30 12:56:17 +01:00 |
nosuchuserexception.php
|
NoticeListItem attentions showed double for User_group
|
2013-10-30 12:56:17 +01:00 |
noticeform.php
|
FormAction updates, also fixing NoticeForm CSS
|
2014-07-03 14:01:12 +02:00 |
noticelist.php
|
pluginified most of hasFave, getFaves and related calls
|
2014-06-27 14:09:02 +02:00 |
noticelistactorsitem.php
|
pluginified most of hasFave, getFaves and related calls
|
2014-06-27 14:09:02 +02:00 |
noticelistitem.php
|
ModPlus and some layouting issues regarding fixes
|
2014-07-06 01:37:31 +02:00 |
noticelistitemadapter.php
|
pluginified most of hasFave, getFaves and related calls
|
2014-06-27 14:09:02 +02:00 |
noticeplaceholderform.php
|
|
|
noticesection.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
noticestream.php
|
Only get POST verbs for noticestreams for now
|
2014-07-09 13:37:09 +02:00 |
nouriexception.php
|
NoUriException added and implemented in FeedSub class
|
2014-05-19 17:30:04 +02:00 |
nudgeform.php
|
|
|
oauthclient.php
|
OAuth extlib updated and Twitter comments removed
|
2013-10-05 16:04:23 +02:00 |
parallelizingdaemon.php
|
|
|
passwordhashexception.php
|
AuthCrypt now tidied up and enabled by default.
|
2013-10-17 16:36:15 +02:00 |
peopletageditform.php
|
The overloaded DB_DataObject function staticGet is now called getKV
|
2013-08-18 13:13:56 +02:00 |
peopletaggroupnav.php
|
The overloaded DB_DataObject function staticGet is now called getKV
|
2013-08-18 13:13:56 +02:00 |
peopletaglist.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
peopletagnav.php
|
|
|
peopletagnoticestream.php
|
|
|
peopletags.php
|
|
|
peopletagsbysubssection.php
|
|
|
peopletagsection.php
|
showAvatar functions deduplicated into Widget class
|
2014-06-21 23:25:50 +02:00 |
peopletagsforusersection.php
|
|
|
peopletagsubscriptionssection.php
|
|
|
personalgroupnav.php
|
More Favorite pluginification (favecount, cache, menus(favecount, cache, menus))
|
2014-06-28 14:03:30 +02:00 |
personaltagcloudsection.php
|
accidentally stored wrong personaltagcloudsection
|
2011-04-20 16:12:49 -04:00 |
pgsqlschema.php
|
|
|
ping.php
|
User agents and generators changed to GNU social
|
2013-11-01 13:46:05 +01:00 |
pingqueuehandler.php
|
|
|
plugin.php
|
check local/plugins before plugins in Plugin::onAutoload
|
2013-12-31 23:56:56 +00:00 |
plugindisableform.php
|
|
|
pluginenableform.php
|
|
|
pluginlist.php
|
|
|
pluginqueuehandler.php
|
Local_group and User are now assumed to be in same namespace
|
2013-10-17 01:27:01 +02:00 |
poco.php
|
Typing and static declaration in PoCo class
|
2013-10-06 03:48:41 +02:00 |
pocoaddress.php
|
|
|
pocourl.php
|
|
|
primarynav.php
|
|
|
processmanager.php
|
|
|
profileaction.php
|
ProfileAction derivatives somewhat migrated to ManagedAction
|
2014-05-12 22:41:05 +02:00 |
profileactionform.php
|
|
|
profileblock.php
|
showAvatar functions deduplicated into Widget class
|
2014-06-21 23:25:50 +02:00 |
profileformaction.php
|
More Favorite pluginification (favecount, cache, menus(favecount, cache, menus))
|
2014-06-28 14:03:30 +02:00 |
profilelist.php
|
Nicknames in subscriptions list
|
2014-06-24 01:56:55 +02:00 |
profileminilist.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
profilenoaccturiexception.php
|
getAcctUri function added with related exception
|
2013-10-28 18:21:10 +01:00 |
profilenoticestream.php
|
Only get POST verbs for noticestreams for now
|
2014-07-09 13:37:09 +02:00 |
profilesection.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
publicgroupnav.php
|
Favorite "aside"-sections moved, also small fixes left from before
|
2014-06-28 16:09:46 +02:00 |
publicnoticestream.php
|
Only get POST verbs for noticestreams for now
|
2014-07-09 13:37:09 +02:00 |
publictagcloudsection.php
|
|
|
queuehandler.php
|
Create IM plugin, Pluginize XMPP, Create AIM plugin
|
2010-01-27 13:48:35 -05:00 |
queuemanager.php
|
Don't discard XML in queue items
|
2014-02-24 14:11:34 +01:00 |
queuemonitor.php
|
Create IM plugin, Pluginize XMPP, Create AIM plugin
|
2010-01-27 13:48:35 -05:00 |
redirectingaction.php
|
|
|
repeatedbymenoticestream.php
|
|
|
repeatform.php
|
Making FormAction subclasses use same sessionToken() code
|
2014-05-18 19:59:40 +02:00 |
repeatsofmenoticestream.php
|
|
|
replynoticestream.php
|
Replies don't have verbs (we'll do some join magic later)
|
2014-07-09 21:53:21 +02:00 |
revokeroleform.php
|
Upadte translator documentation.
|
2011-04-03 14:24:55 +02:00 |
right.php
|
|
|
router.php
|
Favorite functionality put into plugin (not done yet)
|
2014-06-24 15:58:53 +02:00 |
rssaction.php
|
File::processNew can return -1 which was not true for empty()
|
2014-06-02 01:46:09 +02:00 |
sandboxform.php
|
|
|
schema.php
|
$_PEAR now defined globally as new PEAR, so no static calls are made
|
2013-09-23 22:27:43 +02:00 |
schemaupdater.php
|
|
|
scopingnoticestream.php
|
pivotGet moved into Managed_DataObject
|
2013-08-29 10:13:07 +02:00 |
search_engines.php
|
|
|
searchaction.php
|
GET request would send 'search' parameter because it had a name
|
2014-05-18 20:18:18 +02:00 |
searchform.php
|
Only POST Form widgets send a session token.
|
2014-05-18 20:19:05 +02:00 |
searchgroupnav.php
|
i18n/L10n updates.
|
2011-04-01 19:47:24 +02:00 |
searchnoticestream.php
|
|
|
secondarynav.php
|
|
|
section.php
|
|
|
servererroraction.php
|
|
|
serverexception.php
|
|
|
settingsaction.php
|
Cosmetic changes to common_redirect, clientError, serverError
|
2014-03-10 00:25:57 +01:00 |
settingsnav.php
|
|
|
silenceform.php
|
|
|
siteprofile.php
|
OStatus enabled by default, only disabled for private siteprofile
|
2014-05-09 10:31:55 +02:00 |
smsqueuehandler.php
|
|
|
spawningdaemon.php
|
|
|
statusnet.php
|
StatusNet::delPlugin($name) added to disable plugins
|
2014-05-31 00:27:23 +02:00 |
stompqueuemanager.php
|
Enable json-specified objects in queue_item frames
|
2013-10-28 12:44:06 +01:00 |
subgroupnav.php
|
|
|
subpeopletagcloudsection.php
|
|
|
subscribeform.php
|
Upadte translator documentation.
|
2011-04-03 14:24:55 +02:00 |
subscribepeopletagform.php
|
|
|
subscriberspeopleselftagcloudsection.php
|
|
|
subscriberspeopletagcloudsection.php
|
|
|
subscriptionlist.php
|
Nicknames in subscriptions list
|
2014-06-24 01:56:55 +02:00 |
subscriptionspeopleselftagcloudsection.php
|
|
|
subscriptionspeopletagcloudsection.php
|
|
|
tabledef.php
|
|
|
tagcloudsection.php
|
|
|
taggedprofilenoticestream.php
|
|
|
tagnoticestream.php
|
|
|
tagprofileform.php
|
missing file for 4b40d6bb2a
|
2014-07-04 14:13:48 +02:00 |
taguri.php
|
|
|
theme.php
|
Incorrect constant for theme warning
|
2011-09-27 11:32:20 -04:00 |
themeuploader.php
|
|
|
threadednoticelist.php
|
ModPlus and some layouting issues regarding fixes
|
2014-07-06 01:37:31 +02:00 |
threadingnoticestream.php
|
|
|
togglepeopletag.php
|
Properly unlink all old avatars when deleting/uploading a new
|
2013-10-01 17:00:10 +02:00 |
topposterssection.php
|
|
|
toselector.php
|
Group discovery from text functions polished
|
2013-10-29 13:40:14 +01:00 |
uapplugin.php
|
Favorite "aside"-sections moved, also small fixes left from before
|
2014-06-28 16:09:46 +02:00 |
unblockform.php
|
|
|
unknownuriexception.php
|
UnknownUriException added for better error handling
|
2014-05-26 14:59:45 +02:00 |
unqueuemanager.php
|
|
|
unsandboxform.php
|
|
|
unsilenceform.php
|
Translator documentation added/updated.
|
2011-03-18 18:03:41 +01:00 |
unsubscribeform.php
|
|
|
unsubscribepeopletagform.php
|
|
|
unsupportedmediaexception.php
|
UnsupportedMediaException caused excessive debug log
|
2014-05-05 17:54:56 +02:00 |
urlmapper.php
|
Store a list of all paths the router knows about (backward compatibility with Net_URL_Mapper)
|
2011-09-15 16:58:12 -07:00 |
urlshortenerplugin.php
|
|
|
usefileasthumbnailexception.php
|
UseFileAsThumbnailException (helps support GIFs)
|
2014-06-17 12:15:11 +02:00 |
useractivitystream.php
|
pluginified most of hasFave, getFaves and related calls
|
2014-06-27 14:09:02 +02:00 |
usernoprofileexception.php
|
NoProfileException now parent to User* and Group*
|
2013-10-17 00:32:54 +02:00 |
util.php
|
Initial move towards microformats2
|
2014-06-22 17:11:04 +02:00 |
uuid.php
|
Replace common_good_random with common_random_hexstr
|
2013-10-21 13:20:30 +02:00 |
webcolor.php
|
L10n consistency updates in wording and punctuation.
|
2011-01-21 22:45:37 +01:00 |
widget.php
|
Widgets require Action not HTMLOutputter (getScoped)
|
2014-07-03 14:02:01 +02:00 |
xmloutputter.php
|
|
|
xmlstringer.php
|
|
|
xrdsoutputter.php
|
|
|