Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added red-green circle to board lists item for indicating board which has ↵ | Thuan Pham Quoc | 2017-11-20 | 5 | -0/+47 |
| | | | | overtime logs or normal spent time log | ||||
* | Update spent time title to indicate Overtime or normal Spent time | Thuan Pham Quoc | 2017-11-20 | 1 | -1/+5 |
| | |||||
* | Add card spent time to log time what can be overtime or not (will support ↵ | Thuan Pham Quoc | 2017-11-20 | 8 | -6/+164 |
| | | | | filtering in future) | ||||
* | v0.55v0.55 | Lauri Ojansivu | 2017-11-19 | 3 | -4/+4 |
| | |||||
* | Add link to commit by xet7 to CHANGELOG invitation code fix. | Lauri Ojansivu | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | Fix: Invitation /sign-up page did not show input for invitation code. Thanks ↵ | Lauri Ojansivu | 2017-11-19 | 2 | -2/+3 |
| | | | | to xet7 ! | ||||
* | Fix: Error after sending invitation and joining board: | Lauri Ojansivu | 2017-11-19 | 2 | -3/+5 |
| | | | | | Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined. Thanks to nztqa ! Closes #1331 | ||||
* | Merge branch 'soohwa-add-rest-api-bettor-error-output' into devel | Lauri Ojansivu | 2017-11-19 | 7 | -368/+611 |
|\ | | | | | | | REST API better error output. Thanks to soohwa ! Related #1037 | ||||
| * | REST API better error output. Thanks to soohwa ! Related #1037 | Lauri Ojansivu | 2017-11-19 | 7 | -368/+611 |
|/| | |||||
| * | Add REST API better error output | soohwa | 2017-10-15 | 6 | -365/+607 |
| | | |||||
* | | Fix: Helper to list boards for user. Thanks to milesibastos ! Closes #1326 | Lauri Ojansivu | 2017-11-19 | 2 | -5/+6 |
| | | |||||
* | | Merge branch 'thuanpq-devel' into devel | Lauri Ojansivu | 2017-11-19 | 46 | -419/+831 |
|\ \ | | | | | | | | | | | | | | | | User Admin to Admin Panel: List users. Change: is user admin, name, fullname, email address, is user active. Not changing password yet. Thanks to thuanpq and xet7 ! Related #802 | ||||
| * | | Update translations. | Lauri Ojansivu | 2017-11-19 | 35 | -357/+462 |
| | | | |||||
| * | | User Admin to Admin Panel: List users. | Lauri Ojansivu | 2017-11-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Change: is user admin, name, fullname, email address, is user active. Not changing password yet. Thanks to thuanpq and xet7 ! Related #802 | ||||
| * | | Change admin panel header order to info people version. | Lauri Ojansivu | 2017-11-19 | 1 | -4/+4 |
| | | | |||||
| * | | Make Admin Panel People page text translateable | Lauri Ojansivu | 2017-11-19 | 2 | -15/+18 |
| | | | |||||
| * | | Merge branch 'devel' of https://github.com/thuanpq/wekan into thuanpq-devel | Lauri Ojansivu | 2017-11-18 | 9 | -60/+363 |
|/| | | |||||
| * | | Fix Missing trailing comma in users.js | Thuan Pham Quoc | 2017-11-16 | 1 | -1/+1 |
| | | | |||||
| * | | Added update all user profile from admin panel | Thuan Pham Quoc | 2017-11-08 | 2 | -59/+81 |
| | | | |||||
| * | | Updated users methods to get user id from client on updating user data, is ↵ | Thuan Pham Quoc | 2017-11-08 | 2 | -12/+13 |
| | | | | | | | | | | | | aimed to support admin update other user profile | ||||
| * | | Added pagination to people management in admin panel | Thuan Pham Quoc | 2017-11-08 | 4 | -7/+55 |
| | | | |||||
| * | | Added edit user from admin panel | Thuan Pham Quoc | 2017-11-07 | 2 | -22/+155 |
| | | | |||||
| * | | Added people list in admin panel , just raw data right now, will add more ↵ | Thuan Pham Quoc | 2017-11-07 | 6 | -4/+102 |
| | | | | | | | | | | | | features soon | ||||
| * | | Add .idea to .gitignore | Thuan Pham Quoc | 2017-11-06 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'brooksbecton-addMarkdownToTitle' into devel | Lauri Ojansivu | 2017-11-18 | 6 | -11/+38 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | Markdown in card/minicard/checlist titles and checklist items. Next line: Shift+Enter. Submit: Enter. Closes #926. Fix: Emoji detection breaks MAC addresses. Closes #1248. Fix: Codeblocks should not be scanned for emoji. Closes #643. Fix: Whitespace trimming breaks Markdown code block indentation. Closes #1288. Thanks to brooksbecton ! | ||||
| * | | Markdown in card/minicard/checlist titles | Lauri Ojansivu | 2017-11-18 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | and checklist items. Next line: Shift+Enter. Submit: Enter. Closes #926. Fix: Emoji detection breaks MAC addresses. Closes #1248. Fix: Codeblocks should not be scanned for emoji. Closes #643. Fix: Whitespace trimming breaks Markdown code block indentation. Closes #1288. Thanks to brooksbecton ! | ||||
| * | | Updated comments about pressing enter on forms | Brooks Becton | 2017-11-14 | 2 | -1/+3 |
| | | | |||||
| * | | Added markdown support to card-titles, minicard-titles, checklist title, and ↵ | Brooks Becton | 2017-11-14 | 5 | -10/+21 |
|/ / | | | | | | | checklist items | ||||
* | | v0.54v0.54 | Lauri Ojansivu | 2017-11-02 | 3 | -4/+8 |
| | | |||||
* | | Merge branch 'amadilsons-softwiplimit' into devel | Lauri Ojansivu | 2017-11-02 | 43 | -75/+153 |
|\ \ | | | | | | | | | | Soft WIP Limit. Thanks to amadilsons and xet7 ! Closes #1311 | ||||
| * | | Soft WIP Limit. Thanks to amadilsons and xet7 ! Closes #1311 | Lauri Ojansivu | 2017-11-02 | 1 | -0/+8 |
| | | | |||||
| * | | Update translations. | Lauri Ojansivu | 2017-11-02 | 35 | -38/+73 |
| | | | |||||
| * | | Make it possible to translate text Soft WIP Limit. | Lauri Ojansivu | 2017-11-02 | 2 | -1/+2 |
| | | | |||||
| * | | fix: always restore archived cards if wip limit is soft | amadilsons | 2017-10-31 | 1 | -1/+1 |
| | | | |||||
| * | | added soft wip limit feature, fixed wipLimit=0 bug (??) | amadilsons | 2017-10-31 | 5 | -36/+70 |
|/ / | |||||
* | | v0.52v0.52 | Lauri Ojansivu | 2017-10-31 | 3 | -4/+4 |
| | | |||||
* | | Update translations. | Lauri Ojansivu | 2017-10-31 | 1 | -10/+10 |
| | | |||||
* | | Add iPhone favicon for Wekan. Thanks to guillaumebriday ! Closes #1317 | Lauri Ojansivu | 2017-10-31 | 2 | -2/+4 |
| | | |||||
* | | Merge branch 'Tentoe-boardimportbug' into devel | Lauri Ojansivu | 2017-10-31 | 2 | -29/+25 |
|\ \ | | | | | | | | | | | | | Fixed Members do not get included on board import from Wekan. Thanks to Tentoe ! Closes #1255 | ||||
| * | | Fixed Members do not get included on board import from Wekan. Thanks to ↵ | Lauri Ojansivu | 2017-10-31 | 1 | -1/+5 |
| | | | | | | | | | | | | Tentoe ! Closes #1255 | ||||
| * | | Merge branch 'boardimportbug' of https://github.com/Tentoe/wekan into ↵ | Lauri Ojansivu | 2017-10-31 | 1 | -28/+20 |
|/| | | | | | | | | | | | Tentoe-boardimportbug | ||||
| * | | Covered case of no admin and no self mapping. | Keven Kurz PC | 2017-10-29 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | Now importer is always admin of the imported board so that no undeletable boards can be created. | ||||
| * | | fixed Members do not get included on board import from WeKan #1255 | Keven Kurz PC | 2017-10-29 | 1 | -33/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed multiple errors where constants were mistakenly overridden.(or trying to get a property of an object after making sure it doesn't exits) renamed wekanBoard Parameter from createBoardAndLabels for clairity reworked adding admin for imorter | ||||
* | | | Merge branch 'brooksbecton-attachments-improvements' into devel | Lauri Ojansivu | 2017-10-31 | 6 | -7/+28 |
|\ \ \ | |||||
| * | | | Image attachment resize on smaller screens and swipebox. Thanks to ↵ | Lauri Ojansivu | 2017-10-31 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | brooksbecton ! Closes #201 | ||||
| * | | | Merge branch 'attachments-improvements' of ↵ | Lauri Ojansivu | 2017-10-31 | 5 | -5/+25 |
|/| | | | | | | | | | | | | | | | https://github.com/brooksbecton/wekan into brooksbecton-attachments-improvements | ||||
| * | | | Merge branch 'attachments-improvements' of github.com:brooksbecton/wekan ↵ | Brooks Becton | 2017-10-28 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | into attachments-improvements | ||||
| | * | | | Added swipebox package and added it to attachement images | Brooks Becton | 2017-10-28 | 4 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | Also removed '.js-open-viewer' and it's styling stub | ||||
| | * | | | Merge branch 'attachments-improvements' of github.com:brooksbecton/wekan ↵ | Brooks Becton | 2017-10-25 | 0 | -0/+0 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | into attachments-improvements | ||||
| | | * | | | Added media queries to resize attatchments | Brooks Becton | 2017-10-25 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | media queries match other break points and break from a 3 column to 2 to 1 |