Sebastian Sdorra
49e9671fa7
added some javadoc
2019-02-13 12:42:07 +01:00
Sebastian Sdorra
352bfe7f5a
fixed mercurial PreReceiveRepositoryHooks
...
The problem seems to be that guice had multiple options for injecting
HgContext. HgContextProvider bound via Module and HgContext bound void
RequestScoped annotation. It looks like that Guice 4 injects randomly
the one or the other, in SCMv1 (Guice 3) everything works as expected.
To fix the problem we have created a new class annotated with
RequestScoped, which holds an instance of HgContext. This way only the
HgContextProvider is used for injection.
2019-02-13 12:30:40 +01:00
René Pfeuffer
093019a918
Merged in bugfix/webresource_caching (pull request #186 )
...
Bugfix/webresource caching
2019-02-11 14:25:40 +00:00
René Pfeuffer
c1897cca7d
Close branch bugfix/webresource_caching
2019-02-11 14:25:40 +00:00
Sebastian Sdorra
d91f918e91
fixed caching of locales/x/plugins.json
2019-02-11 11:51:12 +01:00
Sebastian Sdorra
f17410ee3b
adding Cache-Control header with value no-cache to static web resources
...
Cache-Control: no-cache, forces the browser to check if the resource has
not changed, before the resources is taken from cache.
2019-02-08 12:55:10 +01:00
Florian Scholdei
92d2190066
merge
2019-02-07 17:30:54 +01:00
Florian Scholdei
6095bcf64a
Merged in feature/using_same_modal_classes_for_modals (pull request #176 )
...
Feature/using same modal classes for modals
Approved-by: Florian Scholdei <florian.scholdei@cloudogu.com >
2019-02-07 16:17:14 +00:00
Florian Scholdei
5a8e3fcc53
Close branch feature/using_same_modal_classes_for_modals
2019-02-07 16:17:14 +00:00
Florian Scholdei
7fba12e30f
renamed extensionpoint
2019-02-07 16:55:34 +01:00
Florian Scholdei
8bb817f006
merge
2019-02-07 13:59:57 +01:00
Florian Scholdei
9fae4c7d46
added modal footer
2019-02-07 13:53:15 +01:00
Philipp Czora
b9803ec7f2
Merged in feature/changeset_committer_extension_point (pull request #182 )
...
Redesign changeset list and added extension point for changeset author
2019-02-07 11:04:13 +00:00
Philipp Czora
ecfe097943
Close branch feature/changeset_committer_extension_point
2019-02-07 11:04:13 +00:00
Florian Scholdei
9598c1865e
merge
2019-02-07 11:57:06 +01:00
Philipp Czora
96c593faca
Merged in feature/add_validation (pull request #181 )
...
add ui validation
2019-02-07 10:25:03 +00:00
Philipp Czora
589926348a
Close branch feature/add_validation
2019-02-07 10:25:03 +00:00
Florian Scholdei
93cb7f9b43
merge
2019-02-07 11:10:48 +01:00
Florian Scholdei
f0c2cbb915
added subtitle to edit permissions page
2019-02-07 11:09:26 +01:00
Mohamed Karray
f400f753fb
Merged in bugfix/activate_login_button (pull request #183 )
...
enable login button
2019-02-07 10:02:51 +00:00
Mohamed Karray
19e06cc439
Close branch bugfix/activate_login_button
2019-02-07 10:02:51 +00:00
Mohamed Karray
8a53730d03
enable login button
2019-02-07 11:00:02 +01:00
Sebastian Sdorra
fbaa5041a7
added spacing between tags on changeset detail page
2019-02-07 10:43:16 +01:00
Sebastian Sdorra
cbfa751a05
fixed wrong icons and added missing translation
2019-02-07 10:33:58 +01:00
Sebastian Sdorra
0bf7a6f168
redesign changeset list
2019-02-07 10:27:11 +01:00
Sebastian Sdorra
6ba90fb8da
enabled nested rules for jss
2019-02-07 10:23:52 +01:00
Florian Scholdei
a5d9a13bc0
added subtitle for git config
2019-02-07 09:54:53 +01:00
Mohamed Karray
8fcc2991f9
Merged in bugfix/method_not_allowed_exception_mapper (pull request #180 )
...
Added NotAllowedExceptionMapper
2019-02-07 08:35:10 +00:00
Mohamed Karray
0c8ed130b9
Close branch bugfix/method_not_allowed_exception_mapper
2019-02-07 08:35:10 +00:00
Sebastian Sdorra
d14837b03e
fix small flow issues
2019-02-07 09:32:24 +01:00
Sebastian Sdorra
c5511af448
use span for tooltip and added an option to change tooltip location
2019-02-07 09:30:30 +01:00
Sebastian Sdorra
9cb1c24567
use react children for Button and ButtonGroup
2019-02-07 09:29:53 +01:00
Sebastian Sdorra
927ba5df18
added title with the exact date to DateFromNow
2019-02-07 09:28:43 +01:00
Mohamed Karray
3df6056f00
add ui validation
2019-02-07 06:01:13 +01:00
Florian Scholdei
a1acc72aca
fixed valignmet and added title
2019-02-06 16:41:49 +01:00
Florian Scholdei
3309150bdc
fixed vertical alignment
2019-02-06 15:36:00 +01:00
Florian Scholdei
324f6b55c4
Merged in feature/unify_table (pull request #175 )
...
Feature/unify table
2019-02-06 14:11:24 +00:00
Florian Scholdei
37b6e986bc
Close branch feature/unify_table
2019-02-06 14:11:24 +00:00
Sebastian Sdorra
ddbe1512e4
Merged in feature/improved-navi (pull request #152 )
...
Feature/improved navi
2019-02-06 14:10:37 +00:00
Sebastian Sdorra
eb66b68c2a
Close branch feature/improved-navi
2019-02-06 14:10:37 +00:00
Florian Scholdei
6b64bc457c
deleted tests
2019-02-06 14:29:31 +01:00
Florian Scholdei
6d7069c914
fixed selector margin
2019-02-06 14:25:03 +01:00
Philipp Czora
4e72b3686c
Added NotAllowedExceptionMapper
2019-02-06 14:23:25 +01:00
Florian Scholdei
8e2a627636
fixed tests
2019-02-06 13:41:48 +01:00
Florian Scholdei
717ddda260
changed repo overview settings link
2019-02-06 13:10:30 +01:00
Florian Scholdei
6231199862
styling
2019-02-06 12:10:06 +01:00
Florian Scholdei
1c03c91e21
moved edit and delete funcs
2019-02-06 11:44:03 +01:00
Florian Scholdei
2a830e4bc4
fixed deleterepo test
2019-02-06 11:17:06 +01:00
Florian Scholdei
6f1615ef0a
added loading and error state
2019-02-06 10:42:25 +01:00
Mohamed Karray
d4a79ee140
Merged in bugfix/read_vcs_versions (pull request #178 )
...
Fix class loader for creation of vcs version string
2019-02-06 09:04:04 +00:00