Johannes Zellner
79e61f6d64
Fix regression which hides the password change form
...
This came in via https://github.com/wekan/wekan/pull/5032/files as I
wasn't aware the class name was reused. Unfortunately I couldn't find
how to create an explicit new class name for only the password change
form, so we show the form in code now.
Fixes #5144
2023-09-28 13:00:04 +02:00
Martin Filser
7ada41e741
FontAwesome 6.4.2, fixing font-size at fa-comment-o icon on minicard
2023-09-16 13:12:47 +02:00
Martin Filser
ea39cfbf5a
FontAwesome 6.4.2, adding back the previous icons because now all icons are included into Wekan
2023-09-16 13:12:47 +02:00
Lauri Ojansivu
47478ee2b4
Merge pull request #5133 from helioguardabaxo/fontawesome
...
Fix missing fontawesome icons
2023-09-16 02:51:22 +03:00
helioguardabaxo
3b49f10897
Fix missing fontawesome icons.
2023-09-15 20:48:21 -03:00
Lauri Ojansivu
05c6e101ff
Fix mini width of add list also to moderndark theme.
...
Thanks to xet7 !
2023-09-15 00:33:40 +03:00
Lauri Ojansivu
ab944e51c7
Fix minicard description text color to black, so that it is visible at light grey background.
...
Thanks to xet7 !
2023-09-14 23:18:16 +03:00
Lauri Ojansivu
22d98fec38
Fix allow normal user to view subtasks.
...
Thanks to xet7 !
2023-09-14 22:58:44 +03:00
Lauri Ojansivu
73a25775e1
Fix Swimlane Default title from "key default returned an object instead of string" to translated title of "Default".
...
Thanks to titho85, hpvb and xet7 !
Fixes #4763 ,
fixes #4742
2023-09-14 21:10:18 +03:00
helioguardabaxo
ffdeed099e
Update Font Awesome version to 6.4.2
2023-09-08 20:23:58 -03:00
Lauri Ojansivu
7f9aa75093
Removed limit when setting Swimlane max height.
...
Thanks to Meeques, mark-i-m and xet7 !
Fixes #4904
2023-09-01 13:07:25 +03:00
DimDz
0be4eff3f4
Update boardBody.js
...
Fix for create card.
2023-08-25 12:42:28 +03:00
Lauri Ojansivu
47468a4750
Add back some parts of Show checklist at minicard feature.
...
Thanks to xet7 !
2023-08-25 00:12:08 +03:00
Lauri Ojansivu
75d524f615
Hide incomplete feature Show checklist at minicard.
2023-08-24 23:00:52 +03:00
Lauri Ojansivu
86814a0fd8
At opened card, toggle to show checklist at minicard. Part 4.
...
Thanks to xet7 !
2023-08-22 05:10:02 +03:00
Lauri Ojansivu
80312d3052
At opened card, toggle to show checklist at minicard. Part 3.
...
Thanks to xet7 !
2023-08-22 01:30:58 +03:00
Lauri Ojansivu
2c99d1cecb
At opened card, toggle to show checklist at minicard. Part 2.
...
Thanks to xet7 !
2023-08-21 23:57:03 +03:00
Lauri Ojansivu
2a190fdc19
At opened card, toggle to show checklist at minicard. Part 1.
...
Thanks to xet7 !
2023-08-21 22:34:59 +03:00
Vid Smole
cb2a683f0a
Reformat file
2023-08-21 18:22:14 +02:00
Vid Smole
db0c91fee5
Fix image sizing when image is very tall
2023-08-21 18:18:41 +02:00
Martin Filser
16a2cc6ba9
Attachments, big images are now fully displayed
2023-08-20 23:30:28 +02:00
Vid Smole
6ffde36d84
Fix navigation between attachments
2023-08-17 21:21:56 +02:00
Vid Smole
17aa702860
Fix attachment viewer in safari
2023-08-17 21:21:31 +02:00
Yevhenii Pertiaka
b1525d4221
Added new function to add cumstom translation strings on Admin panel
2023-08-17 21:54:14 +09:00
Lauri Ojansivu
48dcd11af0
Add some filename, if there is no filename after sanitize.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/5083
2023-08-16 22:32:40 +03:00
Lauri Ojansivu
28e97808f5
Add warning to beginning of sanitized filename.
...
Thanks to xet7!
Related https://github.com/wekan/wekan/pull/5083
2023-08-16 21:28:03 +03:00
Vid Smole
fa58d0ec3b
Rename files with possible XSS
...
Previously upload of such files would fail silently.
Now they are renamed to a sanitized version and a warning is printed in the console.
2023-08-16 18:51:40 +02:00
Vid Smole
30073ce1d6
Add attachment swiping
2023-08-14 15:38:13 +02:00
Martin Filser
b2b8a99899
label drag/drop (reorder labels) works now again
2023-08-09 20:11:16 +02:00
Christian
037bba83d6
Alphabetic ordered member lists on assigne and member lists
2023-08-08 23:24:35 +00:00
Christian
18c49695b1
Optimize member list popups
2023-08-08 08:31:23 +00:00
Christian
c8a743bb8e
Fixing positioning of opened cards
2023-08-08 00:05:19 +00:00
Lauri Ojansivu
6b1403984f
Fixed Normal (non-admin) board users cannot adjust swimlane height.
...
Thanks to mgdbbrt and xet7 !
Fixes #5063
2023-08-07 17:41:33 +03:00
Lauri Ojansivu
ab40737211
Show option b) -1 for disabling swimlane height at swimlane height popup.
...
Thanks to xet7 !
2023-08-07 17:12:49 +03:00
mark
7536c7b532
allow -1 as 'auto'
2023-08-03 22:03:30 -05:00
mark
406766a82b
make default swimlane auto-height
2023-08-03 22:03:30 -05:00
Lauri Ojansivu
8f8c045930
Merge pull request #5058 from VidVidex/master
...
Do not open preview for attachments that cannot be previewed
2023-08-03 20:12:05 +03:00
Vid Smole
21ffff3977
Do not open preview for attachments that cannot be previewed
2023-08-03 18:57:12 +02:00
Johannes Zellner
d93a58d892
Do not show OAuth2 in auth method dropdown as it has its own button
2023-08-03 17:17:08 +02:00
Johannes Zellner
99d9291a28
Never show the login form OR separator
...
So many states for with password enabled/disabled treated async
separately. Might be easier to bring back once password login is treated
like saml/ldap/... while still using the very same form elements
regardless
2023-08-03 17:00:34 +02:00
Johannes Zellner
bda166ba50
Ensure we subscribe to currentSettings in login view
2023-08-03 16:53:23 +02:00
Johannes Zellner
f190a102f9
formAuthenticationMethods is an array
...
part of #5051
2023-08-03 16:41:27 +02:00
Johannes Zellner
b107fb0017
Move authentication UI handling in correct place
...
The connectionMethod component only deals with the authentication method
select input.
Fixes #5048
2023-08-02 18:36:15 +02:00
Lauri Ojansivu
7b607b2aaf
Fixed v7.01.0 fresh install in listview first column small.
...
Thanks to intellekta and xet7 !
Fixes #5034
2023-08-01 16:42:58 +03:00
Lauri Ojansivu
62c2d59f46
Drag board made translateable.
...
Thanks to xet7 !
2023-08-01 16:25:41 +03:00
Johannes Zellner
1271409989
Avoid further UI flickering on load and show/hide OR in login screen if more than one is active
...
Fixes #5028
2023-08-01 12:58:38 +02:00
Johannes Zellner
d17d12e719
The oidc button text is actually set in the DOM tree change later in the file
2023-08-01 12:58:38 +02:00
Johannes Zellner
a5f918c670
Remove unneccary and dead code to handle case where custom logo is not set
2023-08-01 12:58:38 +02:00
Johannes Zellner
ab19bbce8e
Only selectively show login elements once settings is loaded
...
Fixes #5029
2023-07-30 13:43:03 +02:00
Lauri Ojansivu
7baf7d2256
Don't translate width and height minimum value.
...
Thanks to xet7 !
2023-07-30 01:55:40 +03:00