gnu-social/lib
2010-03-25 21:33:38 +01:00
..
accountsettingsaction.php
action.php Merge branch 'testing' into 0.9.x 2010-03-10 09:55:14 -08:00
activity.php Some initial media parsing 2010-03-22 18:55:17 -07:00
activitycontext.php Move activity classes to their own files 2010-03-20 16:06:22 -05:00
activityobject.php Some initial media parsing 2010-03-22 18:55:17 -07:00
activityutils.php Pull <atom:author> info as well as <activity:actor> when we have an old-style ActivityStreams feed. This fixes subscription setup for Cliqset feeds, which currently have a bogus activity:actor/atom:id but a good atom:author/atom:uri 2010-03-21 16:25:12 -07:00
activityverb.php Move activity classes to their own files 2010-03-20 16:06:22 -05:00
adminform.php
adminpanelaction.php Merge branch 'testing' into 0.9.x 2010-03-04 10:16:59 -08:00
apiaction.php Fix for API group methods, caused failure or output corruption when pulling up local groups by name in api/statusnet/groups/is_member.json/xml 2010-03-24 13:36:57 -07:00
apiauth.php Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI. Example rewrite lines added as comments in htaccess.sample, API tweaked to accept alternate environment var form. 2010-03-17 11:04:41 -07:00
apibareauth.php
apioauth.php OAuth 1.0 working now 2010-01-24 16:36:04 -08:00
apioauthstore.php Better token revocation 2010-02-05 03:18:43 +00:00
apiprivateauth.php
applicationeditform.php Remove redundant session token field from form (was already being added by base class). 2010-01-28 18:36:30 +00:00
applicationlist.php Revoke access token UI 2010-01-24 16:36:05 -08:00
arraywrapper.php
atom10feed.php Generator tag should have 'uri' attr not 'url' 2010-03-11 23:44:50 +00:00
atomcategory.php move atom category to its own file, too 2010-03-20 16:55:36 -05:00
atomgroupnoticefeed.php Put all required field setup into AtomUserNoticeFeed and AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) 2010-03-03 16:33:20 -08:00
atomnoticefeed.php Revert "Revert "Show <activity:subject> and no activity actors for user feed"" 2010-03-03 20:58:34 -08:00
atomusernoticefeed.php Revert "Revert "Show <activity:subject> and no activity actors for user feed"" 2010-03-03 20:58:34 -08:00
attachmentlist.php Using rel=external instead of class=external for jOverlay title link 2010-03-25 21:33:38 +01:00
attachmentnoticesection.php
attachmenttagcloudsection.php
authenticationplugin.php Use common_nicknamize() in better places. 2010-03-01 11:56:07 -05:00
authorizationplugin.php fix "PHP Warning: Call-time pass-by-reference has been deprecated" 2010-02-24 22:35:22 -05:00
avatarlink.php Move activity classes to their own files 2010-03-20 16:06:22 -05:00
blockform.php
cache.php Merge branch 'master' into testing 2010-02-16 09:22:02 -08:00
channel.php Added scripts/command.php, can be used to run commands such as subscription on behalf of users. 2010-03-09 13:41:05 -08:00
clienterroraction.php
clientexception.php
columndef.php
command.php Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing 2010-03-23 12:13:32 -07:00
commandinterpreter.php Add lose <nickname> command to the command interpreter 2010-02-22 23:09:14 -05:00
common.php Move activity classes to their own files 2010-03-20 16:06:22 -05:00
connectsettingsaction.php Reorganized the OAuth app URLs and more work on the register app workflow 2010-01-24 16:36:01 -08:00
currentuserdesignaction.php
curry.php
daemon.php
dberroraction.php
dbqueuemanager.php Stomp queue restructuring for mass scalability: 2010-02-16 09:16:51 -08:00
default.php Merge branch 'testing' into 0.9.x 2010-03-09 11:27:53 -08:00
deleteuserform.php
deluserqueuehandler.php Background deletion of user accounts. Notices are deleted in chunks, then the user itself when they're all gone. 2010-03-15 16:08:00 -07:00
designsettings.php Optionally set a separate Javascript server and path 2010-01-27 11:37:22 -05:00
disfavorform.php
distribqueuehandler.php OStatus: save categories from the Atom entry as hashtags. 2010-02-25 11:26:33 -08:00
error.php First steps on converting FeedSub into the pub/sub basis for OStatus communications: 2010-02-08 11:15:29 -08:00
event.php
favorform.php
featureduserssection.php
feed.php
feedlist.php
form.php
galleryaction.php
grantroleform.php Initial user role controls on profile pages, for owner to add/remove administrator and moderator options. 2010-03-03 15:43:49 -08:00
groupdesignaction.php
groupeditform.php
grouplist.php Added single whitespace to separate inline text words. 2010-02-15 20:41:46 +01:00
groupminilist.php
groupnav.php
groupsbymemberssection.php
groupsbypostssection.php
groupsection.php Added single whitespace to separate inline text words. 2010-02-15 20:41:46 +01:00
grouptagcloudsection.php Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries. 2010-02-04 11:06:01 -08:00
htmloutputter.php Merge branch 'master' into testing 2010-02-17 10:13:35 -08:00
httpclient.php Workaround intermittent bugs with HEAD requests by disabling keepalive in HTTPClient. 2010-03-10 15:13:16 -08:00
imagefile.php Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, causing warnings) 2010-03-18 15:39:06 -07:00
iomanager.php Stomp queue restructuring for mass scalability: 2010-02-16 09:16:51 -08:00
iomaster.php Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x 2010-02-21 11:12:56 -08:00
jabber.php XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for first access to undefined member variable 2010-03-08 10:32:40 -08:00
jabberqueuehandler.php Fix more fatal errors in queue edge cases 2010-01-28 23:08:36 -08:00
joinform.php OStatus: fix remote groups to work with new user_groups/local_groups split. 2010-02-25 13:02:08 -08:00
jsonsearchresultslist.php
language.php Add Breton to language.php 2010-03-04 20:04:44 +01:00
leaveform.php OStatus: fix remote groups to work with new user_groups/local_groups split. 2010-02-25 13:02:08 -08:00
liberalstomp.php Manual failover for stomp queues. 2010-01-28 16:49:32 -08:00
location.php
logingroupnav.php
mail.php implement mail headers 2010-03-04 23:10:27 -05:00
mailbox.php
mailhandler.php Offload inbox updates to a queue handler to speed up posting online 2010-01-25 18:08:21 -05:00
mediafile.php Modify configuration to have an option to allow uploads regardless of mime type 2010-03-01 21:44:41 -05:00
messageform.php Add content for all 3 Send buttons (2 are the same as far as I can tell) 2010-03-01 15:57:27 +01:00
microid.php
mysqlschema.php Fixes for updating indices, charset/collation and engine type on plugin-created tables. 2010-03-12 13:16:32 -08:00
noticeform.php Add content for all 3 Send buttons (2 are the same as far as I can tell) 2010-03-01 15:57:27 +01:00
noticelist.php Added rel=external to geo location link 2010-03-25 21:33:26 +01:00
noticesection.php Added another single whitespace 2010-02-15 21:21:25 +01:00
nudgeform.php
oauthclient.php Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows 2010-02-17 20:58:15 +00:00
oauthstore.php Return empty array when no subscriptions to remote 2010-03-01 18:03:17 -05:00
omb.php Revert "show service debug info" 2010-03-01 18:49:39 -05:00
ombqueuehandler.php Fix more fatal errors in queue edge cases 2010-01-28 23:08:36 -08:00
ownerdesignaction.php
parallelizingdaemon.php
personalgroupnav.php Single-user mode 2010-01-26 00:21:05 -05:00
personaltagcloudsection.php Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries. 2010-02-04 11:06:01 -08:00
pgsqlschema.php Remove stray whitespace at file start that snuck into last update 2010-03-11 18:07:00 -08:00
ping.php
pingqueuehandler.php
plugin.php
pluginqueuehandler.php
poco.php Move activity classes to their own files 2010-03-20 16:06:22 -05:00
pocoaddress.php Move activity classes to their own files 2010-03-20 16:06:22 -05:00
pocourl.php Move activity classes to their own files 2010-03-20 16:06:22 -05:00
popularnoticesection.php Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries. 2010-02-04 11:06:01 -08:00
processmanager.php Detect when queuedaemon/xmppdaemon parent processes die and kill the child processes. 2010-03-10 11:54:00 -08:00
profileaction.php Added event hooks at the start and end of groups mini list 2010-03-03 12:55:01 -05:00
profileactionform.php
profileformaction.php
profilelist.php Fix for 4113f2884113f288: show regular subscribe form for all non-OMB profiles. We can't initiate remote sub for an OMB from our end, so dropping there. 2010-03-03 19:22:22 +00:00
profileminilist.php
profilequeuehandler.php try/catch on omb profile pings 2010-02-25 21:06:53 -08:00
profilesection.php Added single whitespace to separate inline text words. 2010-02-15 20:41:46 +01:00
publicgroupnav.php
publicqueuehandler.php Fix more fatal errors in queue edge cases 2010-01-28 23:08:36 -08:00
queued_xmpp.php Fix ticket #2208: regression in XMPP sending when server != host 2010-03-08 12:19:06 -08:00
queuehandler.php
queuemanager.php Background deletion of user accounts. Notices are deleted in chunks, then the user itself when they're all gone. 2010-03-15 16:08:00 -07:00
queuemonitor.php
repeatform.php
revokeroleform.php Initial user role controls on profile pages, for owner to add/remove administrator and moderator options. 2010-03-03 15:43:49 -08:00
right.php Initial user role controls on profile pages, for owner to add/remove administrator and moderator options. 2010-03-03 15:43:49 -08:00
router.php change router to allow hooking path connections 2010-03-23 12:33:41 -04:00
rssaction.php
sandboxform.php
schema.php Fixes for updating indices, charset/collation and engine type on plugin-created tables. 2010-03-12 13:16:32 -08:00
search_engines.php
searchaction.php
searchgroupnav.php
section.php
servererroraction.php Log backtraces for non-ClientException exceptions caught at the top-level handler. 2010-03-22 11:33:56 -07:00
serverexception.php
settingsaction.php
silenceform.php
smsqueuehandler.php
snapshot.php
spawningdaemon.php Detect when queuedaemon/xmppdaemon parent processes die and kill the child processes. 2010-03-10 11:54:00 -08:00
statusnet.php Don't switch people from the Memcache to Memcached plugin without their knowledge when using back-compatibility $config['memcached']['enabled']. Performance characteristics for Memcached version on large-scale sites not tested yet. 2010-03-11 18:10:41 -08:00
stompqueuemanager.php Queues: redid the breakout control model so we can start up and subscribe to queues without running through the complete site list, which is ok at 1k sites but too slow at 10k. 2010-02-17 16:49:00 -08:00
subgroupnav.php
subpeopletagcloudsection.php
subs.php reuse Subscription::cancel instead of reimplementing it. 2010-03-11 20:40:25 -05:00
subscribeform.php
subscriberspeopleselftagcloudsection.php
subscriberspeopletagcloudsection.php
subscriptionlist.php
subscriptionspeopleselftagcloudsection.php
subscriptionspeopletagcloudsection.php
tabledef.php
tagcloudsection.php
taguri.php Add a library to mint tag URIs 2010-02-20 13:23:08 -05:00
theme.php null theme ssl setting means 'guess' 2010-02-11 16:47:47 -05:00
topposterssection.php
uapplugin.php camelcase the uap param names 2010-01-27 16:34:18 -05:00
unblockform.php
unqueuemanager.php
unsandboxform.php
unsilenceform.php
unsubscribeform.php
usernoprofileexception.php new exception class for when a user has no profile 2010-03-18 08:32:17 -05:00
userprofile.php Assigned an identifier for the representative user and group profile 2010-03-25 21:32:28 +01:00
util.php Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing 2010-03-23 12:13:32 -07:00
webcolor.php
widget.php
xmloutputter.php
xmlstringer.php
xmppmanager.php XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for first access to undefined member variable 2010-03-08 10:32:40 -08:00
xmppoutqueuehandler.php
xrdsoutputter.php