Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename New integration to New Outgoing Webhook | Lauri Ojansivu | 2017-09-09 | 1 | -1/+1 |
| | |||||
* | Allow delete from client. List all integrations in web UI | Andrés Manelli | 2017-08-30 | 3 | -16/+34 |
| | |||||
* | A Sandstorm user can restore an archived board | Ghassen Rjab | 2017-07-25 | 3 | -0/+16 |
| | |||||
* | Import boards in Sandstorm | Ghassen Rjab | 2017-07-24 | 1 | -0/+1 |
| | |||||
* | Fix import pages URLs | Ghassen Rjab | 2017-07-24 | 1 | -2/+2 |
| | |||||
* | Add export and import in board menu in Sandstorm | Ghassen Rjab | 2017-07-24 | 1 | -0/+5 |
| | |||||
* | Merge branch 'improve-notify' of https://github.com/nztqa/wekan into ↵ | Lauri Ojansivu | 2017-07-12 | 2 | -0/+54 |
|\ | | | | | | | nztqa-improve-notify | ||||
| * | Add input form in board menu | nztqa | 2017-07-09 | 2 | -0/+54 |
| | | |||||
* | | Use right class for options list | Ghassen Rjab | 2017-07-09 | 1 | -1/+1 |
| | | |||||
* | | Add import Wekan board feature | Ghassen Rjab | 2017-07-08 | 2 | -1/+14 |
|/ | |||||
* | Archived boards to be translatable. | Lauri Ojansivu | 2017-06-19 | 1 | -3/+3 |
| | |||||
* | Fix Travis CI errors, again | Ghassen Rjab | 2017-06-17 | 1 | -6/+4 |
| | |||||
* | Fix Travis CI errors | Ghassen Rjab | 2017-06-17 | 1 | -5/+5 |
| | |||||
* | Fix export path | Ghassen Rjab | 2017-06-16 | 1 | -1/+7 |
| | |||||
* | Reenable the export feature | Johannes Zellner | 2017-06-12 | 1 | -11/+11 |
| | | | | Fixes #1055 | ||||
* | Fix Drag Board To Scroll | nztqa | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | REST API - Meteor 1.4 - first step issue | Lauri Ojansivu | 2017-04-27 | 1 | -11/+11 |
| | |||||
* | comment only working, naive implementation complete | Ryan Helsing | 2017-03-18 | 2 | -2/+8 |
| | |||||
* | cant see add list if comment only | Ryan Helsing | 2017-03-18 | 2 | -1/+7 |
| | |||||
* | changes for lint warnings | Joel Louzado | 2017-02-22 | 1 | -6/+6 |
| | |||||
* | New component for use in header-bar | Joel Louzado | 2017-02-22 | 2 | -6/+16 |
| | |||||
* | Added tooltip to `MenuBoard` button | Joel Louzado | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Fix typos, thanks to umbertooo | Lauri Ojansivu | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | Fix undefined variables errors | Maxime Quandalle | 2016-07-21 | 1 | -2/+5 |
| | |||||
* | UI: Fix small bug with the multi-selection button (#591) | Alexander Sulfrian | 2016-07-11 | 1 | -1/+1 |
| | | | This bug was introduced in 081b09207f2247d7e38fc28e0f0f9748eecbbcbe. | ||||
* | UI: Add missing title attributes | Alexander Sulfrian | 2016-04-21 | 1 | -5/+6 |
| | | | | | | | The buttons of the normal view should have the same title attribute, than the mini screen buttons. I missed this in 0587158b6be930f53325baa54fccadc54d18c9a3. | ||||
* | UI: Add log-in button to public boards | Alexander Sulfrian | 2016-04-21 | 2 | -10/+23 |
| | | | | | | | | | Even if a board is public and a user can view it, the user might want to log in to be able to edit the board. The button replaces the "public" permission indicator, because it is obvious (if the user is not logged in and can view the board, it has to be public). | ||||
* | UI: Only display the options, if there is a board | Alexander Sulfrian | 2016-04-21 | 1 | -70/+72 |
| | | | | | | The board options does not have valid use case (or even valid values) if the board is not found (either because the user is not logged in or the board really does not exists). | ||||
* | UI: Do not display notification settings | Alexander Sulfrian | 2016-04-21 | 1 | -19/+21 |
| | | | | | The notification settings are only usefull if there is a current user, because the email address is required. | ||||
* | Some small fixes for the buttons in the board header (#580) | Alexander Sulfrian | 2016-04-21 | 1 | -7/+8 |
| | | | | | | | | | | | * UI: Fix title of button The multi selection button should not get the filter description. * UI: Add title for all buttons in the header bar This is espectially important for the miniScreen view, because there is only the icon and no text next to the button. | ||||
* | Change the board import layout from a popup to a full page | Maxime Quandalle | 2016-01-31 | 2 | -3/+1 |
| | | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar. | ||||
* | Bugfix, and optimize icon for notification | floatinghotpot | 2016-01-08 | 2 | -7/+7 |
| | |||||
* | Merge pull request #454 from floatinghotpot/notification | Maxime Quandalle | 2016-01-06 | 2 | -0/+77 |
|\ | | | | | Add notifications, allow watch boards / lists / cards | ||||
| * | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 2 | -0/+77 |
| | | |||||
* | | Favor FlowRouter.url over Meteor.absoluteUrl | Maxime Quandalle | 2016-01-05 | 1 | -1/+1 |
|/ | | | | | It hides the leading slash treatment as an hidden implementation detail. | ||||
* | Remove unnecessary template name declaration | Maxime Quandalle | 2016-01-03 | 4 | -32/+0 |
| | | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration. | ||||
* | Fix layout on Apple devices | Maxime Quandalle | 2016-01-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461 | ||||
* | Fix drag and drop on Sandstorm | Maxime Quandalle | 2015-12-30 | 1 | -6/+8 |
| | | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453 | ||||
* | Fix home header bar | Maxime Quandalle | 2015-12-19 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | Merge pull request #435 from xavierpriour/devel | Maxime Quandalle | 2015-12-18 | 2 | -0/+13 |
|\ | | | | | | | | | Export a board to JSON Fixes #396 | ||||
| * | Export: improved API routes | Xavier Priour | 2015-12-17 | 1 | -2/+1 |
| | | | | | | | | | | | | - 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 | ||||
| * | Merge remote-tracking branch 'upstream/devel' into devel | Xavier Priour | 2015-12-17 | 6 | -9/+45 |
| |\ | |||||
| * | | Export Wekan now server-based with proper auth | Xavier Priour | 2015-12-16 | 2 | -18/+10 |
| | | | |||||
| * | | fix eslint | Xavier Priour | 2015-12-13 | 1 | -1/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/devel' into devel | Xavier Priour | 2015-12-13 | 4 | -5/+14 |
| |\ \ | |||||
| * | | | board export now checks authentication | Xavier Priour | 2015-12-13 | 2 | -1/+15 |
| | | | | |||||
| * | | | export board to Wekan JSON | Xavier Priour | 2015-12-09 | 2 | -0/+7 |
| | | | | |||||
* | | | | fix board headeer issue | floatinghotpot | 2015-12-17 | 2 | -11/+29 |
| |_|/ |/| | | |||||
* | | | add: support compact mode for mobile web, auto adapt to small screen/window | Liming Xie | 2015-12-17 | 6 | -9/+45 |
| |/ |/| | |||||
* | | Fix a regression introduced in 71b9a42f | Maxime Quandalle | 2015-12-09 | 1 | -2/+2 |
| | | | | | | | | The buttons in the board header were not click-able anymore. |