Lauri Ojansivu
5d6203f5f9
Merge pull request #2128 from bentiss/color-lists
...
Color lists
6 years ago
Lauri Ojansivu
082aabc735
Merge pull request #2127 from bentiss/fix-set-member
...
api: fix set_board_member_permission
6 years ago
Lauri Ojansivu
ba15526516
Merge pull request #2126 from bentiss/color-swimlanes
...
Color for swimlanes
6 years ago
Lauri Ojansivu
4a2576fbc2
Merge pull request #2121 from bentiss/color
...
Color picker in IFTTT
6 years ago
Benjamin Tissoires
97d95b4bcb
ui: lists: make sure all lists boxes are the same height
...
When `Show card count` is enabled, the lists with the card counts have
two lines of text while the lists without have only one.
This results in the box around the list headers are not of the same size
and this is visible when setting a color to the list.
6 years ago
Benjamin Tissoires
d0a9d8c581
colors: add per list color
...
Hamburger menu only.
Note that I am definitively not responsible for the resulting Christmas
tree.
fixes #328
6 years ago
Benjamin Tissoires
78c779faaf
client: lists headers: use padding instead of margin
...
No visual changes but allows to set a background color to the list header.
6 years ago
Benjamin Tissoires
8d81aca439
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.
6 years ago
Benjamin Tissoires
6c3dbc3c6f
api: new_card: add the card at the end of the list
...
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.
6 years ago
Benjamin Tissoires
b5411841cf
api: fix the sort field when inserting a swimlane or a list
...
This has the side effect of always inserting the element at the end.
6 years ago
Benjamin Tissoires
5c6a725712
Make sure Swimlanes and Lists have a populated sort field
...
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.
6 years ago
Benjamin Tissoires
03efeaeb1a
Add colors to swimlanes
...
fixes #1688
6 years ago
Benjamin Tissoires
c075187088
swimlane: insert the new swimlane after the one we clicked on
6 years ago
Benjamin Tissoires
416b17062e
Remove the 'Add Swimlane' entry and replace it by a plus sign
...
Still need to create the swimlane right after the one that has been
created
6 years ago
Benjamin Tissoires
dd88eb4cc1
swimlane-view: have the swimlane header horizontal
...
This allows to use the header as a separator between swimlanes.
This will be most useful when we can set the background color of these
headers.
6 years ago
Benjamin Tissoires
5fa0821e07
card colors: remove unused variables
6 years ago
Benjamin Tissoires
6e9bad5772
IFTTT: card colors: add an actual white entry
...
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.
6 years ago
Benjamin Tissoires
5769d438a0
rules: set card color: use the color picker
6 years ago
Benjamin Tissoires
8a48ff96ef
set card colors: properly set the title of the popups
6 years ago
Benjamin Tissoires
0782c97d4f
card colors: force overwrite of text color
...
This allows to show checks on the color with the correct color instead
of plain white.
6 years ago
Lauri Ojansivu
542cc75dc4
Update translations (tr).
6 years ago
Lauri Ojansivu
1b445ad789
v2.02
6 years ago
Lauri Ojansivu
9baed4256a
Update translations (he).
6 years ago
Lauri Ojansivu
2b4df7e8c7
Update changelog.
6 years ago
Lauri Ojansivu
6e28dec712
Merge pull request #2119 from bentiss/fix-color-translation
...
Fix: Translate and add colors to IFTTT Rules dropdown."
6 years ago
Benjamin Tissoires
ba9f0ca672
Fix: Translate and add colors to IFTTT Rules dropdown."
...
This fixes commit 44e4df2492
.
When the label has a name, not setting `translatedname` results in a
blank item in the IFTTT label trigger.
6 years ago
Lauri Ojansivu
7261ccdc90
Update translations.
6 years ago
Lauri Ojansivu
6fbadbe5bc
Merge pull request #2118 from bentiss/export
...
Allow to call export from the API
6 years ago
Benjamin Tissoires
26d7ba72aa
api: export board: allow authentication through generic authentication
...
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.
6 years ago
Lauri Ojansivu
44e4df2492
- Translate and add colors to IFTTT Rules dropdown.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
d8482b533a
Merge pull request #2117 from bentiss/color
...
Set the card color with the color picker
6 years ago
Benjamin Tissoires
2082480ddd
Set the card color with the color picker
...
When triggered from the hamburger
6 years ago
Lauri Ojansivu
e8c4e394fd
Update translations.
6 years ago
Lauri Ojansivu
0c5052ebae
Merge pull request #2116 from bentiss/color
...
Add per card color
6 years ago
Lauri Ojansivu
d3b2ae1975
Update translations.
6 years ago
Benjamin Tissoires
f4f0f489eb
add action: set card color
6 years ago
Benjamin Tissoires
3368ebf067
color: add option in hamburger to change the card color
...
Currently only dropdown, no palette
Fixes : #428
6 years ago
Benjamin Tissoires
b0ac10d94a
Add the ability to change the card background
...
Currently the only way to set it is via the REST API
6 years ago
Lauri Ojansivu
c87a8b86ae
- Added missing translation for 'days'
...
Thanks to Chartman123 !
Closes #2114
6 years ago
Lauri Ojansivu
d5d71d7097
Update upcase/lowercase.
6 years ago
Lauri Ojansivu
c960a8b909
- [OpenAPI and generating of REST API Docs]( https://github.com/wekan/wekan/pull/1965 ).
...
Thanks to bentiss.
6 years ago
Lauri Ojansivu
3257f78d24
Merge branch 'bentiss-openapi' into devel
6 years ago
Lauri Ojansivu
a9133bf933
Merge branch 'openapi' of https://github.com/bentiss/wekan into bentiss-openapi
6 years ago
Lauri Ojansivu
8e8147b5ac
- Fix License to 2019. https://github.com/wekan/wekan/pull/2112
...
Thanks to ajRiverav !
6 years ago
Lauri Ojansivu
711f4de3d7
Merge pull request #2112 from ajRiverav/devel
...
update license to year 2019
6 years ago
Lauri Ojansivu
68998e062e
Update translations.
6 years ago
AJ Rivera
f40d1f6bd5
update license to year 2019
6 years ago
Benjamin Tissoires
048c3cd14d
snap: also generate the html doc of the REST API
...
Same for snap: embed the documentation of the REST API
in the snap.
6 years ago
Benjamin Tissoires
08ca353205
openapi: generate the HTML documentation too and embed it in the image
...
Aligning with the requirement to run the container without
external resources: embed the documentation of the REST API
directly in the Docker image.
6 years ago
Benjamin Tissoires
c83cdc9335
Add openapi in snaps
...
Same thing than in the Dockerfile, snaps need
to embed the current openapi yaml file.
6 years ago