Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-06 | external search now depends on site.server. | Robin Millette | |
2009-04-06 | refactored search suggestions and added forgotten sprintf. | Robin Millette | |
2009-04-05 | added filler text to people search, suggesting other search options. | Robin Millette | |
2009-04-03 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-03 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Robin Millette | |
2009-04-03 | Tiny change to the public tag cloud dealing with empty page. | Robin Millette | |
2009-04-03 | Added filler text to popular page for when it's empty, encouraging user to ↵ | Robin Millette | |
add favorites and/or register. | |||
2009-04-03 | Simplified code for empty public timeline. | Robin Millette | |
2009-04-03 | fix output of conversation | Evan Prodromou | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-03 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-03 | added filler text to public tagcloud for when it's empty, encouraging user ↵ | Robin Millette | |
to post and/or register. | |||
2009-04-03 | try to reduce memory usage in FOAF output | Evan Prodromou | |
2009-04-03 | redirect FOAF file on non-canonical nickname | Evan Prodromou | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-02 | i18n for legend in remote sub form | Evan Prodromou | |
2009-04-02 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-01 | add sup with arguments | Evan Prodromou | |
2009-04-01 | Try to do intelligent redirect codes | Evan Prodromou | |
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST. | |||
2009-03-30 | added filler text to public timeline for when it's empty, encouraging user ↵ | Robin Millette | |
to post and/or register. | |||
2009-03-30 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-03-30 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-03-30 | add fullname to title and h1 for groups | Evan Prodromou | |
2009-03-30 | full name in title and h1 of the personal profile | Evan Prodromou | |
2009-03-30 | full name in title and h1 of the personal profile | Evan Prodromou | |
2009-03-25 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
Conflicts: lib/router.php | |||
2009-03-25 | fixed pagination variable problem | Evan Prodromou | |
2009-03-23 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-22 | Password recover and change form markup updated. | Sarven Capadisli | |
2009-03-20 | Use correct page information for notice search. See ticket #1333 | CiaranG | |
2009-03-19 | A couple more 'Join Now' messages that need disabling when the site is ↵ | CiaranG | |
closed or invite only | |||
2009-03-19 | Get rid of 'Join now...' message if site is closed or invite only. See ↵ | CiaranG | |
ticket #1335 | |||
2009-03-19 | redirect to original URL or URI for remote notices | Evan Prodromou | |
2009-03-19 | redirect to original URL or URI for remote notices | Evan Prodromou | |
2009-03-19 | Somewhat better behaviour with mixed caps in search | Evan Prodromou | |
Deal somewhat better with mixed caps in people and notice search. | |||
2009-03-17 | use common_database_tablename instead of repeating that if structure everywhere | Brenda Wallace | |
2009-03-17 | quoted the users table | Brenda Wallace | |
2009-03-12 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php | |||
2009-03-11 | PostgreSQL - a few more query compatibility issues (submitted by oxygene) | CiaranG | |
2009-03-11 | Define undefined variable. | Adrian Lang | |
2009-03-11 | Remove OAuthRequest as storage from userauthorization. | Adrian Lang | |
Since we are not really handling a fullblown OAuth request (No signature, nonce, consumer) we should not use this class, rather store the plain param array in the session. | |||
2009-03-11 | Remove second OAuth request validation. | Adrian Lang | |
2009-03-11 | Fixes #827: Laconica expects full OAuth message for user auth request. | Adrian Lang | |
When a user subscribes to a remote profile, he is redirected to his own service to confirm the request. This authorization request is specified in http://oauth.net/core/1.0#auth_step2. According to the standard, it does not have to pass consumer_key, nonce, timestamp or signature. The only specified parameters are oauth_token and oauth_callback, both optional. | |||
2009-03-11 | Make OMB work if the configured domain name does not exclusively contain ↵ | Adrian Lang | |
lower case letters. If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest. | |||
2009-03-11 | Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone ↵ | Adrian Lang | |
into review/0.7.x | |||
2009-03-10 | Fix xml:lang attr | Zach Copley | |
2009-03-10 | Make search API Atom feeds more valid | Zach Copley | |
2009-03-10 | Fix tag URIs in Atom feeds for search thru the API | Zach Copley | |
2009-03-10 | Allow unauthenticated users to view /api/statuses/replies/id.format | Zach Copley | |
(they can already see @replies via friends_timeline anyway). |