summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel'Lauri Ojansivu2018-02-2370-96/+748
|\
| * v0.77v0.77Lauri Ojansivu2018-02-233-4/+4
| |
| * Merge branch 'GhassenRjab-feature/search' into develLauri Ojansivu2018-02-2351-3/+587
| |\
| | * Update translations.Lauri Ojansivu2018-02-2342-1/+520
| | |
| | * Add Bulgarian language.Lauri Ojansivu2018-02-231-1/+2
| | |
| | * Search from card titles and descriptions on this board.Lauri Ojansivu2018-02-231-2/+6
| | | | | | | | | | | | Thanks to GhassenRjab ! Closes #552
| | * Better descriptions about search.Lauri Ojansivu2018-02-231-2/+2
| | |
| | * Fix lint error related to this featureGhassen Rjab2018-02-231-1/+1
| | |
| | * Open search sidebar from an opened boardGhassen Rjab2018-02-232-0/+7
| | |
| | * Add search sidebarGhassen Rjab2018-02-235-0/+32
| | |
| | * Add search cards helper to boards modelGhassen Rjab2018-02-231-0/+21
| |/
| * Snap specific updates:Lauri Ojansivu2018-02-231-7/+9
| | | | | | | | | | | | | | | | | | - Service life cycle improvements - Wekan help text changes and tweaks https://github.com/wekan/wekan/pull/1495 Thanks to kubiko !
| * Merge pull request #1500 from kubiko/develLauri Ojansivu2018-02-225-14/+19
| |\ | | | | | | service life cycle improvements
| | * Tuning services life cycleOndrej Kubik2018-02-223-4/+7
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Adding mongodb service control to configure hookOndrej Kubik2018-02-221-0/+7
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Fixing typo and improving help textOndrej Kubik2018-02-222-10/+5
| |/ | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| * Merge branch 'stefano-pogliani-card-shadow' into develLauri Ojansivu2018-02-223-5/+14
| |\
| | * Fix card shadow to cover the full page.Lauri Ojansivu2018-02-221-2/+6
| | | | | | | | | | | | Thanks to stefano-pogliani !
| | * Merge branch 'card-shadow' of https://github.com/stefano-pogliani/wekan into ↵Lauri Ojansivu2018-02-222-3/+8
| |/| | | | | | | | | | stefano-pogliani-card-shadow
| | * Fix card shadow to cover the full page.Stefano Pogliani2018-02-212-3/+8
| | |
| * | Merge branch 'kubiko-devel' into develLauri Ojansivu2018-02-2216-82/+134
| |\ \ | | |/ | |/|
| | * Snap updates:Lauri Ojansivu2018-02-221-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.helpOndrej Kubik2018-02-211-0/+4
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Fixing automatic review fail for snap store uploadOndrej Kubik2018-02-211-0/+2
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Cleaning snapctl usageOndrej Kubik2018-02-212-8/+4
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Updating gitignoreOndrej Kubik2018-02-211-0/+1
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Using upstream caddy instead of compiling from sourceOndrej Kubik2018-02-211-23/+11
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Fixing wrong caddy file pathOndrej Kubik2018-02-211-1/+1
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * enabling verbose logging from configure hookOndrej Kubik2018-02-211-0/+2
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Fixing snapctl start/stop to control service lifecycleOndrej Kubik2018-02-211-5/+4
| | | | | | | | | | | | | | | | | | Adding disable and enable options for snapctl start/stop Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Renaming caddy service for simplicityOndrej Kubik2018-02-211-1/+1
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * rewording helper script outputOndrej Kubik2018-02-212-5/+5
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * fixing go build error because of go version used on build serverOndrej Kubik2018-02-211-0/+16
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * adding uspport for snapctl restartOndrej Kubik2018-02-211-0/+3
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * Adding caddy supportOndrej Kubik2018-02-216-1/+63
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * splitting hooks and using snapctl instead of local settings fileOndrej Kubik2018-02-214-52/+27
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * removing unused variablesOndrej Kubik2018-02-211-3/+0
| | | | | | | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
| | * rearranging helper scripts in snap-srcOndrej Kubik2018-02-218-8/+0
| |/ | | | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
* | Merge branch 'devel'Lauri Ojansivu2018-02-2112-36/+57
|\|
| * v0.76v0.76Lauri Ojansivu2018-02-213-6/+12
| |
| * Update translations.Lauri Ojansivu2018-02-211-3/+3
| |
| * Disabled Import temporarily on Sandstorm because of data loss bug.Lauri Ojansivu2018-02-211-7/+11
| | | | | | | | Thanks to xet7 !
| * Added path to capnp.js to make Wekan work on Sandstorm.Lauri Ojansivu2018-02-211-1/+3
| |
| * Update translations.Lauri Ojansivu2018-02-205-21/+21
| |
| * Persian (Iran) => PersianLauri Ojansivu2018-02-201-1/+1
| |
| * Merge branch 'couscous3-patch-1' into develLauri Ojansivu2018-02-202-0/+9
| |\
| | * Add swimlaneId to API. Thanks to couscous3 !Lauri Ojansivu2018-02-201-0/+8
| | |
| | * add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards routecouscous32018-02-191-0/+1
| |/
* | Merge branch 'devel'Lauri Ojansivu2018-02-1647-3/+232
|\|
| * Merge branch 'erikturk-copyMany' into develv0.75Lauri Ojansivu2018-02-1647-3/+232
| |\ | | | | | | | | | v0.75