Commit Graph

2899 Commits

Author SHA1 Message Date
Eskiso 4d1205a0fe
Don't force role of user if no ldap groups defined
We should not force role of user on LDAP logins if there are not Manager/Admin groups defined, return null to get the one from database as before.
2020-12-02 22:44:39 -08:00
Balázs Úr 2e144c5d01 Update Hungarian translation 2020-11-14 15:51:38 -08:00
Timo 37ab8bfb49
Keep the tags when converting a subtask to task 2020-11-03 17:42:55 -08:00
Eskiso 08791d1799
Updated pt_PT translations 2020-10-30 18:18:56 -07:00
cl0ne 7abb6d6b42 Update uk_UA (Ukrainian) translation 2020-10-27 16:46:17 -07:00
Ole Carlsen a7cd078256
Update da_DK translations 2020-10-27 13:22:13 -07:00
Dracer5 d3634e83fe
Add missing translation for ru_RU and fix typo 2020-10-26 18:32:46 -07:00
Tomas Dittmann e470f807b4
Check if the user is assigned to any role in the project 2020-10-25 17:57:10 -07:00
Igor ae072d5fcf
Fix tasks.swimlane_id foreign key for sqlite 2020-10-25 17:40:39 -07:00
aqmal.io dd8088bd19 Update id_ID Translations 2020-10-21 18:44:52 -07:00
Lakhwinder Singh 2494ff2e3c remove un-used namespaces 2020-10-21 18:44:11 -07:00
Uros-V 60bf740316
Add mk_MK (Macedonian) translation 2020-10-21 18:41:29 -07:00
trendspotter c238a3f108 Update cs_CZ translations 2020-10-16 11:43:29 -07:00
Timo fda6daae4b
Update de_DE translations 2020-10-15 21:46:08 -07:00
Uros-V 5beeffed0d
Update Serbian translation 2020-10-12 20:54:43 -07:00
Kiyohito AOKI 1d798c9d35
Update ja_JP translation 2020-10-09 13:20:57 -07:00
Yannick A 7162d18671 Update fr_FR translation 2020-10-07 18:16:56 -07:00
Michael 613bdd8157
Correct table collapsed column titles 2020-10-05 21:33:19 -07:00
Michael af9aec88a5
Add hidden accessible titles 2020-10-05 21:29:48 -07:00
Patrick Yates 8322876d8e
Add link to toggle column scrolling in board view 2020-10-04 13:57:34 -07:00
Frédéric Guillot ee842bf509 Add missing environment variables in php-fpm config
Fixes #4607
2020-10-04 12:48:31 -07:00
JayBeeDe e3e9cabd8b
Added setting that makes possible any new LDAP user to be Manager by default 2020-10-04 12:11:07 -07:00
Michael Vickers 0cfc6162c5 Add aria-label to modal link with title attribute 2020-10-04 10:45:38 -07:00
Michael Vickers b24d05df76 Add aria-label to user mention 2020-10-04 10:43:18 -07:00
Michael Vickers 41ce02a620 Hide user name from screen readers
The user name will be available to screen readers from the adjacent 
avatar's aria-label
2020-10-04 10:42:01 -07:00
Michael Vickers 33531d47c2 Add aria-label to letter avatars 2020-10-04 10:42:01 -07:00
Michael Vickers 6231c159b8 Add aria-label to project select role without label 2020-10-04 10:35:02 -07:00
Michael Vickers 87c123bba4 Add aria-label to dropdown autocomplete without label 2020-10-04 10:33:16 -07:00
Michael b8e6157738
Add ARIA label to form text editor without label 2020-10-04 10:31:49 -07:00
Michael Vickers eafd82f564 Add aria-label to icons with title attributes 2020-10-02 18:06:12 -07:00
Michael Vickers de56529291 Add missing return to renderTitleField 2020-10-02 17:55:46 -07:00
Michael Vickers c3aec26877 Add hidden accessible form input labels 2020-10-02 17:55:46 -07:00
Michael Vickers 8308189333 Add aria-label to form inputs without labels 2020-10-02 17:49:45 -07:00
Michael Vickers ce69343001 Add aria-label alongside title attributes 2020-10-02 17:44:18 -07:00
Kloppi313 78a42bbbe5 Added missing translation
'Assign the task to a specific user when the task is moved to a specific swimlane' => 'Aufgabe einem bestimmten Nutzer zuordnen, wenn die Aufgabe in eine bestimmte Swimlane verschoben wird',
2020-09-23 20:58:05 -07:00
mildis 50fdb54618 Prevent the original page from being modified by the opened link 2020-09-14 19:28:12 -07:00
mildis 33c3b32cda
Allow email to be retrieve by SSO ReverseProxy
If REMOTE_EMAIL header is set, use it as user email.
If REVERSE_PROXY_DEFAULT_DOMAIN is set but not REMOTE_EMAIL, use the current construct.
2020-08-28 22:59:59 -07:00
OopsMonk 4dd586cdce Fixed grammatical error and typo in zh_TW. 2020-08-28 22:07:38 -07:00
Eskiso f364fae517
Update pt_PT translations 2020-08-14 18:24:49 -07:00
Vladimir Zhirov c1dcd6a6f4 Fixed typo in ru_RU translation 2020-08-05 17:59:11 -07:00
Ole Carlsen eab66efcb3
Update da_DK translation 2020-08-03 21:27:13 -07:00
Malcolm Scott cea4e35b1f Fix grammatically incorrect error message 2020-07-23 20:41:50 -07:00
sxntxn 26618f525b
Add option to configure SMTP HELO hostname 2020-07-07 20:39:23 -07:00
Matthias Straka 6c4665b3ca
Add new config parameter SESSION_HANDLER 2020-07-06 21:30:27 -07:00
Henrik 64a5e7ef56
Added standard notification footer to comment_mail template 2020-06-21 10:36:43 -07:00
Kiyohito AOKI 00ad61caf4
Update ja_JP translation 2020-06-21 10:23:32 -07:00
Frédéric Guillot 09bd55f180 Sync translations and cleanup Makefile 2020-06-19 10:24:32 -07:00
wilypomegranate 8777fc7561
Added PUT method using CURLOPT_CUSTOMREQUEST 2020-06-14 11:45:42 -07:00
Sukaos 3811d70b76
Added missing closing HTML tag in template 2020-06-07 14:26:04 -07:00
mildis 9e1e4ea381
Allow use of the user's DN as the group filter substitution 2020-05-21 20:57:30 -07:00