pgweb.git
9 years agoRemove dead code
Magnus Hagander [Thu, 17 Dec 2015 16:22:20 +0000 (17:22 +0100)]
Remove dead code

9 years agoFix typo
Dave Page [Thu, 17 Dec 2015 15:39:05 +0000 (15:39 +0000)]
Fix typo

9 years agoFully log attempts to log in during cooloff period
Magnus Hagander [Thu, 17 Dec 2015 15:38:41 +0000 (16:38 +0100)]
Fully log attempts to log in during cooloff period

9 years agoImplement a "cooloff period" for community authentication
Magnus Hagander [Thu, 17 Dec 2015 15:34:18 +0000 (16:34 +0100)]
Implement a "cooloff period" for community authentication

This lets us configure some sites that require accounts to have been
in the system for longer than a certain time before they are allowed
to log in to that site. In particular, the wiki is easy to spam, so
we want those users to be in the system for a while before they can
try something like that.

Requires manual sql to be run on all installations:

ALTER TABLE account_communityauthsite ADD COLUMN cooloff_hours int NOT NULL DEFAULT 0;

9 years agoGenerate recaptcha specific tracing
Magnus Hagander [Thu, 17 Dec 2015 15:07:18 +0000 (16:07 +0100)]
Generate recaptcha specific tracing

9 years agoStop including remote IP in recaptcha requests
Magnus Hagander [Thu, 17 Dec 2015 14:53:33 +0000 (15:53 +0100)]
Stop including remote IP in recaptcha requests

It only shows our frontend terminators anyway at this point, so it will
be incorrect data. We'll add it back in once that's solved.

9 years agoFix typo in log message
Magnus Hagander [Thu, 17 Dec 2015 14:27:31 +0000 (15:27 +0100)]
Fix typo in log message

9 years agoRe-enable registration again
Magnus Hagander [Thu, 17 Dec 2015 14:25:24 +0000 (15:25 +0100)]
Re-enable registration again

Now with better tracing, so we can figure out what's actually happening.

9 years agoAdd more random entropy to data used to generate tokens
Magnus Hagander [Thu, 17 Dec 2015 14:25:10 +0000 (15:25 +0100)]
Add more random entropy to data used to generate tokens

9 years agoAdd a lot of tracing about account signups
Magnus Hagander [Thu, 17 Dec 2015 14:21:11 +0000 (15:21 +0100)]
Add a lot of tracing about account signups

Trying to track down how all these accounts are actually created.

9 years agoRevert "Re-enable captchas now that we have captchas"
Magnus Hagander [Thu, 17 Dec 2015 13:43:35 +0000 (14:43 +0100)]
Revert "Re-enable captchas now that we have captchas"

Yup, it seems they manage to register even with captchas on the page.

9 years agoDon't crash when browser doesn't have javascript enabled
Magnus Hagander [Thu, 17 Dec 2015 13:03:11 +0000 (14:03 +0100)]
Don't crash when browser doesn't have javascript enabled

Instead, just indicate that the captcha is required.

Yes, it sucks to require javascript, but it's at least only for the
signup step...

9 years agoRe-enable captchas now that we have captchas
Magnus Hagander [Thu, 17 Dec 2015 12:57:03 +0000 (13:57 +0100)]
Re-enable captchas now that we have captchas

Let's hope it's not actually recaptcha that is broken..

9 years agoProperly pass remote IP address to recaptcha
Magnus Hagander [Thu, 17 Dec 2015 12:53:29 +0000 (13:53 +0100)]
Properly pass remote IP address to recaptcha

In theory, at least, they can make a better decision for people to get past the
captcha with more knowledge. The parameter is currently option, but it's not
unlikely it might become mandatory in the future, so we might as well include it.

9 years agoImplement basic re-captcha handling
Magnus Hagander [Thu, 17 Dec 2015 12:37:49 +0000 (13:37 +0100)]
Implement basic re-captcha handling

I very much hate captchas, but we need something, and using something like
re-captcha for it makes it easy to implement.

