summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade pip also.Lauri Ojansivu2019-04-231-1/+1
|
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-235-5/+15
|\
| * v2.63v2.63Lauri Ojansivu2019-04-234-4/+14
| |
| * Remove caddy plugins http.filter, http.ipfilter and http.realip from caddyLauri Ojansivu2019-04-231-1/+1
| | | | | | | | | | | | | | because they are currently broken, preventing download of caddy during Wekan Snap build. Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-2311-664/+678
|\|
| * v2.62v2.62Lauri Ojansivu2019-04-234-4/+13
| |
| * Merge pull request #2374 from hupptechnologies/center-card-list-viewLauri Ojansivu2019-04-231-0/+5
| |\ | | | | | | Issue : Mobile UI Center cards in list view #2371
| | * Issue : Mobile UI Center cards in list view #2371hupptechnologies2019-04-231-0/+5
| | | | | | | | | | | | Resolved #2371
| * | Update translations.Lauri Ojansivu2019-04-236-660/+660
| |/
* | Fix build scripts.Lauri Ojansivu2019-04-203-10/+8
| |
* | Remove extra check.Lauri Ojansivu2019-04-201-17/+0
| |
* | Fix repo url.Lauri Ojansivu2019-04-201-1/+1
| |
* | Update docker-compose.yml to use meteor-1.8 branch with MongoDB 4.0.9.Lauri Ojansivu2019-04-201-3/+3
| |
* | Fix snap npm permissions.Lauri Ojansivu2019-04-201-6/+6
| |
* | Update to MongoDB 4.0.9 on Snap.Lauri Ojansivu2019-04-201-1/+1
| |
* | Try to fix snap.Lauri Ojansivu2019-04-201-3/+3
| |
* | Fix python3 pip and setuptools error.Lauri Ojansivu2019-04-201-1/+2
| |
* | Fixes to get Dockerfile built on ubuntu:disco.Lauri Ojansivu2019-04-201-8/+8
| |
* | Update version.Lauri Ojansivu2019-04-201-1/+2
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-205-48/+58
|\|
| * v2.61v2.61Lauri Ojansivu2019-04-204-7/+17
| |
| * Fix release build script. package repos are included to Wekan now.Lauri Ojansivu2019-04-201-41/+41
| |
* | Merge pull request #2347 from justinr1234/meteor18Lauri Ojansivu2019-04-202-2/+4
|\ \ | | | | | | Additional Meteor 1.8.1 changes
| * | Additional Meteor 1.8.1 changesJustin Reynolds2019-04-192-2/+4
| | |
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-20427-291/+37956
|\ \ \ | |/ / |/| / | |/
| * Update translations.Lauri Ojansivu2019-04-202-3/+3
| |
| * Change enter => searchLauri Ojansivu2019-04-201-1/+1
| |
| * Fix rebuild script.Lauri Ojansivu2019-04-201-9/+8
| |
| * Uncomment not needed lines.Lauri Ojansivu2019-04-201-3/+3
| |
| * Merge branch 'Akuket-edge' into edgeLauri Ojansivu2019-04-2053-56/+166
| |\
| | * Update translations.Lauri Ojansivu2019-04-2049-52/+100
| | |
| | * Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edgeLauri Ojansivu2019-04-205-7/+69
| |/|
| | * fix lintsguillaume2019-04-191-8/+7
| | |
| | * Number of usersguillaume2019-04-195-20/+43
| | |
| | * Search user in admin panelguillaume2019-04-193-3/+43
| | |
| * | LDAP issues now at main Wekan repo.Lauri Ojansivu2019-04-201-1/+0
| | |
| * | Update changelog.Lauri Ojansivu2019-04-201-0/+6
| | |
| * | Move https://github.com/wekan/wekan-postgresql toLauri Ojansivu2019-04-204-0/+647
| | | | | | | | | | | | | | | | | | wekan/torodb-postgresql at https://github.com/wekan/wekan Thanks to xet7 !
| * | Update package names.Lauri Ojansivu2019-04-204-7/+8
| | |
| * | Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-20354-106/+36977
| | | | | | | | | | | | | | | | | | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 !
| * | - Upgrade to Node 8.16.0Lauri Ojansivu2019-04-205-13/+11
| | | | | | | | | | | | | | | | | | - Change git repo urls from git:// to https:// Thanks to xet7 !
| * | Fix repo urls.Lauri Ojansivu2019-04-201-7/+7
| | |
| * | Fix repo url.Lauri Ojansivu2019-04-201-1/+1
| | |
| * | Fix typos in directory names.Lauri Ojansivu2019-04-202-4/+4
| | |
| * | Ubuntu base image to ubuntu:discoLauri Ojansivu2019-04-201-1/+1
| |/ | | | | | | Thanks to Ubuntu and xet7 !
| * - Remove [extra](https://github.com/wekan/wekan/pull/2332) ↵Lauri Ojansivu2019-04-181-0/+2
| | | | | | | | | | | | [quotes](https://github.com/wekan/wekan/pull/2333) from docker-compose.yml. Thanks to hibare !
| * [Fix Full width of lists and space before first ↵Lauri Ojansivu2019-04-181-0/+5
| | | | | | | | | | | | | | | | list](https://github.com/wekan/wekan/pull/2343). Thanks to hupptehcnologies ! Closes #2336
| * Add missing packages back.Lauri Ojansivu2019-04-181-1/+2
| |
| * Merge pull request #2343 from hupptechnologies/improve-mobile-uiLauri Ojansivu2019-04-183-6/+12
| |\ | | | | | | Issue: Full width of lists and space before first list #2336
| | * Merge branch 'devel' into improve-mobile-uiLauri Ojansivu2019-04-1814-77/+106
| | |\ | | |/ | |/|