summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'make-small-add-card-at-list-top-easier-to-see' of ↵Lauri Ojansivu2017-12-111-0/+1
|\ | | | | | | https://github.com/thuanpq/wekan into thuanpq-make-small-add-card-at-list-top-easier-to-see
| * Fixed - make it easier to see the Adding Card btn at top of listThuan Pham Quoc2017-12-101-0/+1
| |
* | Merge branch 'keep-attachment-section-for-uploading-attachment-easier' of ↵Lauri Ojansivu2017-12-111-6/+5
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-keep-attachment-section-for-uploading-attachment-easier
| * | Always display attachment section for uploading file quicklyThuan Pham Quoc2017-12-101-6/+5
| |/
* | Merge branch 'fixed-bug-on-long-card-history-log' of ↵Lauri Ojansivu2017-12-111-0/+2
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-fixed-bug-on-long-card-history-log
| * | Fixed - bug on long url of attachment in card activity logThuan Pham Quoc2017-12-091-0/+2
| |/
* | Merge branch 'fix-bug-on-header-quick-access' of ↵Lauri Ojansivu2017-12-112-2/+1
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-fix-bug-on-header-quick-access
| * | Fixed - boards subscription should be placed at header for all other ↵Thuan Pham Quoc2017-12-062-2/+1
| |/ | | | | | | component can be used
* | Merge branch 'auto-update-card-cover-with-latest-uploaded-image' of ↵Lauri Ojansivu2017-12-111-1/+7
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-auto-update-card-cover-with-latest-uploaded-image
| * | Added - auto update card cover with latest uploaded image attachment of cardThuan Pham Quoc2017-12-091-1/+7
| |/
* | Merge branch 'dont-open-swipebox-overlay-while-downloading-update-cover' of ↵Lauri Ojansivu2017-12-111-2/+2
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-dont-open-swipebox-overlay-while-downloading-update-cover
| * | Fixed - don't open swipebox on update card cover - download file - delete fileThuan Pham Quoc2017-12-081-2/+2
| |/
* | Merge branch 'fix-bug-on-sidebar-member-avatar-not-shown' of ↵Lauri Ojansivu2017-12-111-0/+2
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-fix-bug-on-sidebar-member-avatar-not-shown
| * | Fixed - bug on not able to see member avatar on sidebar activityThuan Pham Quoc2017-12-061-0/+2
| |/
* / Fix lint errors.Lauri Ojansivu2017-12-036-157/+157
|/
* Merge branch 'fix-bug-on-missing-admin-panel-menuoption' of ↵Lauri Ojansivu2017-12-023-5/+8
|\ | | | | | | https://github.com/thuanpq/wekan into thuanpq-fix-bug-on-missing-admin-panel-menuoption
| * Move user-admin subsciption to headerThuan Pham Quoc2017-12-013-7/+2
| |
| * Fixed - Missing trailing comma comma-dangleThuan Pham Quoc2017-12-011-1/+1
| |
| * Fixed - bug on not able to see ADMIN PANEL if not access Board ListThuan Pham Quoc2017-12-011-4/+12
| |
* | Fix lint error.Lauri Ojansivu2017-12-021-2/+0
| |
* | Move global subscription to template subscription so that subscriptionLauri Ojansivu2017-12-024-9/+11
| | | | | | | | | | will stop when template is unused. It's very important for efficiency espacially with large number of users. Thanks to mfshiu !
* | Allow admin to change user password in admin panelThuan Pham Quoc2017-12-012-9/+12
|/
* Merge branch 'conflict-resolution-458' of https://github.com/nztqa/wekan ↵Lauri Ojansivu2017-11-2914-34/+184
|\ | | | | | | into nztqa-conflict-resolution-458
| * Optimize for mobile web, show single list per page with navigate barnztqa2017-11-2914-34/+184
| |
* | Fix: Frequent Subscriptions problem that make Excessive CPU usage.Lauri Ojansivu2017-11-292-4/+7
| | | | | | | | Thanks to mfshiu ! Closes #1096, Closes wekan/wekan-mongodb#2
* | Merge branch 'improve-smtp-testing' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-11-282-0/+19
|\ \ | |/ |/| | | nztqa-improve-smtp-testing
| * Add smtp test email translationsnztqa2017-11-281-4/+7
| |
| * Add alert methodnztqa2017-11-271-0/+2
| |
| * Add test SMTP settingsnztqa2017-11-272-0/+14
| |
* | Fix permissions (isBoardMember to isNotCommentOnly)nztqa2017-11-271-6/+6
|/
* Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵Lauri Ojansivu2017-11-219-4/+173
|\ | | | | | | thuanpq-card-spent-time
| * Added red-green circle to board lists item for indicating board which has ↵Thuan Pham Quoc2017-11-203-0/+35
| | | | | | | | overtime logs or normal spent time log
| * Update spent time title to indicate Overtime or normal Spent timeThuan Pham Quoc2017-11-201-1/+5
| |
| * Add card spent time to log time what can be overtime or not (will support ↵Thuan Pham Quoc2017-11-206-4/+134
| | | | | | | | filtering in future)
* | Merge branch 'fix-title-editing-shift-key-firefox' of ↵Lauri Ojansivu2017-11-211-1/+1
|\ \ | | | | | | | | | https://github.com/couscous3/wekan into couscous3-fix-title-editing-shift-key-firefox
| * | card detail: fix title editing with shift keycouscous32017-11-201-1/+1
| |/ | | | | in firefox there is no global `event` object, therefore we should use the `evt` argument from the event handler
* | Merge branch 'remove-minicard-title-whitespace' of ↵Lauri Ojansivu2017-11-211-0/+3
|\ \ | | | | | | | | | https://github.com/couscous3/wekan into couscous3-remove-minicard-title-whitespace
| * | remove erroneous minicard title whitespacecouscous32017-11-201-0/+3
| |/ | | | | introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
* | Merge branch 'fix-board-list-long-desc' of https://github.com/thuanpq/wekan ↵Lauri Ojansivu2017-11-211-0/+1
|\ \ | | | | | | | | | into thuanpq-fix-board-list-long-desc
| * | Fixed issue on board list with long-desc boardsThuan Pham Quoc2017-11-201-0/+1
| |/
* | Fix Copy/Move cards. Thanks to thuanpq !Lauri Ojansivu2017-11-212-3/+6
| |
* | 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
| | |