summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies.Lauri Ojansivu2020-03-146-4808/+3058
|
* Fix to be valid JSON.Lauri Ojansivu2020-03-141-2/+2
|
* Update ChangeLog.Lauri Ojansivu2020-03-141-0/+2
|
* Update acorn.Lauri Ojansivu2020-03-141-19/+19
|
* Update ChangeLog.Lauri Ojansivu2020-03-141-0/+3
|
* Update dependencies.Lauri Ojansivu2020-03-141-9/+9
|
* Update dependencies.Lauri Ojansivu2020-03-142-13/+13
|
* Update ChangeLog.Lauri Ojansivu2020-03-141-0/+7
|
* Update translations.Lauri Ojansivu2020-03-141-1/+1
|
* Upgrade to Meteor 1.10.1Lauri Ojansivu2020-03-145-403/+274
|
* Update markdown.Lauri Ojansivu2020-03-143-7/+27
|
* Update translations.Lauri Ojansivu2020-03-113-15/+15
|
* Update ChangeLog.Lauri Ojansivu2020-03-061-0/+3
|
* Fix: img tag did not allow width and height.Lauri Ojansivu2020-03-06216-16653/+7343
| | | | | | | | | Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7 ! Closes #2956
* Update ChangeLog.Lauri Ojansivu2020-03-051-2/+3
|
* Mouse scroll part 2.Lauri Ojansivu2020-03-051-8/+2
|
* Fix typo.Lauri Ojansivu2020-03-051-1/+1
|
* Update ChangeLog.Lauri Ojansivu2020-03-051-1/+8
|
* Add settings for mouse wheen scroll inertia and scroll amount.Lauri Ojansivu2020-03-0510-5/+70
| | | | | | | | | | For example: sudo snap set scrollinertia='200' sudo snap set scrollamount='200' Thanks to danger89 and xet7 ! Related #2949
* Update translations.Lauri Ojansivu2020-03-051-3/+3
|
* Update ChangeLog.Lauri Ojansivu2020-03-051-0/+10
|
* Merge pull request #2955 from benoitm76/masterLauri Ojansivu2020-03-051-1/+0
|\ | | | | Fix: Error when retrieve token from some OIDC due to not necessary sc…
| * Fix: Error when retrieve token from some OIDC due to not necessary scope ↵Benoit MOUQUET2020-03-051-1/+0
|/ | | | parameter
* v3.83v3.83Lauri Ojansivu2020-03-018-323/+335
|
* Try to revert remaining of the following changes:Lauri Ojansivu2020-03-015-5/+4
| | | | | | | | - Revert change made at Wekan v3.81, because building did not work: [Try to make Meteor build time shorter by excluding legacy and cordova. This was made possible by Meteor 1.10-rc.2](https://github.com/wekan/wekan/commit/0d3002f69d97e646fa7368bfdade4f78c51e9884). Thanks to xet7.
* v3.82v3.82Lauri Ojansivu2020-03-0110-11/+23
|
* v3.81v3.81Lauri Ojansivu2020-03-019-12/+36
|
* - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-016-330/+360
| | | | | | | | | | | | | 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.
* Update translations.Lauri Ojansivu2020-03-012-6/+6
|
* Try to make Meteor build time shorter by excluding legacy and cordova.Lauri Ojansivu2020-03-015-6/+6
| | | | Thanks to xet7 !
* Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-03-012-0/+2
|\
| * Merge pull request #2948 from NicoP-S/masterLauri Ojansivu2020-02-282-0/+2
| |\ | | | | | | Make profile.initials available in publications
| | * Make profile.initials available in publicationsNico2020-02-282-0/+2
| |/
* / Upgrade Meteor to 1.10-rc.2Lauri Ojansivu2020-03-013-20/+20
|/
* Update translations.Lauri Ojansivu2020-02-231-3/+3
|
* Update translations.Lauri Ojansivu2020-02-223-26/+26
|
* Update ChangeLog.Lauri Ojansivu2020-02-221-0/+10
|
* Try to fix afterwards loading of cards by addingLauri Ojansivu2020-02-221-1/+17
| | | | | | | | | fallback when requestIdleCallback is not available. Thanks to xet7 ! Closes #2878, closes #2250
* Update translations.Lauri Ojansivu2020-02-222-11/+11
|
* v3.80v3.80Lauri Ojansivu2020-02-229-12/+18
|
* Update translations.Lauri Ojansivu2020-02-2251-51/+204
|
* Create New User in Admin Panel. Works, but does not save fullname yet,Lauri Ojansivu2020-02-224-1/+179
| | | | | | | | so currently it's needed to edit add fullname later. Thanks to xet7 ! Related #802
* Update ChangeLog.Lauri Ojansivu2020-02-211-0/+2
|
* Update to Meteor 1.9.2Lauri Ojansivu2020-02-212-2/+2
|
* Update ChangeLog.Lauri Ojansivu2020-02-201-1/+21
|
* Remove alethes:pages package, that had some indentation error.Lauri Ojansivu2020-02-202-2/+0
| | | | | | | Package is about pagination, but I did not find any pagination related code in Wekan yet. Thanks to xet7 !
* Update to Meteor 1.9.1, Node 12.16.1 etc newest dependencies.Lauri Ojansivu2020-02-209-12/+14
|
* Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-02-201-1/+1
|\
| * Merge pull request #2937 from pbek/patch-1Lauri Ojansivu2020-02-201-1/+1
| |\ | | | | | | Fix docker-compose link
| | * Fix docker-compose linkPatrizio Bekerle2020-02-201-1/+1
| |/