Lauri Ojansivu
3fc80e1145
Better translation: Target URL to Link URL.
2020-09-18 19:20:16 +03:00
Lauri Ojansivu
a7c3317ed6
Custom Logo for Login and Top Left Corner. Optional link when clicking logo. Settings at Admin Panel / Layout.
...
Thanks to xet7 !
Fixes #1493 ,
fixes #2721 ,
fixes #2681 ,
fixes #1583 ,
fixes #1196 ,
fixes #336 ,
fixes wekan/wekan-snap#130
2020-09-18 18:45:48 +03:00
Guillaume
d19cc972e0
Add admin ability : Impersonate one user.
2020-09-16 18:11:19 +00:00
Lauri Ojansivu
f6bdb4d694
- Remove mouse scroll settings of already removed custom scrollbar.
...
- Add setting OAUTH2_ADFS_ENABLED=false
- Add testing for both string and boolean version of true
Thanks to xet7 !
Fixes #2949
2020-09-13 09:41:53 +03:00
Lauri Ojansivu
045b8a84a2
Hide CSV export until it's fixed in EdgeHTML compatible way.
...
Thanks to xet7 !
2020-07-23 17:16:02 +03:00
Lauri Ojansivu
1624fc82f7
Exports now work at #3173 at least for small boards. TODO: Fix EdgeHTML to work, before I can release this.
...
Thanks to xet7 !
2020-07-23 13:36:39 +03:00
Unknown
95522ebcd9
changed edit_card and get_card_by_customfields
...
There was a bug in edit_card API: If I call API to edit listid and some fields It modifies only the listid. In addiction I've modified get_card_by_customfield to return full documents.
2020-07-21 17:36:46 +02:00
Nico
19acd7861d
Change slug on card rename
2020-07-19 19:57:23 +02:00
Lauri Ojansivu
b9a4b0b51d
Add support for EdgeHTML browser (Microsoft Legacy Edge, not based on Chromium) by removing incompatible csv-stringify package.
...
CSV export will be fixed later.
Thanks to xet7 !
Closes #3125
2020-07-18 10:08:59 +03:00
Robert Lebedeu
0911511d0c
Checklist Item PUT API: boolean cast on isFinished
2020-07-17 16:24:27 +02:00
Lauri Ojansivu
ba24c4e40c
All logged in users are now allowed to reorder boards by dragging at All Boards page and Public Boards page.
...
Thanks to xet7 !
Fixes #3147
2020-07-10 18:56:26 +03:00
Allemand
c5e0832e00
Update users.js
...
issue #3099 : we have to delete the existing user, Account Service create it again
2020-07-10 10:06:39 +02:00
Lauri Ojansivu
afe00d02cd
Add back checks about can user export CSV/TSV.
...
Thanks to marc1006 and xet7 !
Related #3173
2020-06-18 02:13:19 +03:00
Lauri Ojansivu
5eb3784527
Revert users changes that were made at Wekan v4.16.
...
Thanks to xet7 !
2020-06-18 02:00:51 +03:00
Lauri Ojansivu
b00db983c8
Try to prevent errors on CSV/TSV export.
...
Thanks to xet7 !
Related #3173
2020-06-17 21:37:01 +03:00
Lauri Ojansivu
f245b6b7fa
Update users.js etc with global search replace, to try to fix selecting correct user.
...
Thanks to xet7 !
2020-06-17 20:21:44 +03:00
Lauri Ojansivu
ad87f9ff4e
Merge pull request #3180 from salleman33/patch-1
...
Update users.js
2020-06-17 20:11:20 +03:00
Allemand
768412ba7c
remove useless comments
2020-06-17 19:00:40 +02:00
Allemand
670b964e6b
update comments
2020-06-17 18:50:44 +02:00
Allemand
f6c377eb9f
update onCreateUser for oidc
...
correct bug : remove the wrong user !
2020-06-17 18:44:12 +02:00
Allemand
6d063a4f64
Update users.js
...
change method to find existing user
2020-06-17 18:07:22 +02:00
Benjamin Tissoires
207be3a363
cards: fix JSDoc
...
There was one missing comma, and the return type was then invalid
2020-06-17 05:40:38 +02:00
Lauri Ojansivu
3b2b108744
Fix: Unable to delete a custom field in a board.
...
Thanks to xet7 !
Fixes #2605
2020-06-16 19:55:56 +03:00
Nico
06b548f12e
edit_card start vote
...
better visibility what was voted
2020-06-11 19:52:44 +02:00
Marc Hartmayer
5755ece33e
Add user option to hide finished checklist items
...
Add a user option to hide finished items in a checklist.
2020-06-09 23:40:44 +02:00
Lauri Ojansivu
39a8524354
Merge pull request #3154 from marc1006/issue_2970
...
Copy the labels only if the target board is different
2020-06-08 21:34:56 +03:00
Lauri Ojansivu
96494bacf5
Fix indent part 2.
...
Thanks to xet7 !
2020-06-08 17:35:25 +03:00
Lauri Ojansivu
8c3322f9a9
Change default view to Swimlanes.
...
Thanks to xet7 !
2020-06-08 17:28:53 +03:00
Marc Hartmayer
df9851e2b7
Copy the labels only if the target board is different
...
This fixes the issues https://github.com/wekan/wekan/issues/2404 and
https://github.com/wekan/wekan/issues/2970 if the target board doesn't differ
from the source board.
2020-06-05 08:54:10 +02:00
GitGramm
1df3d56f7c
Added dates & assignees to REST API calls incl receivedAt
...
I have added the dates (received, start, due, end) and the assignees to the output of the REST API Calls.
2020-06-01 15:44:51 +02:00
GitGramm
d2a7a82870
Added dates & assignees to REST API calls #3145
...
I have added the dates (stat, due, end) and the assignees to the output of the REST API Calls
2020-06-01 14:23:43 +02:00
Marc Hartmayer
5fd167c182
REALLY, REALLY UGLY HACK
2020-05-29 23:42:19 +02:00
Marc Hartmayer
7cd57ee023
WIP
2020-05-29 22:29:42 +02:00
Marc Hartmayer
afcb8aa49b
Fix email verification in sendSMTPTestEmail
...
Fixes: 6e088af3
2020-05-29 13:35:29 +02:00
Giacomo Vespignani
c9a28db3ab
Added an API to get the cards for a specific custom field value
2020-05-27 11:16:35 +02:00
Bryan Mutai
8c149da9e9
Fix vote export to CSV/TSV & export currency custom field.
2020-05-27 01:23:31 +03:00
Haben Amare
8732e4b18f
use Intl.NumberFormat to format currency
2020-05-25 22:05:06 +00:00
Haben Amare
3cf6ed916f
add the 'currency' custom field type
2020-05-25 22:02:51 +00:00
Marc Hartmayer
3d33ea911a
Fix default value of sort
...
The default has to be a numeric value.
2020-05-25 23:26:07 +02:00
Marc Hartmayer
c4879de4b1
Fix Python API generation
2020-05-25 23:10:01 +02:00
Marc Hartmayer
5c02850bc1
Fix move selection
...
This fixes https://github.com/wekan/wekan/issues/3119 .
2020-05-25 22:48:57 +02:00
Lauri Ojansivu
8eafa1ac66
Fix Card export CSV, check for vote undefined.
...
Thanks to xet7 !
2020-05-25 22:59:52 +03:00
Lauri Ojansivu
858bb35612
v4.05
2020-05-25 21:46:08 +03:00
Lauri Ojansivu
f9018fc3a8
Sorry marc1006, I had to revert deepcode.ai arrow function fixes because
...
Python API docs generator does not work all when code has arrow functions.
Thanks to xet7 !
2020-05-25 21:33:38 +03:00
Lauri Ojansivu
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that:
...
- Export to CSV/TSV with custom fields works
- Attachments are not exported to disk
- It is possible to build arm64/s390x versions again.
Thanks to xet7 !
Related #3110
2020-05-25 17:54:51 +03:00
Lauri Ojansivu
ef189477dd
Merge branch 'import-export-custom-fields' of https://github.com/brymut/wekan into
...
brymut-import-export-custom-fields
2020-05-24 18:59:46 +03:00
Lauri Ojansivu
01346152b5
Merge pull request #3112 from marc1006/deepcode
...
Some fixes suggested by deepcode.ai
2020-05-24 18:56:36 +03:00
Bryan Mutai
51f52fee23
enable exporting and importing custom fields.
2020-05-24 17:48:49 +03:00
Marc Hartmayer
6e088af3d1
Fix email verification in sendSMTPTestEmail
...
Found by deepcode.ai.
2020-05-24 13:19:24 +02:00
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
2020-05-24 12:44:14 +02:00