Commit Graph

5643 Commits

Author SHA1 Message Date
Philipp Czora
059611d80e Merged 2.0.0-m3 2018-10-18 10:00:17 +02:00
Philipp Czora
a56aeca8d2 Merged in feature/ui_changeset_list (pull request #82)
Feature/ui changeset list
2018-10-17 15:38:47 +00:00
Philipp Czora
d4aed6287e Close branch feature/ui_changeset_list 2018-10-17 15:38:47 +00:00
Philipp Czora
8ff19a3d2f Moved getBranchFromMatch to ui-components 2018-10-17 17:11:21 +02:00
Sebastian Sdorra
5871bf052f update ui-bundler 2018-10-17 16:50:40 +02:00
Sebastian Sdorra
6e59026518 added yarn.lock for ui-components 2018-10-17 15:57:07 +02:00
Sebastian Sdorra
e1d299f97e change order of permission types 2018-10-17 15:56:27 +02:00
Sebastian Sdorra
95cb1e77fc merge with 2.0.0-m3 2018-10-17 15:54:25 +02:00
Sebastian Sdorra
61a34e7a47 update react to 16.5.2 2018-10-17 15:23:29 +02:00
Sebastian Sdorra
380f199c0d use 60 minutes instead of 10 for jwt session timeout 2018-10-17 15:22:13 +02:00
Sebastian Sdorra
959f9d81da fix duplicate loading of changesets on first page load 2018-10-17 15:18:42 +02:00
Sebastian Sdorra
1a07827fb6 fix react missing key in list entries warning 2018-10-17 15:03:32 +02:00
Sebastian Sdorra
f95b28e15d fix wrong order of svn commits and keep old changesets 2018-10-17 14:57:17 +02:00
Sebastian Sdorra
dccca5ae2c do not render branch selector for svn 2018-10-17 14:18:54 +02:00
Sebastian Sdorra
1888a58cb0 fix eslint and flow warnings 2018-10-17 14:11:28 +02:00
René Pfeuffer
3c5ef28446 Merged in feature/modify_password_for_user_v2 (pull request #90)
add permission to modify the own password over the me and the user endpoints
2018-10-17 11:48:27 +00:00
René Pfeuffer
b775ac12b2 Close branch feature/modify_password_for_user_v2 2018-10-17 11:48:27 +00:00
René Pfeuffer
3c7df066f0 Cleanup 2018-10-17 13:25:07 +02:00
Sebastian Sdorra
3429f17670 render tags 2018-10-17 13:22:06 +02:00
René Pfeuffer
9bfb2cdadb Move password logic to manager 2018-10-17 11:58:37 +02:00
Sebastian Sdorra
efb857150b fixed paging with NaN page numbers 2018-10-17 11:55:47 +02:00
Sebastian Sdorra
229a46c344 fixed highlighting of commits nav link 2018-10-17 11:39:41 +02:00
Sebastian Sdorra
e6c16c3fc5 fixed branch selection urls and styles branch selector 2018-10-17 11:33:40 +02:00
Sebastian Sdorra
e841c06934 fix paging url 2018-10-17 10:57:01 +02:00
Sebastian Sdorra
4cbbc16b6a simplify changesets module 2018-10-17 10:38:46 +02:00
Sebastian Sdorra
d330975557 fix endless loop, by using the same reference for the branch array 2018-10-17 10:06:26 +02:00
Philipp Czora
f215fc4117 Debugging attempts 2018-10-16 20:19:22 +02:00
Philipp Czora
e6fb2a8de7 Introduced dumb BranchSelector; moved fetching of branches to BranchRoot 2018-10-16 17:04:28 +02:00
Mohamed Karray
24b1241ed7 merge + refactoring 2018-10-16 15:58:54 +02:00
René Pfeuffer
e04ced8e53 Merged in feature/autocomplete_v2 (pull request #89)
Feature/autocomplete v2
2018-10-16 11:49:03 +00:00
René Pfeuffer
548820dd78 Close branch feature/autocomplete_v2 2018-10-16 11:49:03 +00:00
Mohamed Karray
f0c69d4f30 disable sonar validation with id squid:S2068 2018-10-16 13:18:59 +02:00
Mohamed Karray
c731ecd14d fix throw exception 2018-10-16 12:20:10 +02:00
Mohamed Karray
d2dbccb80c remove throws NotFoundException and fix modify password 2018-10-16 10:47:52 +02:00
Mohamed Karray
f94922837b apply permission from adapter 2018-10-16 09:15:35 +02:00
Mohamed Karray
356b84f4cd refactor the integration test lib to use the index resource & add unit tests for autoComplete permission 2018-10-15 18:35:45 +02:00
Mohamed Karray
e891ce9850 modify the autocomplete link structure of the index resources 2018-10-15 13:57:55 +02:00
Mohamed Karray
27ca8860d3 add the autoComplete link to the index resource 2018-10-15 08:41:46 +02:00
Philipp Czora
53fe671a27 Update RouteDelegate only conditionally 2018-10-12 16:07:24 +02:00
Mohamed Karray
023b362f68 add permission to modify the own password over the me and the user endpoints 2018-10-12 15:20:58 +02:00
Mohamed Karray
c7b8a3fedd fix autocomplete for user without admin permission + integration tests 2018-10-12 11:06:53 +02:00
Philipp Czora
2de0287bf9 Bootstrapped BranchRoot 2018-10-11 17:29:50 +02:00
Maren Süwer
4e3e0637a4 add table header line for delete button 2018-10-11 14:16:34 +02:00
Philipp Czora
306388af7b Fixed issue with slashes in branch names 2018-10-11 09:45:46 +02:00
Philipp Czora
795d0d8015 Implemented LinkPaginator, refactored code for changeset list 2018-10-10 19:26:29 +02:00
Mohamed Karray
0ff050e544 fix url and add the postcss-easy-import dependency 2018-10-10 17:35:41 +02:00
Philipp Czora
62abae4368 Bootstrapped reimplementation of Changeset list 2018-10-09 21:36:41 +02:00
Mohamed Karray
67b3630c16 Merged in bugfix/lerna_version (pull request #88)
Bugfix/lerna version
2018-10-09 15:21:51 +00:00
Mohamed Karray
39ba689405 Close branch bugfix/lerna_version 2018-10-09 15:21:51 +00:00
Mohamed Karray
35abdcf3e5 merge 2018-10-09 17:13:23 +02:00