Commit Graph

7846 Commits

Author SHA1 Message Date
Martin Stockhammer 0cc2733ca0 Adding isValid() method to authentication classes 2016-10-04 20:52:25 +02:00
Ciprian Ciubotariu ef0f29235d [MRM-1928] Use applicationUrl setting in HTTP redirects
Make use of webapp application URL setting when constructing the HTTP
Location header within redirect responses, which allows clients to
follow them when Archiva runs behind HTTP reverse proxies.
2016-10-04 18:12:05 +03:00
Martin Stockhammer 1fd9c951e1 Improving error handling for LDAP configuration
Error is only displayed, if LDAP is used as repository. The error
messages are more detailed and internationalized.
2016-10-02 15:20:56 +02:00
olivier lamy 229276f8d9 cosmetic :-)
Signed-off-by: olivier lamy <olamy@apache.org>
2016-09-27 08:40:37 +10:00
olivier lamy 85be2b77af simplify code
Signed-off-by: olivier lamy <olamy@apache.org>
2016-09-27 08:35:38 +10:00
Martin Stockhammer 712275456c Adding myself as committer 2016-09-22 21:48:53 +02:00
Dave Brosius 723cf8b2ee simplify section null checking, and guard against NPEs 2016-09-17 18:48:47 -04:00
Martin Stockhammer 5bc8ad7de3 Adding test case for repository listing 2016-09-14 23:04:03 +02:00
Martin Stockhammer de3eb83242 Adding restricted view for user managable repositories
Adds additional rest method to list the repositories where the user
has manage permissions.
Restricts the view for uploads to only managable repositories.
2016-09-14 21:49:30 +02:00
Martin Stockhammer d01764bed9 Changing upload permissions using parameter reference
Needs the new functionality in the redback annotations.
2016-09-14 21:48:59 +02:00
olivier lamy d82d39c399 use last parent snapshot
Signed-off-by: olivier lamy <olamy@apache.org>
2016-09-14 22:00:10 +10:00
olivier lamy e7e84d1bc7 Merge branch 'pr/25'
[MRM-1909]
2016-09-14 20:50:40 +10:00
Martin Stockhammer 5bb5f76520 Adding unit test for remote repository check 2016-09-14 10:22:21 +02:00
olivier lamy c997c883f0 use StringUtils to shorter code
Signed-off-by: olivier lamy <olamy@apache.org>
2016-09-14 10:51:21 +10:00
Martin Stockhammer e4a2e65f6e Removing trailing slash in remote repository check
See https://issues.apache.org/jira/browse/MRM-1909
2016-09-13 18:33:19 +02:00
Martin Stockhammer bd10f7b8a2 Adding default userAgent system property
The default userAgent string used for proxy connections can be configured by
a system property.
2016-09-13 16:46:50 +02:00
olivier lamy cae55ace9f Merge branch 'pr/23'
[MRM-1924] merge pull request
2016-09-13 10:59:55 +10:00
olivier lamy 6db703ff9d use redback 2.5-SNAPSHOT to fix [MRM-1908]
Signed-off-by: olivier lamy <olamy@apache.org>
2016-09-13 10:52:21 +10:00
Martin Stockhammer 02b892796c Increasing timeouts for repository check
Slow responding repositories were marked with a repository failure because of the
low read timeout value.
Increases the timeout for the repository check.
2016-09-08 19:00:40 +02:00
Martin Stockhammer 0b939e928a Fixing issue of multiple login requests after logout
Resets the event listeners on the login button when the modal dialog is started.
2016-09-08 18:41:13 +02:00
Ciprian Ciubotariu a746721940 Fix non-deterministic test failures
archiva-rest-services tests need to wait for repo scanning to finish
2016-05-31 20:05:29 +03:00
olivier lamy e2482432b2 [maven-release-plugin] prepare for next development iteration 2016-05-23 10:38:28 +10:00
olivier lamy 64f4bc5e0e [maven-release-plugin] prepare release archiva-2.2.1 2016-05-23 10:38:19 +10:00
olivier lamy 13236dc57d use staged released version
Signed-off-by: olivier lamy <olamy@apache.org>
2016-05-23 10:04:51 +10:00
olivier lamy 5e9cb64d9d fix javadoc error
Signed-off-by: olivier lamy <olamy@apache.org>
2016-05-20 12:43:22 +10:00
olivier lamy 6742949ceb [MRM-1915] remove npanday plugin
Signed-off-by: olivier lamy <olamy@apache.org>
2016-03-15 16:51:25 +11:00
olivier lamy c03f35d8cb upgrade httpclient version
Signed-off-by: olivier lamy <olamy@apache.org>
2016-03-15 16:38:15 +11:00
olivier lamy 8665501aed ignore idea directory
Signed-off-by: olivier lamy <olamy@apache.org>
2016-03-02 15:08:01 +11:00
olivier lamy 8210219209 ignore this error
Signed-off-by: olivier lamy <olamy@apache.org>
2016-03-02 14:43:46 +11:00
olivier lamy 95077dba05 enforce version in archetype
Signed-off-by: olivier lamy <olamy@apache.org>
2016-03-01 22:08:43 +11:00
olivier lamy f54872d6a7 upgrade log4j to 2.5 and last jackrabbit version
Signed-off-by: olivier lamy <olamy@apache.org>
2016-03-01 15:21:37 +11:00
Jalal Almutawa 2762496625 Implements JIRA issue MRM-1201 2015-12-20 20:55:12 +03:00
olivier lamy 389a3fe3b4 remove duplicate line
Signed-off-by: olivier lamy <olamy@apache.org>
2015-12-09 14:13:14 +11:00
Paul Thompson 5fd14e40c2 Adding alphabetical ordering for blacklist 2015-11-25 10:21:41 +11:00
Paul Thompson fea0ba1cf4 Adding alphabetical order for the whitelist 2015-11-25 10:21:12 +11:00
Eric Barboni b960b96e32 change style and template to have a kind of enunciate 1.x style that we can use 2015-11-13 18:01:52 +01:00
Eric Barboni 44093a57de change to handle new template 2015-11-13 18:00:42 +01:00
Olivier Lamy ee84911352 Merge remote-tracking branch 'ecki/topic-sonar-deadstore' into merge-topic-sonar-deadstore 2015-10-25 21:19:00 +11:00
Bernd Eckenfels 85c6959e3b gitignore: remove trailing blank, actually ignores .project
Signed-off-by: Olivier Lamy <olamy@apache.org>
2015-10-13 22:08:33 +11:00
Bernd Eckenfels 495a7bf95f Remove Sonar Dead Store Issues. 2015-10-13 00:54:04 +02:00
Eric Barboni 5d5b0733de put documentation on the same folder as before 2.0.0x migration
make servlet compatible with new layout (not enough)
2015-10-08 19:09:48 +02:00
Olivier Lamy 8b820c13d4 should help travix (I hope :-) ) 2015-10-07 14:43:48 +11:00
Olivier Lamy ee68fc78f8 travis should use a ci profile 2015-10-07 14:27:02 +11:00
Olivier Lamy e05ec3d0f3 to help travis build 2015-10-07 14:26:31 +11:00
Olivier Lamy 649b915e81 no need of clean 2015-10-07 13:57:29 +11:00
Olivier Lamy 795d6d3957 make easy testing for archetype 2015-10-07 13:46:19 +11:00
Olivier Lamy b2ced491a9 ooops fix compilation 2015-10-07 12:19:27 +11:00
Olivier Lamy a39985692c ooops fix compilation 2015-10-07 12:08:47 +11:00
Olivier Lamy b195fa3946 more fix 2015-10-07 12:05:01 +11:00
Olivier Lamy 68acaa287c revert wrong change 2015-10-06 17:31:51 +11:00