Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-06 | Removed dl "stuff" | Sarven Capadisli | |
2009-11-06 | console.php terminal script provides interactive PHP console in StatusNet ↵ | Brion Vibber | |
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line. | |||
2009-11-06 | Updated styles for profile list fn and nickname | Sarven Capadisli | |
2009-11-06 | Check if it is empty instead of '' | Sarven Capadisli | |
2009-11-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-06 | Updated styles for profile list re: commit | Sarven Capadisli | |
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64 | |||
2009-11-06 | kill tabs | Brion Vibber | |
2009-11-06 | Add Icelandic to the language support list so the localization can actually ↵ | Brion Vibber | |
be used :) | |||
2009-11-06 | Removed .uid from group profiles in a list | Sarven Capadisli | |
2009-11-06 | Using proper characters for quotes for bookmarklet | Sarven Capadisli | |
2009-11-05 | Fixed autocomplete returning bogus results | Craig Andrews | |
2009-11-05 | Add ChangePassword event | Craig Andrews | |
2009-11-05 | Store the canonical forms of the email address and nickname | Craig Andrews | |
2009-11-05 | Added an AutoRegister event | Craig Andrews | |
LDAP plugin can do autoregistration | |||
2009-11-05 | Re added NICKNAME_FMT constant to router.php. | Eric Helgeson | |
Usefull for non-OMB (behind the firewall) users to allow different nicknames. | |||
2009-11-05 | Made the ldap plugin work, and add a readme | Craig Andrews | |
2009-11-05 | Merge commit 'refs/merge-requests/2006' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2009-11-05 | Error page fix: use class static accessor correctly, suppress notices if we ↵ | Brion Vibber | |
don't have the error code listed | |||
2009-11-04 | Remove debugging statements | Zach Copley | |
2009-11-04 | Merge branch 'fix-private-auth' into 0.9.x | Zach Copley | |
* fix-private-auth: Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression) Allow all API calls, even if the site is configured as private. The | |||
2009-11-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited. | |||
2009-11-04 | Fix for Ticket #1957 - API methods are not accessible when site is private ↵ | Zach Copley | |
(0.8->0.9 regression) | |||
2009-11-05 | Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited. | Zach Copley | |
2009-11-04 | Allow all API calls, even if the site is configured as private. The | Zach Copley | |
API Actions will decide whether something requires auth or a redirect. | |||
2009-11-04 | Remove ugly debugging statements | Zach Copley | |
2009-11-04 | Implement update avatar via API (/api/account/update_profile_image.format) | Zach Copley | |
2009-11-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-04 | Updated identica badge - contributed by Will Daniels | Sarven Capadisli | |
http://identi.ca/wdaniels | |||
2009-11-04 | Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin | Craig Andrews | |
2009-11-04 | Added a CheckPassword event | Craig Andrews | |
2009-11-04 | Widgetized user profile rendering. | Shashi | |
2009-11-04 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-11-04 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-11-03 | Bug 1817: undefined property in registration form | Brion Vibber | |
http://status.net/trac/ticket/1817 | |||
2009-11-03 | Added a Bitly URL Shortener. Unfortunately, it doesn't work, as bit.ly ↵ | Craig Andrews | |
requires credentials to shorten URLs now, and we presently have no way to provide them. | |||
2009-11-03 | Update translations from TranslateWiki | Brion Vibber | |
scripts/update_translations.php now pulls updated files from TranslateWiki and merges them to an updated master. Note that the .po files exported from TranslateWiki do lose some of the old manual comments for now. | |||
2009-11-03 | Don't try to pull up designs for non-existent users | Zach Copley | |
2009-11-03 | Fix reference to sources class variable | Zach Copley | |
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-02 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: README | |||
2009-11-02 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-02 | notes about registeruser and makegroupadmin scripts | Evan Prodromou | |
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |