Commit log

2646c63 Github bridge: Refactor

Alexander Scharinger created

01b9490 Merge pull request #604 from MichaelMure/sec-issue

Click to expand commit body
repo: fix security issue that could lead to arbitrary code execution

Michael Muré created

9434d2e repo: fix security issue that could lead to arbitrary code execution

Click to expand commit body
see https://blog.golang.org/path-security for details

Michael Muré created

52df5a1 Merge pull request #600 from GlancingMind/upstream-improve-navigation

Click to expand commit body
WebUI: Improve navigation

Michael Muré created

aeb26d0 webui: stay within the SPA when redirecting from the header

Michael Muré created

fbf7c48 webui: fix eslint?

Michael Muré created

5215634 entity: add support for storing files

Michael Muré created

aa91f39 Fix (hoepfully) eslint error for pipeline

Click to expand commit body
Unfortunatly will this result in error for eslint on local machine... *sigh*

Sascha created

50f146a Remove BackToList button from NewBugPage

Sascha created

f752dd5 Remove BackToList button from BugPage

Sascha created

00fbd0a Fix highlighting of tabs and error in console

Sascha created

9fa40d3 Add tooltip to unimplemented navigations

Sascha created

a332c08 Center navbar and disable unresolved navigations

Sascha created

1e411f5 Fix eslint empty line error

Sascha created

8d8eb29 Add test navbar

Sascha created

6744cdd Merge pull request #603 from GlancingMind/upstream-28-comment-counter-for-each-bug-on-buglist

Click to expand commit body
Display count of comment for each bug on bug list

Michael Muré created

b7ddb22 Fixate message counter to end of bug row

Click to expand commit body
Previously the counter has shifted around depending on the length of the bug
titles.

Sascha created

4a2e04d Improve description of target-field

Sascha created

c610d94 Remove TODO comments

Sascha created

4c5a0f3 Improve message history accordions

Click to expand commit body
- Add unfold icon to edit history accordions
- Change order of edit number. Most recent should have highest id and initial
  description should always have "#1 Edit"
- Add "(Initial description)' to title of the first comment version

Sascha created

688cc33 Display real number of comment

Sascha created

4c77614 Add message icon with placeholder count

Sascha created

6f26afb Number accordion elements

Sascha created

5b56255 Fix eslint pipeline fail hopefully

Sascha created

bd316ef Improve readability of accordion summary

Sascha created

de9dd69 Sort history from most recent edit to old

Sascha created

dfb039a Rename MessageEditHistoryQuery

Sascha created

155b37e Use dialog with accordion for message history menu

Sascha created

d453abd Move toggle button out of history menu

Sascha created

defd1ae Populate history menu with edit steps

Sascha created

25d3aca Add test menu for edit history

Sascha created

58e1240 Add space between edit button and edited indicator

Sascha created

142adfd Update message view after editing

Sascha created

b06f7c7 Reduced arbitary variable names

Sascha created

9fb033e Return of new comment works...

Click to expand commit body
...but the types are quite hacky

Sascha created

d6c3ffa Fix graphql filename capitalization

Sascha created

d4f96fa Use theme colors for submit button

Sascha created

0e3caba Update comment on submit

Sascha created

9f6c045 Several fixes

Click to expand commit body
- Fix misspelling of cancel...
- Fix flickering of green "update comment" button
- Fill input with comment text
- Close edit view after submit

Sascha created

c874d11 Create EditCommentForm and handle cancle button

Sascha created

0cd5c84 Fix CommentForm margin

Sascha created

2483b27 Display comment form on edit click

Sascha created

d82c481 Fix remove .swp files

Sascha created

cd4b1ad Pass BugFragment as prop to EditComment

Sascha created

26ad5fc Add onClick handler to edit button

Sascha created

2a1c772 GrapQL: Regenerate the GraphQL-Server

Sascha created

cc7788a GraphQL: Add target to EditCommentInput

Sascha created

c6d15bd Fix compilation errors

Sascha created

50cd1a9 GraphQL: Add EditComment input/payload to gen_models

Sascha created

4960448 GraphQL: Add EditComment mutation to schema

Sascha created