Martin Stockhammer [Thu, 20 Apr 2017 19:04:21 +0000 (21:04 +0200)]
[maven-release-plugin] prepare release redback-2.5
Martin Stockhammer [Thu, 20 Apr 2017 18:58:12 +0000 (20:58 +0200)]
Changing to new parent pom version 17
Martin Stockhammer [Fri, 14 Apr 2017 19:01:39 +0000 (21:01 +0200)]
[MRM-1937] Prevent creation of wrong initial admin
Throws a error, if the admin user has the wrong name.
Martin Stockhammer [Sat, 18 Mar 2017 17:33:14 +0000 (18:33 +0100)]
Adding some information about redback configuration settings
Martin Stockhammer [Sat, 11 Mar 2017 10:12:59 +0000 (11:12 +0100)]
Fixing tests for rest services
Martin Stockhammer [Thu, 9 Mar 2017 19:07:03 +0000 (20:07 +0100)]
Fixing bad import
Martin Stockhammer [Sun, 12 Feb 2017 19:47:14 +0000 (20:47 +0100)]
Adding token validation to interceptor
Martin Stockhammer [Sun, 12 Feb 2017 17:44:55 +0000 (18:44 +0100)]
Adding log statements
Martin Stockhammer [Sun, 12 Feb 2017 16:12:41 +0000 (17:12 +0100)]
Adding validationToken to toString method
Martin Stockhammer [Sun, 12 Feb 2017 16:09:15 +0000 (17:09 +0100)]
Using random iv vector to generate unique tokens for each login
Martin Stockhammer [Sat, 11 Feb 2017 19:20:24 +0000 (20:20 +0100)]
Adding validation token generator got login
Martin Stockhammer [Mon, 30 Jan 2017 21:42:33 +0000 (22:42 +0100)]
Adding port check for Referer header
Martin Stockhammer [Mon, 30 Jan 2017 19:37:15 +0000 (20:37 +0100)]
Implementing Header verification for REST API calls
Implementing header verification techniques mentioned in:
https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet#Verifying_Same_Origin_with_Standard_Headers
Martin Stockhammer [Sun, 16 Oct 2016 14:49:38 +0000 (16:49 +0200)]
Fixing validation error in unit tests
Martin Stockhammer [Mon, 3 Oct 2016 17:36:13 +0000 (19:36 +0200)]
Adding flag for authenticator to avoid autowiring exceptions
Adds a isValid() method to the authenticator to avoid exceptions during
initialization.
Ciprian Ciubotariu [Mon, 3 Oct 2016 15:32:52 +0000 (18:32 +0300)]
Use NamingManager instead of LdapCtxFactory
Fixes deprecation warnings on LdapCtxFactory
olivier lamy [Wed, 28 Sep 2016 02:44:40 +0000 (12:44 +1000)]
unused imports
Signed-off-by: olivier lamy <olamy@apache.org>
olivier lamy [Wed, 14 Sep 2016 12:00:41 +0000 (22:00 +1000)]
use last parent snapshot
Signed-off-by: olivier lamy <olamy@apache.org>
olivier lamy [Tue, 13 Sep 2016 00:55:00 +0000 (10:55 +1000)]
Merge branch 'pr/10'
[MRM-1923] merge pr
olivier lamy [Tue, 13 Sep 2016 00:49:27 +0000 (10:49 +1000)]
Merge branch 'pr/9'
closed #9
[MRM-1908] Logged on users can write any repository
olivier lamy [Fri, 9 Sep 2016 11:47:52 +0000 (21:47 +1000)]
Merge branch 'pr/7'
close #7
olivier lamy [Fri, 9 Sep 2016 11:46:39 +0000 (21:46 +1000)]
Merge branch 'pr/6' #6
close #6
Martin Stockhammer [Fri, 9 Sep 2016 08:03:27 +0000 (10:03 +0200)]
Fixing bind issue with certain ldap servers, when user not found
Subsequent calls of NamingResult#hasMoreElements returns different values in some
environments and situations.
e.g. it occured on IBM JDK 7 with Windows Active Directory LDAP when the first value of 'hasMoreElements'
was false.
The first value is cached now.
Martin Stockhammer [Fri, 9 Sep 2016 07:40:29 +0000 (09:40 +0200)]
Adding parameter references in authorization resource
In certain cases the resource must be dynamically set by parameter values.
This patch allows to add a reference into the resource field of the redback
annotation '{parameterName}' that fills the resource of the permission dynamically
with the parameter value, if found.
Ciprian Ciubotariu [Tue, 6 Sep 2016 21:31:13 +0000 (00:31 +0300)]
Beautify case of default ldap group attribute
More of a style issue, since attribute descriptions are case insensitive
according to RFC4512.
Ciprian Ciubotariu [Tue, 6 Sep 2016 21:30:14 +0000 (00:30 +0300)]
Ignore Netbeans artifacts
olivier lamy [Wed, 20 Jul 2016 21:54:43 +0000 (23:54 +0200)]
change target back to 1.6
olivier lamy [Wed, 20 Jul 2016 21:37:47 +0000 (23:37 +0200)]
[MRM-1827] Redback core fail with jdk 1.7 (compiler target 1.7) use new bcel 6.0
olivier lamy [Fri, 20 May 2016 02:55:38 +0000 (12:55 +1000)]
[maven-release-plugin] prepare for next development iteration
olivier lamy [Fri, 20 May 2016 02:55:09 +0000 (12:55 +1000)]
[maven-release-plugin] prepare release redback-2.4
olivier lamy [Fri, 20 May 2016 02:44:56 +0000 (12:44 +1000)]
fix javadoc error
Signed-off-by: olivier lamy <olamy@apache.org>
olivier lamy [Fri, 20 May 2016 02:02:21 +0000 (12:02 +1000)]
use staged released parent pom
Signed-off-by: olivier lamy <olamy@apache.org>
Eric Barboni [Fri, 13 Nov 2015 17:25:40 +0000 (18:25 +0100)]
change style and template to have a kind of enunciate 1.x style that we can use
Mat Jaggard [Fri, 23 Oct 2015 12:35:31 +0000 (13:35 +0100)]
Fixed issue with syntax for filter
Mat Jaggard [Fri, 23 Oct 2015 10:01:44 +0000 (11:01 +0100)]
Allowing filtering of LDAP groups
Olivier Lamy [Fri, 25 Sep 2015 06:03:56 +0000 (16:03 +1000)]
disable travis build with 1.8 as does not work
Olivier Lamy [Fri, 25 Sep 2015 05:51:27 +0000 (15:51 +1000)]
last parent with bundle plugin last version
Olivier Lamy [Fri, 25 Sep 2015 05:33:45 +0000 (15:33 +1000)]
rat ignore travis file
Olivier Lamy [Fri, 25 Sep 2015 05:26:43 +0000 (15:26 +1000)]
add travis file
Olivier Lamy [Tue, 8 Sep 2015 11:02:11 +0000 (21:02 +1000)]
slf4j upgrade
Olivier Lamy [Tue, 8 Sep 2015 10:47:48 +0000 (20:47 +1000)]
upgrade spring version
Sascha Vogt [Thu, 28 May 2015 10:00:34 +0000 (12:00 +0200)]
Fix for MRM-1873 which broke AD group assignments
Escaping only needed in the LDAP filter string
Olivier Lamy [Sun, 24 May 2015 12:15:24 +0000 (22:15 +1000)]
last spring 4.1.6
Olivier Lamy [Sun, 24 May 2015 12:04:53 +0000 (22:04 +1000)]
log4j2 2.3
Olivier Lamy [Sun, 22 Feb 2015 11:20:24 +0000 (22:20 +1100)]
[maven-release-plugin] prepare for next development iteration
Olivier Lamy [Sun, 22 Feb 2015 11:20:15 +0000 (22:20 +1100)]
[maven-release-plugin] prepare release redback-2.3
Olivier Lamy [Thu, 19 Feb 2015 11:23:59 +0000 (22:23 +1100)]
use staged release
Olivier Lamy [Fri, 13 Feb 2015 22:42:29 +0000 (09:42 +1100)]
fix MRM-1873
Olivier Lamy [Thu, 12 Feb 2015 10:45:49 +0000 (21:45 +1100)]
plugin version inherited from parent(
Chris Heyne [Thu, 12 Feb 2015 16:49:42 +0000 (10:49 -0600)]
Escape user DN used to build group filter. Fixes MRM-1873
Olivier Lamy [Thu, 12 Feb 2015 10:45:49 +0000 (21:45 +1100)]
plugin version inherited from parent(
Olivier Lamy [Sat, 7 Feb 2015 11:57:11 +0000 (22:57 +1100)]
upgrade javax ws rs dependency
Olivier Lamy [Fri, 6 Feb 2015 12:10:16 +0000 (23:10 +1100)]
add @since
Olivier Lamy [Fri, 6 Feb 2015 12:09:37 +0000 (23:09 +1100)]
fix unit test
Olivier Lamy [Thu, 5 Feb 2015 10:34:46 +0000 (21:34 +1100)]
formatting
Olivier Lamy [Fri, 30 Jan 2015 11:14:42 +0000 (22:14 +1100)]
fix unit test
Olivier Lamy [Fri, 30 Jan 2015 03:59:15 +0000 (14:59 +1100)]
make test logging working
Olivier Lamy [Fri, 30 Jan 2015 01:02:30 +0000 (12:02 +1100)]
fix unit test
Olivier Lamy [Thu, 29 Jan 2015 11:13:22 +0000 (22:13 +1100)]
cxf upgrade to 3.0.3
Eric Barboni [Wed, 4 Feb 2015 10:02:27 +0000 (11:02 +0100)]
Use spring 4.1.4.RELEASE
Olivier Lamy [Mon, 5 Jan 2015 11:50:37 +0000 (22:50 +1100)]
this class is abstract
Olivier Lamy [Tue, 23 Dec 2014 00:50:25 +0000 (11:50 +1100)]
test with depending on last spring registry version
Olivier Lamy [Wed, 10 Dec 2014 10:37:10 +0000 (21:37 +1100)]
use last parent
Olivier Lamy [Wed, 19 Nov 2014 06:19:44 +0000 (17:19 +1100)]
spring 4.1.2
Olivier Lamy [Thu, 30 Oct 2014 00:38:44 +0000 (11:38 +1100)]
spring 4.1.1
Olivier Lamy [Wed, 29 Oct 2014 23:50:53 +0000 (10:50 +1100)]
log4j 2.1
Olivier Lamy [Wed, 15 Oct 2014 03:21:59 +0000 (14:21 +1100)]
fix target java version for modernizer plugin
Olivier Lamy [Wed, 15 Oct 2014 02:59:56 +0000 (13:59 +1100)]
add a modernizer maven plugin build profile and fix one issue detected
Olivier Lamy [Tue, 14 Oct 2014 06:12:33 +0000 (17:12 +1100)]
format code
Jeroen Hoek [Tue, 7 Oct 2014 11:18:41 +0000 (13:18 +0200)]
Work with users defined in LDAP posixGroups.
Add a configuration key LDAP_DN_ATTRIBUTE
Olivier Lamy [Wed, 10 Sep 2014 23:59:25 +0000 (09:59 +1000)]
remove taglib declaration file which can cause issue
Olivier Lamy [Wed, 10 Sep 2014 01:18:01 +0000 (11:18 +1000)]
use released parent and last spring version
Olivier Lamy [Mon, 25 Aug 2014 00:45:55 +0000 (10:45 +1000)]
log4j 2.0.2
Olivier Lamy [Thu, 7 Aug 2014 02:19:25 +0000 (12:19 +1000)]
log4j 2.0.1
Olivier Lamy [Wed, 23 Jul 2014 01:08:57 +0000 (11:08 +1000)]
last parent
Olivier Lamy [Mon, 21 Jul 2014 01:35:05 +0000 (11:35 +1000)]
use last cxf 2.6.x version
Olivier Lamy [Thu, 17 Jul 2014 07:57:20 +0000 (17:57 +1000)]
log4j2 2.0
Olivier Lamy [Tue, 15 Jul 2014 23:50:05 +0000 (09:50 +1000)]
tomcat 7.0.54
Olivier Lamy [Mon, 14 Jul 2014 15:40:07 +0000 (01:40 +1000)]
spring 4.0.6
Olivier Lamy [Thu, 26 Jun 2014 04:32:27 +0000 (14:32 +1000)]
log4j rc2
Olivier Lamy [Fri, 20 Jun 2014 04:48:01 +0000 (14:48 +1000)]
[MRM-1486] ldap.config.mapper.attribute.user.filter using ldap not working correctly with commas.
Olivier Lamy [Fri, 20 Jun 2014 01:08:57 +0000 (11:08 +1000)]
cleanup
Olivier Lamy [Fri, 23 May 2014 06:25:31 +0000 (16:25 +1000)]
spring 4.0.5
Olivier Lamy [Wed, 30 Apr 2014 02:24:42 +0000 (12:24 +1000)]
slf4j 1.7.7
Olivier Lamy [Thu, 24 Apr 2014 01:55:10 +0000 (11:55 +1000)]
add .gitattributes file
Olivier Lamy [Wed, 23 Apr 2014 00:07:48 +0000 (10:07 +1000)]
add this as not anymore inherited from parent
Olivier Lamy [Thu, 17 Apr 2014 12:32:05 +0000 (22:32 +1000)]
cxf 2.6.14
Olivier Lamy [Fri, 11 Apr 2014 05:57:52 +0000 (15:57 +1000)]
fix unit test
Olivier Lamy [Fri, 11 Apr 2014 01:13:26 +0000 (11:13 +1000)]
correctly clear caches
Olivier Lamy [Fri, 11 Apr 2014 00:51:37 +0000 (10:51 +1000)]
use last hsql
Olivier Lamy [Fri, 11 Apr 2014 00:05:55 +0000 (10:05 +1000)]
revert back compiler target/source to 1.6 see jira.codehaus.org/browse/MRM-1827
Olivier Lamy [Thu, 10 Apr 2014 06:30:04 +0000 (16:30 +1000)]
upgrade junit
Olivier Lamy [Thu, 10 Apr 2014 03:35:58 +0000 (13:35 +1000)]
fix scm information
Olivier Lamy [Thu, 10 Apr 2014 00:21:28 +0000 (10:21 +1000)]
fix scm informations
Olivier Lamy [Wed, 9 Apr 2014 02:00:04 +0000 (02:00 +0000)]
diamond operator
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@
1585877 13f79535-47bb-0310-9956-
ffa450edef68
Olivier Lamy [Tue, 1 Apr 2014 23:08:12 +0000 (23:08 +0000)]
tomcat 7.0.53
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@
1583820 13f79535-47bb-0310-9956-
ffa450edef68
Olivier Lamy [Mon, 31 Mar 2014 01:01:55 +0000 (01:01 +0000)]
spring 4.0.3
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@
1583228 13f79535-47bb-0310-9956-
ffa450edef68
Olivier Lamy [Tue, 25 Mar 2014 10:29:51 +0000 (10:29 +0000)]
rat ignore += .repository for jenkins
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@
1581291 13f79535-47bb-0310-9956-
ffa450edef68
Olivier Lamy [Tue, 25 Mar 2014 05:59:39 +0000 (05:59 +0000)]
use assertj as fest-assert is not maintained anymore
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@
1581245 13f79535-47bb-0310-9956-
ffa450edef68
Olivier Lamy [Thu, 6 Mar 2014 11:34:56 +0000 (11:34 +0000)]
last parent
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@
1574845 13f79535-47bb-0310-9956-
ffa450edef68