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