summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #940 from JamborJan/develLauri Ojansivu2017-03-284-4/+8
|\ | | | | Add bigger screenshots
| * Tinified pngsJJ2017-03-282-0/+0
| | | | | | | | Tinified pngs with https://tinypng.com/
| * Add bigger screenshotsJJ2017-03-284-4/+8
| | | | | | | | According to this conversation: https://oasis.sandstorm.io/grain/mZ6GkpaHjWAyxxKXgwTCG5/b/sandstorm/libreboard/KgLwFJqLmgheFvwRc 2 bigger screenshots added
* | Release v0.17v0.17Lauri Ojansivu2017-03-252-2/+2
| |
* | Remove fixed issue.Lauri Ojansivu2017-03-241-1/+0
| |
* | Update urls and upcoming version.Lauri Ojansivu2017-03-241-2/+2
| |
* | Update translations.Lauri Ojansivu2017-03-248-336/+706
| |
* | Tried to fix fonts for #914 , not #707 that was wrong number in previous commit.Lauri Ojansivu2017-03-241-0/+2
| |
* | Fix fonts. Still looking for better solution for #707Lauri Ojansivu2017-03-241-1/+1
| |
* | Merge branch 'Serubin-devel' into develLauri Ojansivu2017-03-246-3/+10
|\ \
| * | Fix: Double slash problem on card pop-ups. Closes #785Lauri Ojansivu2017-03-242-2/+3
| | |
| * | Merge branch 'devel' of https://github.com/Serubin/wekan into Serubin-develLauri Ojansivu2017-03-245-2/+8
|/| |
| * | Eslint will now ignore packages directory.Serubin2017-03-231-1/+1
| | |
| * | Updated flow-router commit. Changed urlSerubin2017-03-232-1/+1
| | |
| * | App env variablesSerubin2017-03-221-0/+3
| | |
| * | Added local dependency for flow-routerSerubin2017-03-223-1/+4
| |/
* / Update urls.Lauri Ojansivu2017-03-241-2/+2
|/
* Update screenshot.Lauri Ojansivu2017-03-221-1/+1
|
* Merge pull request #930 from dwrensha/sandstorm-release-19Lauri Ojansivu2017-03-211-2/+2
|\ | | | | update sandstorm metadata for appVersion 19 release
| * update sandstorm metadata for appVersion 19 releaseDavid Renshaw2017-03-211-2/+2
|/
* Fix default font so Chinese is shown correctly. Thanks to mo-han !Lauri Ojansivu2017-03-191-3/+5
|
* Fix default font so Chinese is shown correctly. Closes #914Lauri Ojansivu2017-03-191-1/+1
|
* Fix bug: No need for Array.prototype if using rest operator. Thanks to vuxor !Lauri Ojansivu2017-03-191-0/+13
|
* Merge branch 'vuxor-concat-blaze-helper' into develLauri Ojansivu2017-03-191-3/+1
|\
| * No need for Array.prototype if using rest operatorIvan Radeljic2017-03-161-3/+1
|/
* Update changelog.v0.16Lauri Ojansivu2017-03-151-0/+8
|
* Update translations.Lauri Ojansivu2017-03-151-1/+1
|
* Set IE compatibility mode to Edge to so thatLauri Ojansivu2017-03-152-0/+16
| | | | Wekan board loads correctly.
* v0.13 Wekan release.v0.13Lauri Ojansivu2017-03-121-0/+15
|
* Merge branch 'lkisme-admin-panel' into develLauri Ojansivu2017-03-122-5/+22
|\
| * Merge branch 'admin-panel' of https://github.com/lkisme/wekan into ↵Lauri Ojansivu2017-03-122-5/+22
|/| | | | | | | lkisme-admin-panel
| * Set mail-from to environment immediately after changed,lkisme2017-03-092-5/+22
| | | | | | | | allow user set a blank username&password pair in SMTP setting.
* | Update translations.Lauri Ojansivu2017-03-124-86/+86
|/
* Fix typo.Lauri Ojansivu2017-03-051-1/+1
|
* v0.12 Wekan release.v0.12Lauri Ojansivu2017-03-051-0/+15
|
* Merge branch 'whodafly-checklist-import' into develLauri Ojansivu2017-03-051-1/+41
|\
| * Merge branch 'checklist-import' of https://github.com/whodafly/wekan into ↵Lauri Ojansivu2017-03-051-1/+41
|/| | | | | | | whodafly-checklist-import
| * Fix up some linting issuesRaoul Snyman2017-03-051-4/+4
| |
| * Close #873 by importing checklists from TrelloRaoul Snyman2017-03-051-1/+41
| |
* | v0.11.1-rc2 Wekan prerelease.v0.11.1-rc2Lauri Ojansivu2017-03-051-10/+10
| |
* | Update Finnish translation.Lauri Ojansivu2017-03-052-338/+338
| |
* | Update translations.Lauri Ojansivu2017-03-0523-88/+572
| |
* | Add Admin Panel:Lauri Ojansivu2017-03-051-2/+20
| | | | | | | | | | 1) Disable Self-Registration and invite users 2) SMTP settings.
* | Merge branch 'lkisme-devel' into develLauri Ojansivu2017-03-0519-8/+658
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Admin Panel: 1) Disable Self-Registration and invite users 2) SMTP settings. Adding Admin user in mongo cli: 1) Use database that has wekan data, for example: use admin; 2) Add Admin rights to some Wekan username: db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}}) Hiding Admin panel by removing Admin rights: use admin; db.settings.remove({});
| * | Fix merge conflict.Lauri Ojansivu2017-03-0519-8/+658
|/| |
| * | wording change, email sending optimization, add texts to i18nlkisme2017-02-269-50/+74
| | |
| * | Make mailServer setting optionallkisme2017-02-261-0/+5
| | |
| * | remove translation in zh-CNlkisme2017-02-251-9/+2
| | |
| * | Admin panel:lkisme2017-02-2420-10/+638
| | | | | | | | | | | | | | | | | | | | | Only invited user can register in strict mode, Set mail server in admin panel, Switch strict mode in admin panel, Invite people to system in admin panel
* | | Invite user with lower case email. Thanks to fmonthel !Lauri Ojansivu2017-03-051-0/+1
| | |