Mikael Nordfeldth b59dacb806 getAliases for Profile and Notice 8 anni fa
..
accountmover.php 5fd6053220 Code cleanup and enabling User object's etc. getUri() 10 anni fa
accountprofileblock.php 51ecd6be15 Fix some ProfileAction stuff, add function profileActionPreparation 9 anni fa
action.php 60804d1902 ES3 compatibility layer not necessary (noone uses IE8 etc.) 9 anni fa
activity.php 238d2a3876 Merge branch 'link-atom-fix' into 'nightly' 9 anni fa
activitycontext.php 343291262e ostatus:conversation element instead of link rel="" 10 anni fa
activityhandlerplugin.php f74d2d555c Working on some RSVP code stuff 9 anni fa
activityimporter.php ec4e432d55 Subscription::ensureStart skips AlreadyFulfilledException 9 anni fa
activitymover.php dac617d95a I think all the notice deletion calls are event-compatible now 9 anni fa
activityobject.php 03c68d283d Respect isPermalLink=false on RSS guid 9 anni fa
activitysink.php 7db24c32d6 * fix some i18n and L10n issues 14 anni fa
activitysource.php b28266b3d6 Convert Notice::asAtomEntry() to use Notice::asActivity() and Activity::asString() 14 anni fa
activitystreamjsondocument.php 4b83d62750 Split classes into their own files 9 anni fa
activitystreamslink.php 4b83d62750 Split classes into their own files 9 anni fa
activitystreamsmedialink.php 4b83d62750 Split classes into their own files 9 anni fa
activityutils.php 3f9c1c142a Removing unnecessary debug messages etc. 9 anni fa
activityverb.php 604ed1fd9a Prepare for ActivityModerationPlugin 9 anni fa
adminform.php b9177f5e2e * i18n/L10n and translator documentation updates. 14 anni fa
adminpanelaction.php c00491cd7a Cosmetic changes to common_redirect, clientError, serverError 10 anni fa
adminpanelnav.php 9a8ccbaef2 Call HomeStubNav instead of duplicating code 10 anni fa
alreadyfulfilledexception.php b16d8cba1d AlreadyFulfilledException added, for acceptable exceptions 10 anni fa
apiaction.php d98784e059 Use functions instead of accessing properties in twitterUserArray 9 anni fa
apiauthaction.php 5f7032dfee Verify that authenticated API calls are made from our domain name. 8 anni fa
apibareauthaction.php 2938b3e960 Don't return true on requiresAuth if screen_name==='0' 9 anni fa
apignusocialoauthdatastore.php 94d54ebc29 Function declarations to match parent class 9 anni fa
apilistusers.php c00491cd7a Cosmetic changes to common_redirect, clientError, serverError 10 anni fa
apioauthaction.php 628e7fa583 ApiOAuthAction functions didn't match parents 9 anni fa
apiprivateauthaction.php 34a6624452 Qvitter API changes (thanks hannes2peer) 11 anni fa
applicationeditform.php edd8045375 Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 13 anni fa
applicationlist.php a6e299a2fc OAuth stuff adapted for FormAction 9 anni fa
approvegroupform.php 3be26565fb Update translator documentation. 13 anni fa
approvesubform.php 3bddf01350 Somewhat better layout for approving/rejecting subrequests 9 anni fa
arraywrapper.php dc7099aa5a ArrayWrapper::fetchAll() shortcut 13 anni fa
atom10feed.php 7e65f4f6ea StatusNet to GNU social renaming in minor places 9 anni fa
atomcategory.php f5128015be Use outputTo() instead of asString() for including sub-elements 14 anni fa
atomgroupnoticefeed.php fcf47f315b Removed deprecated activity:subject 11 anni fa
atomlistnoticefeed.php fcf47f315b Removed deprecated activity:subject 11 anni fa
atomnoticefeed.php 65f1f74f2b Type controlling in lib/atomnoticefeed.php 9 anni fa
atompubaction.php b2d332c914 These were meant for lower classes 10 anni fa
atompubclient.php 0ec3047e0c Move AtomPubClient to its own module 13 anni fa
atomusernoticefeed.php 89704bcdee Fixes some non-defined variables in commit eb2f93a 10 anni fa
attachment.php b2f0595d04 HTML5 + CSS adaptions, may cause visual breaks 10 anni fa
attachmentlist.php be14e15dac Hide attachments in notices by silenced profiles 9 anni fa
attachmentlistitem.php d5ecbd05a1 Forgot a break in a switch when rendering attachments. 9 anni fa
attachmentnoticesection.php 51f97c7e84 section control over their notice lists + HTML id stuff 10 anni fa
attachmenttagcloudsection.php b9177f5e2e * i18n/L10n and translator documentation updates. 14 anni fa
authenticationplugin.php cfaaf3c13c PasswordsettingsAction aligned with FormAction 9 anni fa
authorizationexception.php 1525acdca1 Extend authorization framework to cover login and API use 14 anni fa
authorizationplugin.php b9177f5e2e * i18n/L10n and translator documentation updates. 14 anni fa
avatarlink.php d5a24da167 only variables can be sent by reference (strict standards) 9 anni fa
backupaccountform.php 19b743a9f5 Set time limit to increase time backupaccount can take 9 anni fa
blockform.php b9177f5e2e * i18n/L10n and translator documentation updates. 14 anni fa
cache.php 8fac7a9f6c StatusNet class renamed GNUsocial 9 anni fa
cachingnoticestream.php 22fead1b46 Squashed commit of the following: 13 anni fa
cancelgroupform.php 55aa68b941 CancelGroupForm gets same typing as Join and Leave 9 anni fa
cancelsubscriptionform.php 700018fd09 L10n/i18n updated. 13 anni fa
channel.php 83fb5e6023 Mass replacement of #-comments with //-comments 13 anni fa
clienterroraction.php 16088d9439 ErrorAction and InfoAction fixes, are now ManagedAction 9 anni fa
clientexception.php b9177f5e2e * i18n/L10n and translator documentation updates. 14 anni fa
columndef.php b9177f5e2e * i18n/L10n and translator documentation updates. 14 anni fa
command.php 1194c47c5d ksort on commands array to avoid converting to numerical array 9 anni fa
commandinterpreter.php c5da7306bd return logic tidied up for command interpretation 9 anni fa
common.php 8fac7a9f6c StatusNet class renamed GNUsocial 9 anni fa
connectedappslist.php a6e299a2fc OAuth stuff adapted for FormAction 9 anni fa
conversationnoticestream.php e2a090c9cc Use NoticeStream::filterVerbs for filtering in noticestreams 9 anni fa
curry.php 0158f4f73d 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! 15 anni fa
daemon.php f29d8e0d5a Make daemons call setgid() *before* setuid() because doing it the other way around doesn't appear to work, at least on Linux. 10 anni fa
dberroraction.php 7abecb61bd i18n/L10n updates. 13 anni fa
dbqueuemanager.php 3019f8f23f dbqueuemanager logic 9 anni fa
default.php b59dacb806 getAliases for Profile and Notice 8 anni fa
defaultlocalnav.php 45952ff164 "Lists with you" and "List subscriptions" in the right aside, "Lists" in the left aside 13 anni fa
defaultprofileblock.php cc3841a623 Profile sized avatar in DefaultProfileBlock 10 anni fa
deletegroupform.php fbec7c4e75 Issue #121 - use correct Group ID and strict User_group typing 9 anni fa
deleteuserform.php 08cb576b52 Add translator documentation 14 anni fa
deluserqueuehandler.php 6f62adedfc Infinite loop on CLI initiated profile deletion for local users 9 anni fa
distribqueuehandler.php 5842c59ba7 Get group attentions back into the "all" feed 10 anni fa
docfile.php 8fac7a9f6c StatusNet class renamed GNUsocial 9 anni fa
dofollowlistitem.php e02c10a589 common_render_content doesn't require a Profile now 9 anni fa
emailexception.php 1f76c1e4a9 Initial user doesn't need as strict checking on email 9 anni fa
emptyidexception.php b4b57bba54 EmptyIdException to make sure we get the right in catch 9 anni fa
erroraction.php bc0a903bd4 ErrorAction to autodiscoverable file. 9 anni fa
event.php 2f86cd8602 utf8mb4 conversion on database with index adjusts 10 anni fa
featureduserssection.php 14308c21db Don't show featuredusersection by default 13 anni fa
feed.php fadc4df039 use application/stream+json for Activity Streams 13 anni fa
feedimporter.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 anni fa
feedlist.php e6507a0f18 FeedList widget had mismatching show() definition 9 anni fa
filenotfoundexception.php f46d675a20 GNU social is with a minor s. 11 anni fa
filenoticestream.php d06965603d Still bad 12 anni fa
filteringnoticestream.php e0014b6736 FilteringNoticeStream now uses OOP for getNotices 10 anni fa
form.php bca4bb8373 allow form ->li() to set $class 9 anni fa
formaction.php 7d524307d2 DeletenoticeForm is its own class now 9 anni fa
framework.php 43abfe659b Bump beta number to 4 9 anni fa
fullnoticestream.php d2507a6266 Gotta declare FullNoticeStream as abstract class 9 anni fa
fullthreadednoticelist.php d76d37340a Function declarations not matching their parents 9 anni fa
galleryaction.php 01a4ab30dc Removing MicroID as well as simplifying profileaction 9 anni fa
gnusocial.php a61235086b Use config site/sslproxy to force HTTPS (i.e. using reverse proxy to enable it) 9 anni fa
grantroleform.php 7abecb61bd i18n/L10n updates. 13 anni fa
groupaction.php 55aa68b941 CancelGroupForm gets same typing as Join and Leave 9 anni fa
groupadminsection.php 47c7e1b875 Breaking class definitions out into separate files and fixing typing 9 anni fa
groupblockedminilist.php 47c7e1b875 Breaking class definitions out into separate files and fixing typing 9 anni fa
groupblockedminilistitem.php 47c7e1b875 Breaking class definitions out into separate files and fixing typing 9 anni fa
groupblockform.php edd8045375 Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 13 anni fa
groupeditform.php a89e91da79 By default, don't allow nick changes for profiles 10 anni fa
grouplist.php 414a95a784 Initial move towards microformats2 10 anni fa
groupmemberlist.php 3be26565fb Update translator documentation. 13 anni fa
groupmemberlistitem.php 3be26565fb Update translator documentation. 13 anni fa
groupmembersminilist.php 47c7e1b875 Breaking class definitions out into separate files and fixing typing 9 anni fa
groupmembersminilistitem.php 47c7e1b875 Breaking class definitions out into separate files and fixing typing 9 anni fa
groupminilist.php dee4ca37ab GROUPS_PER_MINILIST was undefined in profileaction.php 9 anni fa
groupnoprofileexception.php 5d4b1d0b88 Appropriate exception message in GroupNoProfileException 9 anni fa
groupnoticestream.php 6e04133427 private group fix 12 anni fa
groupprofileblock.php e4f1c77d6b showAvatar functions deduplicated into Widget class 10 anni fa
groupsbymemberssection.php 36d619480a Rip out user, group and site design customization code 13 anni fa
groupsbypostssection.php 36d619480a Rip out user, group and site design customization code 13 anni fa
groupsection.php 773441c2c5 abstract declaration of GroupSection 10 anni fa
groupsnav.php 4479d780e5 List groups with nickname instead of full name in sidebar 9 anni fa
grouptagcloudsection.php acc4df9edd shorter title for tag cloud section on groups 13 anni fa
homestubnav.php d0347bb98f Removing home stub if empty 10 anni fa
htmloutputter.php f642da201d Easier to modify DTD for HTMLOutputter 9 anni fa
httpclient.php 098c8b1df4 NoHttpResponseException extends HTTP_Request2_ConnectionException 9 anni fa
imagefile.php 8806cce735 Default to avoid upscaling of thumbnails. 45x45=>450x450 is ugly 9 anni fa
imchannel.php fa91bc7132 Some getStaticProperty calls to PEAR globalized 11 anni fa
immanager.php e7a026091c enqueue_outgoing_raw -> enqueueOutgoingRaw 14 anni fa
implugin.php 3a6c98ff16 NoResultException is common if reply_to was not cleared on parent deletion 9 anni fa
imqueuehandler.php 79c40bc73b Type-aware comparison is necessary for Notice is_local/scope 9 anni fa
imreceiverqueuehandler.php 764e0ab962 receive_raw_message -> receiveRawMessage 14 anni fa
imsenderqueuehandler.php 20d6a7caed Merge branch '0.9.x' into 1.0.x 15 anni fa
inboxnoticestream.php 46829c6d3c FullNoticeStream selects all verbs. 9 anni fa
inboxtagcloudsection.php 2272cc244d Removed Inbox from core (unused since 4b2a66ed29091209c05d74755e42f96265c846ce) 10 anni fa
infoaction.php 16088d9439 ErrorAction and InfoAction fixes, are now ManagedAction 9 anni fa
inlineattachmentlist.php 5b7deee0cc InlineAttachmentListItem put into its own file 9 anni fa
inlineattachmentlistitem.php 5b7deee0cc InlineAttachmentListItem put into its own file 9 anni fa
installer.php ec257d940a Either use or don't use HTTPS 9 anni fa
invalidurlexception.php f46d675a20 GNU social is with a minor s. 11 anni fa
invitebuttonsection.php f9c51c2478 No corporate-only strings in code base anymore 9 anni fa
inviteform.php e48c26e156 Update translator documentation, i18n and L10n. 13 anni fa
iomanager.php 50e611a1a9 Shouldn't define static classes as abstract. 11 anni fa
iomaster.php eb5097aecb We don't need _that_ noisy queue managers... 11 anni fa
joinform.php fbec7c4e75 Issue #121 - use correct Group ID and strict User_group typing 9 anni fa
jsonactivitycollection.php 4b83d62750 Split classes into their own files 9 anni fa
jsonsearchresultslist.php 7ea067a0dc Notice_source checks in better code style 10 anni fa
language.php eceafb84de lib/language.php: rewrited jp as ja. 9 anni fa
leaveform.php fbec7c4e75 Issue #121 - use correct Group ID and strict User_group typing 9 anni fa
liberalstomp.php 791b98046d Stomp blocking writes fix 14 anni fa
listsnav.php 792b62874e Require Profile for Profile->getLists 9 anni fa
location.php 26a6eca94e Location::fromOptions(Notice::locationOptions(...)) 9 anni fa
logingroupnav.php b150b9439a don't show register in login if already logged in 14 anni fa
mail.php 1f76c1e4a9 Initial user doesn't need as strict checking on email 9 anni fa
mailhandler.php 48da97f204 MediaFile code improvements, preparing to implement multi-attachments 11 anni fa
makeadminform.php edd8045375 Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 13 anni fa
managedaction.php 9fcfb7cb1d Proper error message on too much POST data 9 anni fa
mediafile.php 0dfafe2567 NewnoticeAction now uses Notice::saveActivity(...) 9 anni fa
menu.php b6b9036821 StartSubMenu and EndSubMenu events 10 anni fa
methodnotimplementedexception.php 50e611a1a9 Shouldn't define static classes as abstract. 11 anni fa
microappplugin.php e45c784451 Fix footer in plugins' notices. 10 anni fa
moremenu.php a053d96bf2 Better list-unwrapping in MoreMenu 13 anni fa
mysqlschema.php 6b31feb70f Strict Standards: Declaration of MysqlSchema::get() 9 anni fa
networkpublicnoticestream.php 46829c6d3c FullNoticeStream selects all verbs. 9 anni fa
nickname.php f10625f8bc file and avatar dirs on instances with no such dirs in filesystem 9 anni fa
noavatarexception.php f46d675a20 GNU social is with a minor s. 11 anni fa
nohttpresponseexception.php 098c8b1df4 NoHttpResponseException extends HTTP_Request2_ConnectionException 9 anni fa
noobjecttypeexception.php 5999171c11 Throw NoObjectTypeException on Notice->getObjectType if no string 9 anni fa
noparentnoticeexception.php c84b21008e Notice->getParent code reuse 9 anni fa
noprofileexception.php e83b2e147a NoProfileException collision avoidance fix 10 anni fa
noqueuehandlerexception.php f699ffeb8a Exception handling in queue handler logic 9 anni fa
noresultexception.php 2cecfe8f82 We can only handle Memcached_DataObject in NoResultException 11 anni fa
noroutemapexception.php df00a88cb4 Forgot to add NoRouteMapException to 6834f355f291c444c778b49c49d8663f7098ae01 9 anni fa
nosuchgroupexception.php bcb6dadc9f Corrected message in NoSuchGroupException 10 anni fa
nosuchuserexception.php 09ef1fff69 NoticeListItem attentions showed double for User_group 11 anni fa
noticeform.php 98b65763b0 input elements outside of label elements 9 anni fa
noticelist.php 20f8dd6565 Repeats shown in threaded noticelist now handled by plugin 9 anni fa
noticelistactorsitem.php fcdd061b4f pluginified most of hasFave, getFaves and related calls 10 anni fa
noticelistitem.php 1946197a1c Merge request #10 by aroque but in a slightly different version 9 anni fa
noticelistitemadapter.php fcdd061b4f pluginified most of hasFave, getFaves and related calls 10 anni fa
noticesaveexception.php deda83fdef Distinguish notice saving errors from others for Salmon 9 anni fa
noticesection.php 51f97c7e84 section control over their notice lists + HTML id stuff 10 anni fa
noticestream.php dcb7ce36d8 Show shares in public timeline 9 anni fa
noticestreamaction.php df0f9547b5 Handle private streams better (failed to show profile before) 9 anni fa
nouploadedmediaexception.php 8b585ff647 MediaFile upload simplifying 10 anni fa
nouriexception.php d2c749c7de NoUriException added and implemented in FeedSub class 10 anni fa
nudgeform.php b1d451f98b Upadte translator documentation. 13 anni fa
oauthclient.php b43be41643 OAuth extlib updated and Twitter comments removed 11 anni fa
parallelizingdaemon.php df86aa7214 define LACONICA and accept LACONICA for backwards compatibility 15 anni fa
passwordhashexception.php e2c50d202f AuthCrypt now tidied up and enabled by default. 11 anni fa
peopletag.php 0e24709989 Profile/Peopletag file splitting for autoload 9 anni fa
peopletageditform.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 anni fa
peopletaggroupnav.php ad3b62cf2f ShowprofiletagAction now extends ShowstreamAction 9 anni fa
peopletaglist.php 0e24709989 Profile/Peopletag file splitting for autoload 9 anni fa
peopletaglistitem.php 0e24709989 Profile/Peopletag file splitting for autoload 9 anni fa
peopletagnav.php 8cfd8450d5 Update/fix translator documentation. 13 anni fa
peopletagnoticestream.php efb7d28d83 Fix problems in joinAdd with xampp 13 anni fa
peopletagsbysubssection.php c27b9c0722 Update translator documentation. 13 anni fa
peopletagsection.php e4f1c77d6b showAvatar functions deduplicated into Widget class 10 anni fa
peopletagsforusersection.php 3d66d960a1 Require Profile for Profile->getOtherTags 9 anni fa
peopletagsubscriptionssection.php c27b9c0722 Update translator documentation. 13 anni fa
peopletagswidget.php 748bd825e7 SelftagWidget had mismatching url() definition 9 anni fa
personalgroupnav.php 68143ff916 DirectMessage moved into a plugin, not done yet 10 anni fa
personaltagcloudsection.php 6a36121a56 Spiff up the PersonalTagCloudSection class 9 anni fa
pgsqlschema.php aeb1c23a2f fix index drop on pg 14 anni fa
ping.php 255943d78f User agents and generators changed to GNU social 11 anni fa
pingqueuehandler.php c7507e7e9d XMPP queued output & initial retooling of DB queue manager to support non-Notice objects. 15 anni fa
plugin.php dcf29c2a07 s/isHTTPS/useHTTPS/ for HTTPS URL generation 9 anni fa
plugindisableform.php 886e28aaa9 Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list. 15 anni fa
pluginenableform.php 886e28aaa9 Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list. 15 anni fa
pluginlist.php 26a92b2801 Hopefully fix TRANS message not getting picked up by xgettext. 13 anni fa
pluginqueuehandler.php 6ed66d9c76 Local_group and User are now assumed to be in same namespace 11 anni fa
poco.php 5f867f98c2 Typing and static declaration in PoCo class 11 anni fa
pocoaddress.php 11f77b2fca Add PoCo to Activity Streams JSON 14 anni fa
pocourl.php 11f77b2fca Add PoCo to Activity Streams JSON 14 anni fa
primarynav.php 44a46de7ff use a form for search 13 anni fa
primarynoticelist.php a3b9367c9a new noticelist classes for primary and section lists 10 anni fa
privatestreamexception.php df0f9547b5 Handle private streams better (failed to show profile before) 9 anni fa
processmanager.php 532e486a93 Detect when queuedaemon/xmppdaemon parent processes die and kill the child processes. 15 anni fa
profileaction.php e577e883f4 Subscriber lists to separate files and also Profile typing 9 anni fa
profileactionform.php 64677fc09a common superclass for actions that operate on a profile and return 15 anni fa
profileblock.php e4f1c77d6b showAvatar functions deduplicated into Widget class 10 anni fa
profileformaction.php e5ad98e601 Silence action can only be used on non-priviliged users 9 anni fa
profilelist.php c19964094b Pending subscription requests now work as they should 9 anni fa
profilelistitem.php c19964094b Pending subscription requests now work as they should 9 anni fa
profileminilist.php df8c14d66a ProfileMiniList->newListItem changed to match ProfileList->newListItem 9 anni fa
profileminilistitem.php 51ecd6be15 Fix some ProfileAction stuff, add function profileActionPreparation 9 anni fa
profilenoaccturiexception.php 9ea57e5cb2 getAcctUri function added with related exception 11 anni fa
profilenoticestream.php e2a090c9cc Use NoticeStream::filterVerbs for filtering in noticestreams 9 anni fa
profilesection.php 51f97c7e84 section control over their notice lists + HTML id stuff 10 anni fa
publicgroupnav.php b24d711f55 Network wide feed link would NEVER show! 9 anni fa
publicnoticestream.php 46829c6d3c FullNoticeStream selects all verbs. 9 anni fa
publictagcloudsection.php 267a49103e Rewording: trends instead of trending topics for consistency with other occurrences 9 anni fa
queuehandler.php e9995b0f6a Create IM plugin, Pluginize XMPP, Create AIM plugin 15 anni fa
queuemanager.php c173c4faa5 Actually throw NoQueueHandlerException too. 9 anni fa
queuemonitor.php 098c8b1df4 NoHttpResponseException extends HTTP_Request2_ConnectionException 9 anni fa
redirectingaction.php b1d451f98b Upadte translator documentation. 13 anni fa
replynoticestream.php e2a090c9cc Use NoticeStream::filterVerbs for filtering in noticestreams 9 anni fa
revokeroleform.php b1d451f98b Upadte translator documentation. 13 anni fa
right.php 04ad0838be Add spam-training, spam-reviewing rights 12 anni fa
router.php 0caf0612d0 Make Twitter Media upload API v1.1 reach us 9 anni fa
rss10action.php b596391fcd Avoid having to check for notices without rendered copies in upgrade.php 9 anni fa
sandboxform.php b1d451f98b Upadte translator documentation. 13 anni fa
schema.php 0e6b80ded3 more debugging info on failed schema.php runSqlSet 9 anni fa
schemaupdater.php 8a119dc970 We already throw exceptions for PEAR errors 9 anni fa
scopingnoticestream.php fac7371179 pivotGet moved into Managed_DataObject 11 anni fa
search_engines.php 2ad7c4313d Search engine fix because Directory did a 'join' 9 anni fa
searchaction.php 9a9f6f0502 Use HTTPS links for Google and Yahoo! 10 anni fa
searchform.php d56d97a439 Only POST Form widgets send a session token. 10 anni fa
searchgroupnav.php 419c2cd5b3 Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures 10 anni fa
searchnoticestream.php 4331b8b4f1 make search results privacy-aware 13 anni fa
secondarynav.php df72adcd2d remove bad old badge code 13 anni fa
section.php 51f97c7e84 section control over their notice lists + HTML id stuff 10 anni fa
sectionnoticelist.php a3b9367c9a new noticelist classes for primary and section lists 10 anni fa
selftagswidget.php 748bd825e7 SelftagWidget had mismatching url() definition 9 anni fa
servererroraction.php 16088d9439 ErrorAction and InfoAction fixes, are now ManagedAction 9 anni fa
serverexception.php 62c4ffe889 Server exceptions should reasonably be 5xx 9 anni fa
settingsaction.php 2d44400cfc SettingsAction now extends FormAction (and thus ManagedAction) 9 anni fa
settingsnav.php 89ecda2c52 Home stub nav for admin, settings, and docs 13 anni fa
silenceform.php b1d451f98b Upadte translator documentation. 13 anni fa
siteprofile.php a093dea38c ExtendedProfile is not something we want by default. 9 anni fa
sitestreamaction.php bdd15cfe63 don't double the output for some PublicAction->extraHead 9 anni fa
smsqueuehandler.php c7507e7e9d XMPP queued output & initial retooling of DB queue manager to support non-Notice objects. 15 anni fa
spawningdaemon.php 7adf1c99fc s/LOG_ERROR/LOG_ERR/ 9 anni fa
statusnet.php 8fac7a9f6c StatusNet class renamed GNUsocial 9 anni fa
stompqueuemanager.php f699ffeb8a Exception handling in queue handler logic 9 anni fa
subgroupnav.php 419c2cd5b3 Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures 10 anni fa
subpeopletagcloudsection.php df86aa7214 define LACONICA and accept LACONICA for backwards compatibility 15 anni fa
subqueuelist.php c19964094b Pending subscription requests now work as they should 9 anni fa
subqueuelistitem.php c19964094b Pending subscription requests now work as they should 9 anni fa
subscribeform.php b1d451f98b Upadte translator documentation. 13 anni fa
subscribepeopletagform.php 4ab995dd1e Complete "people tag" to "list" in UI messages. 13 anni fa
subscriberslist.php 4b22b0c42a More listitems and lists into separate files + stronger typing 9 anni fa
subscriberslistitem.php 4b22b0c42a More listitems and lists into separate files + stronger typing 9 anni fa
subscribersminilist.php e577e883f4 Subscriber lists to separate files and also Profile typing 9 anni fa
subscribersminilistitem.php e577e883f4 Subscriber lists to separate files and also Profile typing 9 anni fa
subscriberspeopleselftagcloudsection.php 57198a7464 Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 13 anni fa
subscriberspeopletagcloudsection.php 57198a7464 Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 13 anni fa
subscriptionlist.php 6d9f390ba8 Separating classes into files and stronger typing 9 anni fa
subscriptionlistitem.php 6d9f390ba8 Separating classes into files and stronger typing 9 anni fa
subscriptionslist.php 6d9f390ba8 Separating classes into files and stronger typing 9 anni fa
subscriptionslistitem.php 6d9f390ba8 Separating classes into files and stronger typing 9 anni fa
subscriptionspeopleselftagcloudsection.php 57198a7464 Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 13 anni fa
subscriptionspeopletagcloudsection.php 57198a7464 Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase 13 anni fa
tabledef.php 2fabf586c7 Break TableDef, ColumnDef classes to separate files so autoloader can find them. 15 anni fa
tagcloudsection.php 08bd4fa6a8 ShowstreamAction no longer has public ->profile 9 anni fa
taggedprofilenoticestream.php 951601633b better handling of tagged notice streams 13 anni fa
tagnoticestream.php 2d1b70c94d created column was ambigououuuouuus 9 anni fa
tagprofileform.php b9a8b2ad05 missing file for 4b40d6bb2ad6540fe114eebe74b2330902382a81 10 anni fa
taguri.php 61a072b3c4 Add a library to mint tag URIs 15 anni fa
targetedrss10action.php 7ce32619cc Missing getTarget function in targetedrss10action.php 9 anni fa
theme.php 8fac7a9f6c StatusNet class renamed GNUsocial 9 anni fa
themeuploader.php ea8b468348 Update translator documentation. 13 anni fa
threadednoticelist.php 1946197a1c Merge request #10 by aroque but in a slightly different version 9 anni fa
threadinggroupnoticestream.php 47c7e1b875 Breaking class definitions out into separate files and fixing typing 9 anni fa
threadingnetworkpublicnoticestream.php a5d27d9ce7 /main/all will give a network-wide public stream 10 anni fa
threadingnoticestream.php ff782f1d97 Thread by conversation, not id 13 anni fa
threadingpublicnoticestream.php a5d27d9ce7 /main/all will give a network-wide public stream 10 anni fa
togglepeopletag.php b0dfc70a54 Properly unlink all old avatars when deleting/uploading a new 11 anni fa
topposterssection.php a4e334a0ba Translator documentation added/updated. 13 anni fa
toselector.php a838c90951 Only show "public:site" in ToSelector if notice/allowprivate is true 9 anni fa
uapplugin.php 138d26d488 Favorite "aside"-sections moved, also small fixes left from before 10 anni fa
unblockform.php 08edd1fedf * i18n/L10n updates. 14 anni fa
unknownuriexception.php 89e817e5b0 UnknownUriException added for better error handling 10 anni fa
unqueuemanager.php f699ffeb8a Exception handling in queue handler logic 9 anni fa
unsandboxform.php a4e334a0ba Translator documentation added/updated. 13 anni fa
unsilenceform.php a4e334a0ba Translator documentation added/updated. 13 anni fa
unsubscribeform.php edd8045375 Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 13 anni fa
unsubscribepeopletagform.php 4ab995dd1e Complete "people tag" to "list" in UI messages. 13 anni fa
unsupportedmediaexception.php 9588a2d2d5 UnsupportedMediaException caused excessive debug log 10 anni fa
urlmapper.php 338df7e35b Fix Nickname::isSystemPath() work properly for routes 9 anni fa
urlshortenerplugin.php 14adb7cc41 Give users more control over URL shortening 14 anni fa
usefileasthumbnailexception.php 5a3d74d9a8 UseFileAsThumbnailException (helps support GIFs) 10 anni fa
useractivitystream.php 19b743a9f5 Set time limit to increase time backupaccount can take 9 anni fa
usernoprofileexception.php cd0e3f1fa4 NoProfileException now parent to User* and Group* 11 anni fa
util.php 5f7032dfee Verify that authenticated API calls are made from our domain name. 8 anni fa
uuid.php 3cab5b36c1 Replace common_good_random with common_random_hexstr 11 anni fa
webcolor.php 6c0e43be9e L10n consistency updates in wording and punctuation. 14 anni fa
widget.php 21cc737f5c Cancelling RSVPs now seems to work. 9 anni fa
xmloutputter.php ba5a43f2f9 If XMLOutputter $output arg is null, use php://output 9 anni fa
xmlstringer.php df86aa7214 define LACONICA and accept LACONICA for backwards compatibility 15 anni fa