Can't authenticate using API 2.0

2010-11-05 Thread Colin Caughie
Hi, I'm playing with the new ReviewBoard API with a test installation of RB 1.5, and can't seem to get basic authentication to work. I'm testing it just by typing http://ourserver/api/info/; into Firefox, entering my username and password when it asks, but I keep getting 401 UNAUTHORIZED

Re: Can't authenticate using API 2.0

2010-11-05 Thread Christian Hammond
Hi Colin, I just tried to repro it here, and it works fine. We'll have to do some investigation... When you try this, is it with a fully-qualified domain, or just something more like ourserver? If the latter, see what happens when you try a FQDN or an IP address. What type of authentication is

RE: Can't authenticate using API 2.0

2010-11-05 Thread Colin Caughie
Hi Christian, Thanks for the speedy reply. I've tried with the FQDN and IP address as well as the plain hostname and I get the same result. The wireshark trace shows that it's using Basic Authentication as described in the API docs. (I can send you the wireshark trace if you think it would

Re: Windows configuration issue

2010-11-05 Thread asawhney
With continuous persistence and assistance from Christian we finally got it working. FYI, we are using https with certificate for SVN authentication. In this kind of a setup, you need to make sure that the 'data' directory of the reviewboard site has the '.subversion' folder with the certificate

Re: Moving to a different server

2010-11-05 Thread Charles Gagnon
The move went pretty week and seems somewhere simple to do. The one problem I have now is user authentication. The siteconfiguration from the SQL backup seem to have AD authentication in there but it doesn't work and I can't figure out why? I can't even login with the admin user? Is there

Re: Can't authenticate using API 2.0

2010-11-05 Thread Christian Hammond
Hi Colin, Sorry for my subsequent less-than-speedy reply. Long day. I don't know that AD would be the cause, but it's worth considering. I would like to see the Wireshark trace, just to see if I can simulate the same problem. Feel free to just e-mail me that directly. Thanks! Christian --

Re: Moving to a different server

2010-11-05 Thread Christian Hammond
It may have to do with the encrypted passwords in the database. These are based off your SECRET_KEY setting, which is typically computed for you during 'rb-site install'. Make sure that your new conf/settings_local.py has the same SECRET_KEY as the old one. Christian -- Christian Hammond -

Re: Issue 1026 in reviewboard: RFE: Add ability to ignore files in a patch

2010-11-05 Thread reviewboard
Updates: Labels: -Milestone-Release1.6 Comment #4 on issue 1026 by chipx86: RFE: Add ability to ignore files in a patch http://code.google.com/p/reviewboard/issues/detail?id=1026 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 579 in reviewboard: batch operations (especially delete), would be very useful

2010-11-05 Thread reviewboard
Updates: Labels: Component-Admin Comment #8 on issue 579 by chipx86: batch operations (especially delete), would be very useful http://code.google.com/p/reviewboard/issues/detail?id=579 (No comment was entered for this change.) -- You received this message because you are subscribed

Re: Issue 1073 in reviewboard: Reloading failed diff uploads

2010-11-05 Thread reviewboard
Updates: Status: WontFix Comment #4 on issue 1073 by chipx86: Reloading failed diff uploads http://code.google.com/p/reviewboard/issues/detail?id=1073 I'm not really convinced that this is a common enough problem. This is really the only occurrence of this problem I know of that's

Issue 1877 in reviewboard: hitting ESQ when filling out a review description erases the entire description if you haven't hit OK yet

2010-11-05 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1877 by paul.redmond: hitting ESQ when filling out a review description erases the entire description if you haven't hit OK yet http://code.google.com/p/reviewboard/issues/detail?id=1877 *NOTE: Do not post confidential

Re: Issue 1808 in reviewboard: RBTools 0.2 perforce: no error handling for bad change #

2010-11-05 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 1808 by trowbrds: RBTools 0.2 perforce: no error handling for bad change # http://code.google.com/p/reviewboard/issues/detail?id=1808 Fixed in rbtools 65eec92. -- You received this message because you are subscribed to the Google Groups

Re: Issue 832 in reviewboard: post-review for perforce. don't submit if changelist is empty

2010-11-05 Thread reviewboard
Updates: Status: Fixed Comment #4 on issue 832 by trowbrds: post-review for perforce. don't submit if changelist is empty http://code.google.com/p/reviewboard/issues/detail?id=832 Fixed in rbtools 65eec92. -- You received this message because you are subscribed to the Google Groups

Re: Issue 1877 in reviewboard: hitting ESC when filling out a review description erases the entire description if you haven't hit OK yet

2010-11-05 Thread reviewboard
Updates: Summary: hitting ESC when filling out a review description erases the entire description if you haven't hit OK yet Labels: Usability Component-Reviews Comment #1 on issue 1877 by trowbrds: hitting ESC when filling out a review description erases the entire description if

Re: Issue 1863 in reviewboard: Incorrect/Misleading error message from post-review CLI

2010-11-05 Thread reviewboard
Updates: Labels: Component-RBTools Comment #1 on issue 1863 by trowbrds: Incorrect/Misleading error message from post-review CLI http://code.google.com/p/reviewboard/issues/detail?id=1863 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 1857 in reviewboard: http URL port sometimes is missing when email

2010-11-05 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 1856 Comment #1 on issue 1857 by trowbrds: http URL port sometimes is missing when email http://code.google.com/p/reviewboard/issues/detail?id=1857 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 1856 in reviewboard: http URL port sometimes is missing when email

2010-11-05 Thread reviewboard
Comment #1 on issue 1856 by trowbrds: http URL port sometimes is missing when email http://code.google.com/p/reviewboard/issues/detail?id=1856 Issue 1857 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups reviewboard-issues group.

Re: Issue 1848 in reviewboard: Long lines without whitespaces makes diff hardly readable

2010-11-05 Thread reviewboard
Updates: Status: WontFix Comment #1 on issue 1848 by trowbrds: Long lines without whitespaces makes diff hardly readable http://code.google.com/p/reviewboard/issues/detail?id=1848 The browser will split lines as it deems appropriate, and we're happy to let it. Splitting lines is a

Re: Issue 935 in reviewboard: Add notification of a draft unpublished review to the top of the review page as well as in-line with the reviews

2010-11-05 Thread reviewboard
Comment #4 on issue 935 by trowbrds: Add notification of a draft unpublished review to the top of the review page as well as in-line with the reviews http://code.google.com/p/reviewboard/issues/detail?id=935 Issue 1869 has been merged into this issue. -- You received this message because

Re: Issue 1869 in reviewboard: Add a Publish button down the page

2010-11-05 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 935 Comment #1 on issue 1869 by trowbrds: Add a Publish button down the page http://code.google.com/p/reviewboard/issues/detail?id=1869 Effectively the same as issue 935 -- You received this message because you are subscribed to the Google

Re: Issue 1787 in reviewboard: Something broke! (Error 500)

2010-11-05 Thread reviewboard
Updates: Status: Incomplete Comment #3 on issue 1787 by trowbrds: Something broke! (Error 500) http://code.google.com/p/reviewboard/issues/detail?id=1787 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1713 in reviewboard: postreview.py fails with API Error 105

2010-11-05 Thread reviewboard
Updates: Status: Incomplete Comment #4 on issue 1713 by trowbrds: postreview.py fails with API Error 105 http://code.google.com/p/reviewboard/issues/detail?id=1713 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1861 in reviewboard: Review Request publishes nothing instead of saved text.

2010-11-05 Thread reviewboard
Updates: Status: Incomplete Comment #2 on issue 1861 by trowbrds: Review Request publishes nothing instead of saved text. http://code.google.com/p/reviewboard/issues/detail?id=1861 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 1800 in reviewboard: Error uploading updated diff

2010-11-05 Thread reviewboard
Updates: Status: New Comment #5 on issue 1800 by trowbrds: Error uploading updated diff http://code.google.com/p/reviewboard/issues/detail?id=1800 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups reviewboard-issues

Re: Issue 1672 in reviewboard: ReviewBoard hide existing revisions

2010-11-05 Thread reviewboard
Updates: Status: New Comment #4 on issue 1672 by trowbrds: ReviewBoard hide existing revisions http://code.google.com/p/reviewboard/issues/detail?id=1672 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups