-
Notifications
You must be signed in to change notification settings - Fork 0
Features
Not all from CHANGELOG are added to here yet.
Info about browser standalone app mode
NOTE: Edit Notification duplicate was removed from above menu at https://github.com/wekan/wekan/pull/1948 so Edit Notification is only available at below menu screenshot.
Cards: Description, Customizable Labels, Checklists, Attachment images and files, Comments. Archive and restore archived card. Delete card.
Tip: Normally you archive a card so you can restore it back. If you want to delete cards faster, drag cards to new list, and delete that new list. Deleting cannot be undone, more clicks are by design. There was previously easily clicked button to delete a list and people deleted important list by accident, and that bug report was fixed.
4) Second image attachment and others can be added from Add Attachment button near first attachment.
NOTE: There is user admin as "People" in Admin Panel, but no screenshot here yet.
- Source and Docker platforms: Admin Panel: Self-registration, or change to invite-only and inviting users to boards. SMTP Settings.
- Sandstorm Platform: Admin: LDAP, passwordless email, SAML, GitHub and Google Auth. Add and remove users. SMTP Settings. Wekan, Rocket.Chat, etc apps available with one click install.
- Import Trello board: Text, labels, images, comments, checklists. Not imported yet: stickers, etc.
- Import Wekan board: Text, labels, images, comments, checklists.
- Export Wekan board: Export menu item above the board archive item, when you click the sandwich bar icon on the top right. If Export menu is not visible, you can change Export menu to be visible by setting yourself as board admin in MongoDB.
Sending notifications for board activities. Tested with Slack and Rocket.chat.
Content-type: application/json
{
"text": "board activities"
[...]
}
Different activities send different webhook data. You can find the details in the wiki page Webhook data
Leave the URL field blank.
- Daily export of Wekan changes as JSON to Logstash and ElasticSearch / Kibana (ELK)
- Statistics Python script for Wekan Dashboard
- Console, file, and zulip logger on database changes with fix to replace console.log by winston logger
- Upgraded to Meteor 1.4 and Node v4 on meteor-1.4 branch
- Export/Import Excel TSV/CSV data
- Move/Clone Board/List and Move or copy cards from one board to another that needs help in implementation
- Replace CollectionFS with meteor-file-collection
- SMTP test, show possible errors on that test webpage
- Teams/Organizations including Add/Modify/Remove Teams/Users/Passwords and Private/Public Team settings
- Themes and making custom apps with Themes
- Custom fields
- Children/Related cards, subtasks. Dependencies.
- Top Level Projects
- Swimlanes (rows)
- Kanban workflows
- Gantt charts
- WIP limits
- Timesheet/Time tracking
- Managing website
- Same cards, multiple column sets, related to Themes
- Calendar view
- Vote on cards, number of votes, average
- Board templates
- Checklist templates
- About
- No UI major redesign
- Test Edge
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Roadmap - board at Wekan demo
- Team
- Press
- Blog
- NOT related to Wekan
- Wekan vs Trello vs Restyaboard
- Features
- Custom Logo
- Gantt Chart
- Admin: Impersonate user
- Emoji etc syntax
- Numbered text syntax
- Time Tracking
- Subtasks <== Has fix
- Templates
- Archive and Delete
- Adding Users
- LDAP
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Nextcloud
- CAS Please test
- SAML Please test
- IFTTT
- Custom Fields
- Due Date
- Forgot Password
- Requirements
- Translations
- Roadmap
- Fix Export board menu not visible on some boards
- Integrations
- RAM usage
- Demo
- Swimlane Documentation
- Wekan Markdown
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Example: New card with Python3 and REST API
- Python client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order