Lauri Ojansivu
0733fd64ee
Merge pull request #4 from dwrensha/t9n-set-language
...
Fix failure to load when navigator.language is Chinese or Finnish.
2016-11-15 23:35:30 +02:00
David Renshaw
4b248151c3
always fall back to navigator.language if user.profile.language is not set
2016-11-15 15:03:12 -05:00
David Renshaw
f56c55e75c
Wait until Meteor.startup() to set the language.
2016-11-15 15:03:12 -05:00
David Renshaw
1c206d0d36
Fix startup for clients using Finnish and Chinese.
2016-11-15 15:03:12 -05:00
David Renshaw
afca7ce6da
Merge pull request #8 from dwrensha/sandstorm-restore-identity-bugfix
...
Sandstorm restore identity bugfix
2016-11-15 15:01:33 -05:00
David Renshaw
6930535555
update Sandstorm metadata for bugfix release
2016-11-15 14:40:23 -05:00
David Renshaw
74e41e420f
[sandstorm]: fix bug where an identity that fails to restore could not be added to a card
2016-11-15 14:39:23 -05:00
Lauri Ojansivu
5657b6f8c7
Add travis build status badge.
2016-11-14 18:01:45 +02:00
Lauri Ojansivu
2f234953f6
Add travis build status badge.
2016-11-14 17:58:24 +02:00
Mario Orlicky
4dc0ec07b8
removed unused html span element
2016-11-13 20:57:23 +01:00
Mario Orlicky
7ad74eb1b5
forgotten semicolon
2016-11-13 20:54:50 +01:00
Mario Orlicky
5968792ad2
added buttons to support filtering by empty labels and members
2016-11-13 20:48:24 +01:00
Mario Orlicky
5a23c962d2
Filtering logic by empty labels/members
2016-11-13 20:38:14 +01:00
Pierre Ozoux
48cf28282d
Merge pull request #5 from mario-orlicky/label-hover-background
...
UI: Fixed background on hover for labels in filter sidebar
2016-11-13 19:26:30 +00:00
Mario Orlicky
300b40ed87
UI: Fixed background on hover for labels in filter sidebar
2016-11-13 17:23:49 +01:00
David Renshaw
00216f18ac
Merge pull request #3 from dwrensha/fullname-bugfix
...
fix minor bug in Sandstorm username handling
2016-11-08 10:33:45 -05:00
David Renshaw
89eb156529
Fix bug where share-by-powerbox could fail if the recipient's display
...
name was the same as an existing user's handle.
2016-11-08 09:47:36 -05:00
Pierre Ozoux
f11873e44a
Merge pull request #2 from dwrensha/spk-release
...
Update version and author information for new release on Sandstorm.
2016-11-08 07:35:07 +00:00
David Renshaw
33cfee8d5f
Update version and author information for new release on Sandstorm.
...
Previously @mquandalle took care of packaging Wekan for Sandstorm, so
he was listed as the sole author of the SPK. Since I'm now taking over
packaging, this commit moves @mquandalle into the `upstreamAuthor`
slot and adds me as the SPK author by using my email address for
`contactEmail` and adding a pgp-signed statement that I am now an author.
It also adds my public key to the `keyring` file.
2016-11-07 17:16:43 -05:00
Lauri Ojansivu
4d41e70e12
Merge pull request #1 from dwrensha/wefork-sandstorm-update
...
Wefork sandstorm update
2016-11-07 23:34:36 +02:00
David Renshaw
43c180c247
Make sure identities resolve before sending them to activity().
2016-11-03 23:42:00 -04:00
David Renshaw
349cdd4bf9
Integration with Sandstorm events/notifications.
2016-11-03 23:42:00 -04:00
David Renshaw
4d6ab3094c
Prevent the capnproto connection from getting garbage collected.
2016-11-03 23:42:00 -04:00
David Renshaw
95680ef43a
only show 'add member' button to users who can edit the board
2016-11-03 23:42:00 -04:00
David Renshaw
1ad44de8c6
powerbox identity requests
2016-11-03 23:42:00 -04:00
David Renshaw
9f4300d38b
Fix updating of permissions and profile.
2016-11-03 23:42:00 -04:00
Drew Fisher
0f62fe0c6e
Fix login on Sandstorm by not creating welcome boards
...
This one is a pretty strange chain of events:
* fetching /.sandstorm-login via accounts-sandstorm's rendezvous protocol
causes a user to be created in the users collection
* models/users.js has hooks to create a board and lists when a user is created
* models/activities.js has a hook to create activity entries when a list is
created
* this hook does not handle not having no boardId, which results in attempting
to run the hook with boardId: 'false'. 'false' does not have a title
attribute, which causes the whole method call to throw an exception.
* This makes the initial login fail.
While there may be other bugs, the simple fix is to not create the board and
lists when running under Sandstorm, where you only have one board anyway.
2016-11-03 23:42:00 -04:00
Drew Fisher
87ce042c63
Add SANDSTORM=1 to the environment under Sandstorm
...
We add the SANDSTORM=1 environment variable to sandstorm-pkgdef.capnp so that
accounts-sandstorm will ensure that it's the only loaded accounts package when
running under Sandstorm.
2016-11-03 23:42:00 -04:00
Lauri Ojansivu
91f9cf12b7
Add Debian Wheezy 64bit install doc by soohwa
2016-11-01 09:59:28 +02:00
Felix Michels
eb618c891f
Method 'quitBoard' requires boardId but got board
2016-10-26 14:18:28 +02:00
Pierre Ozoux
d874ce70f7
Move back IndieHosters
2016-10-21 15:57:19 +01:00
Lauri Ojansivu
8bbcbea235
Fix screenshot link
2016-10-20 22:06:32 +03:00
Lauri Ojansivu
b159e9b3d1
Update screenshot. Fix chat svg link. Fix typo.
2016-10-20 21:58:40 +03:00
Lauri Ojansivu
253c482b9c
Add link to roadmap
2016-10-20 21:01:30 +03:00
Lauri Ojansivu
ed5a4be4f4
Add link to Wekan fork announcement
2016-10-20 18:49:09 +03:00
Lauri Ojansivu
1a3a878778
Fix Rocket.Chat badge.
2016-10-20 18:35:41 +03:00
Lauri Ojansivu
9f3cbcbcb0
Try to fix Rocket.Chat badge.
2016-10-20 18:31:27 +03:00
Lauri Ojansivu
2151252601
Update Wekan fork info to README
2016-10-20 18:27:48 +03:00
kamijin-fanta
2ae6a009f0
UI: fix font
...
- Add YuGothic and Meiryo. because display of non english letter dirty.
2016-10-12 10:32:39 +09:00
kamijin-fanta
e564e94c94
UI: fix description link style.
...
- apply underline
- change text color on hover
2016-10-12 10:02:09 +09:00
Maxime Quandalle
b90d668fbc
Merge pull request #669 from AlexanderS/fix/remove-user-on-leave
...
Fix remove user actions
2016-09-02 16:17:08 +02:00
Alexander Sulfrian
4013184801
Models: Remove board from starred list
...
This will fix the starred counter. If the board is not public, the user
is unable to see the board and remove it from the list of starred
boards.
2016-08-16 19:19:55 +02:00
Alexander Sulfrian
7b0e57380a
Models: Remove user from all objects on board leave ( Fixes : #667 )
...
Remove the user as member and watcher of all lists, cards and the board itself
when leaving the board.
2016-08-16 19:19:39 +02:00
Alexander Sulfrian
ce4fcbfae4
Models: Fix remove member activity
...
The member is only set to inactive, so we could not test for $pull.
Instead we have to look into the $set modified and check whether the
member was deactivated.
2016-08-16 19:19:39 +02:00
Maxime Quandalle
301210c87b
Fix eslint testing
...
Partially reverting c8705a0
2016-07-21 12:52:32 +02:00
Maxime Quandalle
dd95f0b002
Release 0.11.0-rc2
2016-07-21 11:25:34 +02:00
Maxime Quandalle
77069a36cd
Fix undefined variables errors
2016-07-21 11:19:52 +02:00
Drew Fisher
3643bd4996
Fix bug where you get a "null" option in @-mention autocomplete ( #649 )
2016-07-21 11:09:14 +02:00
Alexander Sulfrian
4d0e4cea91
models: Remove wrong line ( fix #650 ) ( #651 )
2016-07-21 01:49:41 +02:00
Maxime Quandalle
8dc35d638b
Release 0.11.0-rc1
2016-07-20 22:36:05 +02:00