Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-20 | add $config['attachments']['path'] to the config.php.sample | mEDI | |
2009-08-13 | Added 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-10 | Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.x | Craig Andrews | |
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley | |
Conflicts: scripts/getvaliddaemons.php | |||
2009-08-10 | Add Twitter OAuth key and secret example | Zach Copley | |
2009-08-10 | Added 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-07 | Added 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-07 | Added 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-30 | Site-wide design configuration | Evan 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-27 | Added config options for site's default design value | Sarven Capadisli | |
2009-07-02 | Better comment about syslog log facility | Zach Copley | |
2009-07-02 | Make logging facility configurable | Zach Copley | |
2009-06-26 | Merge branch '0.8.x' into invite-enabled | Jeffery To | |
2009-06-18 | Better avatar handling - pull in any missing Twitter avatars | Zach Copley | |
2009-06-18 | Config option for bidirectional Twitter bridge | Zach Copley | |
2009-06-17 | Added config option to enable or disable file uploads with notices. | Robin Millette | |
2009-06-17 | Make oohembed endpoint configurable. | Robin Millette | |
2009-06-14 | Adds $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-31 | Added configurable options for attachments: supported mimetypes and quotas ↵ | Robin Millette | |
for uploads. | |||
2009-04-16 | document snapshot options | Evan Prodromou | |
2009-04-16 | change # comments to // in config.php.sample | Evan Prodromou | |
2009-04-14 | Removed skin config option | Sarven Capadisli | |
2009-04-13 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-13 | Ticket 1419. Added config option to set site to private. | Sarven Capadisli | |
2009-04-12 | Separation of themes (i.e., layout, typography) and skins (i.e., background | Sarven 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-08 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-04-07 | Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into ↵ | Evan Prodromou | |
brianjesse-clone/master | |||
2009-04-07 | Host multiple sites with the same codebase | Evan 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-02 | Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into ↵ | Evan Prodromou | |
fmarani/0.8.x | |||
2009-03-26 | Support SSL for some, all, or no pages | Evan Prodromou | |
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others. | |||
2009-03-24 | how to configure templating | Brian | |
2009-03-16 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Federico Marani | |
2009-03-11 | Document the site-logo configuration option | Evan Prodromou | |
The configuration option for site logo wasn't well documented, so I added it to the README file, config.php.sample, and common.php. | |||
2009-03-10 | Updated config.php.sample with example Tag URI configs | Zach Copley | |
2009-03-07 | Limit duplicate notices in a particular time period (default 60s) | Evan Prodromou | |
We disallow posting a notice with duplicate content more than once a minute. Conflicts: config.php.sample | |||
2009-03-07 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Federico Marani | |
Conflicts: lib/util.php | |||
2009-03-04 | Additional (optional, defaults to off) logging of PEAR error details, which ↵ | CiaranG | |
allows database issues to be more easily diagnosed. | |||
2009-02-20 | * implemented STOMP support for external message queueing systems | Federico Marani | |
* (ticket-724) * included PHP STOMP libraries (http://code.google.com/p/stompcli/) | |||
2009-02-17 | Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review | Sarven Capadisli | |
Conflicts: lib/action.php | |||
2009-02-16 | Updated README with section about installing the Facebook app, and added ↵ | Zach Copley | |
info about twitterqueuehandler.php and facebookqueuehandler.php. | |||
2009-02-14 | Optionally ignore some notice sources for public page | Evan Prodromou | |
We optionally ignore some notice sources from the public page. Typically these are automatic notice sources like twitterfeed that don't usually represent the community on the site very well. | |||
2009-02-11 | Add streamlined mobile device-friendly styles when enabled in config. | Meitar Moscovitz | |
A new mobile-specific style sheet is added and loaded only if the `$config['site']['mobile']` configuration variable is set to true. | |||
2009-02-09 | give example of using Google Analytics | Evan Prodromou | |
2008-12-12 | Fixed Popular tab (hopefully) | Zach Copley | |
darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz | |||
2008-12-11 | resolve conflicts in config.php.sample | Evan Prodromou | |
darcs-hash:20081211162558-5ed1f-1eb8afbadbaa5f84140cbd255b1c01dc456577fd.gz | |||
2008-12-05 | trac750 - Exoskeleton of a nascent Facebook app | Zach Copley | |
darcs-hash:20081206030132-7b5ce-96c38ab67edd3d58f8722ef25852a6143f05a86b.gz | |||
2008-12-10 | Ban certain users from posting by nickname and/or ID | Zach Copley | |
darcs-hash:20081210191337-7b5ce-f9a083596b3f5627405c9e233c1994d8338f5731.gz | |||
2008-12-10 | edit throttling | Evan Prodromou | |
darcs-hash:20081210174722-84dde-4c79d7f73230d008195bd19738bc9a6017b940e9.gz | |||
2008-11-23 | sphinx documentation and sample config file | millette | |
darcs-hash:20081124023036-099f7-d2c32538e8a81170032ba0bc9fc5caf79e2b59a9.gz |