Commit Graph

6431 Commits

Author SHA1 Message Date
Mohamed Karray
07963bc583 Merged in feature/assigned_groups_on_profile (pull request #150)
display group membership on the profile page (/me)
2019-01-18 12:02:19 +00:00
Mohamed Karray
7e8ba2d835 Close branch feature/assigned_groups_on_profile 2019-01-18 12:02:19 +00:00
Sebastian Sdorra
c26cc0fe56 fixed integration tests 2019-01-18 11:15:38 +01:00
Mohamed Karray
4150147c1d Merged in bugfix/administrator_permission_from_configuration (pull request #151)
fix assignment of administrator privileges by configuration
2019-01-18 09:12:34 +00:00
Mohamed Karray
736f883c86 Close branch bugfix/administrator_permission_from_configuration 2019-01-18 09:12:34 +00:00
Sebastian Sdorra
36ea444e69 fix assignment of administrator privileges by configuration 2019-01-18 08:35:34 +01:00
Sebastian Sdorra
66357ca196 display group membership on the profile page (/me) 2019-01-17 15:40:11 +01:00
Sebastian Sdorra
b2e1dcf0e9 archive artifacts if the build runs on the main branch 2019-01-16 14:40:34 +01:00
Sebastian Sdorra
0864a31a97 merge with branch feature/changes-for-script-plugin 2019-01-11 13:49:02 +01:00
Sebastian Sdorra
b239ebdc7c close branch feature/changes-for-script-plugin 2019-01-11 13:48:18 +01:00
Sebastian Sdorra
3d853d2eaf pass links to the main.route extension point 2019-01-11 13:10:15 +01:00
Maren Süwer
aec922c472 Merged in feature/success_banner_for_config (pull request #147)
feature/success_banner_for_config
2019-01-11 08:27:54 +00:00
Maren Süwer
209076c80e Close branch feature/success_banner_for_config 2019-01-11 08:27:54 +00:00
Maren Süwer
7fc8c1a905 disable button after submit-method is triggered and rename state 'valid' to 'changed' as it does not check validity 2019-01-11 08:31:00 +01:00
Maren Süwer
f96b16bda4 make success message more intuitive 2019-01-11 08:24:47 +01:00
René Pfeuffer
479eb0a7ac Merge with upstream 2019-01-10 12:10:32 +01:00
René Pfeuffer
0784030941 Fix double loading of plugins (PluginProcessor#appendPluginWrapper)
Additionally: Add logging.
2019-01-10 12:09:07 +01:00
Sebastian Sdorra
5a064f87fe Merged in feature/disable_dropdown (pull request #148)
Added disabled attribute to DropDown
2019-01-09 09:21:35 +00:00
Sebastian Sdorra
987126a7dd Close branch feature/disable_dropdown 2019-01-09 09:21:35 +00:00
Philipp Czora
51f3bc3f73 Added disabled attribute to DropDown 2019-01-09 09:34:15 +01:00
Sebastian Sdorra
b80f0572df added extension point for primary-navigation and main.route 2019-01-07 10:10:06 +01:00
Sebastian Sdorra
43355fbfca fix classloading, if the class was not found at the first plugin 2019-01-07 07:57:58 +01:00
Philipp Czora
a03d038309 Merged in feature/changes-for-cas-plugin (pull request #146)
Feature/changes for cas plugin
2019-01-04 10:45:58 +00:00
Philipp Czora
9dd8405d6b Close branch feature/changes-for-cas-plugin 2019-01-04 10:45:58 +00:00
Sebastian Sdorra
1957d368a4 Merged in feature/changeset_desc_ext_point (pull request #144)
Added extension point for changeset description
2019-01-04 07:37:55 +00:00
Sebastian Sdorra
59fbcc9271 Close branch feature/changeset_desc_ext_point 2019-01-04 07:37:55 +00:00
Philipp Czora
3497ffddae Fixed bug 2019-01-03 14:45:19 +01:00
Philipp Czora
8c5aab39b1 Merged branch feature/link_enricher 2019-01-03 13:35:15 +01:00
Sebastian Sdorra
5f80f5c4af extends LinkEnricher api to append link arrays to the response 2019-01-03 11:18:22 +01:00
Sebastian Sdorra
7821b68d9c implemented LinkEnricher registration via Enrich annotation 2019-01-03 10:52:37 +01:00
Sebastian Sdorra
471852d360 implement new link enricher api for various resource objects.
Repository, Tag, Branch, Changeset, FileObject, Group, User, Me and Index
2019-01-03 10:20:39 +01:00
Sebastian Sdorra
c69c8028c9 added new api to simplify the process of appending links to json responses 2019-01-03 09:46:48 +01:00
Florian Scholdei
e7fd49dce8 Merged in bugfix/correct_error_message_when_password_is_wrong (pull request #145)
Bugfix/correct error message when password is wrong
2019-01-02 14:59:54 +00:00
Florian Scholdei
c0e293b307 Close branch bugfix/correct_error_message_when_password_is_wrong 2019-01-02 14:59:54 +00:00
Florian Scholdei
b6520cc0f8 Merged in bugfix/repos_in_overview_clickable (pull request #141)
Bugfix/repos in overview clickable
2019-01-02 14:50:08 +00:00
Florian Scholdei
6fdb249afe Close branch bugfix/repos_in_overview_clickable 2019-01-02 14:50:08 +00:00
Florian Scholdei
3c8379bbf4 disabled button after successful change for global config 2019-01-02 14:37:25 +01:00
Florian Scholdei
fc4ed8036b disabled button after successful change 2019-01-02 14:24:57 +01:00
Florian Scholdei
f752fdbcc6 implemented success banner for config changes 2019-01-02 14:06:09 +01:00
Sebastian Sdorra
67052e7bf9 improved logout link extension point 2019-01-02 12:28:52 +01:00
Sebastian Sdorra
d9e196adae pass all index resource links to the primary navigation and added an extension point for logout 2019-01-02 11:53:51 +01:00
Maren Süwer
dce0a8996e refactoring 2019-01-02 11:33:31 +01:00
Maren Süwer
4244e00552 use correct translation 2019-01-02 11:32:43 +01:00
Maren Süwer
63585eed5d start bugfix 2019-01-02 11:31:05 +01:00
Philipp Czora
0e1a37e64f Added extension point for changeset description 2018-12-27 13:57:45 +01:00
Philipp Czora
d0e13fcb09 Revert: Added extension point for changeset description 2018-12-27 13:56:35 +01:00
Philipp Czora
1898a8ffe5 Added extension point for changeset description 2018-12-27 13:48:55 +01:00
René Pfeuffer
78878ffe88 Merged in bugfix/fetch_not_found (pull request #131)
Map JAX NotFoundException to 404
2018-12-21 13:09:44 +00:00
René Pfeuffer
8d7e59b850 Close branch bugfix/fetch_not_found 2018-12-21 13:09:44 +00:00
René Pfeuffer
58df98f8b8 Merge with 2.0.0-m3 2018-12-21 14:08:46 +01:00