Commit Graph

54 Commits

Author SHA1 Message Date
Eduard Heimbuch
821cca2a06 cleanup 2020-12-10 16:22:39 +01:00
Eduard Heimbuch
6886f09f26 create fileUpload component 2020-12-10 13:55:19 +01:00
Eduard Heimbuch
715c76e2f4 set repository name suggestion in import form just at leaving the input field 2020-12-03 09:38:23 +01:00
Eduard Heimbuch
485138e5f2 add unit tests 2020-11-26 11:06:35 +01:00
Eduard Heimbuch
308b95d8c7 Upgrade repository import api 2020-11-24 10:39:38 +01:00
Eduard Heimbuch
4661e6f6b4 refactor FilterInput component / enable delayed instant search 2020-11-04 12:16:35 +01:00
Sebastian Sdorra
3c32073853 Merge with develop 2020-11-04 08:22:41 +01:00
Eduard Heimbuch
2f87afdbc2 make placeholders overwritable 2020-11-03 13:30:00 +01:00
Eduard Heimbuch
0c8fe5a60c confirm password modal by enter key / fix password link for logged in user 2020-10-30 11:48:05 +01:00
Sebastian Sdorra
e398936a7d Merge pull request #1323 from scm-manager/feature/namespace_resource
Feature filter by namespace
2020-09-10 11:52:11 +02:00
Konstantin Schaper
954f9398b7 Merge remote-tracking branch 'origin/bugfix/repository-search-reset' into bugfix/repository-search-reset 2020-09-10 11:27:00 +02:00
Konstantin Schaper
d32a2f1490 clarify variable naming 2020-09-10 11:26:47 +02:00
Konstantin Schaper
20660a4151 Merge branch 'develop' into bugfix/repository-search-reset 2020-09-10 10:53:46 +02:00
Konstantin Schaper
498f0ca219 update filter value on props change 2020-09-10 10:48:37 +02:00
René Pfeuffer
589b844e28 Make namespace drop down take full width 2020-09-10 10:17:29 +02:00
Eduard Heimbuch
e6c31ec0e1 add indexResources to extensionProps 2020-09-07 15:40:14 +02:00
René Pfeuffer
36b8f667bf Make checkboxes changeable with key press 2020-09-01 14:06:26 +02:00
Sebastian Sdorra
6ba090b82e Make checkbox accessible from keyboard 2020-09-01 13:38:12 +02:00
Sebastian Sdorra
2ac77415e7 Merge with develop branch 2020-08-12 12:32:16 +02:00
Eduard Heimbuch
c1cfff603b fix review findings 2020-08-12 10:05:36 +02:00
Eduard Heimbuch
3549ce86ec Add preselected value to options in DropDown.tsx if missing 2020-08-10 13:59:24 +02:00
Sebastian Sdorra
3f1b7bbf5e use multiline tooltips for help as default 2020-07-31 10:48:51 +02:00
Florian Scholdei
2490eccc71 Remove unused import 2020-07-30 13:04:12 +02:00
Florian Scholdei
132a30f2b6 Fix tooltip overflow in checkbox and radio context 2020-07-30 11:02:30 +02:00
Eduard Heimbuch
2e4db3e584 fix key value input field 2020-07-13 11:34:51 +02:00
Eduard Heimbuch
b182f5b2d0 add key value entry inputfield component 2020-07-09 10:05:27 +02:00
René Pfeuffer
0623f039cc Heed review comments 2020-06-24 17:44:30 +02:00
René Pfeuffer
c5a2d04789 Modify checkboxes so that they can be indeterminate
To add the third state, we create our own checkboxes using font awesome
icons.
2020-06-24 17:44:26 +02:00
Eduard Heimbuch
fd94746a98 reformat components with prettier 2020-03-31 17:11:16 +02:00
Florian Scholdei
f1b34eb502 Changeover to MIT license (#1066)
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
2020-03-23 15:35:58 +01:00
René Pfeuffer
005ca83799 Fix drop down selection 2020-03-10 11:06:17 +01:00
Eduard Heimbuch
a43ffacf03 fix a ton of typescript errors 2020-01-08 13:40:07 +01:00
Eduard Heimbuch
15a9a5b09b fix links and routes 2020-01-08 12:38:21 +01:00
Sebastian Sdorra
37a838e1b2 merge with 2.0.0-m3 2019-12-19 10:29:29 +01:00
Sebastian Sdorra
f4cda2072e Merged in bugfix/remove_global_styles_radio_button (pull request #364)
override global radio stylings and use local styles instead
2019-12-19 09:08:41 +00:00
Sebastian Sdorra
783aaf2b78 handle submit key press on mac osx 2019-12-11 21:52:11 +01:00
Rene Pfeuffer
01ad8c7bb9 Add optional cancel function for text areas 2019-12-10 11:59:30 +01:00
Rene Pfeuffer
0ae185ef01 Add optional submit function for text areas 2019-12-10 11:29:55 +01:00
Florian Scholdei
b17f03247b Change AddEntryTo... to single-line component, add className prop to InputField and Autocomplete 2019-11-26 15:59:38 +01:00
Eduard Heimbuch
a1ff55d084 override global radio stylings and use local styles instead 2019-11-26 13:22:00 +01:00
Florian Scholdei
a04e05bf9b Move Button to right side (and remove doubled note) 2019-11-20 16:14:50 +01:00
Florian Scholdei
3c239aea4e Update storyshots 2019-10-29 17:21:40 +01:00
Florian Scholdei
b74865f4df Correct className type 2019-10-29 16:44:35 +01:00
Florian Scholdei
e74f8a4d4e Remove doubled field/column 2019-10-29 14:32:27 +01:00
Florian Scholdei
f496279592 Add title option comparable to label for InputFields 2019-10-29 14:31:47 +01:00
Florian Scholdei
ec488c1880 Remove unused field grouping 2019-10-29 14:20:14 +01:00
Florian Scholdei
db075974db Migrate react-i18next translate components 2019-10-23 15:47:08 +02:00
Sebastian Sdorra
0703f1e2bd migrate core plugins from flow to typescript 2019-10-21 12:13:08 +02:00
Sebastian Sdorra
4bb8e6153b apply eslint and prettier rules 2019-10-21 10:57:56 +02:00
Sebastian Sdorra
f49e17a3a7 migrate ui-components from flow to typescript 2019-10-20 16:59:02 +02:00