summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* show custom fields on cards but still with dummy valuePouyan Savoli2017-09-224-30/+68
|
* card model and card ui preparation for custom fields #2Pouyan Savoli2017-09-221-3/+4
|
* card model and card ui preparation for custom fieldsPouyan Savoli2017-09-224-3/+14
|
* many custom fields model and UI enhancementsPouyan Savoli2017-09-229-51/+130
|
* Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-228-0/+103
|
* Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into ↵Lauri Ojansivu2017-09-131-0/+1
|\ | | | | | | frmwrk123-issue-1213
| * Existing title of card is pre-filled in copy dialogJim Martens2017-09-121-0/+1
| |
* | Implemented checklist item sorting across checklistsJim Martens2017-09-121-0/+67
| |
* | Prepared template for sortable checklist itemsJim Martens2017-09-121-4/+3
|/
* Rename New integration to New Outgoing WebhookLauri Ojansivu2017-09-091-1/+1
|
* Added copy card functionalityJim Martens2017-09-051-0/+45
|
* Added copy card to templateJim Martens2017-09-051-0/+7
|
* Merge branch 'feature/manual-attachments-activities' of ↵Lauri Ojansivu2017-09-021-1/+2
|\ | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/manual-attachments-activities
| * Assign user to attachment before insertingGhassen Rjab2017-08-311-1/+2
| |
* | Allow delete from client. List all integrations in web UIAndrés Manelli2017-08-303-16/+34
|/
* Merge branch 'username-matching' of https://github.com/jonasob/wekan into ↵Lauri Ojansivu2017-08-262-3/+3
|\ | | | | | | jonasob-username-matching
| * Usernames should be able to include dots (.)Jonas Oberg2017-08-252-3/+3
| |
* | Copy card link to clipboard. Thanks to xet7 ! Closes #1188Lauri Ojansivu2017-08-262-16/+45
|/
* Add web manifestDan Hawkes2017-08-201-0/+1
| | | | Adds a basic web manifest to support progressive web-app use.
* Fix flex property width of first columnnztqa2017-08-101-1/+1
|
* Add change email addressnztqa2017-08-074-2/+87
| | | | Set allow email change in admin panel
* Add display wekan version number and runtime environmentnztqa2017-08-033-2/+104
|
* Fix keyframe propertynztqa2017-07-281-1/+2
| | | | | Support for IE11 https://github.com/wekan/wekan/pull/646
* Add checklist items to activity logGhassen Rjab2017-07-261-0/+11
|
* A Sandstorm user can restore an archived boardGhassen Rjab2017-07-253-0/+16
|
* Import boards in SandstormGhassen Rjab2017-07-243-0/+5
|
* Fix import pages URLsGhassen Rjab2017-07-241-2/+2
|
* Add export and import in board menu in SandstormGhassen Rjab2017-07-241-0/+5
|
* Fix texts in import board pageGhassen Rjab2017-07-161-2/+2
|
* Merge branch 'improve-notify' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-07-122-0/+54
|\ | | | | | | nztqa-improve-notify
| * Add input form in board menunztqa2017-07-092-0/+54
| |
* | Use right class for options listGhassen Rjab2017-07-091-1/+1
| |
* | Add import Wekan board featureGhassen Rjab2017-07-086-19/+86
|/
* Improve UI Design (checklists item)nztqa2017-07-031-0/+3
| | | | | 1. Change background color on mouseover and remove it after mouseout 2. Increase the clickable area of title
* Add check to see if input is emptynztqa2017-07-012-9/+16
|
* Improve input of checklistnztqa2017-06-302-1/+8
| | | | When finished input of checklist item title, open new checklist item.
* Merge branch 'fix-link-card' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-06-271-1/+1
|\ | | | | | | nztqa-fix-link-card
| * Fix link to cardnztqa2017-06-271-1/+1
| |
* | Fix: incorrect attachment link with subfolder in the urlnztqa2017-06-273-4/+4
|/
* Merge branch 'fix-i18n-subfolder' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-06-261-0/+1
|\ | | | | | | nztqa-fix-i18n-subfolder
| * Add i18n file route for subfoldernztqa2017-06-261-0/+1
| |
* | Add admin panel route for subfoldernztqa2017-06-261-1/+1
|/
* Add make sure authority existsnztqa2017-06-211-16/+19
|
* Edit card description with invalid markdownGhassen Rjab2017-06-201-0/+2
| | | The viewer has a minimum height of 18px (at least a single line) so the anchor can still be clickable even there is no text shown
* Save to be translatable in Admin Panel SMTP settings.Lauri Ojansivu2017-06-191-1/+1
|
* Initials to be translatable.Lauri Ojansivu2017-06-191-1/+1
|
* Archived boards to be translatable.Lauri Ojansivu2017-06-191-3/+3
|
* Add Breton labelGhassen Rjab2017-06-192-2/+2
|
* Sort available languages by their translated namesGhassen Rjab2017-06-182-6/+22
|
* Merge https://github.com/GhassenRjab/wekan into GhassenRjab-develLauri Ojansivu2017-06-171-1/+5
|\ | | | | | | Fix "W" shortcut binding. Thanks to GhassenRjab ! Closes #1064