Commit Graph

286 Commits

Author SHA1 Message Date
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
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
René Pfeuffer
d0bffcbf10 Merge with 2.0.0-m3 2019-04-02 10:35:45 +02: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
Sebastian Sdorra
9f10a2cff2 merge repository heads 2019-03-08 09:10:03 +01:00
Sebastian Sdorra
28778624b5 fixes wrong type definition 2019-03-08 09:06:39 +01:00
René Pfeuffer
b0f95fbcc6 Expose conflict errors 2019-03-08 08:58:09 +01:00
Sebastian Sdorra
b9b544b7f0 pass function to toggle collpase state to FileControlFactory 2019-03-08 08:27:20 +01:00
Sebastian Sdorra
57454f9aa9 adds option to request focus for a textarea 2019-03-08 08:10:34 +01:00
René Pfeuffer
230caf9cbd Merged in feature/diff_annotations (pull request #211)
Feature/diff annotations
2019-03-07 12:11:56 +00:00
Mohamed Karray
ab79b94bc0 add extension points to
- redirect the repo route
- add a repo top level navigation
2019-03-06 17:24:50 +01:00
Sebastian Sdorra
b1335b17ee makes only the title clickable for collapse instead the whole panel header 2019-03-06 15:03:08 +01:00
Sebastian Sdorra
c672b6603e adds file annotations and file controls to diff 2019-03-06 14:57:17 +01:00
Sebastian Sdorra
75fe4de478 added option to disable scrollToTop 2019-03-05 16:31:41 +01:00
Philipp Czora
6c06352de2 Added ui error handling for 403 errors 2019-03-04 11:49:12 +01:00
Philipp Czora
f68398e599 Minor refactoring 2019-03-04 11:19:33 +01:00
Philipp Czora
adf92db9b2 Also render violations (if present) 2019-03-04 11:09:12 +01:00
René Pfeuffer
dadfe4a8af Fix media type for validation error 2019-03-04 08:44:41 +01:00
Philipp Czora
5d375b7fb4 Added error descriptions & removed collapsability (according to review) 2019-03-01 13:16:54 +01:00
René Pfeuffer
536c5a74c6 Merge with 2.0.0-m3 2019-02-28 10:57:12 +01:00
Philipp Czora
1b7044ed76 Fixed Notification color 2019-02-27 14:28:20 +01:00
Sebastian Sdorra
891e3587b3 implemented api for diff annotations 2019-02-27 11:56:50 +01:00
Philipp Czora
510c295e00 Refactored ErrorNotification/ErrorPage
Added i18n for error codes
2019-02-27 10:45:10 +01:00
Philipp Czora
6b55df464c WIP: Reworking ErrorPage/ErrorNotification 2019-02-26 17:08:33 +01:00
Sebastian Sdorra
3ac47b0977 replace diff2html with react-diff-view 2019-02-26 15:00:05 +01:00
Philipp Czora
264eca4b49 Fixed 401 message on session timeout 2019-02-26 08:37:00 +01:00
Philipp Czora
aac94d17a3 Fixed 401 message on login 2019-02-25 17:40:53 +01:00
Philipp Czora
0814e0af7a Merged 2.0.0-m3 2019-02-25 16:53:25 +01:00