Commit Graph

310 Commits

Author SHA1 Message Date
Florian Scholdei
7450c9bea2 pulled out PageActions from OverviewPageActions because otherwise you can not check for name of OverviewPageActions because the component exported injectSheet -> jss
simplified CreateUser/GroupButton by not being used as external component
2019-04-24 09:46:22 +02:00
Florian Scholdei
d56dc22efc modified transferred link to include add/create information, added new CreateUserButton component 2019-04-23 15:57:23 +02:00
Florian Scholdei
ef35a2050c added check for new component to ensure correct representation, in my opinion still unpleasant 2019-04-19 13:27:12 +02:00
Florian Scholdei
f209ca665d moved check from calling component to paginator 2019-04-19 13:23:57 +02:00
Florian Scholdei
f15e400be6 exported new OverviewPageActions component 2019-04-19 13:20:57 +02:00
Florian Scholdei
9ba4b05ef7 moved margin from button to inputfield to handle case in with only search field is displayed 2019-04-19 13:20:08 +02:00
Florian Scholdei
8aa8af4644 added OverviewPageActions component for Repos, Users and Group Overview 2019-04-19 13:18:49 +02:00
Sebastian Sdorra
37a53c295b move getQueryStringFromLocation to ui-components 2019-04-18 11:42:09 +02:00
Florian Scholdei
83edce1410 replaced type any with string 2019-04-17 16:42:27 +02:00
Florian Scholdei
6f975acd21 added value prop to reflect changes to the q parameter in the url, used new FilterInput component in pageActions 2019-04-17 16:35:17 +02:00
Florian Scholdei
b3de87a343 removed FilterInput functionality from page and added new ui-component 2019-04-17 16:12:22 +02:00
Florian Scholdei
9bc9e133cc merge 2019-04-17 14:27:17 +02:00
Sebastian Sdorra
311eba2f9f Merged in feature/create-branch (pull request #233)
Feature create branch
2019-04-17 11:29:46 +00:00
Florian Scholdei
1e845afd84 added error check so that the search and create button are not displayed when users are logged out 2019-04-17 12:07:43 +02:00
Florian Scholdei
bc3d9388e6 added slash at the end of the url to correctly link for pagination 2019-04-17 12:05:44 +02:00
Florian Scholdei
52257aec26 added filter to LinkPaginator 2019-04-17 11:40:14 +02:00
René Pfeuffer
3bfd9becc9 Add button to switch between side-by-side and combined diff view 2019-04-10 17:34:31 +02:00
René Pfeuffer
f1bed2f558 Fix on submit handler 2019-04-10 16:49:19 +02:00
Florian Scholdei
ac2c41f9a1 fixed lint error 2019-04-10 16:40:12 +02:00
René Pfeuffer
727fd08b3b Disable create view when create link is missing 2019-04-10 16:38:56 +02:00
Florian Scholdei
60af0cca30 added filter input translation 2019-04-10 14:45:35 +02:00
Florian Scholdei
62e393cb62 ui search field done, started adding filter functionality 2019-04-10 14:35:30 +02:00
Sebastian Sdorra
be9f1aeec0 update react to 16.8 2019-04-08 11:24:48 +02:00
Florian Scholdei
848075050c fixed mailto url scheme according to rfc2368 2019-04-05 14:44:33 +02:00
Sebastian Sdorra
2b041c3c53 Merged in feature/branch-overview (pull request #222)
Feature/branch overview
2019-04-03 15:54:45 +00:00
Florian Scholdei
61c1e5e317 merge 2019-04-03 17:35:49 +02:00
René Pfeuffer
d0bffcbf10 Merge with 2.0.0-m3 2019-04-02 10:35:45 +02:00
Florian Scholdei
7ea2a06b1e fixed branchesRegex for branch/name/changesets 2019-03-29 10:34:29 +01:00
Florian Scholdei
d5db607d66 changed code-branch icon for more clarity over commit icon 2019-03-28 13:40:12 +01:00
Mohamed Karray
98f98d123d add optionValues to the DropDow component 2019-03-28 10:13:56 +01:00
Mohamed Karray
2f4f1dbe02 add prop to the autocomplete component to indicate if an automatic create action is required 2019-03-27 10:12:05 +01:00
Sebastian Sdorra
50cb7e9370 merge with 2.0.0-m3 2019-03-21 10:47:33 +01:00
Sebastian Sdorra
7c6bfdaaac removes admin role 2019-03-21 10:46:11 +01:00
Sebastian Sdorra
aec702ff89 Merged in bugfix/disable_repository_config (pull request #218)
Bugfix: Disable repository config without permission
2019-03-14 10:48:06 +00:00
René Pfeuffer
960780946b Fix repo config for user without permission
Disable fields and remove submit buttons when user has not permission,
aka no config links.
2019-03-14 11:14:09 +01:00
René Pfeuffer
451b25a95f Merge with 2.0.0-m3 2019-03-14 10:48:57 +01:00
Sebastian Sdorra
cce3ddc394 improve location of ErrorBoundaries 2019-03-14 10:12:34 +01:00
Sebastian Sdorra
d2c99b9b8b adds proper flow annotation and an option to specify a fallback component 2019-03-14 10:08:34 +01:00
Mohamed Karray
df480b3a49 merge 2019-03-13 21:53:10 +01:00
Mohamed Karray
13e7ae24bd Add Error Boundary for
- the Page component
- the Main component
2019-03-13 21:41:08 +01:00
René Pfeuffer
d3900af886 Fix dependencies 2019-03-13 12:00:36 +01:00
Mohamed Karray
35c84c929a Add Error Boundary for Pages 2019-03-13 11:54:33 +01:00
René Pfeuffer
61c21ae1f3 Markdown should always have class 'content' 2019-03-13 09:36:48 +01:00
René Pfeuffer
38b205606a Merge with 2.0.0-m3 2019-03-13 07:52:15 +01:00
Mohamed Karray
6cd29091d5 Add a Markdown component and a SyntaxHighlighter 2019-03-12 18:46:44 +01:00
Sebastian Sdorra
c1875994bf merge repository heads 2019-03-12 13:59:45 +01:00
Sebastian Sdorra
d54b5360e2 identify ui requests as ajax requests 2019-03-12 13:55:34 +01:00
Sebastian Sdorra
a5da481593 fix german locale for DateFromNow 2019-03-12 10:44:58 +01:00
René Pfeuffer
6cf79bf5c6 Disable default branch config without permission 2019-03-11 14:56:59 +01:00
René Pfeuffer
3c22ad2393 Merged in feature/extensionPoint_Readme (pull request #210)
add extension points to
2019-03-08 15:04:51 +00:00