summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'feature/copy-move-cards-x-boards' of ↵Lauri Ojansivu2017-11-202-2/+54
|\ \ \ | |/ / |/| | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/copy-move-cards-x-boards
| * | Hide list of boards in Copy|Move cards for Sandstorm usersGhassen Rjab2017-11-141-2/+8
| | |
| * | Move cards cross boardsGhassen Rjab2017-11-141-1/+1
| | |
| * | Copy cards cross boardsGhassen Rjab2017-11-142-1/+47
| | |
* | | Fix: Invitation /sign-up page did not show input for invitation code. Thanks ↵Lauri Ojansivu2017-11-191-1/+1
| | | | | | | | | | | | to xet7 !
* | | Change admin panel header order to info people version.Lauri Ojansivu2017-11-191-4/+4
| | |
* | | Make Admin Panel People page text translateableLauri Ojansivu2017-11-191-14/+14
| | |
* | | Merge branch 'devel' of https://github.com/thuanpq/wekan into thuanpq-develLauri Ojansivu2017-11-185-9/+270
|\ \ \
| * | | Added update all user profile from admin panelThuan Pham Quoc2017-11-081-15/+24
| | | |
| * | | Updated users methods to get user id from client on updating user data, is ↵Thuan Pham Quoc2017-11-081-5/+5
| | | | | | | | | | | | | | | | aimed to support admin update other user profile
| * | | Added pagination to people management in admin panelThuan Pham Quoc2017-11-083-5/+49
| | | |
| * | | Added edit user from admin panelThuan Pham Quoc2017-11-072-22/+155
| | | |
| * | | Added people list in admin panel , just raw data right now, will add more ↵Thuan Pham Quoc2017-11-074-4/+79
| |/ / | | | | | | | | | features soon
* | | Updated comments about pressing enter on formsBrooks Becton2017-11-142-1/+3
| | |
* | | Added markdown support to card-titles, minicard-titles, checklist title, and ↵Brooks Becton2017-11-145-10/+21
|/ / | | | | | | checklist items
* | Make it possible to translate text Soft WIP Limit.Lauri Ojansivu2017-11-021-1/+1
| |
* | added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-314-17/+47
| |
* | Add iPhone favicon for Wekan. Thanks to guillaumebriday ! Closes #1317Lauri Ojansivu2017-10-311-0/+1
| |
* | Merge branch 'attachments-improvements' of ↵Lauri Ojansivu2017-10-313-5/+23
|\ \ | | | | | | | | | https://github.com/brooksbecton/wekan into brooksbecton-attachments-improvements
| * | Added swipebox package and added it to attachement imagesBrooks Becton2017-10-282-5/+2
| | | | | | | | | | | | Also removed '.js-open-viewer' and it's styling stub
| * | Added media queries to resize attatchmentsBrooks Becton2017-10-281-0/+21
| | | | | | | | | | | | media queries match other break points and break from a 3 column to 2 to 1
* | | Permit editing the WIP limitJacob Weisz2017-10-261-2/+2
|/ / | | | | | | | | | | | | This is a fix for #1310 and required for Edge users to be able to edit the WIP limit. (The up/down buttons appear to be "optional" according to the HTML5 spec, and can't be assumed to be present.) I also believe I fixed a spelling error in the same section. This PR is **NOT TESTED**
* | Fix: User with comment only permission can add cards. Thanks to xet7 ! ↵Lauri Ojansivu2017-10-201-3/+4
| | | | | | | | Closes #1301
* | Fix and update translations. Thanks to xet7 ! Closes #1286Lauri Ojansivu2017-10-102-2/+2
| |
* | Fix: When WIP limit in use, hide also add card + button at top of list. ↵Lauri Ojansivu2017-10-091-1/+2
| | | | | | | | Thanks to xet7 !
* | Merge branch 'userSelfRemove' of https://github.com/amadilsons/wekan into ↵Lauri Ojansivu2017-10-092-13/+21
|\ \ | | | | | | | | | amadilsons-userSelfRemove
| * | user can now leave the boardamadilsons2017-10-092-13/+21
| | |
* | | Merge branch 'issue783' of https://github.com/amadilsons/wekan into ↵Lauri Ojansivu2017-10-098-11/+109
|\ \ \ | |/ / |/| | | | | amadilsons-issue783
| * | added i18n translation, minor fixamadilsons2017-10-052-5/+5
| | |
| * | feature implemented, known bugs fixedamadilsons2017-10-054-39/+28
| | |
| * | most work concluded, code needs clean up, further testing requiredamadilsons2017-10-047-78/+63
| | |
| * | on its wayamadilsons2017-10-043-13/+95
| | |
| * | mostly frontend work, lists coll update with wipLimit fieldamadilsons2017-09-293-12/+36
| | |
| * | basic frontend setup, List model updated with wipLimit fieldamadilsons2017-09-282-0/+18
| | |
* | | Fix: Admin announcement can be viewed without signing in.Lauri Ojansivu2017-10-091-6/+7
| | | | | | | | | | | | Thanks to nztqa ! Closes #1281
* | | Add toggle switch-style for board color change eventsnztqa2017-10-041-0/+11
| | |
* | | Add check to see if permission is available (with isBoardMember)nztqa2017-10-041-7/+8
| | |
* | | Use Meteor.subscribe instead of DOM manipulation for Hide system messagesnztqa2017-10-034-5/+3
| | |
* | | Remove console lognztqa2017-10-031-1/+0
| | |
* | | Fix lint errors.Lauri Ojansivu2017-10-011-4/+2
| | |
* | | Merge branch 'improve-announcement' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-016-3/+91
|\ \ \ | | | | | | | | | | | | nztqa-improve-announcement
| * | | Rename notice -> announcementnztqa2017-10-014-26/+26
| | | |
| * | | Add message from service administratornztqa2017-09-286-3/+91
| |/ /
* | | Merge branch 'fix-create_label' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-1/+2
|\ \ \ | | | | | | | | | | | | nztqa-fix-create_label
| * | | Add check to see if permissionnztqa2017-09-291-1/+2
| |/ /
* | | Merge branch 'improve-activities' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-016-3/+81
|\ \ \ | | | | | | | | | | | | nztqa-improve-activities
| * | | Disable button when "Hide system messages" in user profile setting is validnztqa2017-09-254-4/+15
| | | |
| * | | Add comments only in activity feednztqa2017-09-256-3/+70
| | | |
* | | | Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | nztqa-fix-copy-card
| * | | | Remove cover idnztqa2017-09-251-0/+1
| |/ / /