Andrés Manelli
6ee75fbdba
Fix templates board not found
6 years ago
Lauri Ojansivu
34d8235551
Add the following new Sandstorm features and fixes:
...
- All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082 )
- Board favorites
- New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125 )
and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel.
- Linked Cards and Linked Boards.
- Some not needed options like Logout etc have been hidden from top bar right menu.
- [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430 ), because you can go to All Boards page to change to imported board.
and removes the following features:
- Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601 ).
Sandstorm Wekan does not have Welcome Board.
Thanks to xet7 !
Closes #2125 ,
closes #2082 ,
closes #1430 ,
closes #1601 ,
related #2205 ,
related #2070 ,
related #1695 ,
related #1192 .
6 years ago
Andrés Manelli
eb62c9ce6a
Fix lint errors
6 years ago
Andrés Manelli
1e72177991
Avoid links on a template-board
...
Allow creation of template boards with a linked card
Avoid changing the name of the template-container swimlanes
6 years ago
Andrés Manelli
64bf455b29
Save template swimlanes in profile. Fix swimlane view for templates board. Avoid deleting template containers
6 years ago
Andrés Manelli
0a53ee87b9
Add first draft of data model and user interface. No actions.
6 years ago
Karim Gillani
d689a7408b
Fix trailing spaces
6 years ago
Karim Gillani
c42f2a05d2
OIDC BoardView Fix
6 years ago
Benjamin Tissoires
ff467402c0
RESTAPI: Add some JSDoc
...
So we can have a decent REST API documentation generated.
6 years ago
Lauri Ojansivu
2a5a428bc0
- Fix Reference error.
...
Thanks to Akuket !
7 years ago
Lauri Ojansivu
f8ef8507b5
- Fix [Cannot login with new LDAP account when auto-registration disabled (request invitation code)]( https://github.com/wekan/wekan-ldap/issues/29 );
...
- Fix [Unable to create new account from LDAP](https://github.com/wekan/wekan-ldap/issues/32 ).
Thanks to Akuket !
Closes wekan/wekan-ldap#29 ,
closes wekan/wekan-ldap#32
7 years ago
guillaume
f23448be33
revert changes for patch authentication
7 years ago
Lauri Ojansivu
aa691b0af1
- Revert Improve authentication to [fix Login failure]( https://github.com/wekan/wekan/issues/2004 ).
...
Thanks to xet7 !
Closes #2004
7 years ago
guillaume
8c497efb46
patch authentication
7 years ago
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.
7 years ago
Lauri Ojansivu
e9f8e150e7
- [Improve notifications]( https://github.com/wekan/wekan/pull/1948 ).
...
Thanks to Akuket !
Closes #1304
7 years ago
guillaume
b925b8e74d
improve notifications
7 years ago
Lauri Ojansivu
3a7ae7c5f2
Fix lint errors.
7 years ago
guillaume
3b4f285fea
add ldap support | simplify authentications
7 years ago
Lauri Ojansivu
288800eafc
- Add LDAP. In progress.
...
Thanks to maximest-pierre, Akuket and xet.
Related #119
7 years ago
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
7 years ago
Lauri Ojansivu
734e4e5f3f
- Try to fix OAuth2: Change oidc username to preferred_username.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
eb8c1530a5
Fix lint errors.
7 years ago
Lauri Ojansivu
53a020a23a
- Remove OAuth2, until it is fixed.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
77efcf7137
- Add permission "No comments". It is like normal user, but does not show comments and activities.
...
Thanks to xet7 !
7 years ago
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
7 years ago
guillaume
6173a73381
enable/disable api with env var
7 years ago
guillaume
e2ae5d6b8e
remove invitation code
7 years ago
guillaume
df54f15ecb
patch re-invit
7 years ago
Nicu Tofan
226d25ca94
Introducing third board view: calendar.
...
A dependency to rzymek:fullcalendar has also been added.
7 years ago
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
7 years ago
zebby76
539c1ab87a
Define sort property on swimlanes and lists
7 years ago
Andrés Manelli
e5995477b8
Fix #1567
7 years ago
Allemand Sylvain
3e927b4e58
merge oidc and local account if exists
7 years ago
Allemand Sylvain
1c8a00943c
authentification oauth2
7 years ago
Ghassen Rjab
59ba2111e8
Fix lint warnings
7 years ago
Andrés Manelli
d77afe3e2e
Add trailing comma
7 years ago
Andrés Manelli
9df3e3d26b
Add default swimlane to welkome board
7 years ago
Thuan Pham Quoc
22e369804b
Allow admin to change user password in admin panel
8 years ago
Lauri Ojansivu
9353d785ea
Fix: Helper to list boards for user. Thanks to milesibastos ! Closes #1326
8 years ago
Thuan Pham Quoc
b4c3e02b75
Fix Missing trailing comma in users.js
8 years ago
Thuan Pham Quoc
fa1d8cd5ef
Added update all user profile from admin panel
8 years ago
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
8 years ago
soohwa
97a23011da
Add REST API better error output
8 years ago
soohwa
624719974e
fix lint error
8 years ago
soohwa
c290d63048
fix lint error
8 years ago
soohwa
b55756216e
fix lint errors
8 years ago
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
8 years ago
soohwa
ad607c1291
Remove trailing space
8 years ago
soohwa
b9be17360f
Add comment
8 years ago