Guillaume
d19cc972e0
Add admin ability : Impersonate one user.
2020-09-16 18:11:19 +00: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
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
5eb3784527
Revert users changes that were made at Wekan v4.16.
...
Thanks to xet7 !
2020-06-18 02:00:51 +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
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
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
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
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
Nico
ec03bbe260
API add boards to json where user is member of
2020-05-03 01:29:28 +02:00
Marc Hartmayer
153d729544
Fix getStartDayOfWeek function
...
In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned.
Let's fix this by differentiating between undefined and an actual value.
Fixes: 9ae20a3f51
2020-04-28 20:56:11 +02:00
Lauri Ojansivu
9ae20a3f51
Fix Cards and Users docs not generated because of syntax error and new Javascript syntax.
...
Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs,
it did not show any errors while generating docs, only left out parts of API docs.
Thanks to pvcon13 and xet7 !
2020-04-28 03:24:18 +03:00
Marc Hartmayer
405f176bbb
Fix getStartDayOfWeek function
...
In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned.
Let's fix this by differentiating between undefined and an actual value.
2020-04-23 10:40:53 +02:00
Marc Hartmayer
8e14459cff
Implement option to change the first day of week in user settings
...
Implements #2535 .
2020-04-22 19:16:05 +02:00
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
2020-04-19 13:49:07 +03:00
salleman
35ae07e2a6
debug isBoardAdmin on main page
2020-04-13 15:46:29 +02:00
Jonathan Baird
269382869e
fix error in notifications cleanup cron
2020-04-11 17:28:15 -06:00
Pedro Sousa
6ced47aa8c
When adding a user to a board that has subtasks, also add user to the subtask board
2020-04-09 19:10:50 +01:00
Lauri Ojansivu
5ebb47cb0e
Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2
...
to all Wekan platforms https://github.com/wekan/wekan/pull/2998
Thanks to xet7 !
2020-04-08 23:16:48 +03:00
Jonathan Baird
1e20e2601f
add a scheduled notification cleanup job
2020-04-08 11:54:00 -06:00
Jonathan Baird
9819c9f801
add a notification drawer like trello
2020-03-27 11:35:03 -06:00
Lauri Ojansivu
aac7c380c8
- Fix critical and moderate security vulnerabilities reported at 2020-02-26 with
...
responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff ),
Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining ),
that follow standard 90 days before public disclosure.
Thanks to xet7.
- Fix webhook error that prevented some card etc deleting from web UI of board.
Thanks to xet7.
- Add some more Font Awesome icons.
Thanks to xet7.
- Remove autofocus from many form input boxes so that they would not cause warnings.
Thanks to xet7.
2020-03-01 20:59:53 +02:00
Lauri Ojansivu
e0ca960a35
Create New User in Admin Panel. Works, but does not save fullname yet,
...
so currently it's needed to edit add fullname later.
Thanks to xet7 !
Related #802
2020-02-22 02:49:14 +02:00
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
This was originally added at Wekan v3.58,
reverted at Wekan v3.60 because of bugs,
and now after fixes added back.
Thanks to xet7 !
Closes #2788
2020-01-05 21:28:14 +02:00
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
2020-01-03 16:02:31 +02:00
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
2020-01-03 06:49:35 +02:00
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
2019-11-19 14:09:36 +02:00
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
New feature, not set visible yet, because switching to it does not
work properly yet: Collapsible Swimlanes #2804
Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and
reload webbrowser page, it can change view. Closes #2311
Fix: List sorting commented out. Closes #2800
Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile,
FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using
cookies instead of database.
More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955
Note: Cookie changes are not always immediate, if there is no effect,
you may need to reload webbrowser page.
Closes #2643 .
Thanks to xet7 !
2019-11-18 22:23:49 +02:00
Lauri Ojansivu
ab2a721a14
Revert list sorting change of Wekan v3.51 because it reversed
...
alphabetical sorting of lists.
Thanks to Dalisay and xet7 !
2019-11-14 21:31:38 +02:00
Lauri Ojansivu
bbc3ab3f99
Change sorting to work on desktop drag handle page instead,
...
where it seems to work better.
Thanks to xet7 !
2019-11-14 00:55:11 +02:00
Sam X. Chen
bc2a20f04e
Add Feature: allow user to sort Lists in Board by his own preference, boardadmin can star list
2019-10-18 16:44:09 -04:00
Lauri Ojansivu
814e264521
Merge pull request #2720 from whowillcare/master
...
if username contains space, @ functions will fail at certain point
2019-09-25 20:51:51 +03:00
Sam X. Chen
a37723f8a4
Fixing method in users.js didn't have check userId
2019-09-21 15:32:21 -04:00
Lauri Ojansivu
03d7fc02ec
Drag handles. In Progress.
2019-09-17 01:39:10 +03:00
Justin Reynolds
3b9f2ca7c2
Fixes #2596 incorrect date types for created & updated
2019-09-05 12:29:45 -05:00
Lauri Ojansivu
b2deab544b
Fix login did not work.
...
Thanks to xet7 !
2019-08-20 21:14:16 +03:00
Lauri Ojansivu
f96c1eda70
v3.22
2019-08-20 19:25:37 +03:00
Lauri Ojansivu
6e12e2fa59
[Fix: Some users cannot switch views or languages]( https://github.com/wekan/wekan/issues/2630 ).
...
Thanks to xet7 and justinr1234.
2019-08-20 19:16:44 +03:00
Lauri Ojansivu
315b5bad46
Fix formatting.
2019-08-15 13:29:37 +03:00
Lauri Ojansivu
5c696e5a3c
On board, BoardAdmin and normal user can now invite new user directly
...
with email address, without using Admin Panel or registering at /sign-up.
Closes #2060
Revert permission change.
Related 9f6d615ee5 (commitcomment-34636513)
Opens #2590
Thanks to xet7 !
2019-08-15 13:16:34 +03:00
Lauri Ojansivu
9f6d615ee5
Fix bug on editing users informations, switching to other view, staring a board.
...
Thanks to road42 !
Closes #2590
2019-08-09 01:42:23 +03:00
Lauri Ojansivu
f7e0b837d3
Hide minicard label text: per user checkbox setting at sidebar.
...
Thanks to xet7 !
Closes #1466 ,
closes #2561
2019-08-07 18:11:34 +03:00
Justin Reynolds
7a60eef375
Fix checking if API is enabled
2019-08-06 21:14:33 -05:00
Lauri Ojansivu
31e801cc39
- [LDAP: Check if email attribute is an array, that has many email addresses]( https://github.com/wekan/wekan/pull/2519 ).
...
Thanks to tdemaret and xet7 !
2019-06-29 10:02:23 -04:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00