summaryrefslogtreecommitdiffstats
path: root/.meteor
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-282-4/+0
|
* Upgrade to Meteor 1.11.Lauri Ojansivu2020-08-193-11/+11
| | | | Thanks to Meteor developers!
* Update dependencies.Lauri Ojansivu2020-08-081-1/+1
|
* Update dependencies.Lauri Ojansivu2020-07-181-2/+2
| | | | Thanks to developers of dependencies and xet7 !
* Update dependencies.Lauri Ojansivu2020-07-101-5/+5
|
* Update dependencies.Lauri Ojansivu2020-06-161-1/+1
|
* Update minifier-css.Lauri Ojansivu2020-06-081-1/+1
| | | | Thanks to xet7 !
* WIP: markdownMarc Hartmayer2020-06-062-1/+3
|
* Update `markedjs` packageMarc Hartmayer2020-06-031-1/+1
| | | | | | Update `markedjs` to commit https://github.com/markedjs/marked/commit/7b3036f8c0440cfd003ce47dd6e1a92af0f5e822. This fixes the issue https://github.com/wekan/wekan/issues/3148.
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-252-2/+0
| | | | | | | | | | | | 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
* Update packages.Lauri Ojansivu2020-05-241-1/+1
|
* Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-141-2/+2
|\
| * Update dependencies.Lauri Ojansivu2020-05-121-2/+2
| | | | | | | | Thanks to xet7 !
* | Attachment activities merging doneRomulus Urakagi Tsai2020-05-082-0/+2
|/
* Upgrade to Meteor 1.10.2Lauri Ojansivu2020-04-223-9/+9
| | | | Thanks to Meteor developers and xet7 !
* Update dependencies.Lauri Ojansivu2020-04-061-6/+6
|
* Update ChangeLog.Lauri Ojansivu2020-03-161-0/+1
|
* Update ostrio:cookiesLauri Ojansivu2020-03-161-1/+1
|
* Downgrade stylus to v1.1.0 to speed up building Wekan.Lauri Ojansivu2020-03-152-2/+2
| | | | | | https://github.com/meteor/meteor/issues/10881#issuecomment-599152333 Thanks to zodern !
* Update dependencies.Lauri Ojansivu2020-03-151-2/+2
|
* Update dependencies.Lauri Ojansivu2020-03-142-19/+18
|
* Update dependencies.Lauri Ojansivu2020-03-142-18/+19
|
* Upgrade to Meteor 1.10.1Lauri Ojansivu2020-03-143-22/+22
|
* Upgrade Meteor to 1.10-rc.2Lauri Ojansivu2020-03-013-20/+20
|
* Update to Meteor 1.9.2Lauri Ojansivu2020-02-212-2/+2
|
* 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-203-4/+6
|
* Use Meteor 1.9 and Node.js 12.15.0 on Snap and Docker.Lauri Ojansivu2020-02-071-2/+2
| | | | Thanks to xet7 !
* Update package versions.Lauri Ojansivu2020-01-311-6/+6
|
* Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2.Lauri Ojansivu2020-01-103-21/+21
| | | | Thanks to xet7 !
* Upgrade to Meteor 1.8.3 and Node 8.17.0.Lauri Ojansivu2019-12-204-12/+13
| | | | | | | Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 !
* Back to Meteor 1.8.x.Lauri Ojansivu2019-12-053-22/+22
|
* Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.Lauri Ojansivu2019-12-053-22/+22
| | | | | | | | Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1. Add MongoDB option --quiet to docker-compose.yml. Update snap fibers to 4.0.1. Thanks to xet7 !
* Update to Meteor 1.8.2. Update dependencies.Lauri Ojansivu2019-11-203-25/+25
| | | | Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-182-0/+2
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Update dependencies.Lauri Ojansivu2019-11-041-1/+1
|
* Update base64 dependency.Lauri Ojansivu2019-08-151-1/+1
|
* Add Features: allowing wekan master to set where the attachments stored on ↵Sam X. Chen2019-08-082-0/+2
| | | | server instead of mongodb
* Remove mixmax:smart-disconnect , previously it did disconnect Wekan whenLauri Ojansivu2019-07-292-2/+0
| | | | | | browser tab was not active, but because now users are working on multiple boards at different browser tabs and switching all time time, there was constant loading, so now after removing all keeps active.
* Add Feature: User can have richer formatted text into the comments (bug fixed)Sam X. Chen2019-07-232-2/+2
|
* Add Feature: Comments can be richer (can support some safe HTML tags)Sam X. Chen2019-07-222-0/+2
|\
| * Added meteor package percolate:synced-cron required by LDAPLauri Ojansivu2019-07-222-0/+2
| | | | | | | | | | | | | | | | backgound sync https://github.com/wekan/wekan/pull/2555 Thanks to xet7 ! Related #2354
* | Add Feature: Comments can be richer (can support some safe HTML tags)Sam X. Chen2019-07-222-0/+3
|/
* Teams/Organizations part 1, in progress. Add table: orgLauri Ojansivu2019-07-152-0/+2
| | | | | | Thanks to xet7 ! Related #802
* Revert including local wekan-cfs-access-point, because it did not work.Lauri Ojansivu2019-07-142-18/+2
|
* Add cfs-access-point as local package included in Wekan repo,Lauri Ojansivu2019-07-142-2/+18
| | | | | | to hopefully make Wekan all deps work directly with command `meteor`. Thanks to xet7 !
* Update Meteor mongo package version.Lauri Ojansivu2019-07-081-1/+1
|
* Update dependencies.Lauri Ojansivu2019-06-151-1/+1
|
* Update packages.Lauri Ojansivu2019-05-091-5/+5
|
* Merge pull request #2347 from justinr1234/meteor18Lauri Ojansivu2019-04-201-2/+2
|\ | | | | Additional Meteor 1.8.1 changes