Maxime Quandalle
c615d1d273
Remove the import trello card feature
...
See the following discussion for rationale:
https://github.com/wekan/wekan/issues/113#issuecomment-163039089
2015-12-22 22:08:01 +01:00
Maxime Quandalle
e124ad8ed9
Fix invitation email subject
2015-12-21 23:46:51 +01:00
Maxime Quandalle
a762f6dc9d
Support card and and drop on mobile web
...
Fixes #449
2015-12-21 23:01:14 +01:00
Maxime Quandalle
17a2118b38
Don't display sing-in link to connected users
2015-12-21 19:20:27 +01:00
Maxime Quandalle
9b9d21030b
Don't publish private boards meta-data to former members
...
Fixes #302
2015-12-21 18:05:40 +01:00
Maxime Quandalle
8a47cfa4ba
Unassign members before removing them from a board
...
Closes #399
2015-12-21 17:54:21 +01:00
Maxime Quandalle
2cb6195591
Release v0.10.0-rc4
2015-12-19 18:28:04 +01:00
Maxime Quandalle
7c4640bb63
Improve some activitiy messages
...
Fixes #433
2015-12-19 17:51:56 +01:00
Maxime Quandalle
f30c776f20
Fix home header bar
...
The issue was introduced in 3b2eb0f
but was only partially fixed (in
urgency) in 71b9a42
. We sould have test to avoid these trivial
regressions! (I guess React will also yelp in this particular case by
removing the need to link the template and the "component", and thus
removing the possibility to break this link)
Fixes #434
2015-12-19 17:39:38 +01:00
Maxime Quandalle
299c429042
Merge pull request #435 from xavierpriour/devel
...
Export a board to JSON
Fixes #396
2015-12-18 00:35:32 +01:00
Xavier Priour
115ea533f6
Export: improved API routes
...
- use an explicit "boards" domain: /api/boards/:boardId
- pass authToken as a request parameter: /api/boards/:boardId?authToken=:token
- in the future, same route can be used with authToken set in the Authenticate: header easily
2015-12-17 23:57:28 +01:00
Maxime Quandalle
dbb6921faa
Merge pull request #444 from floatinghotpot/patch-9
...
fix board header issue
2015-12-17 14:59:03 +01:00
floatinghotpot
d2ac3dc63d
fix board headeer issue
2015-12-17 20:38:33 +08:00
Xavier Priour
a45a899137
Improved doc on server-side export route
2015-12-17 13:11:33 +01:00
Xavier Priour
43b1c4b576
Merge remote-tracking branch 'upstream/devel' into devel
2015-12-17 11:59:26 +01:00
Xavier Priour
4cea6fca90
Export: include attachments
2015-12-17 11:58:55 +01:00
Xavier Priour
3a52d7d7af
Export: add _format field
2015-12-17 10:22:48 +01:00
Maxime Quandalle
ce88495d47
Complete the release notes for 0.10
2015-12-17 07:42:09 +01:00
Maxime Quandalle
d6f1e61130
Merge pull request #442 from floatinghotpot/mobile-web
...
This PR improves the UI on devices or windows with small screens.
Fixes #75
Fixes #437
2015-12-17 07:29:46 +01:00
Liming Xie
354eff9f7b
add: support compact mode for mobile web, auto adapt to small screen/window
2015-12-17 14:23:35 +08:00
Xavier Priour
d08e1cc45b
Export Wekan now server-based with proper auth
2015-12-16 21:58:43 +01:00
Maxime Quandalle
15245a9055
Merge pull request #439 from Zyko0/devel
...
One click deploy to Scalingo
2015-12-16 20:02:28 +01:00
Xavier Priour
efe7c21d57
Export wekan: do not export board.stars
2015-12-16 16:30:48 +01:00
Xavier Priour
0608b90d3b
Merge remote-tracking branch 'upstream/devel' into devel
2015-12-16 16:23:58 +01:00
Maxime Quandalle
677e9937e0
Replace reywood:publish-composite by cottz:publish-relations
...
Since bug #431 is due to publish-composite I tried to fix this package
and propose a pull request but the code was difficult to refactor. I
decided to use @cottz package instead which handled DDP messages in
the correct order.
Fixes #431
2015-12-14 20:23:43 +01:00
bertrand jung
06eff61f99
Add Scalingo one-click deploy
2015-12-14 15:20:16 +01:00
Xavier Priour
f5eba16a50
fix eslint
2015-12-13 21:38:22 +01:00
Xavier Priour
e304185c23
Merge remote-tracking branch 'upstream/devel' into devel
2015-12-13 20:02:51 +01:00
Xavier Priour
18697d45f6
board export now checks authentication
2015-12-13 20:02:34 +01:00
Xavier Priour
7cfc72da99
export works but no authentication
2015-12-11 19:20:19 +01:00
Maxime Quandalle
0954cff5b4
Release v0.10.0-rc3
2015-12-10 00:47:01 -05:00
Maxime Quandalle
2733c1d3a0
Add a button to move selected cards
...
This is an alternative to drag and drop to move a set of selected
cards. This feature was available at the list level until I deleted it
in 5bdf91b
, so it makes sense to add it back at the multi-selection
level.
2015-12-10 00:34:44 -05:00
Maxime Quandalle
0954ef3e44
Dynamically resize the new card form if the title is too long
2015-12-09 23:20:53 -05:00
Maxime Quandalle
480ef63273
Fix a regression introduced in 71b9a42f
...
The buttons in the board header were not click-able anymore.
2015-12-09 23:20:44 -05:00
Maxime Quandalle
f9f4747a6a
Release v0.10-RC2
2015-12-09 19:22:31 -05:00
Maxime Quandalle
8d2c4795a8
Pull translations from Transifex in prepartion of v0.10-RC2
2015-12-09 19:21:56 -05:00
Maxime Quandalle
71b9a42f00
Allow the header bar customization
...
This commit also provide a way to escape the Shorcuts page on
Sandstorm.
2015-12-09 19:10:26 -05:00
Maxime Quandalle
3b2eb0ffa1
Fix board archive instructions
...
Fixes #277 .
2015-12-09 19:08:17 -05:00
Maxime Quandalle
5bdf91bd05
Remove the move and archive all cards of a list feature
...
This operation should now be handled using the multi-selection
feature, ie “select all cards” and then move them or click the
“archive selection” button. This new process add an extra click which
I consider reasonable enough for a relatively rare operation -- plus I
want to encourage mutli-selection usage.
Closes #390 .
2015-12-09 18:45:55 -05:00
Maxime Quandalle
f9a60616df
Merge pull request #426 from floatinghotpot/patch-8
...
bugfix: only care active members, also optimize some code
2015-12-08 19:51:34 -05:00
Xavier Priour
f20b5d04f5
export board to Wekan JSON
2015-12-09 00:35:45 +01:00
floatinghotpot
672c21bfe0
bugfix: only care active members, also optimize some code
2015-12-08 16:03:31 +08:00
Maxime Quandalle
b719968df5
Release v0.10.0-rc1
2015-12-07 19:26:32 -05:00
Maxime Quandalle
00ee9a8015
Merge branch 'master' into devel
2015-12-07 19:26:19 -05:00
Maxime Quandalle
cdcada16a6
Update dependencies
...
3stack:presence upgraded from 1.0.4 to 1.0.5
arillo:flow-router-helpers upgraded from 0.4.5 to 0.4.7
cosmos:browserify upgraded from 0.8.3 to 0.9.2
fortawesome:fontawesome upgraded from 4.4.0 to 4.5.0
kadira:blaze-layout upgraded from 2.2.0 to 2.3.0
kadira:flow-router upgraded from 2.9.0 to 2.10.0
meteorhacks:fast-render upgraded from 2.10.0 to 2.11.0
useraccounts:core upgraded from 1.12.4 to 1.13.0
useraccounts:flow-routing upgraded from 1.12.4 to 1.13.0
useraccounts:unstyled upgraded from 1.12.4 to 1.13.0
2015-12-07 19:07:37 -05:00
Maxime Quandalle
b33532e5a3
Pull translations from Transifex
2015-12-07 19:04:12 -05:00
Maxime Quandalle
0623c8ea52
Merge pull request #411 from floatinghotpot/patch-4
...
add: set user preferred lang and allow select lang for user form
2015-12-07 19:02:31 -05:00
Maxime Quandalle
d4581afd9b
Pull translations from Transifex in preparation for v0.10-RC1
2015-12-06 23:48:54 -05:00
floatinghotpot
ec130d4480
add: use user preferred lang for user form, and allow selecting
2015-12-07 12:36:51 +08:00
Maxime Quandalle
149089b32b
Complete the release notes for #422
...
Also rename the changelog from `History.md` to `Changelog.md` as it
seems to be a way more popular convention in open-source projects.
2015-12-06 23:31:11 -05:00