summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed listidAngelo Gallarello2018-09-141-81/+286
| |
| * BeautyfiedAngelo Gallarello2018-09-1415-463/+717
| |
| * Finished alpha rulesAngelo Gallarello2018-09-1411-303/+234
| |
| * Refactoring rules descriptionAngelo Gallarello2018-09-1415-69/+270
| |
| * Fixed board id bug in moveAngelo Gallarello2018-09-123-4/+6
| |
| * Fixed rule allowsAngelo Gallarello2018-09-1225-260/+345
| |
| * Completed rulesAngelo Gallarello2018-08-1921-159/+553
| |
| * Fixed triggers to use names and not idAngelo Gallarello2018-08-177-54/+157
| |
| * Progress on triggers UIAngelo Gallarello2018-08-166-70/+83
| |
| * Completed activities log in cardAngelo Gallarello2018-08-162-12/+37
| |
| * Complete checklist activitiesAngelo Gallarello2018-08-166-0/+124
| |
| * Remove attachment activityAngelo Gallarello2018-08-164-1/+22
| |
| * Labels activitiesAngelo Gallarello2018-08-1619-59/+479
| |
| * Fixed removeAngelo Gallarello2018-08-162-0/+6
| |
| * Main flow implementedAngelo Gallarello2018-08-169-15/+100
| |
| * Almost full circleAngelo Gallarello2018-08-1524-165/+492
| |
| * Triggers viewAngelo Gallarello2018-08-043-10/+170
| |
| * Add and remove uiAngelo Gallarello2018-08-033-21/+36
| |
| * UI for rules listAngelo Gallarello2018-08-0319-2/+256
| |
* | Merge branch 'entrptaher-patch-1' into develLauri Ojansivu2018-09-161-36/+19
|\ \
| * | We do have some sponsors.Lauri Ojansivu2018-09-161-1/+1
| | |
| * | Update README.mdMd. Abu Taher2018-09-151-36/+19
|/ /
* | v1.46v1.46Lauri Ojansivu2018-09-153-4/+4
| |
* | - Allow Announcement to be markdown.Lauri Ojansivu2018-09-141-2/+5
| | | | | | | | | | | | | | | | | | Note: xet7 did not yet figure out how to keep announcement on one line when markdown was added, so now Font Awesome icons are above and below. Thanks to xet7 ! Closes #1892
* | - [Allow Announcement to be ↵Lauri Ojansivu2018-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | markdown](https://github.com/wekan/wekan/issues/1892). Note: xet7 did not yet figure out how to keep announcement on one line when markdown was added, so now Font Awesome icons are above and below. Thanks to xet7 ! Closes #1892
* | Update translations.Lauri Ojansivu2018-09-132-38/+38
| |
* | - Partially fix: Cannot move card from one swimline to the other if moving ↵Lauri Ojansivu2018-09-131-2/+7
| | | | | | | | | | | | | | | | | | | | | | in the same list; - Fix: Linking cards from empty board is possible and makes current board not load anymore. Thanks to andresmanelli ! Related #1887, closes #1885
* | Merge branch 'andresmanelli-devel' into develLauri Ojansivu2018-09-132-4/+31
|\ \
| * | Fix #1885Andrés Manelli2018-09-121-4/+30
| | |
| * | Fix #1887Andrés Manelli2018-09-121-0/+1
|/ /
* | - Add source-map-support.Lauri Ojansivu2018-09-111-1/+2
| | | | | | | | | | | | Thanks to HLFH and xet7 ! Closes #1889
* | - Add source-map-support.Lauri Ojansivu2018-09-111-0/+1
| | | | | | | | | | | | Thanks to xet7 ! Closes #1889
* | - Turn of http/2 in Caddyfile so that Firefox Inspect Console does not show ↵Lauri Ojansivu2018-09-111-0/+4
| | | | | | | | | | | | | | | | | | errors about wss websocket config. Chrome web console supports http/2. Note: If you are already using Caddy and have modified your Caddyfile, you need to edit your Caddyfile manually. Thanks to GitHub user xet7 for contributions.
* | - Turn of http/2 so that Firefox Inspect Console does not showLauri Ojansivu2018-09-111-0/+13
| | | | | | | | | | | | | | | | | | | | wss websocket config. Chrome web console supports http/2. Note: If you are already using Caddy and have modified your Caddyfile, you need to edit your Caddyfile manually. Thanks to xet7 ! Related #934
* | - Upgrade to MongoDB v3.2.21Lauri Ojansivu2018-09-101-0/+8
| | | | | | | | Thanks to xet7 !
* | - Upgrade to MongoDB v3.2.21Lauri Ojansivu2018-09-102-2/+2
| | | | | | | | Thanks to xet7 !
* | v1.45v1.45Lauri Ojansivu2018-09-092-3/+3
| |
* | - Fix lint error.Lauri Ojansivu2018-09-091-0/+8
| | | | | | | | Thanks to xet7 !
* | - Fix lint error.Lauri Ojansivu2018-09-091-1/+1
| | | | | | | | Thanks to xet7 !
* | v1.44v1.44Lauri Ojansivu2018-09-093-4/+4
| |
* | Update translations.Lauri Ojansivu2018-09-091-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into develLauri Ojansivu2018-09-090-0/+0
|\ \
| * \ Merge pull request #1886 from ymeramees/develLauri Ojansivu2018-09-091-1/+2
| |\ \ | | | | | | | | Fix cards export and add customFields export
| | * | Fixed cards exportymeramees2018-09-091-1/+1
| | | | | | | | | | | | | | | | Fixed cards export.
| | * | Added customFields export.Ymeramees2018-09-081-0/+1
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into develYmeramees2018-09-0810-15/+51
| | |\ \ | | |/ / | |/| | | | | | Updated to upstream master 1.43
| * | | Merge branch 'devel'Lauri Ojansivu2018-09-065-3/+14
| |\ \ \
| * \ \ \ Merge branch 'devel'Lauri Ojansivu2018-09-068-15/+40
| |\ \ \ \
| | | | * \ Merge remote-tracking branch 'upstream/master' into develYmeramees2018-09-0559-43/+197
| | | | |\ \ | | |_|_|/ / | |/| | | | | | | | | | Merge to update to latest upstream/master
| * | | | | Merge branch 'devel'Lauri Ojansivu2018-09-054-6/+14
| |\ \ \ \ \