9 years agoAttempt a very crude way to stop new signups
Magnus Hagander [Wed, 16 Dec 2015 17:24:56 +0000 (18:24 +0100)]
Attempt a very crude way to stop new signups

9 years agoReplace simpljson imports with json
Magnus Hagander [Sat, 12 Dec 2015 16:44:22 +0000 (17:44 +0100)]
Replace simpljson imports with json

This has been in standard python since 2.6, and we don't really care
about supporting anything older than that (even our old and soon to
be upgraded environments use 2.7)

9 years agoUpdate entry on the book from Guillaume, per his patch on pgsql-www...
Stefan Kaltenbrunner [Mon, 7 Dec 2015 21:33:34 +0000 (22:33 +0100)]
Update entry on the book from Guillaume, per his patch on pgsql-..

9 years agoremove ubuntu 10.04/lucid from the ubuntu download page - per report from
Stefan Kaltenbrunner [Mon, 7 Dec 2015 21:30:07 +0000 (22:30 +0100)]
remove ubuntu 10.04/lucid from the ubuntu download page - per report from
Jens Larsson on pgsql-www

9 years agoAdd 2UDA to the 3rd party distros download section per -www discussion.
Dave Page [Mon, 16 Nov 2015 09:25:32 +0000 (09:25 +0000)]
Add 2UDA to the 3rd party distros download section per -www discussion.

9 years ago9.5 beta 2
Dave Page [Thu, 12 Nov 2015 19:10:02 +0000 (19:10 +0000)]
9.5 beta 2

10 years agoUse more direct URL, per comments from Heikki
Dave Page [Thu, 5 Nov 2015 09:00:40 +0000 (09:00 +0000)]
Use more direct URL, per comments from Heikki

10 years agoadd a "current" link to the docs page to encourage people to refer to
Stefan Kaltenbrunner [Wed, 4 Nov 2015 19:03:08 +0000 (20:03 +0100)]
add a "current" link to the docs page to encourage people to refer to
the "current" docs instead of linking to versioned urls.
Thanks to Amir Rohan for both the idea and the patch!

10 years agoFix handlig of upper/mixed case email addresses on signup
Magnus Hagander [Wed, 4 Nov 2015 17:17:23 +0000 (18:17 +0100)]
Fix handlig of upper/mixed case email addresses on signup

The validation that the two entered email addresses were the same
did not work properly in this case - only login and other related
pages.

10 years agoCleanup text a little
Dave Page [Thu, 8 Oct 2015 14:39:42 +0000 (15:39 +0100)]
Cleanup text a little

10 years ago9.5b1 and backbranch releases.
Dave Page [Thu, 8 Oct 2015 14:31:35 +0000 (15:31 +0100)]
9.5b1 and backbranch releases.

10 years agousers_keys is a view in production..
Magnus Hagander [Wed, 7 Oct 2015 13:54:25 +0000 (15:54 +0200)]
users_keys is a view in production..

10 years agoDrop objects in the correct order..
Magnus Hagander [Wed, 7 Oct 2015 13:53:36 +0000 (15:53 +0200)]
Drop objects in the correct order..

10 years agoAlso get rid of old users_keys table
Magnus Hagander [Tue, 6 Oct 2015 13:00:24 +0000 (15:00 +0200)]
Also get rid of old users_keys table

10 years agoScrub organizations a bit more, per Stephen
Magnus Hagander [Tue, 6 Oct 2015 12:55:19 +0000 (14:55 +0200)]
Scrub organizations a bit more, per Stephen

10 years agoAdd simple data scrubbing script
Magnus Hagander [Tue, 6 Oct 2015 12:44:02 +0000 (14:44 +0200)]
Add simple data scrubbing script

This is used when we want a developer copy of the database somewhere.

NOTE! Before use always validate that it's up to date!

10 years agoRemove commented-out references to old clickthrus table
Magnus Hagander [Tue, 6 Oct 2015 12:33:10 +0000 (14:33 +0200)]
Remove commented-out references to old clickthrus table

This table is now dropped from the master, so remove it from here
so that nobody tries to re-use that code...

