Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-26 | Single-user mode | Evan Prodromou | |
New configuration options to define a single-user mode. This hides most of the "community" pages, like the public timeline and groups. The main user's timeline becomes the main page, and most other URLs are changed. Switching back and forth between 1-user and multi-user mode is probably hazardous. Squashed commit of the following: commit d814aa5c92d14a27a12baba7893f3f8bf63f1d08 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:17:27 2010 -0500 don't show inbox and outbox in single-user mode commit 47f19b9523a7015d4c6e460b73ea32c839e00aa1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:22 2010 -0500 show correct URL for logo in single-user mode commit 552010cffc33eadbc512ec5a67619dbc2015239a Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:06 2010 -0500 make singleuser its own config section commit 786ab260a3ca172e57b555c75ca10946d8f258a1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:05:19 2010 -0500 make single-user mode work commit 5b21d7309b3a8dd5a4e0f29aea76f7897f1818b1 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 23:45:55 2010 -0500 add single-user mode | |||
2010-01-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-01-26 | Setting the geo location cookie expire date far into the future: 2029 ;) | Sarven Capadisli | |
2010-01-25 | Merge branch 'master' into testing | Evan Prodromou | |
Conflicts: lib/queuemanager.php | |||
2010-01-25 | Offload inbox updates to a queue handler to speed up posting online | Evan Prodromou | |
Moved much of the writing that happens when posting a notice to a new queuehandler, distribqueuehandler. This updates tags, groups, replies and inboxes at queue time (or at Web time, if queues are disabled). To make this work well, I had to break up the monolithic Notice::blowCaches() and make cache blowing happen closer to where data is updated. Squashed commit of the following: commit 5257626c62750ac4ac1db0ce2b71410c5711cfa3 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 14:56:41 2010 -0500 slightly better handling of blowing tag memory cache commit 8a22a3cdf6ec28685da129a0313e7b2a0837c9ef Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:42:56 2010 -0500 change 'distribute' to 'distrib' so not too long for dbqueue commit 7a063315b0f7fad27cb6fbd2bdd74e253af83e4f Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:39:15 2010 -0500 change handle_notice() to handle() in distributqueuehandler commit 1a39ccd28b9994137d7bfd21bb4f230546938e77 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 16:05:25 2010 -0500 error with queuemanager commit e6b3bb93f305cfd2de71a6340b8aa6fb890049b7 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:11:34 2010 -0500 Blow memcache at different point rather than one big function for Notice class commit 94d557cdc016187d1d0647ae1794cd94d6fb8ac8 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 00:48:44 2010 -0500 Blow memcache at different point rather than one big function for Notice class commit 1c781dd08c88a35dafc5c01230b4872fd6b95182 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 20 08:54:18 2010 -0500 move broadcasting and distributing to new queuehandler commit da3e46d26b84e4f028f34a13fd2ee373e4c1b954 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 20 08:53:12 2010 -0500 Move distribution of notices to new distribute queue handler | |||
2010-01-25 | Fix presence notification on XMPP thread (now foreground, not background) | Brion Vibber | |
2010-01-25 | Fix presence notification on XMPP thread (now foreground, not background) | Brion Vibber | |
2010-01-25 | quick fix to console.php: don't save blank lines into readline history | Brion Vibber | |
2010-01-25 | drop now-unused --skip-xmpp and --xmpp-only options from queuedaemon.php | Brion Vibber | |
2010-01-25 | Disable PubSubHubBub hub pings automatically on private site (hub wouldn't ↵ | Brion Vibber | |
be able to read feeds anyway) [Might be good to think of a core way to mark a plugin as disabled when it initializes.] | |||
2010-01-25 | An update to geolocation cookie to use a single file and set the | Sarven Capadisli | |
expiry date to 30 days from now. | |||
2010-01-24 | fix interpolation of positional arguments to sprintf in tag action | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in show group | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in show favorites | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in usergroups | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in inbox | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in outbox | Evan Prodromou | |
2010-01-24 | fix interpolation for positional arguments in replies | Evan Prodromou | |
2010-01-24 | fix interpolation for positional arguments in showstream | Evan Prodromou | |
2010-01-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-24 | Recover caching logic lost in bad merge | Evan Prodromou | |
I made a bad merge on Jan 10th from master to 0.9.x. This lost a number of memcache enhancements made on the 0.9.x branch. I've been able to re-do the manual merge, and this represents the changes. Most of them are related to caching on insert. | |||
2010-01-25 | - Had to remove checking read vs. read-write in OAuth authenticated methods | Zach Copley | |
- Will now pick up source attr from OAuth app | |||
2010-01-24 | Add Start/EndSetApiUser events when setting API user via OAuth | Zach Copley | |
2010-01-24 | More relaxed selector for application icon and form checkbox | Sarven Capadisli | |
2010-01-24 | Check for read vs. read-write access on OAuth authenticated API mehtods. | Zach Copley | |
2010-01-24 | Fixed some spelling mistakes in the README | Zach Copley | |
2010-01-24 | Some rough test scripts for poking at the OAuth system | Zach Copley | |
2010-01-24 | Add verifier and verified callback to token for OAuth 1.0a | Zach Copley | |
2010-01-24 | Remove verifier from Oauth_application_user (not needed there) | Zach Copley | |
2010-01-24 | Revoke access token UI | Zach Copley | |
2010-01-24 | Changed legend text from Login to Account because it is not really | Sarven Capadisli | |
logging iny | |||
2010-01-24 | Updated apioauthauthorize markup and styles | Sarven Capadisli | |
2010-01-24 | Fix approval date and label on apps list | Zach Copley | |
2010-01-24 | Ensure only the application's owner can edit it | Zach Copley | |
2010-01-24 | Fix user count | Zach Copley | |
2010-01-24 | Make sure applications are really looked up by consumer key | Zach Copley | |
2010-01-24 | Rework application registration workflow to be more private | Zach Copley | |
2010-01-24 | Fix icon upload on new apps | Zach Copley | |
2010-01-24 | OAuth 1.0 working now | Zach Copley | |
2010-01-24 | Can now edit/change application icon | Zach Copley | |
2010-01-24 | Callback URL can be null | Zach Copley | |
2010-01-24 | Updated markup for application edit form; image, radios | Sarven Capadisli | |
2010-01-24 | A little minimization | Sarven Capadisli | |
2010-01-24 | Added vcard and photo classes | Sarven Capadisli | |
2010-01-24 | Moved application image inside the anchor | Sarven Capadisli | |
2010-01-24 | Added missing end tag | Sarven Capadisli | |
2010-01-24 | Make API auth handle OAuth requests w/access tokens | Zach Copley | |
2010-01-24 | Fixed tabbing | Sarven Capadisli | |
2010-01-24 | Added anchors to application source and homepage | Sarven Capadisli | |
2010-01-24 | Updated markup for application details page. Similar to user/group | Sarven Capadisli | |
profile page. |