Commit Graph

400 Commits

Author SHA1 Message Date
R. Tyler Croy
daf957ba80 Merge pull request #95 from larrys/master
Having issues with this triggering all the time. Remove ldap exists c…
2016-04-25 09:59:26 -07:00
Larry Shatzer, Jr
4bef3a6bfe Having issues with this triggering all the time. Remove ldap exists check. The create record account will still take care of duplicate user ids... multiple accounts per email are now allowed, until this can be fixed properly. 2016-04-25 08:17:34 -06:00
R. Tyler Croy
fb4607dc1e Merge pull request #94 from larrys/master
Remove a few blacklist items.
2016-04-24 09:06:38 -07:00
Larry Shatzer, Jr
5a60d301c8 Remove a few blacklist items.
If the email is already used by an account, don't consider that spam, but give them a password reset link.
2016-04-22 08:55:32 -06:00
R. Tyler Croy
0e3c706ba5 Merge pull request #93 from larrys/master
Remove geoip information. ipvoid link can provide that information, i…
2016-04-08 12:28:21 -07:00
Larry Shatzer, Jr
a779cc1721 Remove geoip information. ipvoid link can provide that information, if needed.
Remove stopforumspam checks to avoid possible timeouts from a third party service.

Removal of dead code that is no longer called.
2016-04-08 11:36:47 -06:00
R. Tyler Croy
47a4bf2da0 Merge pull request #92 from larrys/master
Removal of bad name checks.
2016-03-28 07:57:28 -07:00
Larry Shatzer, Jr
6d2841acfa Removal of bad name checks. 2016-03-28 07:15:12 -06:00
R. Tyler Croy
d191247e3b
Pick up a few more variables that the jira-ldap-syncer assumes will be there 2016-03-24 07:10:11 -07:00
R. Tyler Croy
8c82a52e1b
Allow inserting some information via environemnt variables for the JIRA LDAp syncer library
The library doesn't make use of our configuration file at all, apparently, and
the only way to really get these parameters into place is with environment
variables.

I attempted to add the "-Djira.username" parameters at the tail end of the
command line but the runner script for Docker appears to discard them, e.g.:

    %  ~  ps uaxww | grep java
    root     12800  0.0  0.0   4336   744 pts/41   Ss+  06:50   0:00 /bin/sh -c java -DCONFIG=/etc/accountapp/config.properties -jar "$JETTY_HOME/start.jar" -Djira.username=rofl
    999      12805 12.0  3.7 5280284 296100 pts/41 Sl+  06:50   0:07 java -DCONFIG=/etc/accountapp/config.properties -jar /usr/local/jetty/start.jar
2016-03-24 06:57:04 -07:00
Kohsuke Kawaguchi
ee5e48dfdf new version of theme that links to https://jenkins.io 2016-03-23 20:22:32 -07:00
Kohsuke Kawaguchi
78b2974d2e Use a newer version that brings in jenkins.io theme 2016-03-23 19:52:01 -07:00
Kohsuke Kawaguchi
4424884dcd Consult local repository for SNAPSHOTs 2016-03-23 19:51:15 -07:00
R. Tyler Croy
439a06f3bf
Force the accountapp to use the URL that's configured in config.properties
Hard-coding URLs, never good.
2016-03-23 18:10:06 -07:00
R. Tyler Croy
5c3adec9f4
Fisheye has been dead for ages 2016-03-23 17:51:16 -07:00
R. Tyler Croy
93e52b34e3
Drop the accountsapp.war into Jetty as the root application
Since we're going to be under accounts.jenkins.io, this makes more sense
2016-03-23 17:07:25 -07:00
R. Tyler Croy
d5e37e5d64 Merge pull request #91 from jenkins-infra/better-container-is-better
Update the container to use the official jetty image
2016-03-23 12:47:09 -07:00
R. Tyler Croy
cbef8a2282
Update the container to use the official jetty image
This makes things *much* more sane and easy to maintain, since we're just
grabbing the base image directly from the Jetty project.
2016-03-22 20:31:27 -07:00
R. Tyler Croy
a6da70fb99
Force the project name to be accountapp so Gradle doesn't get clever
My pipeline was failing because Gradle was using the name of the pipeline to
infer the project name, i.e. "infra_accountapp" which results in an incorrectly
named war file.

