summaryrefslogtreecommitdiff
path: root/config.php.sample
AgeCommit message (Collapse)Author
2010-05-04correct config.php.sample documentation of sendfileCraig Andrews
2010-03-10Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2010-03-08Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-07Merge commit 'origin/0.9.x' into 0.9.xBrenda Wallace
Conflicts: lib/schema.php
2010-03-05Remove unused variables, update Twitter onesZach Copley
2010-03-05Remove unused variables, update Twitter onesZach Copley
2010-03-05ticket #697: merge two dupe config bits in config.php.sampleBrion Vibber
2010-03-01Modify configuration to have an option to allow uploads regardless of mime typeCraig Andrews
2010-01-09Merge commit 'origin/0.9.x' into 0.9.xBrenda Wallace
2010-01-05Require users to login to view attachments on private sitesCraig Andrews
Thank you jeff-themovie for this implementation!
2009-12-08Merge commit 'origin/0.9.x' into 0.9.xBrenda Wallace
2009-12-08Make default & sample val for $config['queue']['queue_basename'] actually ↵Brion Vibber
work! Now matches the recommendation in README which is in fact correct. Must include the /queue/ prefix (unless somthing else actually makes sense)
2009-12-05Add configuration option to toggle the indenting of the output HTML. ↵Craig Andrews
Defaults to indent enabled.
2009-12-03added url to twitter's docsBrenda Wallace
2009-10-26Make email domain checking optional, as some statusnet installations (such ↵Craig Andrews
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail.
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php
2009-08-26statusize config.php.sampleEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-21Revert "Added configuration option to only allow OpenID logins."Evan Prodromou
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php
2009-08-21Revert "Added a configuration option to disable OpenID."Evan Prodromou
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php
2009-08-20add $config['attachments']['path'] to the config.php.samplemEDI
2009-08-13Added a configuration option to disable OpenID.Jeffery To
If $config['openid']['enabled'] is set to false, OpenID is removed from the navigation and direct accesses to OpenID login pages redirect to the login page. If OpenID is enabled, $config['site']['openidonly'] is ignored, i.e. OpenID is required to go OpenID-only.
2009-08-10Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.xCraig Andrews
2009-08-10Merge branch 'twitter-oauth' into 0.8.xZach Copley
Conflicts: scripts/getvaliddaemons.php
2009-08-10Add Twitter OAuth key and secret exampleZach Copley
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds.
2009-08-07Added configuration option to disable post-by-email.Jeffery To
This hides the relevant settings from the email settings page and prevents maildaemon.php from processing email if the option is disabled.
2009-08-07Added configuration options to enable/disable SMS and Twitter integration.Jeffery To
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options.
2009-07-30Site-wide design configurationEvan Prodromou
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work.
2009-07-27Added config options for site's default design valueSarven Capadisli
2009-07-02Better comment about syslog log facilityZach Copley
2009-07-02Make logging facility configurableZach Copley
2009-06-26Merge branch '0.8.x' into invite-enabledJeffery To
2009-06-18Better avatar handling - pull in any missing Twitter avatarsZach Copley
2009-06-18Config option for bidirectional Twitter bridgeZach Copley
2009-06-17Added config option to enable or disable file uploads with notices.Robin Millette
2009-06-17Make oohembed endpoint configurable.Robin Millette
2009-06-14Adds $config['invite']['enabled'] to enable/disable invites.Jeffery To
The invite function may not applicable for private and/or closed installs. This adds a configuration option to enable/disable invites (defaulting to enabled), hides the "Invite" nav item when necessary, and adds a check to actions/invite.php. Note that I haven't tried the Facebook application so I didn't add any checks to actions/facebookinvite.php.
2009-05-31Added configurable options for attachments: supported mimetypes and quotas ↵Robin Millette
for uploads.
2009-04-16document snapshot optionsEvan Prodromou
2009-04-16change # comments to // in config.php.sampleEvan Prodromou
2009-04-14Removed skin config optionSarven Capadisli
2009-04-13Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-13Ticket 1419. Added config option to set site to private.Sarven Capadisli
2009-04-12Separation of themes (i.e., layout, typography) and skins (i.e., backgroundSarven Capadisli
images, colours). A theme can have multiple skins. Majority of the changes in this commit are due to restructuring the path/files for themes and skins. Both theme and skin will be set to 'default' if not set in config.php. This commit also allows each instance of this software to create its own theme without having to override any style from the default distribution. Added Cloudy theme.
2009-04-08Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-04-07Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into ↵Evan Prodromou
brianjesse-clone/master
2009-04-07Host multiple sites with the same codebaseEvan Prodromou
This is the beginning of the code for status.net and related status farms. It will read basic information about a site from a shared, central database and use the data stored there to switch on the hostname.
2009-04-02Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into ↵Evan Prodromou
fmarani/0.8.x
2009-03-26Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.