summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix filenames and urls.Lauri Ojansivu2019-03-231-5/+5
| |
* | Remove extra title quotes, so that Custom Product Name comes visible.Lauri Ojansivu2019-03-221-1/+1
| | | | | | | | Thanks to xet7 !
* | - More whitelabeling.Lauri Ojansivu2019-03-215-20/+25
| | | | | | | | Thanks to xet7 !
* | Merge pull request #2270 from andresmanelli/fix_2266Lauri Ojansivu2019-03-211-1/+1
|\ \ | | | | | | Fix #2266
| * | Fix #2266Andrés Manelli2019-03-181-1/+1
| | |
* | | Merge branch 'edge' of https://github.com/andresmanelli/wekan into ↵Lauri Ojansivu2019-03-205-10/+35
|\ \ \ | | | | | | | | | | | | andresmanelli-edge
| * | | Lint fixAndrés Manelli2019-03-162-3/+3
| | | |
| * | | - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-165-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
| * | | Migrate customFieldsAndrés Manelli2019-03-161-2/+3
| |/ /
* / / make emails for invitations all lowercase for compatibility with ↵Ole Langbehn2019-03-161-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AccountsTemplates Email addresses for invitations are stored case sensitive in mongo, together with the invitation codes. When someone tries to sign up due to an invitation, in the sign up form, due to AccountsTemplates defaults, the email address is lowercased on blur of the textbox. When they then try to sign in, they get an error about the invitation code not existing. This makes it impossible to successfully invite people using non-lowercased email addresses. This patch lowercases the emails on the client side when inviting them. Other possibilities would be to lowercase them on the server side before storing them to mongodb, making a case insensitive search on mongodb, or making the email input field in the sign up form not lowercase the email string. This patch was chosen in favor of the other possibilities because of its simplicity.
* | Fix LDAP login.Lauri Ojansivu2019-03-151-14/+5
| | | | | | | | | | | | | | Thanks to xet7 ! Closes wekan/wekan-ldap#43, closes wekan/wekan-snap#85
* | Try to fix [LDAP Login: "Login forbidden", ReferenceError: req is not ↵Lauri Ojansivu2019-03-141-5/+5
| | | | | | | | | | | | | | | | | | | | defined](https://github.com/wekan/wekan-ldap/issues/44). Please test. Thanks to xet7 ! Closes wekan/wekan-ldap#44
* | Remove ordering of cards by stars/color/description, so that cards would not ↵Lauri Ojansivu2019-03-141-1/+1
| | | | | | | | | | | | | | | | reorder all the time. Thanks to xet7 ! Closes #2241
* | Revert hiding of Subtask boards, because of feedback from Wekan users,Lauri Ojansivu2019-03-131-1/+0
| | | | | | | | | | | | that need Subtask boards to be visible. Thanks to xet7 !
* | Try to get ordering of All Boards working so that it doesLauri Ojansivu2019-03-111-1/+1
| | | | | | | | | | | | | | | | not keep reordering. Thanks to bentiss, with Apache I-CLA. Related #2241
* | - Order All Boards by starred, color, board name and board description. Part 2.Lauri Ojansivu2019-03-111-4/+1
| | | | | | | | Thanks to xet7 !
* | Avoid set self as parent card, for realAndrés Manelli2019-03-082-28/+21
| |
* | Merge pull request #2239 from bentiss/customFields-activitiesLauri Ojansivu2019-03-082-0/+24
|\ \ | | | | | | Activities: register customFields changes in the activities
| * | Activities: register customFields changed in the activitiesBenjamin Tissoires2019-03-082-0/+24
| | | | | | | | | | | | | | | | | | This stores the updates to the custom fields in the activities side bar. Only manual updates to the custom fields are currently registered.
* | | Fix lint errors.Lauri Ojansivu2019-03-081-12/+7
| | | | | | | | | | | | | | | | | | Thanks to xet7 ! Related #2019
* | | [HTTP header automatic login. Not tested ↵Lauri Ojansivu2019-03-081-5/+19
|/ / | | | | | | | | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
* | - Order All Boards by Starred, Color and Title and Description.Lauri Ojansivu2019-03-081-1/+1
| | | | | | | | | | | | | | Thanks to xet7 ! Closes #1990, Related #252
* | - [Hide Subtask boards from All ↵Lauri Ojansivu2019-03-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | Boards](https://github.com/wekan/wekan/issues/1990). - Order All Boards by Starred, Color and Title. Thanks to xet7 ! Closes #1990, Related #641
* | Avoid setting same card as parentCard.Andrés Manelli2019-03-061-1/+9
| | | | | | | | Avoid listing templates board in copy/move/more menus
* | Fix manifest and icon urls, part 2.Lauri Ojansivu2019-03-061-4/+4
| | | | | | | | Thanks to xet7 !
* | Fix manifest and icon paths.Lauri Ojansivu2019-03-061-4/+4
| | | | | | | | | | | | | | Thanks to xet7 ! Closes #2168, closes #1692
* | Fix card move with wrong swimlaneIdAndrés Manelli2019-03-051-1/+7
| |
* | [Fix Adding Labels to cards is not possible ↵Lauri Ojansivu2019-03-043-30/+83
| | | | | | | | | | | | | | | | anymore](https://github.com/wekan/wekan/issues/2223). Thanks to xet7 ! Closes #2223
* | [Combine hamburger menus at right](https://github.com/wekan/wekan/issues/2219).Lauri Ojansivu2019-03-034-385/+390
| | | | | | | | | | | | Thanks to xet7 ! Related #2219
* | Change board menu:Lauri Ojansivu2019-03-032-3/+3
| | | | | | | | | | | | | | | | | | - Board menu (hamburger icon) to Board Settings (Cog icon) - Sidebar arrows icons to hamburger icon Thanks to xet7 ! Related #2219
* | Fix card copyAndrés Manelli2019-02-281-4/+4
| |
* | Fix popup titleAndrés Manelli2019-02-272-0/+9
| | | | | | | | Add element title modification
* | Standarize copy functions. Match labels by nameAndrés Manelli2019-02-271-9/+3
| |
* | Merge branch 'devel' into edgeLauri Ojansivu2019-02-278-155/+145
|\ \
| * | Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-278-149/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192.
* | | Removed console.log.Lauri Ojansivu2019-02-261-1/+0
| | |
* | | Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-257-25/+67
| | |
* | | Fix miniscreen renderAndrés Manelli2019-02-243-15/+17
| | |
* | | Fix lint errorsAndrés Manelli2019-02-243-44/+44
| | |
* | | Allow swimlane creation from templateAndrés Manelli2019-02-247-20/+24
| | | | | | | | | | | | Mix lists with same name to avoid duplicates
* | | Allow list creation from templateAndrés Manelli2019-02-246-26/+79
| | |
* | | Allow card creation from templateAndrés Manelli2019-02-241-17/+18
| | |
* | | Prepare to create card from templateAndrés Manelli2019-02-243-60/+11
| | |
* | | Add template search in Add Card menuAndrés Manelli2019-02-242-31/+39
| | | | | | | | | | | | | | | | | | Archive all cards in list when list is archived Remove default board in link popup Only list non-template boards in card link and search
* | | Avoid links on a template-boardAndrés Manelli2019-02-244-27/+52
| | | | | | | | | | | | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes
* | | Remove links from templates board for the momentAndrés Manelli2019-02-245-10/+32
| | | | | | | | | | | | | | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
* | | Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-245-15/+21
| | | | | | | | | | | | Avoid deleting template containers
* | | Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-247-6/+37
|/ /
* | Merge pull request #2191 from Akuket/feature-improve-authenticationLauri Ojansivu2019-02-153-3/+9
|\ \ | | | | | | Fix authentication dropdown
| * | Fix authentication dropdownguillaume2019-02-153-3/+9
| | |