summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll ↵Lauri Ojansivu2020-08-271-13/+21
| | | | | | | | amount. Thanks to danger89 and xet7 ! Related #2949
* Change default view to Swimlanes.Lauri Ojansivu2020-06-081-13/+13
| | | | Thanks to xet7 !
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-251-1/+1
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-253-257/+2
| | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
* Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-241-1/+1
| | | | Suggested by deepcode.ai.
* Merge branch 'lib-change' of https://github.com/PDIS/wekan intoLauri Ojansivu2020-05-243-2/+257
|\ | | | | | | PDIS-lib-change
| * Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-changeRomulus Urakagi Tsai2020-05-201-1/+0
| |\
| | * Purge unneeded require蔡仲明 (Romulus Urakagi Tsai)2020-05-141-1/+0
| | |
| * | Fix migrated attachment not readable bugRomulus Urakagi Tsai2020-05-201-21/+23
| |/ | | | | | | Remove reduandant files
| * Fix typoRomulus Urakagi Tsai2020-05-141-1/+1
| |
| * Card clone OKRomulus Urakagi Tsai2020-05-141-2/+1
| |
| * Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-089-256/+393
| |\
| * | Set correct storage locationRomulus Urakagi Tsai2020-05-061-1/+5
| | |
| * | Attachments downloadRomulus Urakagi Tsai2020-05-051-263/+0
| | |
| * | Migrating attachmentsRomulus Urakagi Tsai2020-05-052-3/+247
| | |
| * | Change coagmano:stylus package to 1.1.0 since 2.0.0 building is super slowRomulus Urakagi Tsai2020-03-021-0/+7
| | |
| * | Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-133-61/+346
| |\ \
| * | | Start writing migrationRomulus Urakagi Tsai2020-02-132-0/+269
| | | |
| * | | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-201-2/+2
| | | |
| * | | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-1/+1
| | | |
* | | | Added Modern theme with Poppins fonthelioguardabaxo2020-05-221-0/+1
| | | |
* | | | Added natural themehelioguardabaxo2020-05-161-1/+2
| | | |
* | | | Added clearblue themeCidKramer2020-05-151-0/+1
| |_|/ |/| |
* | | Fix lint errors in lint error fix.Lauri Ojansivu2020-04-221-6/+2
| | | | | | | | | | | | Thanks to xet7 !
* | | Export sort fieldboeserwolf2020-04-191-0/+1
| | |
* | | Remove sorting by _idboeserwolf2020-04-191-1/+1
| | |
* | | Add sortDefault helper for sorting boardsboeserwolf2020-04-191-1/+3
| | |
* | | Add a migration to add a sort field to the boards modelboeserwolf2020-04-191-0/+12
| | |
* | | Public boards overviewNico2020-04-121-1/+1
| | |
* | | fix error from notifications subscriptionsJonathan Baird2020-04-011-1/+2
| | |
* | | add a notification drawer like trelloJonathan Baird2020-03-272-7/+103
| | |
* | | Revert: Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-231-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and multiplies by pasting more) by disabling WYSIWYG comment editor for everyone. Thanks to xet7. TODO later: Fix wysiwyg editor paste bug. Opens #2890
* | | Fix typo.Lauri Ojansivu2020-03-201-2/+2
| | |
* | | Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-201-4/+12
| | | | | | | | | | | | | | | | | | | | | (and multiplies by pasting more) by disabling WYSIWYG comment editor for everyone. Closes #2890
* | | Mouse scroll part 2.Lauri Ojansivu2020-03-051-8/+2
| | |
* | | Add settings for mouse wheen scroll inertia and scroll amount.Lauri Ojansivu2020-03-051-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example: sudo snap set scrollinertia='200' sudo snap set scrollamount='200' Thanks to danger89 and xet7 ! Related #2949
* | | - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-012-242/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff), Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining), that follow standard 90 days before public disclosure. Thanks to xet7. - Fix webhook error that prevented some card etc deleting from web UI of board. Thanks to xet7. - Add some more Font Awesome icons. Thanks to xet7. - Remove autofocus from many form input boxes so that they would not cause warnings. Thanks to xet7.
* | | Make profile.initials available in publicationsNico2020-02-282-0/+2
| | |
* | | Fix Card Opened Webhook can not be disabled.Lauri Ojansivu2020-02-131-1/+3
| |/ |/| | | | | | | | | | | | | Thanks to mvanvoorden and xet7 ! Closes #2932, closes #2889, closes #2666
* | Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-121-0/+32
| | | | | | | | | | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
* | Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-0/+16
| | | | | | | | | | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* | Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+192
|\ \ | | | | | | | | | 2020product-dollybean
| * | Customize of some card's functionsdollybean2020-02-041-52/+22
|/ /
* | Add rule action to move cards to other boardsPeter Verraedt2020-01-231-22/+52
| | | | | | | | Fixes #1996
* | Removed Custom HTML feature that does not work.Lauri Ojansivu2020-01-061-32/+0
| | | | | | | | | | | | Thanks to xet7 ! Closes #2218
* | Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-221-17/+4
| | | | | | | | Thanks to xet7 !
* | LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-211-14/+16
| | | | | | | | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
* | Merge pull request #2834 from Akuket/masterLauri Ojansivu2019-12-201-1/+12
|\ \ | | | | | | Issue #2688
| * | Using LINKED_CARDS_ENABLEDGuillaume2019-11-291-1/+12
| | |
* | | Fix checkBoardAccess authentication checkRobert Lebedeu2019-12-161-1/+1
|/ /