]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Sat, 6 Feb 2010 06:46:00 +0000 (06:46 +0000)]
Delete old Twitter user record when user changes screen name instead of updating. Simpler.
Zach Copley [Sat, 6 Feb 2010 05:39:29 +0000 (21:39 -0800)]
Store Twitter screen_name, not name, for foreign_user.nickname when saving Twitter user.
Zach Copley [Fri, 5 Feb 2010 03:19:12 +0000 (03:19 +0000)]
Merge branch 'temp'
Zach Copley [Fri, 5 Feb 2010 01:38:29 +0000 (01:38 +0000)]
Actually store the timestamp on each nonce
Zach Copley [Fri, 5 Feb 2010 01:24:21 +0000 (01:24 +0000)]
OAuth app name should not be null
Zach Copley [Fri, 5 Feb 2010 01:13:23 +0000 (01:13 +0000)]
Fix issue with OAuth request parameters being parsed/stored twice when
calling /api/account/verify_credentials.:format
Zach Copley [Thu, 4 Feb 2010 01:53:08 +0000 (01:53 +0000)]
- Fix cache handling in TwitterStatusFetcher
- Other stability fixes
Sarven Capadisli [Wed, 3 Feb 2010 17:13:21 +0000 (18:13 +0100)]
Added right margin for notice text. Helps Conversation notices look
better.
Zach Copley [Wed, 3 Feb 2010 01:43:59 +0000 (01:43 +0000)]
Confirm dialog for reset OAuth consumer key and secret button
Zach Copley [Tue, 2 Feb 2010 23:16:44 +0000 (23:16 +0000)]
Always check for an OAuth request. This allows OAuth clients to set an
auth user, similar to how they can set one via http basic auth,
even if one is not required. I think I finally got this right.
Zach Copley [Tue, 2 Feb 2010 08:47:14 +0000 (08:47 +0000)]
Linkify notice source when posting from registered OAuth apps
Zach Copley [Tue, 2 Feb 2010 07:59:28 +0000 (07:59 +0000)]
Suppress notice input box on OAuth authorization page
Zach Copley [Tue, 2 Feb 2010 07:35:54 +0000 (07:35 +0000)]
Better token revocation
Zach Copley [Tue, 2 Feb 2010 06:26:03 +0000 (06:26 +0000)]
Allow developers to delete OAuth applications
Zach Copley [Mon, 1 Feb 2010 20:58:29 +0000 (20:58 +0000)]
OAuth app names should be unique.
Sarven Capadisli [Mon, 1 Feb 2010 19:32:18 +0000 (20:32 +0100)]
Prevents app statistic text from wrapping around avatar
Sarven Capadisli [Mon, 1 Feb 2010 19:31:56 +0000 (20:31 +0100)]
Sentence case for app statistics
Brion Vibber [Thu, 4 Feb 2010 23:16:27 +0000 (15:16 -0800)]
drop debug messages from inbox deletion fix
Brion Vibber [Thu, 4 Feb 2010 22:50:20 +0000 (14:50 -0800)]
Inbox::streamNotices() with deletion compensation: inbox paging should more or less work with deleted items now.
No change in efficiency for the common case where nothing's deleted: does the same bulk fetch of just the notices we think we'll need as before, then if we turned up short keeps checking one by one until we've filled up to our $limit.
This can leave us with overlap between pages, but we already have that when new messages come in between clicks; seems to be the lesser of evils versus not getting a 'before' button.
More permanent fix for that will be to switch timeline paging in the UI to use notice IDs.
Eric Helgeson [Sat, 16 Jan 2010 16:56:07 +0000 (11:56 -0500)]
Missed change when refactoring groups. Thanks macno
Brion Vibber [Thu, 4 Feb 2010 21:08:34 +0000 (13:08 -0800)]
Should fix spurious 'nickname taken' and 'email taken' errors on registration. Form's checks for existing nicks & emails would incorrectly return true on the second lookup due to bad interaction with negative caching.
(was checking $obj !== false but we return null now on negative cache hits, with false for cache misses)
Brion Vibber [Thu, 4 Feb 2010 19:06:01 +0000 (11:06 -0800)]
Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries.
Defaulting to only looking at last 90 days of activity, can be adjusted up or down.
$config['tag']['cutoff'] = 86400 * 90;
$config['popular']['cutoff'] = 86400 * 90;
Per-user and per-group tag clouds do not use the cutoff (and it doesn't help with indexing on them).
Evan Prodromou [Wed, 3 Feb 2010 19:58:29 +0000 (14:58 -0500)]
Script to update profile URLs
Evan Prodromou [Wed, 3 Feb 2010 17:31:25 +0000 (12:31 -0500)]
clear cache for Profile::hasRepeated() at Notice::insert() time
Evan Prodromou [Wed, 3 Feb 2010 17:13:20 +0000 (12:13 -0500)]
clearcache.php column flag was conflicting with default flag
Evan Prodromou [Wed, 3 Feb 2010 17:13:07 +0000 (12:13 -0500)]
showcache.php column flag was conflicting with default flag
Evan Prodromou [Wed, 3 Feb 2010 16:55:54 +0000 (11:55 -0500)]
change 'sitetype' to 'siteplan' to use consistent language
Evan Prodromou [Wed, 3 Feb 2010 16:53:54 +0000 (11:53 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Wed, 3 Feb 2010 16:53:31 +0000 (11:53 -0500)]
add nickname as unique key for user_group table
Brion Vibber [Tue, 2 Feb 2010 17:30:15 +0000 (09:30 -0800)]
Fix regression breaking file attachments. This is what I get for rushing fixes and not properly testing them. :P
Brion Vibber [Tue, 2 Feb 2010 13:53:05 +0000 (05:53 -0800)]
Apply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, exposed to the email
Brion Vibber [Mon, 1 Feb 2010 16:48:31 +0000 (08:48 -0800)]
Improve name validation checks on local File references
Evan Prodromou [Mon, 1 Feb 2010 16:10:36 +0000 (11:10 -0500)]
fix local file include vulnerability in doc.php
Conflicts:
actions/doc.php
Evan Prodromou [Mon, 1 Feb 2010 05:47:50 +0000 (00:47 -0500)]
restructuring of User::registerNew() lost password munging
Evan Prodromou [Mon, 1 Feb 2010 03:58:29 +0000 (22:58 -0500)]
Add a script to clear the cache for a given key
Like showcache.php, clearcache.php clears the cache for a given key.
Evan Prodromou [Mon, 1 Feb 2010 03:55:07 +0000 (22:55 -0500)]
buggy fetch for site owner
Evan Prodromou [Sun, 31 Jan 2010 15:12:26 +0000 (10:12 -0500)]
Add a robots.txt URL to the site root
Adds a robots.txt file to the site root. Defaults defined by
'robotstxt' section of config. New events StartRobotsTxt and
EndRobotsTxt to let plugins add information. Probably not
useful if path is not /, but won't hurt anything, either.
Evan Prodromou [Sat, 30 Jan 2010 19:37:39 +0000 (14:37 -0500)]
error clearing tags for profiles from memcached
Evan Prodromou [Sat, 30 Jan 2010 18:15:17 +0000 (13:15 -0500)]
on exceptions, stomp logs the error and reenqueues
Evan Prodromou [Sat, 30 Jan 2010 17:47:21 +0000 (12:47 -0500)]
add lat, lon, location and remove closing tag from geocode.php
Evan Prodromou [Sat, 30 Jan 2010 17:43:00 +0000 (12:43 -0500)]
Use passed-in lat long in geocode.php
Don't rewrite the lat-long for a location in geocode.php.
Evan Prodromou [Sat, 30 Jan 2010 17:40:11 +0000 (12:40 -0500)]
better handling of null responses from geonames.org
Evan Prodromou [Fri, 29 Jan 2010 23:29:51 +0000 (18:29 -0500)]
plugin to limit number of registered users
Evan Prodromou [Fri, 29 Jan 2010 22:54:54 +0000 (17:54 -0500)]
add hooks for user registration
Evan Prodromou [Fri, 29 Jan 2010 20:33:35 +0000 (15:33 -0500)]
live fast, die young in bash scripts
Evan Prodromou [Fri, 29 Jan 2010 20:16:24 +0000 (15:16 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Fri, 29 Jan 2010 20:15:52 +0000 (15:15 -0500)]
for single-user mode, retrieve either site owner or defined nickname
Evan Prodromou [Fri, 29 Jan 2010 20:15:23 +0000 (15:15 -0500)]
method to get the site owner
Evan Prodromou [Fri, 29 Jan 2010 20:15:04 +0000 (15:15 -0500)]
define a constant for the 'owner' role of a site
Evan Prodromou [Fri, 29 Jan 2010 20:01:21 +0000 (15:01 -0500)]
add simple cache getter/setter static functions to Memcached_DataObject
Sarven Capadisli [Fri, 29 Jan 2010 15:20:14 +0000 (15:20 +0000)]
Hides .author from XHR response in showstream
Brion Vibber [Fri, 29 Jan 2010 07:08:36 +0000 (23:08 -0800)]
Fix more fatal errors in queue edge cases
Brion Vibber [Fri, 29 Jan 2010 06:51:07 +0000 (22:51 -0800)]
Don't attempt to resend XMPP messages that can't be broadcast due to the profile being deleted.
Brion Vibber [Fri, 29 Jan 2010 06:29:26 +0000 (22:29 -0800)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Brion Vibber [Fri, 29 Jan 2010 06:26:58 +0000 (22:26 -0800)]
Wrap each bit of distrib queue handler's saving operation in a try/catch; log exceptions but let everything else continue.
Zach Copley [Fri, 29 Jan 2010 06:08:55 +0000 (06:08 +0000)]
Merge branch 'testing'
Brion Vibber [Fri, 29 Jan 2010 06:05:14 +0000 (22:05 -0800)]
Log exceptions from queuedaemon.php if they're not already caught
Zach Copley [Fri, 29 Jan 2010 06:04:14 +0000 (22:04 -0800)]
Move sessions settings to its own panel
Brion Vibber [Fri, 29 Jan 2010 04:09:17 +0000 (20:09 -0800)]
Fixes for status_network db object .ini and tag setter script
Evan Prodromou [Thu, 28 Jan 2010 06:42:52 +0000 (01:42 -0500)]
Add a script to set tags for sites
Evan Prodromou [Fri, 29 Jan 2010 02:12:34 +0000 (21:12 -0500)]
Merge branch 'testing'
Zach Copley [Fri, 29 Jan 2010 01:53:11 +0000 (01:53 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Fri, 29 Jan 2010 01:49:38 +0000 (01:49 +0000)]
Adjust API authentication to also check for OAuth protocol params in the
HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme.
Brion Vibber [Fri, 29 Jan 2010 00:55:37 +0000 (16:55 -0800)]
Merge branch 'testing'
Evan Prodromou [Thu, 28 Jan 2010 23:40:38 +0000 (18:40 -0500)]
Last-chance distribution if enqueueing fails
Brion Vibber [Fri, 29 Jan 2010 00:49:32 +0000 (16:49 -0800)]
Manual failover for stomp queues.
If an array of multiple servers is put in $config['queue']['stomp_server'], enqueues will pick a random server to send to (failing over automatically if any are down).
Queue handling daemons connect all servers so they get events no matter where they were delivered.
In case of disconnection, daemons should now handle it gracefully and attempt to reconnect every 60 seconds or so, automatically resubscribing to all queues once it's back up.
Can put to 'native' failover for reads as well by disabling $config['stomp']['manual_failover'] = false; but this is untested and may explode in addition to requiring that your ActiveMQ cluster actually be set up to handle its own data distribution.
Additionally, can choose which queues to mark as persistent by setting $config['stomp']['persistent'] to an array of queue names.
Evan Prodromou [Thu, 28 Jan 2010 21:52:42 +0000 (16:52 -0500)]
lost config in index.php made all traffic go to master
Evan Prodromou [Thu, 28 Jan 2010 21:52:05 +0000 (16:52 -0500)]
Revert "Revert "move RW setup above user get in index.php so remember_me works""
This reverts commit
be7bca2303cc9900f2c1a746a10a785d9d95783c .
Evan Prodromou [Thu, 28 Jan 2010 21:50:28 +0000 (16:50 -0500)]
Revert "move RW setup above user get in index.php so remember_me works"
This reverts commit
fa7895333724e314e2b32cb89f19a41069c554be .
Evan Prodromou [Thu, 28 Jan 2010 21:35:38 +0000 (16:35 -0500)]
move RW setup above user get in index.php so remember_me works
Brion Vibber [Thu, 28 Jan 2010 21:35:09 +0000 (13:35 -0800)]
Merge commit 'origin/master' into testing
Evan Prodromou [Thu, 28 Jan 2010 21:26:55 +0000 (16:26 -0500)]
hide most DB_DataObject errors
Evan Prodromou [Thu, 28 Jan 2010 19:27:35 +0000 (14:27 -0500)]
always set up database_rw, regardless, so cached sessions work
Evan Prodromou [Thu, 28 Jan 2010 18:54:19 +0000 (13:54 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Thu, 28 Jan 2010 17:57:52 +0000 (12:57 -0500)]
update mysqltimestamps on insert and update
Evan Prodromou [Thu, 28 Jan 2010 18:53:28 +0000 (13:53 -0500)]
additional debugging data for Sessions
Zach Copley [Thu, 28 Jan 2010 18:11:44 +0000 (18:11 +0000)]
'Sign in with Twitter' button img
Sarven Capadisli [Thu, 28 Jan 2010 18:37:31 +0000 (19:37 +0100)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Sarven Capadisli [Thu, 28 Jan 2010 17:39:30 +0000 (18:39 +0100)]
Update to aside styles in biz theme
Sarven Capadisli [Thu, 28 Jan 2010 16:36:33 +0000 (17:36 +0100)]
Update to notice item in biz theme
Sarven Capadisli [Thu, 28 Jan 2010 16:32:24 +0000 (17:32 +0100)]
Update to biz theme button close and minimize styles
Sarven Capadisli [Thu, 28 Jan 2010 16:28:11 +0000 (17:28 +0100)]
Update to biz theme's input styles
Sarven Capadisli [Thu, 28 Jan 2010 16:22:01 +0000 (17:22 +0100)]
Updated biz theme entity_actions styles
Sarven Capadisli [Thu, 28 Jan 2010 16:16:11 +0000 (17:16 +0100)]
Updated biz theme to use dialogbox styles
Sarven Capadisli [Thu, 28 Jan 2010 16:12:48 +0000 (17:12 +0100)]
Updated biz theme notice options
Sarven Capadisli [Thu, 28 Jan 2010 16:09:35 +0000 (17:09 +0100)]
Updated biz theme to hide form_repeat legend
Sarven Capadisli [Thu, 28 Jan 2010 16:08:24 +0000 (17:08 +0100)]
Updated biz theme to use the single icons file
Sarven Capadisli [Thu, 28 Jan 2010 15:49:33 +0000 (16:49 +0100)]
Updated geo sharing styles for biz
Sarven Capadisli [Thu, 28 Jan 2010 15:41:28 +0000 (16:41 +0100)]
Fixed layout when ad plugin is on for biz
Sarven Capadisli [Thu, 28 Jan 2010 15:39:20 +0000 (16:39 +0100)]
Fixed layout for powered by statusnet in biz
Zach Copley [Thu, 28 Jan 2010 18:34:25 +0000 (18:34 +0000)]
Remove redundant session token field from form (was already being added by base class).
Zach Copley [Thu, 28 Jan 2010 18:15:50 +0000 (18:15 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Thu, 28 Jan 2010 18:11:44 +0000 (18:11 +0000)]
'Sign in with Twitter' button img
Brion Vibber [Thu, 28 Jan 2010 17:52:35 +0000 (09:52 -0800)]
Can now set $config['queue']['stomp_persistent'] = false; to explicitly disable persistence when we queue items
Sarven Capadisli [Thu, 28 Jan 2010 17:39:30 +0000 (18:39 +0100)]
Update to aside styles in biz theme
Sarven Capadisli [Thu, 28 Jan 2010 16:36:33 +0000 (17:36 +0100)]
Update to notice item in biz theme
Sarven Capadisli [Thu, 28 Jan 2010 16:32:24 +0000 (17:32 +0100)]
Update to biz theme button close and minimize styles
Sarven Capadisli [Thu, 28 Jan 2010 16:28:11 +0000 (17:28 +0100)]
Update to biz theme's input styles
Sarven Capadisli [Thu, 28 Jan 2010 16:22:01 +0000 (17:22 +0100)]
Updated biz theme entity_actions styles
Sarven Capadisli [Thu, 28 Jan 2010 16:16:11 +0000 (17:16 +0100)]
Updated biz theme to use dialogbox styles