10 years agoFix how the mailinglist subscription form handles parameters
Magnus Hagander [Sat, 3 Oct 2015 11:02:44 +0000 (13:02 +0200)]
Fix how the mailinglist subscription form handles parameters

This was plain broken for things like nomail and digest, but even with
the right syntax it probably did not work right together with the fact
that we require confirmation for subscriptions.

Issue spotted by Amir Rohan, fix suggested by Alvaro Herrera, (broken) code by me

10 years agoEnsure emails are always checked in lowercase
Magnus Hagander [Thu, 24 Sep 2015 14:03:55 +0000 (16:03 +0200)]
Ensure emails are always checked in lowercase

Without this, it seems we can get a failure when the same email
address is entered in different cases on different users.

10 years agoAllow editing of contributor email addresses
Magnus Hagander [Mon, 24 Aug 2015 14:35:51 +0000 (16:35 +0200)]
Allow editing of contributor email addresses

Since this is only used as a display field (same as company name)
etc, we allow the contributors to edit them just generating a standard
post-moderation message to the list.

10 years agoUpdated URL in Press FAQ that was pointing to an incorrect page for PostgreSQL profes...
Jonathan S. Katz [Tue, 11 Aug 2015 20:39:46 +0000 (16:39 -0400)]
Updated URL in Press FAQ that was pointing to an incorrect page for PostgreSQL professional services.

10 years agoAdjusted release date for reality
David Fetter [Thu, 6 Aug 2015 18:35:06 +0000 (11:35 -0700)]
Adjusted release date for reality

10 years ago9.5 Alpha 2
Dave Page [Thu, 6 Aug 2015 12:46:03 +0000 (13:46 +0100)]
9.5 Alpha 2

10 years agoFix incorrect wording on debian/ubuntu pages
Magnus Hagander [Fri, 17 Jul 2015 18:01:42 +0000 (20:01 +0200)]
Fix incorrect wording on debian/ubuntu pages

Spotted by Daniel Cristian Cruz

10 years agoAdd 9.5 to the feature matrix
Magnus Hagander [Wed, 8 Jul 2015 12:29:27 +0000 (13:29 +0100)]
Add 9.5 to the feature matrix

10 years agoReturn proper errorcodes in django auth plugin example
Magnus Hagander [Tue, 21 Apr 2015 12:42:42 +0000 (14:42 +0200)]
Return proper errorcodes in django auth plugin example

Instead of raising an exception which will cause both a server log
and an email to be sent, return a proper http 400 message when the
incoming authentication request is bad. This will also show the
proper error message to the client, instead of a generic internal
server error.

10 years agoRemove unused variables
Magnus Hagander [Tue, 21 Apr 2015 12:36:54 +0000 (14:36 +0200)]
Remove unused variables

10 years agoProperly show error message on login form
Magnus Hagander [Fri, 27 Mar 2015 19:20:57 +0000 (15:20 -0400)]
Properly show error message on login form

Very strange that nobody noticed earlier that this was missing...

10 years agoDon't list "with comments" docs for test versions.
Dave Page [Thu, 2 Jul 2015 14:21:15 +0000 (15:21 +0100)]
Don't list "with comments" docs for test versions.

10 years agoHandle Alpha versions.
Dave Page [Thu, 2 Jul 2015 13:57:58 +0000 (14:57 +0100)]
Handle Alpha versions.

10 years agoMissed an 'alpha'.
Dave Page [Thu, 2 Jul 2015 13:39:09 +0000 (14:39 +0100)]
Missed an 'alpha'.

10 years agoWe have Alpha builds at the moment...
Dave Page [Thu, 2 Jul 2015 13:35:03 +0000 (14:35 +0100)]
We have Alpha builds at the moment...

10 years ago9.5 Alpha 1
Dave Page [Thu, 2 Jul 2015 13:28:37 +0000 (14:28 +0100)]
9.5 Alpha 1

10 years agomake php code enclosed by ?php - this makes it work by default on more modern
Stefan Kaltenbrunner [Sat, 20 Jun 2015 16:02:20 +0000 (12:02 -0400)]
make php code enclosed by ?php - this makes it work by default on more modern
php/debian

