Commit Graph

7373 Commits

Author SHA1 Message Date
Florian Scholdei
e2d05fd014 Close branch feature/markdown_anchor_links 2019-05-21 13:38:16 +00:00
Sebastian Sdorra
033c213cf2 fix scrolling for markdown content, which is loaded asynchronous
The code to find and scroll to the anchor is now moved from the
ScrollToTop component to the MarkdownView. The anchor with the id from
location hash, is searched after the MarkdownView and all its children
finished rendering.
2019-05-21 10:22:53 +02:00
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
Sebastian Sdorra
6d325f56e1 adds option to render markdown headings with anchor links 2019-05-07 10:11:26 +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
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
Florian Scholdei
c7b7b3f73b fixed sources and changeset view for svn repos 2019-04-20 15:42:35 +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
eb346829d5 prevent code duplications in overviews with new component 2019-04-19 13:22:17 +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
Florian Scholdei
4eb08770b7 centered button icons on mobile view when if text should not be displayed 2019-04-18 18:07:13 +02:00
Florian Scholdei
a0f4f3dbe2 implemented graphic disable select input functionality 2019-04-18 17:19:55 +02:00
Sebastian Sdorra
37a53c295b move getQueryStringFromLocation to ui-components 2019-04-18 11:42:09 +02:00
Sebastian Sdorra
bfd59c1bac remove unused functions 2019-04-18 10:02:22 +02:00
Sebastian Sdorra
ba3557fbb6 Merged in feature/css_round_panel (pull request #238)
feature/css_round_panel
2019-04-18 07:25:05 +00:00