Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix importing Trello board | Ghassen Rjab | 2017-06-22 | 1 | -2/+2 |
| | | | Attribute correct members to their comments | ||||
* | Fix login url in invitation email. Closes #993 | Lauri Ojansivu | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Reenable the export feature | Johannes Zellner | 2017-06-12 | 1 | -22/+22 |
| | | | | Fixes #1055 | ||||
* | Fixed a typo.. | mayjs | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Implemented the change of /api/user/boards as proposed by huneau | mayjs | 2017-05-16 | 1 | -1/+5 |
| | |||||
* | Fixed eslint errors | mayjs | 2017-05-15 | 2 | -10/+10 |
| | |||||
* | Added readonly user access to cards | mayjs | 2017-05-15 | 1 | -2/+2 |
| | |||||
* | Modified access to GET /api/boards/:boardId/lists/:listId | mayjs | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | Modified access to GET /api/boards/:boardId/lists | mayjs | 2017-05-15 | 1 | -1/+2 |
| | |||||
* | Extracted board access check function | mayjs | 2017-05-15 | 1 | -4/+1 |
| | |||||
* | Changed GET /api/boards/:id to allow access by the normally also allowed users. | mayjs | 2017-05-15 | 1 | -2/+5 |
| | |||||
* | Fixed a typo and removed an old todo comment | mayjs | 2017-05-15 | 1 | -2/+2 |
| | |||||
* | Changed /api/user/boards to only check if the user is logged in | mayjs | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | let -> const | mayjs | 2017-05-15 | 2 | -2/+2 |
| | |||||
* | Added an endpoint to get the user referenced by the given token | mayjs | 2017-05-15 | 1 | -0/+10 |
| | |||||
* | Removed old debug output | mayjs | 2017-05-15 | 1 | -1/+0 |
| | |||||
* | Fixed the errors existing in /api/user/boards | mayjs | 2017-05-15 | 1 | -8/+15 |
| | |||||
* | Added /api/user/boards | Johannes May | 2017-05-13 | 1 | -0/+12 |
| | |||||
* | add token authentication, only admin can use api | huneau romain | 2017-05-11 | 6 | -0/+24 |
| | |||||
* | add rest api for checklist and card comment | huneau romain | 2017-05-10 | 2 | -15/+139 |
| | |||||
* | REST API - Meteor 1.4 - first step issue | Lauri Ojansivu | 2017-04-27 | 5 | -112/+329 |
| | |||||
* | isCommentOnly false fix for Trello import. Thanks to rhelsing ! | Lauri Ojansivu | 2017-04-25 | 1 | -0/+2 |
| | |||||
* | dangling commas error | Stephen Moloney | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | First user is admin only if not running in sandstorm | Julen Landa Alustiza | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | Add isAdmin to user Schema | Julen Landa Alustiza | 2017-04-02 | 1 | -0/+4 |
| | |||||
* | Fix email settings loading: | Julen Landa Alustiza | 2017-04-01 | 2 | -30/+28 |
| | | | | | | | | | | | MAIL_URL was overriden with database info all the time. Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor exists valid admin panel data MAIL_URL is not set. MAIL_FROM was ignored. Same behaviour, env variable has bigger priority than database configuration. On both cases, althrought environment variable is set, updating admin-panel mail settings will load new info and ignore the environment variable. Remove some code that is not needed anymore | ||||
* | Add TLS toggle option to smtp configuration | Julen Landa Alustiza | 2017-03-30 | 1 | -6/+12 |
| | |||||
* | hotfix to user add | Ryan Helsing | 2017-03-29 | 1 | -0/+1 |
| | |||||
* | Merge pull request #925 from rhelsing/comment-permissions | Lauri Ojansivu | 2017-03-28 | 3 | -4/+23 |
|\ | | | | | Comment permissions | ||||
| * | comment only working, naive implementation complete | Ryan Helsing | 2017-03-18 | 2 | -3/+8 |
| | | |||||
| * | cant see add list if comment only | Ryan Helsing | 2017-03-18 | 1 | -0/+5 |
| | | |||||
| * | ability to store comment only, actual prevention next | Ryan Helsing | 2017-03-18 | 1 | -1/+10 |
| | | |||||
* | | Merge pull request #943 from Zokormazo/smtp | Lauri Ojansivu | 2017-03-28 | 2 | -25/+30 |
|\ \ | | | | | | | Don't send emails if missing smtp host | ||||
| * | | Don't send emails if missing smtp host | Julen Landa Alustiza | 2017-03-28 | 2 | -25/+30 |
| |/ | |||||
* / | Remove invitation code if email sending failed, improve registration process ↵ | lkisme | 2017-03-28 | 2 | -8/+17 |
|/ | | | | with invitation | ||||
* | Set mail-from to environment immediately after changed, | lkisme | 2017-03-09 | 1 | -3/+20 |
| | | | | allow user set a blank username&password pair in SMTP setting. | ||||
* | Merge branch 'checklist-import' of https://github.com/whodafly/wekan into ↵ | Lauri Ojansivu | 2017-03-05 | 1 | -1/+41 |
|\ | | | | | | | whodafly-checklist-import | ||||
| * | Fix up some linting issues | Raoul Snyman | 2017-03-05 | 1 | -4/+4 |
| | | |||||
| * | Close #873 by importing checklists from Trello | Raoul Snyman | 2017-03-05 | 1 | -1/+41 |
| | | |||||
* | | Fix merge conflict. | Lauri Ojansivu | 2017-03-05 | 3 | -1/+205 |
|\ \ | |||||
| * | | wording change, email sending optimization, add texts to i18n | lkisme | 2017-02-26 | 2 | -8/+8 |
| | | | |||||
| * | | Make mailServer setting optional | lkisme | 2017-02-26 | 1 | -0/+5 |
| | | | |||||
| * | | Admin panel: | lkisme | 2017-02-24 | 3 | -1/+200 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | [ENH] Invite user with lower case email | Florent MONTHEL | 2017-03-04 | 1 | -2/+3 |
| |/ |/| | |||||
* | | Bug: orphan documents were created when cards were deleted | maulal | 2017-02-25 | 1 | -0/+10 |
|/ | |||||
* | Improve wekan performance (checklist collection scan) | Alexis LACROIX | 2017-02-22 | 2 | -3/+5 |
| | |||||
* | Improve wekan performance #837 | maulal | 2017-02-22 | 4 | -1/+9 |
| | |||||
* | [BUG] Bug when we're removing user from board that generate activity for all ↵ | Florent MONTHEL | 2017-02-21 | 1 | -7/+10 |
| | | | | the card of the board | ||||
* | Merge pull request #65 from BaobabCoder/devel | Lauri Ojansivu | 2017-02-03 | 1 | -0/+11 |
|\ | | | | | Remove a list | ||||
| * | missing coma | Béranger Campardou | 2017-01-20 | 1 | -1/+1 |
| | |