13423 Commits

Author SHA1 Message Date
Philipp Czora
4caa9c1da0 Merged in feature/ui_userprofile (pull request #98)
Implemented Profile component
2018-11-07 12:11:43 +00:00
Philipp Czora
7ca88e7839 Close branch feature/ui_userprofile 2018-11-07 12:11:43 +00:00
Philipp Czora
8a23537e68 Removed unused i18n line 2018-11-07 13:10:29 +01:00
Philipp Czora
74382f26b7 Moved Profile component to top level; added error message 2018-11-07 12:55:09 +01:00
René Pfeuffer
d5da106038 Implement merge using api of class Git 2018-11-07 12:52:40 +01:00
René Pfeuffer
e377ce5988 Implement first steps for actual merge 2018-11-07 11:52:49 +01:00
Philipp Czora
1caab8adbf Bootstrapped ChangeUserPassword.js 2018-11-07 11:52:30 +01:00
René Pfeuffer
04c5d6f84a Fix deletion of temporary clone directory 2018-11-07 11:13:21 +01:00
René Pfeuffer
e2766d494a Register SimpleGitWorkdirFactory in guice context 2018-11-07 10:38:01 +01:00
René Pfeuffer
62c20b071b Fix reminders of dry run 2018-11-07 10:33:47 +01:00
René Pfeuffer
33642352ea Start with a simple factory instead of a complex pool 2018-11-07 10:28:27 +01:00
Philipp Czora
5aaf9ef01e Extracted PasswordConfirmation component 2018-11-07 10:27:47 +01:00
Sebastian Sdorra
b029efb5c9 update ui-extensions to fix unit tests 2018-11-07 09:45:12 +01:00
René Pfeuffer
4cdf3e468c Add merge command to repository service api 2018-11-07 08:38:26 +01:00
René Pfeuffer
fc3e08d612 Include dry run in merge command 2018-11-07 08:32:27 +01:00
René Pfeuffer
23783d43f6 Fix build breaker 2018-11-07 08:19:38 +01:00
Philipp Czora
8c13f38c99 Added method to change password as a user 2018-11-06 17:29:08 +01:00
René Pfeuffer
6863337faf Implement first steps for merge 2018-11-06 17:14:27 +01:00
Sebastian Sdorra
da9db10701 implemented global configuration for subversion 2018-11-06 16:39:28 +01:00
Sebastian Sdorra
9c043145a2 implemented global configuration for mercurial 2018-11-06 16:39:11 +01:00
Sebastian Sdorra
f5f96042b3 use global configuration abstraction to implement global configuration for git 2018-11-06 16:38:49 +01:00
Sebastian Sdorra
c14e8d654b added name to select component and fixed wrong type for value 2018-11-06 16:37:39 +01:00
Sebastian Sdorra
d230511ad8 added abstraction for global configurations, to simplify plugin development 2018-11-06 16:36:11 +01:00
Philipp Czora
26e23ead21 Merged in feature/ui-AdminPasswordChange (pull request #102)
Allows admin user to set other users' passwords
2018-11-06 15:31:04 +00:00
Philipp Czora
2179315301 Close branch feature/ui-AdminPasswordChange 2018-11-06 15:31:04 +00:00
Philipp Czora
1b694ebda7 Merged 2.0.0-m3 2018-11-06 16:08:44 +01:00
Philipp Czora
6f44a4ed67 Renamed variable to reduce risk of confusion 2018-11-06 15:48:12 +01:00
Philipp Czora
081cd93c51 Polished pw labels 2018-11-06 15:27:01 +01:00
Philipp Czora
6e32d354cf Renamed incorrectly named variable 2018-11-06 15:26:25 +01:00
Philipp Czora
4086622647 Renamed function for clarity 2018-11-06 15:25:49 +01:00
René Pfeuffer
e0cc99a3d8 Implement simple merge dry run 2018-11-06 14:40:55 +01:00
René Pfeuffer
8df0b53f36 Add command api for dry run merge 2018-11-06 14:27:08 +01:00
René Pfeuffer
1854cfcfba Add command api for merge 2018-11-06 14:10:51 +01:00
Philipp Czora
76bde9fde6 Merged in feature/HandleLastModifiedAtUpdate (pull request #97)
Feature/HandleLastModifiedAtUpdate
2018-11-06 13:06:35 +00:00
Philipp Czora
89215f43b2 Close branch feature/HandleLastModifiedAtUpdate 2018-11-06 13:06:35 +00:00
Philipp Czora
3d604fc833 Extracted commonly used URL in groups.test.js to constant 2018-11-06 13:19:56 +01:00
Philipp Czora
d00c487f36 Extracted commonly used URL in tests to constant 2018-11-06 13:14:02 +01:00
René Pfeuffer
cccadef5cc Refactor unit test 2018-11-06 12:40:44 +01:00
René Pfeuffer
adce24fcd7 Enhance unit test 2018-11-06 12:36:36 +01:00
René Pfeuffer
8be8c19a26 Implement diff between two changesets for git 2018-11-06 12:04:33 +01:00
René Pfeuffer
a725e4232b Add unit test for git diff command 2018-11-06 11:26:36 +01:00
Philipp Czora
6a674f0ab9 Reset modify state when mounting the respective component
Repo, Group, User
2018-11-06 11:24:01 +01:00
René Pfeuffer
1351898399 Fix typo 2018-11-06 11:01:33 +01:00
René Pfeuffer
176cda36dc Merge 2018-11-06 09:26:41 +01:00
René Pfeuffer
cf05235dfa Add context to InternalRepositoryException 2018-11-06 09:14:20 +01:00
Sebastian Sdorra
dd95c9c306 implemented git repository type configuration 2018-11-06 07:59:34 +01:00
René Pfeuffer
7ef9db0fe5 Add changeset diff endpoint 2018-11-05 18:09:18 +01:00
Maren Süwer
1a3506ce50 remove todo 2018-11-05 16:43:42 +01:00
René Pfeuffer
2508a1b9b7 Implement log between two changesets for git 2018-11-05 16:42:20 +01:00
Maren Süwer
3c63d994c6 show error and loading state 2018-11-05 16:28:46 +01:00