Lauri Ojansivu
d2646a5820
Update screenshot.
9 years ago
Lauri Ojansivu
0ba272b22c
Merge pull request #10 from dwrensha/lint
...
Fix eslint regressions.
9 years ago
David Renshaw
3ce7958231
Fix eslint regressions.
9 years ago
Lauri Ojansivu
7e3173caea
Update screenshot.
9 years ago
Lauri Ojansivu
fa6267cf44
Merge pull request #6 from mario-orlicky/filter-by-empty
...
Filter by empty
9 years ago
Lauri Ojansivu
0733fd64ee
Merge pull request #4 from dwrensha/t9n-set-language
...
Fix failure to load when navigator.language is Chinese or Finnish.
9 years ago
David Renshaw
4b248151c3
always fall back to navigator.language if user.profile.language is not set
9 years ago
David Renshaw
f56c55e75c
Wait until Meteor.startup() to set the language.
9 years ago
David Renshaw
1c206d0d36
Fix startup for clients using Finnish and Chinese.
9 years ago
David Renshaw
afca7ce6da
Merge pull request #8 from dwrensha/sandstorm-restore-identity-bugfix
...
Sandstorm restore identity bugfix
9 years ago
David Renshaw
6930535555
update Sandstorm metadata for bugfix release
9 years ago
David Renshaw
74e41e420f
[sandstorm]: fix bug where an identity that fails to restore could not be added to a card
9 years ago
Lauri Ojansivu
5657b6f8c7
Add travis build status badge.
9 years ago
Lauri Ojansivu
2f234953f6
Add travis build status badge.
9 years ago
Mario Orlicky
4dc0ec07b8
removed unused html span element
9 years ago
Mario Orlicky
7ad74eb1b5
forgotten semicolon
9 years ago
Mario Orlicky
5968792ad2
added buttons to support filtering by empty labels and members
9 years ago
Mario Orlicky
5a23c962d2
Filtering logic by empty labels/members
9 years ago
Pierre Ozoux
48cf28282d
Merge pull request #5 from mario-orlicky/label-hover-background
...
UI: Fixed background on hover for labels in filter sidebar
9 years ago
Mario Orlicky
300b40ed87
UI: Fixed background on hover for labels in filter sidebar
9 years ago
David Renshaw
00216f18ac
Merge pull request #3 from dwrensha/fullname-bugfix
...
fix minor bug in Sandstorm username handling
9 years ago
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.
9 years ago
Pierre Ozoux
f11873e44a
Merge pull request #2 from dwrensha/spk-release
...
Update version and author information for new release on Sandstorm.
9 years ago
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.
9 years ago
Lauri Ojansivu
4d41e70e12
Merge pull request #1 from dwrensha/wefork-sandstorm-update
...
Wefork sandstorm update
9 years ago
David Renshaw
43c180c247
Make sure identities resolve before sending them to activity().
9 years ago
David Renshaw
349cdd4bf9
Integration with Sandstorm events/notifications.
9 years ago
David Renshaw
4d6ab3094c
Prevent the capnproto connection from getting garbage collected.
9 years ago
David Renshaw
95680ef43a
only show 'add member' button to users who can edit the board
9 years ago
David Renshaw
1ad44de8c6
powerbox identity requests
9 years ago
David Renshaw
9f4300d38b
Fix updating of permissions and profile.
9 years ago
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.
9 years ago
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.
9 years ago
Lauri Ojansivu
91f9cf12b7
Add Debian Wheezy 64bit install doc by soohwa
9 years ago
Pierre Ozoux
d874ce70f7
Move back IndieHosters
9 years ago
Lauri Ojansivu
8bbcbea235
Fix screenshot link
9 years ago
Lauri Ojansivu
b159e9b3d1
Update screenshot. Fix chat svg link. Fix typo.
9 years ago
Lauri Ojansivu
253c482b9c
Add link to roadmap
9 years ago
Lauri Ojansivu
ed5a4be4f4
Add link to Wekan fork announcement
9 years ago
Lauri Ojansivu
1a3a878778
Fix Rocket.Chat badge.
9 years ago
Lauri Ojansivu
9f3cbcbcb0
Try to fix Rocket.Chat badge.
9 years ago
Lauri Ojansivu
2151252601
Update Wekan fork info to README
9 years ago
Maxime Quandalle
b90d668fbc
Merge pull request #669 from AlexanderS/fix/remove-user-on-leave
...
Fix remove user actions
9 years ago
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.
9 years ago
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.
9 years ago
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.
9 years ago
Maxime Quandalle
301210c87b
Fix eslint testing
...
Partially reverting c8705a0
9 years ago
Maxime Quandalle
dd95f0b002
Release 0.11.0-rc2
9 years ago
Maxime Quandalle
77069a36cd
Fix undefined variables errors
9 years ago
Drew Fisher
3643bd4996
Fix bug where you get a "null" option in @-mention autocomplete ( #649 )
9 years ago