Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | moving webfinger action to xrdaction | James Walker | |
2010-02-25 | moving references to Webfinger to Discovery | James Walker | |
2010-02-25 | replace webfinger usage in hostmeta.php | James Walker | |
2010-02-25 | removing the webfinger lib | James Walker | |
2010-02-25 | adding a new, more generic "discovery" class that does LRDD disco | James Walker | |
(rather than webfinger specific) | |||
2010-02-25 | call-time pass by reference | James Walker | |
2010-02-25 | adding some exception handling for magicenv parsing | James Walker | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Not sure how this ended up in wrong-cased dir... OStatus: fix remote groups to work with new user_groups/local_groups split. Conflicts: classes/User_group.php | |||
2010-02-25 | Rationalize group activity stuff | Zach Copley | |
2010-02-25 | Not sure how this ended up in wrong-cased dir... | Brion Vibber | |
2010-02-25 | OStatus: fix remote groups to work with new user_groups/local_groups split. | Brion Vibber | |
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form | |||
2010-02-25 | Add local_group.sql with DB changes to user_group, setup and populate ↵ | Brion Vibber | |
local_group. | |||
2010-02-25 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | Normalize nickname case on login; fixes failed logins where people were ↵ | Brion Vibber | |
typing MixedCase nicknames (if browser saved this form, it would never work again until clearing the saved form data; very icky.) | |||
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | OStatus: save categories from the Atom entry as hashtags. | Brion Vibber | |
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Ensure that shortened URLs haven't accumulated whitespace when fetched by a ↵ | Brion Vibber | |
plugin. Some shorteners have ended up inserting extra newlines when the string gets extracted from tidied HTML. | |||
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | method for getting a group's URI | Evan Prodromou | |
2010-02-25 | Merge commit 'refs/merge-requests/122' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2010-02-25 | Merge commit 'refs/merge-requests/121' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2010-02-25 | Merge commit 'refs/merge-requests/2220' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | save mainpage element for groups | Evan Prodromou | |
2010-02-25 | Add 'mainpage' to User_group | Evan Prodromou | |
Add the mainpage attribute to user_group objects. | |||
2010-02-25 | Removed dangling icons in Realtime plugin | Sarven Capadisli | |
2010-02-25 | Fixes replyto JS after the upgrade from jQuery 1.4.2 | Sarven Capadisli | |
2010-02-25 | Updated jQuery JavaScript Library from v1.4.1 to v1.4.2 | Sarven Capadisli | |
2010-02-25 | modify group actions so they use Local_group to look up by nickname | Evan Prodromou | |
2010-02-25 | Moved otalk theme out of core. It will be updated separately and may | Sarven Capadisli | |
be reintruced back to core when appropriate. | |||
2010-02-25 | Updated pigeonthoughts theme | Sarven Capadisli | |
2010-02-25 | Updated cloudy theme | Sarven Capadisli | |
2010-02-25 | Removed dangling geo icon | Sarven Capadisli | |
2010-02-25 | Added author, license information for the icons that are in base theme | Sarven Capadisli | |
2010-02-25 | Moved common icons from Realtime plugin to core icons file | Sarven Capadisli | |
2010-02-25 | Added external, play, pause icons to main icons file | Sarven Capadisli | |
2010-02-24 | recover user_openid tables, which got lost in generation | Evan Prodromou | |
2010-02-24 | fixup exe bits | Evan Prodromou | |
2010-02-24 | Make user_group able to handle remote groups | Evan Prodromou | |
We add a local_group table to store data about local groups. It has the unique key for nickname, so /group/<nickname> looks up here. Updated DB data object classes and data files. | |||
2010-02-24 | return attachement from saveHTMLFile() | Evan Prodromou | |
2010-02-24 | content_* to common_* | Evan Prodromou | |
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-24 | if OStatus post is too long, show the summary and save it as an HTML attachment | Evan Prodromou | |
2010-02-25 | OStatus: when finding webfinger @-replies, override a local profile match if ↵ | Brion Vibber | |
found at the same location (eg @someguy vs @someguy@example.org) Fixes inconsistent application of webfinger @-mentions in OStatus; once a local profile is set up the local name would often match first and ended up overriding in output. | |||
2010-02-25 | OStatus: abort processing of this PuSH in item if we got an exception, ↵ | Brion Vibber | |
rather than letting it be re-run. | |||
2010-02-24 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Merge StatusNet core localization updates from 0.9.x branch Fix update_po_templates.php to support the plural and context variants of _m() in plugins Drop HTMLPurifier; we don't need its extra capabilities and we're already using htmLawed which is lighter-weight. OStatus: handle update-profile Salmon pings Revert "Updated jQuery Form Plugin from v2.17 to v2.36" OStatus: disable HTMLPurify cache unless we've configured a writable path for it. | |||
2010-02-24 | Populate more profile information when doing a remote subscribe | Zach Copley | |
2010-02-24 | Merge StatusNet core localization updates from 0.9.x branch | Brion Vibber | |