Lauri Ojansivu
aa691b0af1
- Revert Improve authentication to [fix Login failure]( https://github.com/wekan/wekan/issues/2004 ).
...
Thanks to xet7 !
Closes #2004
2018-11-17 16:50:42 +02:00
guillaume
8c497efb46
patch authentication
2018-11-06 11:28:35 +01:00
Benjamin Tissoires
9aa5584c9c
models: make the REST API more uniform
...
All of the other REST API are in the form 'modelId' but a few ones in
boards.js and users.js.
Change it for a more uniform API.
2018-10-23 18:02:15 +02:00
Lauri Ojansivu
b4402b72ac
Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edge
2018-10-11 22:47:11 +03:00
guillaume
b925b8e74d
improve notifications
2018-10-11 16:44:52 +02:00
Lauri Ojansivu
3a7ae7c5f2
Fix lint errors.
2018-10-09 21:16:47 +03:00
guillaume
3b4f285fea
add ldap support | simplify authentications
2018-10-09 14:14:39 +02:00
Lauri Ojansivu
288800eafc
- Add LDAP. In progress.
...
Thanks to maximest-pierre, Akuket and xet.
Related #119
2018-10-03 11:50:52 +03:00
Lauri Ojansivu
33caf1809a
- REST API: Add member with role to board. Remove member from board.
...
Docs: https://github.com/wekan/wekan/wiki/REST-API-Role
- OAuth2: Change Oidc preferred_username back to username.
Thanks to xet7 !
Related #1861
2018-10-02 00:21:43 +03:00
Lauri Ojansivu
734e4e5f3f
- Try to fix OAuth2: Change oidc username to preferred_username.
...
Thanks to xet7 !
2018-09-22 11:02:29 +03:00
Lauri Ojansivu
77efcf7137
- Add permission "No comments". It is like normal user, but does not show comments and activities.
...
Thanks to xet7 !
2018-09-04 20:09:36 +03:00
Lauri Ojansivu
39312a075e
- [OAuth2 Login on Standalone Wekan]( https://github.com/wekan/wekan/wiki/OAuth2 ). For example, Rocket.Chat can provide OAuth2 login to Wekan.
...
Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when
Rocket.Chat is providing OAuth2 login to Wekan.
Thanks to salleman33 and xet7 !
Closes #234
2018-08-25 00:49:02 +03:00
Lauri Ojansivu
96173ad431
Merge branch 'devel' of https://github.com/salleman33/wekan into salleman33-devel
2018-08-24 19:46:42 +03:00
guillaume
6173a73381
enable/disable api with env var
2018-07-24 18:09:30 +02:00
guillaume
e2ae5d6b8e
remove invitation code
2018-07-18 10:07:03 +02:00
guillaume
df54f15ecb
patch re-invit
2018-07-16 19:20:47 +02:00
Nicu Tofan
226d25ca94
Introducing third board view: calendar.
...
A dependency to rzymek:fullcalendar has also been added.
2018-06-26 19:55:23 +03:00
Lauri Ojansivu
c4b898633e
Try to fix: Users who register with an invitation code can't see lists/cards.
...
Please test.
Thanks to andresmanelli !
Related #1610
2018-05-01 20:00:50 +03:00
zebby76
539c1ab87a
Define sort property on swimlanes and lists
2018-05-01 07:55:41 +02:00
Andrés Manelli
e5995477b8
Fix #1567
2018-04-16 14:43:10 -03:00
Allemand Sylvain
3e927b4e58
merge oidc and local account if exists
2018-04-10 11:44:54 +02:00
Allemand Sylvain
1c8a00943c
authentification oauth2
2018-04-09 16:49:07 +02:00
Ghassen Rjab
59ba2111e8
Fix lint warnings
2018-02-27 02:57:58 +01:00
Andrés Manelli
d77afe3e2e
Add trailing comma
2018-02-02 23:09:42 -03:00
Andrés Manelli
9df3e3d26b
Add default swimlane to welkome board
2018-02-02 21:52:00 -03:00
Thuan Pham Quoc
22e369804b
Allow admin to change user password in admin panel
2017-12-01 15:55:53 +07:00
Lauri Ojansivu
c01335ee29
REST API better error output. Thanks to soohwa ! Related #1037
2017-11-19 10:44:37 +02:00
Lauri Ojansivu
9353d785ea
Fix: Helper to list boards for user. Thanks to milesibastos ! Closes #1326
2017-11-19 09:50:03 +02:00
Thuan Pham Quoc
b4c3e02b75
Fix Missing trailing comma in users.js
2017-11-16 14:14:03 +07:00
Thuan Pham Quoc
fa1d8cd5ef
Added update all user profile from admin panel
2017-11-08 11:34:37 +07:00
Thuan Pham Quoc
e3b7f85cc3
Updated users methods to get user id from client on updating user data, is aimed to support admin update other user profile
2017-11-08 11:34:05 +07:00
soohwa
97a23011da
Add REST API better error output
2017-10-15 07:39:48 +02:00
soohwa
624719974e
fix lint error
2017-10-13 09:15:52 +02:00
soohwa
c290d63048
fix lint error
2017-10-13 09:00:25 +02:00
soohwa
b55756216e
fix lint errors
2017-10-13 08:46:25 +02:00
soohwa
77d23df87f
Add the ability for the admin :
...
- disabling a login for a user (not himself)
- enabling a login for a user
- transfering the ownership of all user's boards to himself
2017-10-13 08:15:19 +02:00
soohwa
ad607c1291
Remove trailing space
2017-10-08 18:15:11 +09:00
soohwa
b9be17360f
Add comment
2017-10-07 08:33:28 +09:00
soohwa
8daa5b4848
Change fromAdmin into createdThroughApi
2017-10-06 23:08:22 +09:00
soohwa
273784b9e4
Clear "fromAdmin". Thx to nztqa.
2017-10-06 01:21:45 +09:00
soohwa
42ca385a36
Fix password not saved
2017-10-01 10:15:54 +09:00
soohwa
ee94735922
Lint error
2017-09-25 22:14:13 +09:00
soohwa
deef0855d5
Fix https://github.com/wekan/wekan/issues/1249
2017-09-25 21:03:18 +09:00
Lauri Ojansivu
fb79c8786a
v0.41
2017-09-25 13:16:07 +03:00
Lauri Ojansivu
f7a1c4896b
Fix lint errors.
2017-09-24 17:08:28 +03:00
none
57d6180a7a
Allow admin to create user despite disabling registration throught rest api.
2017-09-23 15:20:11 +09:00
nztqa
6a10257fd7
Add change email address
...
Set allow email change in admin panel
2017-08-07 17:40:50 +09:00
mayjs
25b26657da
Fixed eslint errors
2017-05-15 22:10:46 +02:00
mayjs
158f19b67c
let -> const
2017-05-15 18:45:24 +02:00
mayjs
fa928956c2
Added an endpoint to get the user referenced by the given token
2017-05-15 18:44:54 +02:00