Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1500 from kubiko/devel | Lauri Ojansivu | 2018-02-22 | 5 | -14/+19 |
|\ | | | | | service life cycle improvements | ||||
| * | Tuning services life cycle | Ondrej Kubik | 2018-02-22 | 3 | -4/+7 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Adding mongodb service control to configure hook | Ondrej Kubik | 2018-02-22 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Fixing typo and improving help text | Ondrej Kubik | 2018-02-22 | 2 | -10/+5 |
|/ | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
* | Merge branch 'stefano-pogliani-card-shadow' into devel | Lauri Ojansivu | 2018-02-22 | 3 | -5/+14 |
|\ | |||||
| * | Fix card shadow to cover the full page. | Lauri Ojansivu | 2018-02-22 | 1 | -2/+6 |
| | | | | | | | | Thanks to stefano-pogliani ! | ||||
| * | Merge branch 'card-shadow' of https://github.com/stefano-pogliani/wekan into ↵ | Lauri Ojansivu | 2018-02-22 | 2 | -3/+8 |
|/| | | | | | | | stefano-pogliani-card-shadow | ||||
| * | Fix card shadow to cover the full page. | Stefano Pogliani | 2018-02-21 | 2 | -3/+8 |
| | | |||||
* | | Merge branch 'kubiko-devel' into devel | Lauri Ojansivu | 2018-02-22 | 16 | -82/+134 |
|\ \ | |/ |/| | |||||
| * | Snap updates: | Lauri Ojansivu | 2018-02-22 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cleanup of snap helper scripts - cleanup and snapctl settings handling - fix for snap store auto review refusal - adding support for automatic restart of services when setting(s) are changed. No need to call systemctl restart anymore..... - fixing snap set functionality - adding optional caddy service support ( by default caddy service is disabled), it can be enabled by calling: snap set wekan caddy-enabled=true Thanks to kubiko ! Closes wekan/wekan-snap#25, closes wekan/wekan-snap#12, closes wekan/wekan-snap#29, closes wekan/wekan-snap#33 | ||||
| * | Fixing wrong port number shown in wekan.help | Ondrej Kubik | 2018-02-21 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Fixing automatic review fail for snap store upload | Ondrej Kubik | 2018-02-21 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Cleaning snapctl usage | Ondrej Kubik | 2018-02-21 | 2 | -8/+4 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Updating gitignore | Ondrej Kubik | 2018-02-21 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Using upstream caddy instead of compiling from source | Ondrej Kubik | 2018-02-21 | 1 | -23/+11 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Fixing wrong caddy file path | Ondrej Kubik | 2018-02-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | enabling verbose logging from configure hook | Ondrej Kubik | 2018-02-21 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Fixing snapctl start/stop to control service lifecycle | Ondrej Kubik | 2018-02-21 | 1 | -5/+4 |
| | | | | | | | | | | | | Adding disable and enable options for snapctl start/stop Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Renaming caddy service for simplicity | Ondrej Kubik | 2018-02-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | rewording helper script output | Ondrej Kubik | 2018-02-21 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | fixing go build error because of go version used on build server | Ondrej Kubik | 2018-02-21 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | adding uspport for snapctl restart | Ondrej Kubik | 2018-02-21 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | Adding caddy support | Ondrej Kubik | 2018-02-21 | 6 | -1/+63 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | splitting hooks and using snapctl instead of local settings file | Ondrej Kubik | 2018-02-21 | 4 | -52/+27 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | removing unused variables | Ondrej Kubik | 2018-02-21 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
| * | rearranging helper scripts in snap-src | Ondrej Kubik | 2018-02-21 | 8 | -8/+0 |
|/ | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
* | v0.76v0.76 | Lauri Ojansivu | 2018-02-21 | 3 | -6/+12 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2018-02-21 | 1 | -3/+3 |
| | |||||
* | Disabled Import temporarily on Sandstorm because of data loss bug. | Lauri Ojansivu | 2018-02-21 | 1 | -7/+11 |
| | | | | Thanks to xet7 ! | ||||
* | Added path to capnp.js to make Wekan work on Sandstorm. | Lauri Ojansivu | 2018-02-21 | 1 | -1/+3 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2018-02-20 | 5 | -21/+21 |
| | |||||
* | Persian (Iran) => Persian | Lauri Ojansivu | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'couscous3-patch-1' into devel | Lauri Ojansivu | 2018-02-20 | 2 | -0/+9 |
|\ | |||||
| * | Add swimlaneId to API. Thanks to couscous3 ! | Lauri Ojansivu | 2018-02-20 | 1 | -0/+8 |
| | | |||||
| * | add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards route | couscous3 | 2018-02-19 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'erikturk-copyMany' into develv0.75 | Lauri Ojansivu | 2018-02-16 | 47 | -3/+232 |
|\ | | | | | | | v0.75 | ||||
| * | v0.75 | Lauri Ojansivu | 2018-02-16 | 4 | -5/+29 |
| | | |||||
| * | Adding Finnish changelog to Sandstorm. | Lauri Ojansivu | 2018-02-15 | 2 | -0/+16 |
| | | |||||
| * | Update translations. | Lauri Ojansivu | 2018-02-15 | 40 | -0/+120 |
| | | |||||
| * | Merge branch 'copyMany' of https://github.com/erikturk/wekan into ↵ | Lauri Ojansivu | 2018-02-15 | 3 | -0/+69 |
|/| | | | | | | | erikturk-copyMany | ||||
| * | changed variable names | Erik Turk | 2018-02-15 | 3 | -6/+6 |
| | | |||||
| * | change copyMany to copyChecklistToManyCards for instructions and title | Erik Turk | 2018-02-15 | 2 | -4/+4 |
| | | |||||
| * | i18n fixes | Erik Turk | 2018-02-14 | 2 | -3/+5 |
| | | |||||
| * | spaces/tabs okay - no 'git add i18n/en-GB.i18n.json' | Erik Turk | 2018-02-08 | 2 | -2/+436 |
| | | |||||
| * | Merge branch 'devel' into copyMany | Erik Turk | 2018-02-08 | 9 | -25/+62 |
| |\ | |||||
| | * | Merge branch 'devel' of https://github.com/wekan/wekan into devel | Erik Turk | 2018-02-08 | 9 | -25/+62 |
| | |\ | |||||
| * | | | more spacing/tabs fixes | Erik Turk | 2018-02-08 | 1 | -20/+20 |
| | | | | |||||
| * | | | fixed spacing & indentation - changed var to const | Erik Turk | 2018-02-08 | 2 | -471/+32 |
| | | | | |||||
| * | | | remove console.log statements | Erik Turk | 2018-02-08 | 1 | -7/+1 |
| | | | | |||||
| * | | | finish adding[4~ copyMany | Erik Turk | 2018-02-08 | 2 | -6/+13 |
| | | | |