summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2010-03-15Background deletion of user accounts. Notices are deleted in chunks, then ↵Brion Vibber
the user itself when they're all gone. While deletion is in progress, the account is locked with the 'deleted' role, which disables all actions with rights control. Todo: * Pretty up the notice on the profile page about the pending delete. Show status? * Possibly more thorough account disabling, such as disallowing all use for login and access. * Improve error recovery; worst case is that an account gets left locked in 'deleted' state but the queue jobs have gotten dropped out. This would leave the username in use and any undeleted notices in place.
2010-03-15Initial Twitpic-like media upload endpoint /api/statusnet/media/uploadZach Copley
2010-03-15Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-15Consolidate and patch up redirection to remote notices.Brion Vibber
Now using the correct order consistently (URL, then URI if http/s), and as a niceness measure skipping the redirect if the only URL we have stored is the local one. (Could happen if remote OStatus feed has tag URIs and no alt link.)
2010-03-13Assigned an identifier for the representative user and group profileSarven Capadisli
2010-03-13Ticket 2239: white space before apostrophe in metadata of status of noticeBrion Vibber
2010-03-12Merge commit 'origin/testing' into 0.9.xBrion Vibber
2010-03-12Add Atom self link to tag timelineZach Copley
2010-03-12Add Atom self link to favorites timelineZach Copley
2010-03-12- Output correct content header for Atom output in mentions timelineZach Copley
- Add self link
2010-03-12Output Atom self link in home timelineZach Copley
2010-03-12Calculate Atom self link for friends timelineZach Copley
2010-03-11Fixes for password recovery; lookups for unconfirmed addresses were failing ↵Brion Vibber
or inconsistent (using staticGet with unindexed fields, which would not get decached correctly and could get confused if multiple pending confirmations of different types are around). Also uses updated email functions to include extra headers and ensure the proper address is used.
2010-03-12- Output correct content type header for public timeline Atom feedZach Copley
- Also calculate Atom link and self links properly
2010-03-12More generalized method for calculating Atom rel="self" linksZach Copley
2010-03-11Add self link to user and group rss2 feedsZach Copley
2010-03-11foaf:holdsAccount is deprecated in favour of foaf:account. SeeSarven Capadisli
http://lists.foaf-project.org/pipermail/foaf-dev/2009-December/009903.html for the news. Patch by Toby Inkster <mail@tobyinkster.co.uk>.
2010-03-10Allow site-specific doc filesZach Copley
2010-03-10Allow site-specific doc filesZach Copley
2010-03-09Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-09API config return textlimit valueMichele
2010-03-08an otp is a real loginEvan Prodromou
2010-03-05No need to pass in $this->limit and $this-tagZach Copley
2010-03-05No need to pass in $this->limit and $this-tagZach Copley
2010-03-05Fix undefined variable error and some other cleanupZach Copley
2010-03-05UserRSS Didn't Use the Tag Propery.Christopher Vollick
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect.
2010-03-05Fix undefined variable error and some other cleanupZach Copley
2010-03-05UserRSS Didn't Use the Tag Propery.Christopher Vollick
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect.
2010-03-05Fix for blank RSS1 tag feedsZach Copley
2010-03-05Fix for blank RSS1 tag feedsZach Copley
2010-03-04Fix a few typosRasmus Lerdorf
2010-03-04Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: db/08to09.sql
2010-03-04Fix on sitenotice admin panel saveBrion Vibber
2010-03-04Merge commit 'origin/testing' into 0.9.xBrion Vibber
Conflicts: lib/action.php lib/adminpanelaction.php
2010-03-03Move snapshot configuration to its own admin panelZach Copley
Turn on with: $config['admin']['panels'][] = 'snapshot';
2010-03-03Fix notice warning in RSS friends timelineBrion Vibber
2010-03-03Put all required field setup into AtomUserNoticeFeed and ↵Brion Vibber
AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) OStatus now calling the feed classes directly instead of faking a call into the API, should be less flakey.
2010-03-03Initial user role controls on profile pages, for owner to add/remove ↵Brion Vibber
administrator and moderator options. Buttons need to be themed.
2010-03-03Site-wide notice text admin panelZach Copley
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Fix to group join event position.Sarven Capadisli
2010-03-03quick fix: skip notice from unused variable on group atom feed generationBrion Vibber
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Added event hooks for before and after user groups contentSarven Capadisli
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: Language setting fixes:
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: subscribers list wasn't firing correct events
2010-03-03Language setting fixes:Brion Vibber
- switch 'en_US' to 'en', fixes the "admin panel switches to Arabic" bug - tweak setting descriptions to clarify that most of the time we'll be using browser language - add a backend switch to disable language detection (should this be exposed to ui?)
2010-03-03Fix syntax errorsZach Copley
2010-03-03subscribers list wasn't firing correct eventsEvan Prodromou
2010-03-03Added event hooks for group subscribeSarven Capadisli