gnu-social/lib
Mikael Nordfeldth a89e91da79 By default, don't allow nick changes for profiles
This goes for both users and groups, since they share nickname namespace.

If you want to enable nickname changes, just add this to your config:

   $config['profile']['changenick'] = true;

This commit should cover all changes in our usual web forms as well as through
the API.
2015-02-04 21:25:14 +01:00
..
accountmover.php Code cleanup and enabling User object's etc. getUri() 2014-04-28 14:08:42 +02:00
accountprofileblock.php DirectMessage moved into a plugin, not done yet 2014-11-07 15:53:35 +01:00
action.php PHP BUG??? Cannot figure out why this throws warning 2015-01-18 12:52:33 +01:00
activity.php ostatus:conversation element instead of link rel="" 2014-11-27 13:47:31 +01:00
activitycontext.php ostatus:conversation element instead of link rel="" 2014-11-27 13:47:31 +01:00
activityhandlerplugin.php Found some unreachable code in Favorite 2015-01-12 02:23:23 +01:00
activityimporter.php Unifying HTML stripping functions to common_strip_html 2014-07-14 13:52:23 +02:00
activitymover.php pluginified most of hasFave, getFaves and related calls 2014-06-27 14:09:02 +02:00
activityobject.php RSS feed items did not get a type assigned 2015-01-15 21:13:21 +01:00
activitysink.php * fix some i18n and L10n issues 2011-01-29 00:33:13 +01:00
activitysource.php Convert Notice::asAtomEntry() to use Notice::asActivity() and Activity::asString() 2010-12-05 16:15:05 -05:00
activitystreamjsondocument.php Fixes some non-defined variables in commit eb2f93a 2014-07-28 10:57:45 +02: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 * i18n/L10n and translator documentation updates. 2010-09-29 00:39:45 +02:00
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 Simplified by adding an abstract AtompubAction 2015-01-12 03:15:41 +01:00
apiauthaction.php Run onEndSetApiUser also when already logged in! 2015-01-31 16:02:01 +01: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 Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 2011-08-18 15:11:10 +02:00
applicationlist.php Initial move towards microformats2 2014-06-22 17:11:04 +02:00
approvegroupform.php Update translator documentation. 2011-03-24 11:48:51 +01:00
approvesubform.php Working subscription approval! 2011-03-28 17:08:04 -07:00
arraywrapper.php ArrayWrapper::fetchAll() shortcut 2011-07-14 14:40:57 -04:00
atom10feed.php Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 2013-11-01 13:51:41 +01:00
atomcategory.php Use outputTo() instead of asString() for including sub-elements 2010-12-27 09:46:25 -08:00
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 Fixes some non-defined variables in commit eb2f93a 2014-07-28 10:57:45 +02:00
atompubaction.php These were meant for lower classes 2015-01-18 21:13:52 +01:00
atompubclient.php Move AtomPubClient to its own module 2011-07-25 23:15:32 -04:00
atomusernoticefeed.php Fixes some non-defined variables in commit eb2f93a 2014-07-28 10:57:45 +02:00
attachment.php HTML5 + CSS adaptions, may cause visual breaks 2015-01-08 16:42:26 +01:00
attachmentlist.php Removing excessive "inline" attachment listings 2014-08-05 11:30:45 +02:00
attachmentlistitem.php Improved animated image thumbnail freedom of choice 2015-01-26 16:33:39 +01:00
attachmentnoticesection.php section control over their notice lists + HTML id stuff 2015-01-09 15:46:35 +01:00
attachmenttagcloudsection.php * i18n/L10n and translator documentation updates. 2010-09-29 00:39:45 +02:00
authenticationplugin.php IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef 2013-08-21 09:48:42 +02:00
authorizationexception.php Extend authorization framework to cover login and API use 2011-02-21 10:20:42 -05:00
authorizationplugin.php * i18n/L10n and translator documentation updates. 2010-09-29 00:39:45 +02:00
avatarlink.php Moved Avatar retrieval into Avatar class 2013-10-06 15:55:06 +02:00
blockform.php * i18n/L10n and translator documentation updates. 2010-09-29 00:39:45 +02:00
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 Fix use of incorrect method causing i18n issue. 2011-03-25 10:13:26 +01:00
cancelsubscriptionform.php L10n/i18n updated. 2011-03-29 23:00:29 +02:00
channel.php Mass replacement of #-comments with //-comments 2011-03-22 11:54:23 -04:00
clienterroraction.php - New base InfoAction for dialog box like msgs 2010-10-06 19:06:57 -07:00
clientexception.php * i18n/L10n and translator documentation updates. 2010-09-29 00:39:45 +02:00
columndef.php * i18n/L10n and translator documentation updates. 2010-09-29 00:39:45 +02:00
command.php MessageCommand moved to DirectMessage plugin 2014-11-07 16:23:34 +01:00
commandinterpreter.php MessageCommand moved to DirectMessage plugin 2014-11-07 16:23:34 +01:00
common.php check-fancy test gave confusing output (not the real message) 2014-07-10 13:10:48 +02:00
conversationnoticestream.php Replies and Conversation noticestreams should only get POSTs by default 2014-07-15 14:27:03 +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 i18n/L10n updates. 2011-04-01 19:47:24 +02:00
dbqueuemanager.php Minor queue fixes, probably not very important. Preparing for cron 2013-11-13 18:15:21 +01:00
default.php By default, don't allow nick changes for profiles 2015-02-04 21:25:14 +01:00
defaultlocalnav.php "Lists with you" and "List subscriptions" in the right aside, "Lists" in the left aside 2011-04-14 19:49:43 +00:00
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 Add translator documentation 2011-01-21 16:35:00 +01:00
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 HTML5 + CSS adaptions, may cause visual breaks 2015-01-08 16:42:26 +01: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 Don't show featuredusersection by default 2011-04-14 16:25:13 -04:00
feed.php use application/stream+json for Activity Streams 2011-06-23 11:24:37 -04:00
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 1.1.3-beta2 2015-01-25 02:43:29 +01:00
fullthreadednoticelist.php show full threaded notice list in conversation view 2011-04-11 12:39:06 -04:00
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 Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures 2014-10-25 14:25:12 +02:00
groupblockform.php Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 2011-08-18 15:11:10 +02:00
groupeditform.php By default, don't allow nick changes for profiles 2015-02-04 21:25:14 +01:00
grouplist.php Initial move towards microformats2 2014-06-22 17:11:04 +02:00
groupmemberlist.php Update translator documentation. 2011-03-24 11:48:51 +01:00
groupmemberlistitem.php Update translator documentation. 2011-03-24 11:48:51 +01:00
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 private group fix 2012-03-21 16:33:23 -04:00
groupprofileblock.php showAvatar functions deduplicated into Widget class 2014-06-21 23:25:50 +02:00
groupsbymemberssection.php Rip out user, group and site design customization code 2011-06-09 16:20:19 -04:00
groupsbypostssection.php Rip out user, group and site design customization code 2011-06-09 16:20:19 -04:00
groupsection.php abstract declaration of GroupSection 2015-01-10 01:46:54 +01:00
groupsnav.php Group discovery from text functions polished 2013-10-29 13:40:14 +01:00
grouptagcloudsection.php shorter title for tag cloud section on groups 2011-08-27 16:08:01 -04:00
homestubnav.php args argument must be array for menu item 2014-10-25 20:58:58 +02:00
htmloutputter.php HTMLOutputter input element can take arbitrary attributes now 2015-02-04 20:52:10 +01:00
httpclient.php Test in Ostatus_profile if avatar is an image before writing to filesystem 2015-01-27 14:00:39 +01:00
imagefile.php Unnecessarily spammy logs for getThumbnail() 2015-01-26 01:16:28 +01:00
imchannel.php Some getStaticProperty calls to PEAR globalized 2013-10-28 19:03:09 +01:00
immanager.php enqueue_outgoing_raw -> enqueueOutgoingRaw 2010-09-03 17:50:28 -04:00
implugin.php Daisychaining bug with exceptions in PHP 2013-10-22 15:36:02 +02:00
imqueuehandler.php public_notice -> publicNotice 2010-09-03 17:50:29 -04:00
imreceiverqueuehandler.php receive_raw_message -> receiveRawMessage 2010-09-03 17:50:28 -04:00
imsenderqueuehandler.php Merge branch '0.9.x' into 1.0.x 2010-02-16 13:15:09 -05:00
inboxnoticestream.php NoticeStream already handles "getNotices" 2015-02-03 12:12:11 +01: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 HTML5 + CSS adaptions, may cause visual breaks 2015-01-08 16:42:26 +01:00
installer.php Check for valid database connection object. 2014-08-18 10:10:55 +02:00
invalidurlexception.php GNU social is with a minor s. 2013-10-15 00:20:36 +02:00
invitebuttonsection.php section control over their notice lists + HTML id stuff 2015-01-09 15:46:35 +01:00
inviteform.php Update translator documentation, i18n and L10n. 2011-05-20 16:57:05 +02:00
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 Translator documentation updated/added. 2011-04-04 00:41:48 +02:00
jsonsearchresultslist.php Notice_source checks in better code style 2014-11-05 19:44:22 +01:00
language.php Enable Belarusian (Taraškievica orthography) (be-tarask) and Malayalam (ml). 2012-04-19 16:25:36 +02:00
leaveform.php i18n/L10n updates. 2011-04-01 19:47:24 +02:00
liberalstomp.php Stomp blocking writes fix 2010-06-03 16:09:47 -07:00
listsnav.php Add translator documentation. 2011-08-19 18:11:31 +02:00
location.php tobyink's location RDF patch 2009-11-19 12:00:25 -05:00
logingroupnav.php don't show register in login if already logged in 2011-03-09 10:15:19 -05:00
mail.php Fave::addNew now calls Notice::saveActivity 2015-02-03 16:34:11 +01:00
mailhandler.php MediaFile code improvements, preparing to implement multi-attachments 2013-10-05 18:47:45 +02:00
makeadminform.php Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 2011-08-18 15:11:10 +02:00
managedaction.php Form- and ManagedAction improvements 2014-07-06 12:55:18 +02:00
mediafile.php MediaFile->getFile() instead of accessing fileRecord 2015-01-23 14:46:47 +01:00
menu.php Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures 2014-10-25 14:25:12 +02:00
methodnotimplementedexception.php Shouldn't define static classes as abstract. 2013-09-21 18:53:18 +02:00
microappplugin.php PollListItem freed from noticeListItemAdapter clutches 2014-10-26 14:48:02 +01:00
microid.php define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
moremenu.php Better list-unwrapping in MoreMenu 2011-08-23 00:32:46 -04:00
mysqlschema.php Fix for schema upgrade issue when primary keys change; fixes upgrade direct from 0.8.x 2011-09-08 13:03:22 -07:00
networkpublicnoticestream.php /main/all will give a network-wide public stream 2015-01-28 20:25:39 +01:00
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 Corrected message in NoSuchGroupException 2015-01-27 13:37:35 +01:00
nosuchuserexception.php NoticeListItem attentions showed double for User_group 2013-10-30 12:56:17 +01:00
noticeform.php HTML5 placeholder for notice input form. 2015-02-01 21:35:25 +01:00
noticelist.php section control over their notice lists + HTML id stuff 2015-01-09 15:46:35 +01:00
noticelistactorsitem.php pluginified most of hasFave, getFaves and related calls 2014-06-27 14:09:02 +02:00
noticelistitem.php section control over their notice lists + HTML id stuff 2015-01-09 15:46:35 +01:00
noticelistitemadapter.php pluginified most of hasFave, getFaves and related calls 2014-06-27 14:09:02 +02:00
noticesection.php section control over their notice lists + HTML id stuff 2015-01-09 15:46:35 +01:00
noticestream.php NoticeStream fixes regarding non-post verbs 2014-07-14 00:59:04 +02:00
nouploadedmediaexception.php MediaFile upload simplifying 2015-01-21 17:39:48 +01:00
nouriexception.php NoUriException added and implemented in FeedSub class 2014-05-19 17:30:04 +02:00
nudgeform.php Upadte translator documentation. 2011-04-03 14:24:55 +02:00
oauthclient.php OAuth extlib updated and Twitter comments removed 2013-10-05 16:04:23 +02:00
parallelizingdaemon.php define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
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 Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures 2014-10-25 14:25:12 +02:00
peopletaglist.php Initial move towards microformats2 2014-06-22 17:11:04 +02:00
peopletagnav.php Update/fix translator documentation. 2011-04-17 02:26:53 +02:00
peopletagnoticestream.php Explicit joins for people tags 2011-08-26 11:38:39 -04:00
peopletags.php Complete "people tag" to "list" in UI messages. 2011-04-17 20:08:03 +02:00
peopletagsbysubssection.php Update translator documentation. 2011-04-15 15:07:35 +02:00
peopletagsection.php showAvatar functions deduplicated into Widget class 2014-06-21 23:25:50 +02:00
peopletagsforusersection.php Complete "people tag" to "list" in UI messages. 2011-04-17 20:08:03 +02:00
peopletagsubscriptionssection.php Update translator documentation. 2011-04-15 15:07:35 +02:00
personalgroupnav.php DirectMessage moved into a plugin, not done yet 2014-11-07 15:53:35 +01:00
personaltagcloudsection.php accidentally stored wrong personaltagcloudsection 2011-04-20 16:12:49 -04:00
pgsqlschema.php fix index drop on pg 2010-10-19 12:23:49 -07:00
ping.php User agents and generators changed to GNU social 2013-11-01 13:46:05 +01:00
pingqueuehandler.php XMPP queued output & initial retooling of DB queue manager to support non-Notice objects. 2010-01-22 12:52:36 -08:00
plugin.php check local/plugins before plugins in Plugin::onAutoload 2013-12-31 23:56:56 +00:00
plugindisableform.php Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list. 2010-03-22 13:58:27 -07:00
pluginenableform.php Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list. 2010-03-22 13:58:27 -07:00
pluginlist.php Hopefully fix TRANS message not getting picked up by xgettext. 2011-06-19 11:45:37 +02:00
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 Add PoCo to Activity Streams JSON 2011-02-17 22:36:14 -08:00
pocourl.php Add PoCo to Activity Streams JSON 2011-02-17 22:36:14 -08:00
primarynav.php use a form for search 2011-08-25 17:59:27 -04:00
primarynoticelist.php new noticelist classes for primary and section lists 2015-01-08 20:19:43 +01: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 ProfileAction derivatives somewhat migrated to ManagedAction 2014-05-12 22:41:05 +02:00
profileactionform.php common superclass for actions that operate on a profile and return 2009-11-16 14:28:58 +01:00
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 NoticeStream fixes regarding non-post verbs 2014-07-14 00:59:04 +02:00
profilesection.php section control over their notice lists + HTML id stuff 2015-01-09 15:46:35 +01:00
publicgroupnav.php Favorite "aside"-sections moved, also small fixes left from before 2014-06-28 16:09:46 +02:00
publicnoticestream.php /main/all will give a network-wide public stream 2015-01-28 20:25:39 +01:00
publictagcloudsection.php fail gracefully when no IDs for tag cloud 2011-04-20 19:07:07 -04:00
queuehandler.php Create IM plugin, Pluginize XMPP, Create AIM plugin 2010-01-27 13:48:35 -05:00
queuemanager.php QueueManager: don't assume all non-XML strings are JSON 2014-11-23 23:24:16 -05:00
queuemonitor.php Create IM plugin, Pluginize XMPP, Create AIM plugin 2010-01-27 13:48:35 -05:00
redirectingaction.php Upadte translator documentation. 2011-04-03 14:24:55 +02:00
repeatedbymenoticestream.php all filtering stream classes take an optional profile parameter 2011-04-11 12:32:35 -04:00
repeatform.php Making FormAction subclasses use same sessionToken() code 2014-05-18 19:59:40 +02:00
repeatsofmenoticestream.php all filtering stream classes take an optional profile parameter 2011-04-11 12:32:35 -04:00
replynoticestream.php Sorry, left some debug lines in the pushed source :) 2014-07-16 13:06:29 +02:00
revokeroleform.php Upadte translator documentation. 2011-04-03 14:24:55 +02:00
right.php Add spam-training, spam-reviewing rights 2012-03-25 13:18:16 -04:00
router.php A single user instance also has the same URLs as multiuser instances 2015-02-04 16:47:43 +01:00
rssaction.php File::processNew can return -1 which was not true for empty() 2014-06-02 01:46:09 +02:00
sandboxform.php Upadte translator documentation. 2011-04-03 14:24:55 +02:00
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 Fix for schema_version checksum table when checking schemas before the table's been added. :) 2011-02-28 11:19:47 -08:00
scopingnoticestream.php pivotGet moved into Managed_DataObject 2013-08-29 10:13:07 +02:00
search_engines.php Add some other ways to order searches to the base search engine class 2011-03-05 01:54:47 -08:00
searchaction.php Use HTTPS links for Google and Yahoo! 2014-12-03 22:55:34 -05:00
searchform.php Only POST Form widgets send a session token. 2014-05-18 20:19:05 +02:00
searchgroupnav.php Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures 2014-10-25 14:25:12 +02:00
searchnoticestream.php make search results privacy-aware 2011-04-11 18:59:58 -04:00
secondarynav.php remove bad old badge code 2011-09-30 14:23:30 -04:00
section.php section control over their notice lists + HTML id stuff 2015-01-09 15:46:35 +01:00
sectionnoticelist.php new noticelist classes for primary and section lists 2015-01-08 20:19:43 +01:00
servererroraction.php - New base InfoAction for dialog box like msgs 2010-10-06 19:06:57 -07:00
serverexception.php - Update ApiOauthAuthorizeAction to 1.0a 2010-10-06 19:20:47 -07:00
settingsaction.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
settingsnav.php Home stub nav for admin, settings, and docs 2011-09-30 14:24:03 -04:00
silenceform.php Upadte translator documentation. 2011-04-03 14:24:55 +02:00
siteprofile.php Set siteprofile default values for config public/localonly 2015-01-29 20:49:19 +01:00
smsqueuehandler.php XMPP queued output & initial retooling of DB queue manager to support non-Notice objects. 2010-01-22 12:52:36 -08:00
spawningdaemon.php common_memcache() => Cache::instance() 2010-09-06 09:56:45 -04:00
statusnet.php When called in offline queue, File::url was HTTP 2015-01-12 19:19:41 +01:00
stompqueuemanager.php Enable json-specified objects in queue_item frames 2013-10-28 12:44:06 +01:00
subgroupnav.php Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures 2014-10-25 14:25:12 +02:00
subpeopletagcloudsection.php define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
subscribeform.php Upadte translator documentation. 2011-04-03 14:24:55 +02:00
subscribepeopletagform.php Complete "people tag" to "list" in UI messages. 2011-04-17 20:08:03 +02:00
subscriberspeopleselftagcloudsection.php Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 2011-04-04 13:26:27 +05:30
subscriberspeopletagcloudsection.php Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 2011-04-04 13:26:27 +05:30
subscriptionlist.php Nicknames in subscriptions list 2014-06-24 01:56:55 +02:00
subscriptionspeopleselftagcloudsection.php Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 2011-04-04 13:26:27 +05:30
subscriptionspeopletagcloudsection.php Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 2011-04-04 13:26:27 +05:30
tabledef.php Break TableDef, ColumnDef classes to separate files so autoloader can find them. 2009-11-24 09:40:47 -08:00
tagcloudsection.php only 10 tags per section 2011-04-20 16:11:04 -04:00
taggedprofilenoticestream.php better handling of tagged notice streams 2011-09-18 12:33:35 -04:00
tagnoticestream.php all filtering stream classes take an optional profile parameter 2011-04-11 12:32:35 -04:00
tagprofileform.php missing file for 4b40d6bb2a 2014-07-04 14:13:48 +02:00
taguri.php Add a library to mint tag URIs 2010-02-20 13:23:08 -05:00
theme.php Incorrect constant for theme warning 2011-09-27 11:32:20 -04:00
themeuploader.php Update translator documentation. 2011-04-03 14:43:18 +02:00
threadednoticelist.php Conversation link as default, permalink for /notice 2014-11-05 19:34:39 +01:00
threadingnetworkpublicnoticestream.php /main/all will give a network-wide public stream 2015-01-28 20:25:39 +01:00
threadingnoticestream.php Thread by conversation, not id 2011-04-15 18:28:36 -04:00
threadingpublicnoticestream.php /main/all will give a network-wide public stream 2015-01-28 20:25:39 +01:00
togglepeopletag.php Properly unlink all old avatars when deleting/uploading a new 2013-10-01 17:00:10 +02:00
topposterssection.php Translator documentation added/updated. 2011-03-18 18:03:41 +01:00
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 * i18n/L10n updates. 2010-10-31 00:58:35 +02:00
unknownuriexception.php UnknownUriException added for better error handling 2014-05-26 14:59:45 +02:00
unqueuemanager.php Fix unqueuemanager for updated QueueHandler interface 2010-01-22 14:06:20 -08:00
unsandboxform.php Translator documentation added/updated. 2011-03-18 18:03:41 +01:00
unsilenceform.php Translator documentation added/updated. 2011-03-18 18:03:41 +01:00
unsubscribeform.php Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 2011-08-18 15:11:10 +02:00
unsubscribepeopletagform.php Complete "people tag" to "list" in UI messages. 2011-04-17 20:08:03 +02:00
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 Give users more control over URL shortening 2010-04-26 02:40:36 -04:00
usefileasthumbnailexception.php UseFileAsThumbnailException (helps support GIFs) 2014-06-17 12:15:11 +02:00
useractivitystream.php UserActivityStream export of DMs moved to plugin 2014-11-07 16:08:16 +01:00
usernoprofileexception.php NoProfileException now parent to User* and Group* 2013-10-17 00:32:54 +02:00
util.php 'zone' is a valid top domain 2015-01-27 15:07:00 +01: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 Namespaced elements now available in xmloutputter 2014-11-27 13:36:29 +01:00
xmlstringer.php define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
xrdsoutputter.php Assigning my copyrights to the Free Software Foundation 2010-05-27 18:27:33 -04:00