| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
because there was no bug in filter fix.
Thanks to xet7 !
Closes #2213,
related #2209
|
|
|
|
|
|
| |
[mongodb data tampered](https://github.com/wekan/wekan-snap/issues/83).
Thanks to xet7 !
|
|\ |
|
| |\
| | |
| | |
| | | |
https://github.com/justinr1234/wekan into justinr1234-wekan-perf-improvements
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
Add element title modification
|
| | |
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Mix lists with same name to avoid duplicates
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Archive all cards in list when list is archived
Remove default board in link popup
Only list non-template boards in card link and search
|
| |
| |
| |
| |
| | |
Allow creation of template boards with a linked card
Avoid changing the name of the template-container swimlanes
|
| |
| |
| |
| |
| |
| | |
Insert the correct template type in templates board
Allow independant lists in templates board
Add some helpers
|
| |
| |
| |
| | |
Avoid deleting template containers
|
|/ |
|
|\
| |
| |
| | |
feature-improve-authentication
|
| |
| |
| |
| | |
Thanks to xet7 !
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
web](https://github.com/wekan/wekan/issues/2157).
- [Fix Error when logging in to Wekan REST API when using Sandstorm Wekan](https://github.com/wekan/wekan/issues/1279).
Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file.
`curl http://Bearer:APIKEY@api-12345.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json`
If later API key does not work, you need to remove it and make a new one.
Closes #2157,
closes #1279
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Hamburger menu only.
Note that I am definitively not responsible for the resulting Christmas
tree.
fixes #328
|
|\ \
| |/
|/| |
api: fix set_board_member_permission
|
| |
| |
| |
| |
| |
| |
| | |
If the data is passed as a boolean, through json, data.toLowerCase()
raises an error.
Also define query which we are returning in case of success.
|
| |
| |
| |
| |
| |
| |
| |
| | |
If we keep the `0` value, the card might be inserted in the middle of the
list, making it hard to find it later on.
Always append the card at the end of the list by setting a sort value
based on the number of cards in the list.
|
| |
| |
| |
| | |
This has the side effect of always inserting the element at the end.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When moving around the swimlanes or the lists, if one element has a sort
with a null value, the computation of the new sort value is aborted,
meaning that there are glitches in the UI.
This happens on the first swimlane created with the new board, or when
a swimlane or a list gets added through the API.
|
| |
| |
| |
| | |
fixes #1688
|
| | |
|
|/
|
|
|
|
|
|
|
| |
To unset the color through the IFTTT, we need a white entry.
However, we do not want to show the white enry in the hamburger
`Set Color` entry.
We can also give the `white` capability to the API, it won't hurt
and be more straightforward.
|
|
|
|
|
|
|
|
|
| |
This allows to retrieve the full export of the board from the API.
When the board is big, retrieving individual cards is heavy for both
the server and the number of requests.
Allowing the API to directly call on export and then treat the data
makes the whole process smoother.
|
|
|
|
|
|
| |
Currently only dropdown, no palette
Fixes: #428
|
|
|
|
| |
Currently the only way to set it is via the REST API
|
| |
|
|
|
|
| |
So we can have a decent REST API documentation generated.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit f61942e5cb672d3e0fd4df6c5ff9b3f15f7cb778.
Adding a member is actually already handled by
POST', '/api/boards/:boardId/members/:userId/add'
So this function is purely duplicated.
Not to mention that the '/add' one allows to set permissions
so this one in this commit is less interesting.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
before </body> end.
In progress, does not work yet.
Thanks to xet7 !
|