aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp/src/main/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Adding error handling for new validations. Fix web ui tests.Martin Stockhammer2019-05-033-8/+11
| | | | (cherry picked from commit d4be8968cfb9910f335009e1538292671aa67853)
* Adding environment variable for user config fileMartin Stockhammer2018-10-251-10/+0
|
* Changing path for url cacheMartin Stockhammer2018-05-011-1/+1
|
* [MRM-1966] Fixing error for 0 value of daysOlder entryMartin Stockhammer2017-11-241-2/+2
| | | | UI did not allow to enter value 0 for the daysOlder value.
* Adapting the web modules to the new repository apiMartin Stockhammer2017-11-012-12/+12
|
* Changing daysOlder to retentionTimeMartin Stockhammer2017-10-032-13/+13
|
* Migrating web modules to java.nioMartin Stockhammer2017-09-111-3/+3
|
* remove all references to sironaolivier lamy2017-06-163-30/+0
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Migrating additional tests to WebDriverMartin Stockhammer2017-06-081-1/+1
| | | | | LoginTest, ArchivaAdminTest, RepositoryAdminTest are migrated to WebDriver tests with FluentWait usage.
* Changing tests to WebDriverMartin Stockhammer2017-06-081-1/+1
|
* Centralizing openjpa log configMartin Stockhammer2017-05-211-1/+1
|
* [MRM-1942] Merge branch 'jpa' into masterMartin Stockhammer2017-05-203-36/+40
|\ | | | | | | Removing JDO and add JPA backend.
| * Use JPA as default and only database backendwithout_jdojpaMartin Stockhammer2016-12-302-38/+27
| | | | | | | | | | | | Remove the JDO dependencies and set the JPA implementation as only database alternative and default implementation. Uses the same database as JDO before.
| * Add admin user check after system configuration changeMartin Stockhammer2016-10-262-4/+13
| |
| * Adding JPA provider as user managerMartin Stockhammer2016-10-091-0/+6
| |
* | jetty.xml ready, do not force encoding in encoding servletolivier lamy2017-05-131-1/+1
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | Adding check path to remote repositoriesMartin Stockhammer2017-05-102-2/+19
| | | | | | | | | | | | | | Allow to set a check path for connection checks to the remote repositories. This is useful for repositories that do not allow to browse the base directory. Improved the fix for MRM-1933
* | avoid nullolivier lamy2017-05-101-10/+12
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | [MRM-1937] Prevent creation of wrong initial adminMartin Stockhammer2017-04-141-0/+1
| | | | | | | | | | Disables the name field for the admin user, when the primary admin is created.
* | Adding validation token during loginfeature/header_checkMartin Stockhammer2017-02-122-8/+35
|/
* Adding restricted view for user managable repositoriesMartin Stockhammer2016-09-141-1/+1
| | | | | | Adds additional rest method to list the repositories where the user has manage permissions. Restricts the view for uploads to only managable repositories.
* Fixing issue of multiple login requests after logoutMartin Stockhammer2016-09-081-0/+2
| | | | Resets the event listeners on the login button when the modal dialog is started.
* Implements JIRA issue MRM-1201Jalal Almutawa2015-12-201-1/+2
|
* Adding alphabetical ordering for blacklistPaul Thompson2015-11-251-0/+1
|
* Adding alphabetical order for the whitelistPaul Thompson2015-11-251-0/+1
|
* MRM-1892 fix Eric Barboni2015-05-201-1/+1
| | | wrong id for pagination div
* MRM-1886 bind javascript to tr instead li (change in html)Eric Barboni2015-05-051-1/+1
|
* Specify using separate caches for different data items (users, keys, namespaces)Andrey Sysoev2015-02-171-2/+2
|
* [MRM-1359] remove maven1 ui partOlivier Lamy2015-02-133-442/+1
|
* fix changing repository with chromeOlivier Lamy2015-01-221-2/+3
|
* Merge branch 'MRM-813'Olivier Lamy2014-10-202-2/+2
|\
| * Metatada typo fixesJonathan Sharp2014-10-182-2/+2
| |
* | MRM-1863 synchronize link and text link display for repository group ctdEric Barboni2014-10-161-1/+1
| |
* | MRM-1863 synchronize link and text link display for repository groupEric Barboni2014-10-151-2/+8
|/
* avoid too much noiseOlivier Lamy2014-10-151-2/+0
|
* avoid too much noiseOlivier Lamy2014-10-151-2/+2
|
* MRM-1811 add alternative pagination for simplegridEric Barboni2014-10-143-4/+61
|
* MRM-1810 remove group filterJonathan Sharp2014-10-071-1/+0
|
* MRM-1810 removed properties filter, added i18n help contentJonathan Sharp2014-10-071-2/+0
|
* MRM-1767 changerepository location missing slashEric Barboni2014-10-061-0/+7
|
* MRM-770 Related. Display classifier (use table because of messy alignment ↵Eric Barboni2014-10-031-26/+44
| | | | with lot of information)
* [MRM-1853] On first start up, you get a perpetual loading indicator.Olivier Lamy2014-07-241-0/+3
| | | | Submitted by Robert David
* prevent js error when updating passwordOlivier Lamy2014-05-302-1/+6
|
* [MRM-1841] "Remember me" not workingOlivier Lamy2014-05-233-90/+110
| | | | | restore password storage in the cookie. if remember activated and the cookie is available with a username/password an automatic login will be try
* requirejs 2.1.11Olivier Lamy2014-05-233-37/+37
|
* jquery 1.11.1Olivier Lamy2014-05-234-6/+6
|
* upgrade jquery cookie plugin to 1.4.1Olivier Lamy2014-05-233-92/+118
|
* [MRM-1841] "Remember me" not workingOlivier Lamy2014-05-211-4/+8
| | | | password not stored anymore
* display alert image in case of error when checking remote repoOlivier Lamy2014-05-191-2/+5
|
* [MRM-1841] "Remember me" not workingOlivier Lamy2014-05-153-3/+7
|