Commit Graph

5160 Commits

Author SHA1 Message Date
Sebastian Sdorra
01462ef3e8 improve plugin dependency handling 2010-12-29 14:05:30 +01:00
Sebastian Sdorra
73bb99a085 remove unused method 2010-12-28 15:48:01 +01:00
Sebastian Sdorra
a43d9a58a4 enable gzip compression 2010-12-28 15:45:29 +01:00
Sebastian Sdorra
2a2696bf84 fix bug with empty permission array 2010-12-28 15:27:32 +01:00
Sebastian Sdorra
f1a3f8885c use collection instead of arrays 2010-12-27 17:41:58 +01:00
Sebastian Sdorra
c1e1695e28 enable pojo mapping to fix JAXBExceptions 2010-12-27 16:58:52 +01:00
Sebastian Sdorra
37d7989a6f update ehcache and jgit 2010-12-27 15:44:34 +01:00
Sebastian Sdorra
2352bf55f1 improve logging of CGIRunner 2010-12-27 12:57:54 +01:00
David M. Carr
bf02db6f94 Enhance WindowsHgInstaller to use Mercurial packages (source or binary) installed into a Python installation. 2010-12-27 01:21:57 -05:00
David M. Carr
cff526d426 Remove double "m" in "programm". 2010-12-26 17:54:01 -05:00
David M. Carr
fed3b73192 Update activedirectory-auth plugin to use SystemUtil.
Add 32-bit detection method to SystemUtil.
2010-12-26 17:45:30 -05:00
Sebastian Sdorra
ed0ae9d977 improve WindowsHgInstaller 2010-12-26 13:12:07 +01:00
Sebastian Sdorra
d544722a65 copy templates folder into lib/hg folder 2010-12-25 19:23:04 +01:00
Sebastian Sdorra
cf62ffae35 fix bug in getRegistryValue 2010-12-25 18:38:44 +01:00
Sebastian Sdorra
8bba333ac0 improve windows support 2010-12-25 17:09:08 +01:00
Sebastian Sdorra
297d7f617d added UnArchiver api and SystemUtil 2010-12-23 18:03:47 +01:00
Sebastian Sdorra
f289517653 added a simple hello world plugin sample 2010-12-23 14:07:09 +01:00
Sebastian Sdorra
e49d419d3b added scm-activedirectory-auth-plugin to development profile 2010-12-23 10:20:51 +01:00
Sebastian Sdorra
9bb02a20d5 merge with 1d003fff9a81 2010-12-22 15:31:56 +01:00
Sebastian Sdorra
6e6dda553d fixing bug concerning an error which occurred because of spaces in web application path 2010-12-21 17:08:41 +01:00
Sebastian Sdorra
e385657c06 bug fixes for issue "#1 HTTP ERROR 500 when using hgweb on Windows" 2010-12-20 21:17:21 +01:00
David M. Carr
c9f7a30b1d Fix an issue with the Active Directory authentication where admin users weren't being properly recognized as admins.
This plugin has now been tested, and appears to be working as intended.
2010-12-20 12:16:45 -05:00
David M. Carr
39ee0af8c5 Initial implementation of an authentication plugin for Active Directory. 2010-12-19 18:52:12 -05:00
David M. Carr
1b4a847d25 Fix typo in DebugServlet 2010-12-19 18:49:51 -05:00
Sebastian Sdorra
6103e27cfe improve error handling 2010-12-19 15:13:45 +01:00
Sebastian Sdorra
6a469d134e set versions to 1.0-M5-SNAPSHOT 2010-12-19 14:42:11 +01:00
Sebastian Sdorra
f8030334d4 Added tag 1.0 M4 for changeset c1d88ccebd17 2010-12-19 14:14:18 +01:00
Sebastian Sdorra
1f20032ffc set versions to 1.0-M4 1.0-M4 2010-12-19 14:13:31 +01:00
Sebastian Sdorra
d41cfe4035 update jersey to version 1.5-ea08 2010-12-19 14:01:17 +01:00
Sebastian Sdorra
281c71175a added ExtensionPoint annotation 2010-12-18 18:28:56 +01:00
Sebastian Sdorra
ea9489cbe5 improve exception handling 2010-12-18 18:21:48 +01:00
Sebastian Sdorra
a6a7d75328 implement plugin update method 2010-12-18 18:21:21 +01:00
Sebastian Sdorra
0d2ec6da5e increase plugin caching time 2010-12-18 16:36:14 +01:00
Sebastian Sdorra
3dedf31dda implement plugin uninstall method 2010-12-18 16:25:57 +01:00
Sebastian Sdorra
9dd3b0a3d1 improve web interface for plugin management 2010-12-18 15:45:46 +01:00
Sebastian Sdorra
3bdd094afa remove debug messages 2010-12-18 15:10:26 +01:00
Sebastian Sdorra
5160e3d093 added description for scm-graph-plugin 2010-12-18 14:48:30 +01:00
Sebastian Sdorra
09fb26f63d make plugin repository url configurable 2010-12-18 14:18:14 +01:00
Sebastian Sdorra
8646be6733 improve plugin api 2010-12-18 13:37:34 +01:00
David M. Carr
abd04009b3 Merge with 25f2d9577da05c6e5fa53eb1e0c6c4b70751bd8a 2010-12-17 13:52:28 -05:00
David M. Carr
79190db6a3 Previously, when scm-manager was first installed, if you created an hg repository and then tried to click on the link to view the repository, you'd get an error saying that the CGI didn't exist. This was because the CGI was only being written to the .scm/cgi-bin directory when the HgConfig was "set". However, Hg should be perfectly usable with the initial config (assuming that the defaults actually match your system config). Thus, now, scm-manager will write out the CGI upon constructing an initial HgConfig as well. 2010-12-17 13:41:21 -05:00
Sebastian Sdorra
5f40f3b3b0 added text in background of grid when this the grid empty 2010-12-17 19:18:26 +01:00
Sebastian Sdorra
548973153f dont show installed plugins in the grid of available plugins 2010-12-17 19:02:32 +01:00
David M. Carr
a3a68f13bb Update .hgignore to add entries for Eclipse project files. 2010-12-17 12:31:57 -05:00
David M. Carr
8da87187ae Change logout navigation label from "Abmelden" to "Log out".
Change scmConfig tab panel label from "Scm Config" to "SCM Config", since SCM is an initialism.
2010-12-17 12:26:52 -05:00
Sebastian Sdorra
d66b9f4b32 added progressbar to plugin installation 2010-12-17 18:13:21 +01:00
Sebastian Sdorra
54b19f999f improve simple plugin installation 2010-12-17 17:23:40 +01:00
Sebastian Sdorra
3795b6dd0d added web interface for plugin installation 2010-12-16 18:17:48 +01:00
Sebastian Sdorra
84191eb242 secure plugin manager 2010-12-16 07:46:02 +01:00
Sebastian Sdorra
d2752e8ea0 fix test for repositorymanagers 2010-12-16 07:03:29 +01:00