Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' into nested-tasks | Nicu Tofan | 2018-06-28 | 1 | -1/+3 |
|\ | |||||
| * | Introducing third board view: calendar. | Nicu Tofan | 2018-06-26 | 1 | -1/+3 |
| | | | | | | | | A dependency to rzymek:fullcalendar has also been added. | ||||
* | | Show parent in card (no links, yet) | Nicu Tofan | 2018-06-26 | 1 | -0/+27 |
| | | |||||
* | | Board level settings for subtasks | Nicu Tofan | 2018-06-26 | 1 | -0/+70 |
|/ | |||||
* | Fix problems highlighted by Codacy/PR Quality Review | RJevnikar | 2018-06-05 | 1 | -0/+6 |
| | |||||
* | resolving merge conflicts | IgnatzHome | 2018-05-17 | 1 | -0/+4 |
|\ | |||||
| * | dropdown items | Pouyan Savoli | 2017-09-22 | 1 | -1/+1 |
| | | |||||
| * | many custom fields model and UI enhancements | Pouyan Savoli | 2017-09-22 | 1 | -1/+1 |
| | | |||||
| * | Create custom fields creation UI added to Board Menu, Model in progress | Pouyan Savoli | 2017-09-22 | 1 | -0/+4 |
| | | |||||
* | | Fix #1567 | Andrés Manelli | 2018-04-16 | 1 | -13/+5 |
| | | |||||
* | | Open search sidebar from an opened board | Ghassen Rjab | 2018-02-23 | 1 | -0/+3 |
| | | |||||
* | | Allow toogle of lists and swimlanes views | Andrés Manelli | 2018-01-22 | 1 | -2/+2 |
| | | |||||
* | | Add view boards field to change between views | Andrés Manelli | 2018-01-22 | 1 | -0/+16 |
| | | |||||
* | | First swimlane draft, no functionality | Andrés Manelli | 2018-01-19 | 1 | -0/+5 |
| | | |||||
* | | Optimize for mobile web, show single list per page with navigate bar | nztqa | 2017-11-29 | 1 | -4/+0 |
|/ | |||||
* | Allow delete from client. List all integrations in web UI | Andrés Manelli | 2017-08-30 | 1 | -11/+16 |
| | |||||
* | A Sandstorm user can restore an archived board | Ghassen Rjab | 2017-07-25 | 1 | -0/+3 |
| | |||||
* | Import boards in Sandstorm | Ghassen Rjab | 2017-07-24 | 1 | -0/+1 |
| | |||||
* | Merge branch 'improve-notify' of https://github.com/nztqa/wekan into ↵ | Lauri Ojansivu | 2017-07-12 | 1 | -0/+43 |
|\ | | | | | | | nztqa-improve-notify | ||||
| * | Add input form in board menu | nztqa | 2017-07-09 | 1 | -0/+43 |
| | | |||||
* | | Add import Wekan board feature | Ghassen Rjab | 2017-07-08 | 1 | -0/+7 |
|/ | |||||
* | 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 | ||||
* | 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 | 1 | -0/+6 |
| | |||||
* | changes for lint warnings | Joel Louzado | 2017-02-22 | 1 | -6/+6 |
| | |||||
* | New component for use in header-bar | Joel Louzado | 2017-02-22 | 1 | -5/+15 |
| | |||||
* | Fix typos, thanks to umbertooo | Lauri Ojansivu | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | UI: Add log-in button to public boards | Alexander Sulfrian | 2016-04-21 | 1 | -0/+3 |
| | | | | | | | | | 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). | ||||
* | Bugfix, and optimize icon for notification | floatinghotpot | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #454 from floatinghotpot/notification | Maxime Quandalle | 2016-01-06 | 1 | -0/+28 |
|\ | | | | | Add notifications, allow watch boards / lists / cards | ||||
| * | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 1 | -0/+28 |
| | | |||||
* | | 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 | 1 | -16/+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. | ||||
* | Merge pull request #435 from xavierpriour/devel | Maxime Quandalle | 2015-12-18 | 1 | -0/+12 |
|\ | | | | | | | | | 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 | ||||
| * | Export Wekan now server-based with proper auth | Xavier Priour | 2015-12-16 | 1 | -17/+9 |
| | | |||||
| * | fix eslint | Xavier Priour | 2015-12-13 | 1 | -1/+2 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/devel' into devel | Xavier Priour | 2015-12-13 | 1 | -2/+2 |
| |\ | |||||
| * | | board export now checks authentication | Xavier Priour | 2015-12-13 | 1 | -0/+14 |
| | | | |||||
| * | | export board to Wekan JSON | Xavier Priour | 2015-12-09 | 1 | -0/+6 |
| | | | |||||
* | | | fix board headeer issue | floatinghotpot | 2015-12-17 | 1 | -0/+4 |
| |/ |/| | |||||
* | | 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. | ||||
* | add: optional board description | floatinghotpot | 2015-12-07 | 1 | -0/+2 |
| | |||||
* | Import board: added UI | Xavier Priour | 2015-10-17 | 1 | -0/+1 |
| | |||||
* | Fix Popup.afterCommit | Alexander Sulfrian | 2015-09-20 | 1 | -1/+1 |
| | | | | | | We need to use "function() {}" instead of the ES6 style "() {}" with popup.afterCommit because we need the original value of "this" inside the callback. | ||||
* | Centralize all mutations at the model level | Maxime Quandalle | 2015-09-08 | 1 | -20/+11 |
| | | | | | | | | | | | | | | | This commit uses a new package that I need to document. It tries to solve the long-standing debate in the Meteor community about allow/deny rules versus methods (RPC). This approach gives us both the centralized security rules of allow/deny and the white-list of allowed mutations similarly to Meteor methods. The idea to have static mutation descriptions is also inspired by Facebook's Relay/GraphQL. This will allow the development of a REST API using the high-level methods instead of the MongoDB queries to do the mapping between the HTTP requests and our collections. | ||||
* | Fix a recurrent English typo | Maxime Quandalle | 2015-09-06 | 1 | -2/+2 |
| |