10 years agoPostgreSQL 9.4.4, 9.3.9, 9.2.13, 9.1.18 & 9.0.22 Released!
Dave Page [Fri, 12 Jun 2015 12:38:55 +0000 (13:38 +0100)]
PostgreSQL 9.4.4, 9.3.9, 9.2.13, 9.1.18 & 9.0.22 Released!

10 years agoPostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16 & 9.0.20 Released!
Dave Page [Thu, 4 Jun 2015 12:54:13 +0000 (13:54 +0100)]
PostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16 & 9.0.20 Released!

10 years agoPostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16, and 9.0.20 released!
Dave Page [Fri, 22 May 2015 13:00:01 +0000 (14:00 +0100)]
PostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16, and 9.0.20 released!

10 years agoAdd core team description.
Dave Page [Mon, 18 May 2015 09:58:08 +0000 (10:58 +0100)]
Add core team description.

10 years agoAdd RHEL 7, mention about 9.2 packages in RHEL 6, and reorder from the latest to...
Devrim Gündüz [Thu, 16 Apr 2015 11:19:46 +0000 (14:19 +0300)]
Add RHEL 7, mention about 9.2 packages in RHEL 6,  and reorder from the latest to the oldest.

Per Magnus.

10 years agosplit security information into two parts, one for issues in supported versions
Stefan Kaltenbrunner [Fri, 15 May 2015 17:28:04 +0000 (19:28 +0200)]
split security information into two parts, one for issues in supported versions
and into an archive. Patch from Josh Berkus - very slightly modified by me.

10 years agoAdd new books from Packt.
Dave Page [Tue, 14 Apr 2015 08:08:04 +0000 (09:08 +0100)]
Add new books from Packt.

10 years agoUpdate info about CVE-2014-0067, now that the full fix is out
Magnus Hagander [Sat, 14 Mar 2015 12:26:05 +0000 (13:26 +0100)]
Update info about CVE-2014-0067, now that the full fix is out

From Noah Misch

10 years agoOrdered the PUG listings by Country, Locale as opposed to Country, Name
Jonathan S. Katz [Mon, 9 Mar 2015 17:38:44 +0000 (13:38 -0400)]
Ordered the PUG listings by Country, Locale as opposed to Country, Name

10 years agoAdd mention about Oracle Linux, and also state that 7.x is supported.
Devrim Gunduz [Wed, 18 Feb 2015 10:40:19 +0000 (12:40 +0200)]
Add mention about Oracle Linux, and also state that 7.x is supported.

10 years agotake a stab at cleaning up our download pages:
Stefan Kaltenbrunner [Wed, 11 Feb 2015 20:24:05 +0000 (21:24 +0100)]
take a stab at cleaning up our download pages:
* remove the boilerplates on various pages about how "easy" it is to build from source when we include a "installing from source" include at the same page
* remove text that mentions prehistoric and unsupported postgresql versions and/or OS platforms (yeah that means you PostgreSQL 8.4 and OSX for PPC...)
* pittis PPA is dead - long life apt.postgresql.org
* move the yum/rpm stuff to 9.4
* corrects some information about the apt repository wrt the support of ubuntu LTS-only
* update the fedora included versions with supported and upcoming fedora versions

10 years agofix prehistoric typo in the alt= text
Stefan Kaltenbrunner [Wed, 11 Feb 2015 19:48:41 +0000 (20:48 +0100)]
fix prehistoric typo in the alt= text

10 years agoUpdate security page for new releases
Magnus Hagander [Wed, 11 Feb 2015 19:24:16 +0000 (20:24 +0100)]
Update security page for new releases

Seems this was forgotten when the new release was pushed :S

Changes by Josh Berkus

10 years agoArchive GSoC page to 2014 and update to 2015.
Thom Brown [Mon, 9 Feb 2015 20:22:10 +0000 (20:22 +0000)]
Archive GSoC page to 2014 and update to 2015.

10 years agocorrect links to the details for CVE-2006-2313 and CVE-2006-2314 - per report
Stefan Kaltenbrunner [Sat, 7 Feb 2015 09:13:52 +0000 (10:13 +0100)]
correct links to the details for CVE-2006-2313 and CVE-2006-2314 - per report
from Noah Misch on -www