Silly Gradle
2016-03-21 14:38:01 -07:00
R. Tyler Croy
9bec5d7917
Print out what we've unarchived before proceeding 2016-03-21 14:27:29 -07:00
R. Tyler Croy
69aac45f97
Update the Dockerfile to grab the appropriate .war
Missed a spot in the last commit
2016-03-21 14:20:58 -07:00
R. Tyler Croy
7c90653c82 Merge pull request #90 from jenkins-infra/go-go-gadget-gradle
Migrate the accountapp to Gradle and prepare for Docker-based deployment
2016-03-21 14:11:18 -07:00
R. Tyler Croy
056fe7d1bb
Migrate the accountapp to Gradle and prepare for Docker-based deployment
References INFRA-11, INFRA-613
2016-03-21 13:14:02 -07:00
R. Tyler Croy
6382c41125 Merge pull request #89 from larrys/master
More blacklist removals
2016-03-10 10:54:29 -08:00
Larry Shatzer, Jr
fb3b92dbd2 Removal of a few blacklist items. 2016-03-10 11:50:55 -07:00
Larry Shatzer, Jr
c9f3a6ac16 Removal of a few blacklist items. 2016-03-04 10:22:58 -07:00
R. Tyler Croy
d9881f687b Merge pull request #88 from larrys/master
Remove the IP reputation checks.
2016-03-03 08:48:01 -08:00
Larry Shatzer, Jr
3d41241fb4 Remove the IP reputation checks. 2016-03-03 08:19:31 -07:00
R. Tyler Croy
68502a4022 Merge pull request #87 from larrys/master
Blacklist updates and for badeNameElement, require at least two chara…
2016-02-24 08:18:22 -08:00
Larry Shatzer, Jr
336f8df1bd Blacklist updates and for badeNameElement, require at least two characters. 2016-02-24 09:12:02 -07:00
R. Tyler Croy
02012c1b1e Merge pull request #86 from larrys/master
Blacklist updates
2016-02-23 07:44:22 -08:00
Larry Shatzer, Jr
1e78822975 Blacklist updates. 2016-02-23 07:34:13 -07:00
Larry Shatzer, Jr
2a540960a4 Blacklist updates. 2016-02-22 13:40:12 -07:00
R. Tyler Croy
3e8c391239 Merge pull request #85 from larrys/master
Blacklist updates
2016-02-22 07:39:29 -08:00
Larry Shatzer, Jr
03af16b596 Blacklist updates. 2016-02-22 08:14:08 -07:00
Larry Shatzer, Jr
a19dfe91d4 Blacklist updates. 2016-02-22 08:07:49 -07:00
Larry Shatzer, Jr
0d3ede858d Blacklist updates. 2016-02-22 07:57:56 -07:00
Larry Shatzer, Jr
4dc53245b8 Blacklist updates 2016-02-21 14:29:46 -07:00
Larry Shatzer, Jr
cb1ad258cd Blacklist updates
If you are stupid enough to explain in email you want to spam the wiki, you should get banned.
2016-02-21 14:02:13 -07:00
Larry Shatzer, Jr
297ce355c6 More blacklist updates. 2016-02-21 07:52:43 -07:00
Larry Shatzer, Jr
aed9f0fb49 More blacklist updates. 2016-02-21 06:29:43 -07:00
Larry Shatzer, Jr
703d3db0ac More blacklist updates. 2016-02-20 10:44:12 -07:00
R. Tyler Croy
ac131b6ff1 Merge pull request #84 from larrys/master
Provide a spot to put things that usedFor can contain (smaller list o…
2016-02-20 09:26:26 -08:00
Larry Shatzer, Jr
00754755fe Provide a spot to put things that usedFor can contain (smaller list of very common words common to many phrases that are spammers)
More blacklist updates.
2016-02-20 10:17:30 -07:00
R. Tyler Croy
597b8cf52b Merge pull request #83 from larrys/master
Blacklist updates.
2016-02-19 14:45:30 -08:00
Larry Shatzer, Jr
0efd6eb797 Blacklist updates. 2016-02-19 15:39:57 -07:00
R. Tyler Croy
90c74c30f4 Use FQN for BuildDiscarderProperty
See https://github.com/jenkinsci/jenkins/pull/2040
2016-02-19 14:16:09 -08:00
R. Tyler Croy
5b6d5638ab Merge pull request #82 from larrys/master
Blacklist updates.
2016-02-19 10:54:24 -08:00
Larry Shatzer, Jr
e503ba2c48 Blacklist updates. 2016-02-19 11:50:51 -07:00
Larry Shatzer, Jr
7c58b78b3c Blacklist updates. 2016-02-19 11:49:39 -07:00