Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-29 | Fix feed links which were broken when the API was restructured | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-09-01 | fix some double-escaped %s leading to broken links right smack on the main page | Brion Vibber | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan 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-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-21 | Revert "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-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
2009-08-16 | Revert "Revert "Return a 404 when a page is request that has no notices"" | Evan Prodromou | |
This reverts commit 1b204fde39271acd38bb8f9dd16734f15c68138a. | |||
2009-08-16 | Revert "Revert "Return a 404 when a page is request that has no notices"" | Evan Prodromou | |
This reverts commit 6c597eabecf2368224938a136d7ac588702bbfd7. | |||
2009-08-14 | Revert "Return a 404 when a page is request that has no notices" | Evan Prodromou | |
An empty list still exists; we should not return a 404 for empty lists. This reverts commit 355effe6315ab7927a54f44fc9ce903085769b5f. | |||
2009-08-14 | Revert "Return a 404 when a page is request that has no notices" | Evan Prodromou | |
An empty list still exists; we shouldn't return a 404. This reverts commit c29892c87573e0575b9a4a13210c562e08411148. | |||
2009-08-11 | Return a 404 when a page is request that has no notices | Craig Andrews | |
2009-08-11 | Return a 404 when a page is request that has no notices | Craig Andrews | |
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-04 | move XRDS code from public action to OpenIDPlugin | Evan Prodromou | |
2009-07-27 | change front page to link to max member groups | Evan Prodromou | |
2009-06-30 | Merge commit 'erichelgeson/no-posts-verbage' into 0.8.x | Zach Copley | |
* commit 'erichelgeson/no-posts-verbage': Needed the else. Tested logged in/out ; site closed/inviteonly/both Verbage of a closed invite only site, it shouldnt ask you to register. | |||
2009-06-25 | max public page | Evan Prodromou | |
2009-06-16 | Needed the else. Tested logged in/out ; site closed/inviteonly/both | Eric Helgeson | |
2009-06-12 | Verbage of a closed invite only site, it shouldnt ask you to register. | Eric Helgeson | |
2009-06-10 | Remove FIXME-marked Opera links until they actually work | Evan Prodromou | |
2009-04-15 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
Conflicts: actions/public.php | |||
2009-04-15 | Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵ | Adrian Lang | |
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations. | |||
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-04-07 | don't use count() to check for empty page | Evan Prodromou | |
2009-04-07 | Changed text "noone" to "no one". | Sarven Capadisli | |
2009-04-07 | Renamed 'blankfiller' to 'guide'. | Sarven Capadisli | |
2009-04-03 | Simplified code for empty public timeline. | Robin Millette | |
2009-04-03 | added filler text to public tagcloud for when it's empty, encouraging user ↵ | Robin Millette | |
to post and/or register. | |||
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-19 | Get rid of 'Join now...' message if site is closed or invite only. See ↵ | CiaranG | |
ticket #1335 | |||
2009-02-11 | Unify feeds definition in actions | Evan Prodromou | |
I got a little sick of trying to keep the export data and <head> links synched in actions, so I made a common method, getFeeds(), which gets the feeds for both. It returns an array of Feed objects, which know about what their mime type is, title, location, all that jazz. I changed the FeedList class so it handles the new Feed objects instead of the old array of data. I changed all the actions that show feeds (I think...) so that they now use getFeeds() for all their feed needs. | |||
2009-02-11 | fix Atom link, add Atom and RSS 2.0 to <head> | Evan Prodromou | |
2009-02-10 | Beginning to refactor document relationship links to reduce common code. | Meitar Moscovitz | |
My attempts here are to mimic the `pagination()` method shared by actions. I'm tentatively adding the `$count` property to actions so that we can query the number of notices ''being displayed'' per page prior to calling the actual `pagination()` method itself, since document relationship `<link>` elements need to be output inside of `showHead()`, before `showContent()`, which is where `pagination()` is, gets called. | |||
2009-02-09 | Add machine-readable pagination using HTML4.01 `<link rel="next">`, etc. | Meitar Moscovitz | |
These extra `<link>` elements only appear on pages where pagination makes sense. They trigger functionality in some user agents, such as Opera's Navigation Bar for more easily navigating forward and backwards across a paged set of notices, messages, or group lists, etc. | |||
2009-02-05 | Trac #894 and #1013 - fixed bad redirects after delete notice | Zach Copley | |
2009-01-23 | remove top posters from public | Evan Prodromou | |
2009-01-23 | public is readonly | Evan Prodromou | |
2009-01-23 | Anonymous notice | sarven | |
2009-01-23 | p -> div for markup wrapper | Evan Prodromou | |
2009-01-23 | Add an anonymous message for the public page | Evan Prodromou | |
2009-01-22 | Added featured users to public timeline | Evan Prodromou | |
2009-01-22 | Add groups by notice to public | Evan Prodromou | |
2009-01-22 | Add a popular notices section to the public page | Evan Prodromou | |
2009-01-22 | Add top posters section to public page | Evan Prodromou | |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou | |