summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update Sandstorm metadata for bugfix releaseDavid Renshaw2016-11-151-3/+3
|
* [sandstorm]: fix bug where an identity that fails to restore could not be ↵David Renshaw2016-11-151-2/+3
| | | | added to a card
* Add travis build status badge.Lauri Ojansivu2016-11-141-1/+1
|
* Add travis build status badge.Lauri Ojansivu2016-11-141-0/+3
|
* Merge pull request #5 from mario-orlicky/label-hover-backgroundPierre Ozoux2016-11-131-0/+1
|\ | | | | UI: Fixed background on hover for labels in filter sidebar
| * UI: Fixed background on hover for labels in filter sidebarMario Orlicky2016-11-131-0/+1
|/
* Merge pull request #3 from dwrensha/fullname-bugfixDavid Renshaw2016-11-082-3/+3
|\ | | | | fix minor bug in Sandstorm username handling
| * Fix bug where share-by-powerbox could fail if the recipient's displayDavid Renshaw2016-11-082-3/+3
|/ | | | name was the same as an existing user's handle.
* Merge pull request #2 from dwrensha/spk-releasePierre Ozoux2016-11-083-4/+5
|\ | | | | Update version and author information for new release on Sandstorm.
| * Update version and author information for new release on Sandstorm.David Renshaw2016-11-073-4/+5
|/ | | | | | | | | 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.
* Merge pull request #1 from dwrensha/wefork-sandstorm-updateLauri Ojansivu2016-11-075-45/+349
|\ | | | | Wefork sandstorm update
| * Make sure identities resolve before sending them to activity().David Renshaw2016-11-031-6/+11
| |
| * Integration with Sandstorm events/notifications.David Renshaw2016-11-032-3/+144
| |
| * Prevent the capnproto connection from getting garbage collected.David Renshaw2016-11-031-1/+2
| |
| * only show 'add member' button to users who can edit the boardDavid Renshaw2016-11-031-2/+3
| |
| * powerbox identity requestsDavid Renshaw2016-11-033-4/+153
| |
| * Fix updating of permissions and profile.David Renshaw2016-11-031-23/+23
| |
| * Fix login on Sandstorm by not creating welcome boardsDrew Fisher2016-11-031-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Add SANDSTORM=1 to the environment under SandstormDrew Fisher2016-11-031-0/+1
|/ | | | | | 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.
* Add Debian Wheezy 64bit install doc by soohwaLauri Ojansivu2016-11-011-0/+3
|
* Move back IndieHostersPierre Ozoux2016-10-211-2/+1
|
* Fix screenshot linkLauri Ojansivu2016-10-201-1/+1
|
* Update screenshot. Fix chat svg link. Fix typo.Lauri Ojansivu2016-10-201-8/+11
|
* Add link to roadmapLauri Ojansivu2016-10-201-3/+2
|
* Add link to Wekan fork announcementLauri Ojansivu2016-10-201-0/+4
|
* Fix Rocket.Chat badge.Lauri Ojansivu2016-10-201-3/+1
|
* Try to fix Rocket.Chat badge.Lauri Ojansivu2016-10-201-1/+1
|
* Update Wekan fork info to READMELauri Ojansivu2016-10-201-15/+22
|
* Merge pull request #669 from AlexanderS/fix/remove-user-on-leaveMaxime Quandalle2016-09-021-11/+71
|\ | | | | Fix remove user actions
| * Models: Remove board from starred listAlexander Sulfrian2016-08-161-0/+12
| | | | | | | | | | | | 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.
| * Models: Remove user from all objects on board leave (Fixes: #667)Alexander Sulfrian2016-08-161-0/+36
| | | | | | | | | | Remove the user as member and watcher of all lists, cards and the board itself when leaving the board.
| * Models: Fix remove member activityAlexander Sulfrian2016-08-161-11/+23
|/ | | | | | 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.
* Fix eslint testingMaxime Quandalle2016-07-212-4/+4
| | | | Partially reverting c8705a0
* Release 0.11.0-rc2v0.11.0-rc2Maxime Quandalle2016-07-211-2/+2
|
* Fix undefined variables errorsMaxime Quandalle2016-07-212-3/+6
|
* Fix bug where you get a "null" option in @-mention autocomplete (#649)Drew Fisher2016-07-211-2/+2
|
* models: Remove wrong line (fix #650) (#651)Alexander Sulfrian2016-07-211-1/+0
|
* Release 0.11.0-rc1v0.11.0-rc1Maxime Quandalle2016-07-201-2/+2
|
* Pull translations from TransifexMaxime Quandalle2016-07-209-136/+1457
| | | | | | As suggested in #604 there might be some language unnecessary redundancy, for instance between 'es' (Spanish) and 'es-ES' (Spain's Spanish), but we'll figure that out during the release candidate phase.
* Complete the release notesMaxime Quandalle2016-07-201-3/+7
|
* Clean NPM scripts outputMaxime Quandalle2016-07-201-3/+3
| | | | | | | | I've just discovered that the reason NPM outputs a giant "npm ERR!" message asking to contact the author of the library and suggesting that it’s most likely “not a problem with npm itself” when I run "npm run lint" and I forgot a semicolon is because the return code of an NPM script has to be 0. So this commit adds "exit 0;" at the end of the NPM commands.
* Fix #573Maxime Quandalle2016-07-202-1/+6
|
* Format the deployment section of the README.mdMaxime Quandalle2016-07-201-4/+2
|
* Implement a disconnected indicatorMaxime Quandalle2016-07-205-0/+27
| | | | Fixes #451
* Add Cloudron install button (#639)Johannes Zellner2016-07-201-0/+4
|
* Add the Transifex configuration to the repositoryMaxime Quandalle2016-07-202-1/+55
| | | | | | | This was proposed in #604, and I now beleive it is actually good to provide admin/maintainer scripts in the repository. We still need to clean-up the language list, again as suggested in #604.
* Add VSCode editor configuration to the repositoryMaxime Quandalle2016-07-202-1/+12
|
* Avoid <a> links redirections on inlinedFormMaxime Quandalle2016-07-201-1/+3
| | | | Fixes #647 (IE 11)
* Update Meteor to 1.3.5.1Maxime Quandalle2016-07-203-12/+13
| | | | | | | | | | | | | | | | | | | Meteor is moving fast these days! This version should make Wekan quicker to start. These packages were also updated: accounts-password upgraded from 1.1.12 to 1.1.13 babel-compiler upgraded from 6.8.4 to 6.8.5 coffeescript upgraded from 1.1.3 to 1.1.4 ddp-server upgraded from 1.2.9 to 1.2.10 ecmascript upgraded from 0.4.7 to 0.4.8 email upgraded from 1.0.15 to 1.0.16 npm-bcrypt upgraded from 0.8.6_2 to 0.8.6_3 stylus upgraded from 2.512.4 to 2.512.5 templating upgraded from 1.1.13 to 1.1.14 tracker upgraded from 1.0.14 to 1.0.15 webapp upgraded from 1.2.10 to 1.2.11
* Fix an event name from animationend to transitionendMaxime Quandalle2016-07-191-1/+1
| | | | Closes #646