10 years agoFix list of supported Ubuntu versions
Magnus Hagander [Fri, 6 Feb 2015 09:01:15 +0000 (10:01 +0100)]
Fix list of supported Ubuntu versions

The dropdown list is actually correct, but the free text part
forgot to mention 14.04.

Noted by Paul Behrisch

10 years agoFix typo
Dave Page [Thu, 5 Feb 2015 14:49:17 +0000 (14:49 +0000)]
Fix typo

10 years agoRelease 9.4.1, 9.3.6, 9.2.10, 9.1.15 & 9.0.19
Dave Page [Thu, 5 Feb 2015 14:47:27 +0000 (14:47 +0000)]
Release 9.4.1, 9.3.6, 9.2.10, 9.1.15 & 9.0.19

10 years agoCorrect contact number.
Dave Page [Mon, 26 Jan 2015 09:05:31 +0000 (09:05 +0000)]
Correct contact number.

10 years agofix some spelling errors noticed while reading through the code
Stefan Kaltenbrunner [Sun, 25 Jan 2015 09:17:12 +0000 (10:17 +0100)]
fix some spelling errors noticed while reading through the code

10 years agoadd new book in french - per Guillaume
Stefan Kaltenbrunner [Sun, 25 Jan 2015 08:47:44 +0000 (09:47 +0100)]
add new book in french - per Guillaume

10 years agofix spelling error and quote the "change" reference to make it more obvious
Stefan Kaltenbrunner [Sun, 25 Jan 2015 08:34:52 +0000 (09:34 +0100)]
fix spelling error and quote the "change" reference to make it more obvious

10 years agoAdd support for changing community account email
Magnus Hagander [Wed, 21 Jan 2015 20:22:16 +0000 (21:22 +0100)]
Add support for changing community account email

When changing an email, we generate a random token and send it to the
new email (the old email is verified by the fact that the user is
already logged in). Once the link in the email is clicked, we update
the actual email.

10 years agoadd cleaned up version of the indonesian version of the pressrelease, per
Stefan Kaltenbrunner [Sat, 20 Dec 2014 15:30:21 +0000 (16:30 +0100)]
add cleaned up version of the indonesian version of the pressrelease, per
request from josh

10 years agoeven more absolute url to relative url conversion...
Stefan Kaltenbrunner [Fri, 19 Dec 2014 20:18:38 +0000 (21:18 +0100)]
even more absolute url to relative url conversion...

10 years agoconvert some absolute url references to relative ones, still more to go...
Stefan Kaltenbrunner [Fri, 19 Dec 2014 19:10:58 +0000 (20:10 +0100)]
convert some absolute url references to relative ones, still more to go...

10 years agoa small number of old presskits had links to various logos and images
Stefan Kaltenbrunner [Fri, 19 Dec 2014 18:53:28 +0000 (19:53 +0100)]
a small number of old presskits had links to various logos and images
hosted on developer.postgresql.org/~josh which is not really ideal, especially
for the three occurances where they where used as <img src=> so refer to files
we already have under media/img/...

10 years agoupdate references to the wiki to https instead of http, remove random windows
Stefan Kaltenbrunner [Fri, 19 Dec 2014 18:06:30 +0000 (19:06 +0100)]
update references to the wiki to https instead of http, remove random windows
line endings from some older files and fix some minor typos/whitespace issues

10 years agoswitch debian/ubuntu download instructions to 9.4 add Jessie while here as
Stefan Kaltenbrunner [Fri, 19 Dec 2014 14:37:04 +0000 (15:37 +0100)]
switch debian/ubuntu download instructions to 9.4 add Jessie while here as
well to sync up with what we have on the wiki...

10 years agorefer to 9.4 as the latest version...
Stefan Kaltenbrunner [Thu, 18 Dec 2014 20:15:13 +0000 (21:15 +0100)]
refer to 9.4 as the latest version...

