Lauri Ojansivu
1fadf204c2
Added MAIL_SERVICE settings. Part 2.
...
Thanks to xet7 !
Fixes #3702
2021-08-21 17:54:05 +03:00
Lauri Ojansivu
ab8e56e16a
Added MAIL_SERVICE settings for Well Known Email Services https://github.com/wekan/wekan/wiki/Troubleshooting-Mail . Please test.
...
Thanks to xet7 !
Fixes #3702
2021-08-21 16:32:07 +03:00
Lauri Ojansivu
2a611a8935
Merge pull request #3895 from Emile840/master
...
Add or remove an organization and team from a board
2021-07-05 13:38:13 +03:00
Emile NDAGIJIMANA
b236d95636
Add or remove organizations and teams from boards
2021-07-05 11:27:38 +02:00
Lauri Ojansivu
3b4a44abb1
Shared Templates: In Progress. Hide this feature while it's not finished yet.
...
Thanks to xet7 !
2021-06-29 14:03:47 +03:00
Lauri Ojansivu
9e16a405d8
Delete user at REST API and Admin Panel/People/People. There is still bug of
...
leaving empty user avatars to boards: boards members, card members and assignees have
empty users. So it would be better to delete user from all boards before deleting user.
Thanks to darren-teo and xet7 !
Fixes #2716
2021-06-24 22:29:03 +03:00
Lauri Ojansivu
d1d4453120
Shared Templates. In Progress.
...
Part 2:
- Ablity to Add Template Container, checkbox in Create Board popup.
- Do not create Template Container by default, when creating user.
Thanks to xet7 !
Related #3313
2021-06-16 19:06:10 +03:00
Emile NDAGIJIMANA
5162317298
-warning messages when user try to delete an organization / remove user from organization or team
2021-06-14 16:43:07 +02:00
Emile NDAGIJIMANA
90139b978c
merge of two branchs
2021-06-14 15:38:15 +02:00
Emile NDAGIJIMANA
080fcb9c62
-conflits resolve
2021-06-14 15:11:21 +02:00
Lauri Ojansivu
8c57250243
Maximize Card. In Progress.
...
Thanks to xet7 !
Related #1574
2021-06-12 12:48:12 +03:00
Lauri Ojansivu
762391965e
Try to fix BUG: Database error attempting to change a account.
...
Thanks to bbyszio and xet7 !
Fixes #3855
2021-06-11 14:28:25 +03:00
Emile NDAGIJIMANA
8607a18a26
Addressed one of the point cited in issue #802 'Assigning a user to a team or an organization'
2021-06-10 17:20:07 +02:00
Emile NDAGIJIMANA
c5df78fd8b
Addressed one of the point cited in issue #802 'Assigning a user to a team or an organization'
2021-06-10 16:38:28 +02:00
Lauri Ojansivu
3908cd5413
Fix: Impersonate user can now export Excel/CSV/TSV/JSON.
...
Impersonate user and export Excel/CSV/TSV/JSON is now logged into
database table impersonatedUsers.
Thanks to xet7 !
Fixes #3827 ,
fixes #3284
2021-05-29 00:19:12 +03:00
Lauri Ojansivu
a249ffc805
Admin Panel/Settings/Accounts: Hide system messages of all users.
...
Thanks to bbyszio, r4nc0r and xet7 !
Related #3345
2021-03-26 10:05:28 +02:00
Lauri Ojansivu
3a2deb0039
Admin Panel/People/People/New User: Added Initials.
...
Thanks to xet7 !
2021-02-24 18:31:44 +02:00
magicbelette
fd20a9218f
Add the ability to call get_user operation with username
2021-02-05 19:58:24 +01:00
Lauri Ojansivu
3774060d32
Createtoken API: Added better description and deleted extra file.
...
Thanks to magicbelette and xet7 !
Fixes #2887
2021-02-02 20:51:41 +02:00
magicbelette
a7b43d5b57
Add createtoken API
2021-02-02 17:06:06 +01:00
John R. Supplee
0446999c63
Add new importUsernames field for import user mapping
2021-01-30 02:35:29 +02:00
sato-64bit
6289acd109
changed method to create initials same as others
2021-01-27 01:43:01 +00:00
John R. Supplee
ff626fb559
Add a new SessionData collection and limit user fields
...
* Add new SessionData collection to store user session data available to
server and client
* Limit the Users fields sent to the client by `myCards`, `dueCards`,
`brokenCards`, and `globalSearch` using new `Users.safeFields`
* clean-up
2021-01-16 19:26:06 +02:00
John R. Supplee
3214800741
Global search display total hits
...
* modify User model to store some session data for searches
* Display total hits in search results
2021-01-14 16:54:44 +02:00
Lauri Ojansivu
d03e2170dd
Allow to edit email verified and initials at Admin Panel/People/People.
...
Thanks to xet7 !
Fixes #1426
2020-12-29 15:33:14 +02:00
Lauri Ojansivu
61ae62a83a
Board: When removing member from board, remove also from assignees.
...
Admin Panel/People: 1) Allow edit user that does not have email address.
2) When creating new user, require username and email address, and save also fullname.
3) Some in progress code for deleting user, that does not work correctly yet, so deleting user is not enabled yet.
Thanks to airtraxx and xet7.
Related #3396
2020-12-18 05:46:04 +02:00
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