Commit Graph

7735 Commits

Author SHA1 Message Date
Sebastian Sdorra
6f962ff4ce create links for markdown headings with enabled anchor links 2019-05-07 16:42:04 +02:00
Sebastian Sdorra
f99e685eea fix scroll to anchor link on page reload 2019-05-07 16:41:28 +02:00
René Pfeuffer
de59f5657f Remove duplicate verbs 2019-05-07 15:20:54 +02:00
Sebastian Sdorra
6d325f56e1 adds option to render markdown headings with anchor links 2019-05-07 10:11:26 +02:00
René Pfeuffer
c5b20566c1 Fix bugs with integration test 2019-05-07 09:20:19 +02:00
René Pfeuffer
8645890758 Cleanup 2019-05-06 16:45:35 +02:00
René Pfeuffer
0099740a22 Remove permissions for deleted roles 2019-05-06 16:38:54 +02:00
René Pfeuffer
45ca558101 Get verbs from repository roles 2019-05-06 16:01:01 +02:00
René Pfeuffer
e4e335b7e1 Validate repository roles 2019-05-06 15:12:58 +02:00
René Pfeuffer
96e7a29dce Add unit test for role resource 2019-05-06 14:49:37 +02:00
René Pfeuffer
76b9100e7e Add endpoint for repository roles (tests pending) 2019-05-03 17:44:27 +02:00
René Pfeuffer
7a2166a365 Bind repository role dao 2019-05-03 16:30:50 +02:00
René Pfeuffer
c0760688e9 Join repository roles from the system and from the database 2019-05-03 14:47:49 +02:00
René Pfeuffer
232102716c Create DAO for repository roles 2019-05-03 14:19:33 +02:00
René Pfeuffer
83b629222b Fix toString 2019-05-03 13:26:18 +02:00
René Pfeuffer
16a3eaa319 Merge with 2.0.0-m3 2019-05-03 13:02:45 +02:00
Rene Pfeuffer
7fe61a28be Merged in feature/author_presentation (pull request #246)
feature/author_presentation
2019-05-03 06:46:08 +00:00
Rene Pfeuffer
df9b46ffb6 Close branch feature/author_presentation 2019-05-03 06:46:08 +00:00
René Pfeuffer
3bae1b62a3 A comma is a comma 2019-05-03 08:45:00 +02:00
René Pfeuffer
229dcc7d31 Divide list and content style 2019-05-03 08:34:06 +02:00
René Pfeuffer
9109efe2f1 Add role attribute to repository permission 2019-05-03 07:59:18 +02:00
Florian Scholdei
137e3b5ae6 fixed list break 2019-05-02 16:16:00 +02:00
Florian Scholdei
10f663d44c added comma seperated list styling 2019-05-02 14:02:18 +02:00
René Pfeuffer
ad51a6fa27 Add cd after init to get into new repository directory 2019-04-29 11:08:05 +02:00
Sebastian Sdorra
6198b7cf82 Merged in bugfix/git_default_branch_selector (pull request #245)
bugfix/git_default_branch_selector
2019-04-25 16:13:41 +00:00
Sebastian Sdorra
0a6a797f50 Close branch bugfix/git_default_branch_selector 2019-04-25 16:13:41 +00:00
Florian Scholdei
85ee02c861 added a bottom margin for more spacing 2019-04-25 18:07:18 +02:00
Florian Scholdei
4fabb8aabf fixed label with of the Git default branch selection fields 2019-04-25 18:00:36 +02:00
Florian Scholdei
3a5b726f40 fixed label with of the Git default branch selection fields 2019-04-25 17:50:59 +02:00
Sebastian Sdorra
1887e9a466 Merged in bugfix/fix_create_user_group (pull request #244)
Fix create option in user and group autocomplete fields
2019-04-25 15:05:30 +00:00
Sebastian Sdorra
e89d1853c5 Close branch bugfix/fix_create_user_group 2019-04-25 15:05:30 +00:00
René Pfeuffer
f687dfcc0d Fix create option in user and group autocomplete fields 2019-04-25 17:02:53 +02:00
Rene Pfeuffer
dfe10e7d99 Merged in feature/css_reduced_mobile_buttons (pull request #239)
feature/css_reduced_mobile_buttons
2019-04-25 07:16:26 +00:00
Rene Pfeuffer
74e91f9454 Close branch feature/css_reduced_mobile_buttons 2019-04-25 07:16:26 +00:00
Rene Pfeuffer
af57fe2aab Merged in bugfix/read_property_find_of_undefined (pull request #243)
bugfix/read_property_find_of_undefined
2019-04-24 15:00:15 +00:00
Rene Pfeuffer
2aa6d0b7c2 Close branch bugfix/read_property_find_of_undefined 2019-04-24 15:00:15 +00:00
Florian Scholdei
1cd6872afe fixed issue: Cannot read property 'find' of undefined for changesets 2019-04-24 16:55:24 +02:00
Florian Scholdei
d2c2a1b23c corrected incorrect if condition frame 2019-04-24 16:45:20 +02:00
Sebastian Sdorra
75eb11627e Merged in feature/search (pull request #231)
feature/search
2019-04-24 11:51:57 +00:00
Sebastian Sdorra
e16bfeeb96 Close branch feature/search 2019-04-24 11:51:57 +00:00
Rene Pfeuffer
e50ce49071 Merged in bugfix/svn_no_branches (pull request #242)
bugfix/svn_no_branches
2019-04-24 11:39:10 +00:00
Rene Pfeuffer
50c8806bad Close branch bugfix/svn_no_branches 2019-04-24 11:39:10 +00:00
Florian Scholdei
3102af3029 renamed add to create 2019-04-24 09:59:29 +02:00
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
Rene Pfeuffer
ba59fc4178 Merged in bugfix/ignored_source_branch (pull request #237)
fixed missing checkout call for GitBranchCommand
2019-04-24 07:46:10 +00:00
Rene Pfeuffer
b75d3e492a Close branch bugfix/ignored_source_branch 2019-04-24 07:46:10 +00: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
5a4fc6a965 modified transferred link to include add/create information 2019-04-23 15:55:26 +02:00
Rene Pfeuffer
0caea9203a Merged in feature/css_disable_dropdown (pull request #240)
feature/css_disable_dropdown
2019-04-23 11:33:26 +00:00
Rene Pfeuffer
8285a1de04 Close branch feature/css_disable_dropdown 2019-04-23 11:33:26 +00:00