10 years agominor 9.4->9.5 update for the roadmap page keep the less general "Q3"
Stefan Kaltenbrunner [Thu, 18 Dec 2014 19:59:23 +0000 (20:59 +0100)]
minor 9.4->9.5 update for the roadmap page keep the less general "Q3"
wording while the press faq seems to be rather specific qith September 2015

10 years agoFix encoding.
Dave Page [Thu, 18 Dec 2014 15:46:32 +0000 (15:46 +0000)]
Fix encoding.

10 years agoFix images.
Dave Page [Thu, 18 Dec 2014 15:21:54 +0000 (15:21 +0000)]
Fix images.

10 years ago9.4.0!
Dave Page [Thu, 18 Dec 2014 11:30:21 +0000 (11:30 +0000)]
9.4.0!

10 years agoFixup the 9.4 presskit.
Dave Page [Thu, 18 Dec 2014 09:31:13 +0000 (09:31 +0000)]
Fixup the 9.4 presskit.

10 years agoMoved all images to /media/img/
Josh Berkus [Wed, 17 Dec 2014 20:03:31 +0000 (12:03 -0800)]
Moved all images to /media/img/

10 years agoFirst version of 9.4 presskit updates.
Josh Berkus [Tue, 16 Dec 2014 01:37:53 +0000 (17:37 -0800)]
First version of 9.4 presskit updates.

10 years ago9.4RC1
Dave Page [Thu, 20 Nov 2014 18:17:18 +0000 (18:17 +0000)]
9.4RC1

10 years agoMention that CVE-2014-0067 is fixed on non-windows platforms
Magnus Hagander [Thu, 13 Nov 2014 19:06:51 +0000 (20:06 +0100)]
Mention that CVE-2014-0067 is fixed on non-windows platforms

11 years agoupdate the list of supported ubuntu versions in the dropdown and revert
Stefan Kaltenbrunner [Tue, 4 Nov 2014 17:58:24 +0000 (18:58 +0100)]
update the list of supported ubuntu versions in the dropdown and revert
the https change that was not intendet do be there just yet...

11 years agomore http->https changes for both the wiki and the commitfest-app
Stefan Kaltenbrunner [Mon, 3 Nov 2014 20:47:47 +0000 (21:47 +0100)]
more http->https changes for both the wiki and the commitfest-app

11 years agomove downloads through the file browser to https by default
Stefan Kaltenbrunner [Mon, 3 Nov 2014 20:05:06 +0000 (21:05 +0100)]
move downloads through the file browser to https by default

11 years agonuke some more references to pgfoundry and another http->https conversion for
Stefan Kaltenbrunner [Mon, 3 Nov 2014 20:04:01 +0000 (21:04 +0100)]
nuke some more references to pgfoundry and another http->https conversion for
the wiki url...

11 years agoI don't think the minor release list is the "best" target for the "What's new"
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:53:08 +0000 (20:53 +0100)]
I don't think the minor release list is the "best" target for the "What's new"
link but it is for sure better than pointing to 9.2.2...

11 years agoremove reference to pgfoundry as decided ages ago...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:42:47 +0000 (20:42 +0100)]
remove reference to pgfoundry as decided ages ago...

11 years agohttp->https here too, but this file needs more work anyway...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:41:27 +0000 (20:41 +0100)]
http->https here too, but this file needs more work anyway...

11 years agoanother one that has been https-only for years...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:37:24 +0000 (20:37 +0100)]
another one that has been https-only for years...

11 years agothe wiki is https for a while, make those mappings reflect that as well...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:17:07 +0000 (20:17 +0100)]
the wiki is https for a while, make those mappings reflect that as well...

11 years agoFix date
Dave Page [Thu, 9 Oct 2014 12:47:06 +0000 (13:47 +0100)]
Fix date

11 years agoPG 9.4b3
Dave Page [Thu, 9 Oct 2014 12:45:01 +0000 (13:45 +0100)]
PG 9.4b3

11 years agoadd new book in russian - per request from Alexey Vasiliev on -www
Stefan Kaltenbrunner [Sun, 21 Sep 2014 18:43:37 +0000 (20:43 +0200)]
add new book in russian - per request from Alexey Vasiliev on -www