summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v2.29v2.29Lauri Ojansivu2019-02-274-4/+11
|
* Update translations.Lauri Ojansivu2019-02-271-6/+6
|
* Fix templates board not foundAndrés Manelli2019-02-271-2/+2
|
* Merge branch 'devel' into edgeLauri Ojansivu2019-02-271-1/+1
|\
| * Fix typo.Lauri Ojansivu2019-02-271-1/+1
| |
* | Merge branch 'devel' into edgeLauri Ojansivu2019-02-2714-170/+180
|\|
| * v2.28v2.28Lauri Ojansivu2019-02-274-5/+5
| |
| * Update ChangeLog.Lauri Ojansivu2019-02-271-0/+19
| |
| * Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-2710-160/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192.
* | Merge branch 'devel' into edgeLauri Ojansivu2019-02-2713-53/+50
|\|
| * v2.27v2.27Lauri Ojansivu2019-02-274-5/+5
| |
| * Update translations.Lauri Ojansivu2019-02-2748-158/+446
| |
| * Update changelog.Lauri Ojansivu2019-02-271-6/+15
| |
| * - Fix OIDC error "a.join is not a function" b revertingLauri Ojansivu2019-02-278-44/+3
| | | | | | | | | | | | | | | | | | | | | | configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. Thanks to xet7 ! Closes #2206, Related #1874, Related #1722
| * v2.26v2.26Lauri Ojansivu2019-02-254-6/+7
| |
| * - [Fix OAuth2 ↵Lauri Ojansivu2019-02-251-0/+6
| | | | | | | | | | | | | | requestPermissions](https://github.com/wekan/wekan/commit/5e238bfbfea16940ae29647ae347bbdc0d78efb0). This maybe makes [Auth0 login possible](https://github.com/wekan/wekan/issues/1722) with OIDC. Thanks to GitHub user xet7.
| * - Fix OAuth2 requestPermissions.Lauri Ojansivu2019-02-251-1/+1
| | | | | | | | | | | | Thanks to xet7 ! Closes #1722
| * - Add setting ↵Lauri Ojansivu2019-02-251-0/+7
| | | | | | | | | | | | [EMAIL_NOTIFICATION_TIMEOUT](https://github.com/wekan/wekan/issues/2203). Defaut 30000 ms (30s). Thanks to GitHub users ngru and xet7.
| * - Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).Lauri Ojansivu2019-02-255-2/+17
| | | | | | | | | | | | Thanks to xet7 ! Closes #2203
* | Removed console.log.Lauri Ojansivu2019-02-261-1/+0
| |
* | Update translations.Lauri Ojansivu2019-02-268-195/+195
| |
* | Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-2512-35/+122
| |
* | Update translations.Lauri Ojansivu2019-02-2548-6/+294
| |
* | Add migrationsAndrés Manelli2019-02-241-0/+95
| |
* | Fix miniscreen renderAndrés Manelli2019-02-245-21/+24
| |
* | Fix lint errorsAndrés Manelli2019-02-249-169/+169
| |
* | Allow swimlane creation from templateAndrés Manelli2019-02-2410-35/+100
| | | | | | | | Mix lists with same name to avoid duplicates
* | Allow list creation from templateAndrés Manelli2019-02-248-26/+121
| |
* | Allow card creation from templateAndrés Manelli2019-02-241-17/+18
| |
* | Prepare to create card from templateAndrés Manelli2019-02-247-60/+57
| |
* | Add template search in Add Card menuAndrés Manelli2019-02-245-31/+57
| | | | | | | | | | | | Archive all cards in list when list is archived Remove default board in link popup Only list non-template boards in card link and search
* | Avoid links on a template-boardAndrés Manelli2019-02-247-30/+54
| | | | | | | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes
* | Remove links from templates board for the momentAndrés Manelli2019-02-247-10/+61
| | | | | | | | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
* | Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-249-26/+74
| | | | | | | | Avoid deleting template containers
* | Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-2414-7/+129
|/
* v2.25v2.25Lauri Ojansivu2019-02-234-4/+13
|
* - Revert file permission changes from v2.24 LDAP changes thatLauri Ojansivu2019-02-235-0/+0
| | | | | | caused snap version to not build. Thanks to xet7 !
* v2.24v2.24Lauri Ojansivu2019-02-234-5/+7
|
* - [Add LDAP email] matching ↵Lauri Ojansivu2019-02-231-1/+7
| | | | | | | support](https://github.com/wekan/wekan-ldap/pull/39) and [related env variables](https://github.com/wekan/wekan/pull/2198). Thanks to GitHub user stevenpwaters.
* Merge pull request #2198 from stevenpwaters/develLauri Ojansivu2019-02-237-1/+94
|\ | | | | Add LDAP email environment variables
| * Added LDAP email environment variablesSteven Waters2019-02-217-1/+94
| | | | | | | | Support for LDAP matching existing accounts with e-mail address.
* | - Add missing text .env to wekan/server/authentication.js.Lauri Ojansivu2019-02-231-0/+7
| | | | | | | | Thanks to Vanila Chat user .gitignore.
* | - Add missing text .envLauri Ojansivu2019-02-231-1/+1
| | | | | | | | Thanks to Vanila Chat user .gitignore !
* | Update translations.Lauri Ojansivu2019-02-233-124/+124
|/
* v2.23v2.23Lauri Ojansivu2019-02-174-5/+5
|
* Update translations (sv).Lauri Ojansivu2019-02-151-19/+19
|
* - [Fix authentication dropdown](https://github.com/wekan/wekan/pull/2191).Lauri Ojansivu2019-02-151-0/+9
| | | | Thanks to Akuket.
* Merge pull request #2191 from Akuket/feature-improve-authenticationLauri Ojansivu2019-02-153-3/+9
|\ | | | | Fix authentication dropdown
| * Fix authentication dropdownguillaume2019-02-153-3/+9
| |
* | v2.22v2.22Lauri Ojansivu2019-02-134-5/+5
| |