Commit graph

545 commits

Author SHA1 Message Date
Lauri Ojansivu
7e4b42e9b3 Fix: Frequent Subscriptions problem that make Excessive CPU usage.
Thanks to mfshiu ! Closes #1096, Closes wekan/wekan-mongodb#2
2017-11-29 11:23:49 +02:00
nztqa
c31d7455f7 Optimize for mobile web, show single list per page with navigate bar 2017-11-29 17:06:33 +09:00
Lauri Ojansivu
1a232c7bbb Add iPhone favicon for Wekan. Thanks to guillaumebriday ! Closes #1317 2017-10-31 06:54:47 +02:00
Lauri Ojansivu
c84187bdad Fix: Admin announcement can be viewed without signing in.
Thanks to nztqa ! Closes #1281
2017-10-09 14:48:05 +03:00
nztqa
a88ac6113e Rename notice -> announcement 2017-10-01 12:43:15 +09:00
nztqa
aa1876f94c Add message from service administrator 2017-09-28 16:57:04 +09:00
Lauri Ojansivu
a62c8eb5a0 Add emojis back, because removing them broke local dev Sandstorm.
Thanks to xet7 ! Opens #1248, opens #743, opens #643, opens #323
2017-09-25 19:40:41 +03:00
Lauri Ojansivu
c4fd729b34 Remove emoji support, because it breaks MAC addresses, urls, code etc.
Thanks to xet7 ! Closes #1248, closes #743, closes #643, closes #323
2017-09-25 18:30:26 +03:00
Pouyan Savoli
ade3c02122 Create custom fields creation UI added to Board Menu, Model in progress 2017-09-22 22:59:32 +02:00
Jonas Oberg
fe5ea60847 Usernames should be able to include dots (.) 2017-08-25 08:22:20 +02:00
Dan Hawkes
061d91ae7c Add web manifest
Adds a basic web manifest to support progressive web-app use.
2017-08-20 17:36:37 +01:00
nztqa
b24212d70a Fix keyframe property
Support for IE11
https://github.com/wekan/wekan/pull/646
2017-07-28 11:07:28 +09:00
Ghassen Rjab
d8cc8167de Edit card description with invalid markdown
The viewer has a minimum height of 18px (at least a single line) so the anchor can still be clickable even there is no text shown
2017-06-20 01:25:49 +01:00
Ghassen Rjab
80d73b9910 Add Breton label 2017-06-19 01:03:08 +01:00
Ghassen Rjab
a9dde296bf Sort available languages by their translated names 2017-06-18 17:21:46 +01:00
Lauri Ojansivu
d60cd71e64 Fix fonts. Still looking for better solution for #707 2017-03-24 21:45:03 +02:00
Lauri Ojansivu
eaa09ea341 Fix default font so Chinese is shown correctly. Closes #914 2017-03-19 22:48:26 +02:00
Lauri Ojansivu
862ce27eb9 Set IE compatibility mode to Edge to so that
Wekan board loads correctly.
2017-03-15 01:25:48 +02:00
lkisme
1dfb6ef477 Admin panel:
Only invited user can register in strict mode,
Set mail server in admin panel,
Switch strict mode in admin panel,
Invite people to system in admin panel
2017-02-24 22:10:38 +08:00
Joel Louzado
02e381f694 invoke new component from headerBar 2017-02-22 17:34:57 +05:30
Lauri Ojansivu
9a584091c0 Merge pull request #706 from kamijin-fanta/fix/viewer-link
UI: fix description link style.
2017-02-10 08:35:18 +02:00
Lauri Ojansivu
6900ad3f02 Merge pull request #707 from kamijin-fanta/fix/font-family
UI: fix font
2017-02-10 08:18:44 +02:00
Mario Orlicky
35778d2673 fixed few overseights 2016-11-25 21:53:18 +01:00
Mario Orlicky
606dbbbbf2 New option to set up minimum limit to show cards count for each list in board 2016-11-25 21:45:11 +01:00
kamijin-fanta
2ae6a009f0 UI: fix font
- Add YuGothic and Meiryo. because display of non english letter dirty.
2016-10-12 10:32:39 +09:00
kamijin-fanta
e564e94c94 UI: fix description link style.
- apply underline
- change text color on hover
2016-10-12 10:02:09 +09:00
Maxime Quandalle
301210c87b
Fix eslint testing
Partially reverting c8705a0
2016-07-21 12:52:32 +02:00
Drew Fisher
3643bd4996 Fix bug where you get a "null" option in @-mention autocomplete (#649) 2016-07-21 11:09:14 +02:00
Maxime Quandalle
1f3015bd2c
Fix #573 2016-07-20 22:21:41 +02:00
Maxime Quandalle
27a58c18ee
Implement a disconnected indicator
Fixes #451
2016-07-20 18:04:16 +02:00
Alexander Sulfrian
36f17a5717 UI: Fix overlapping click event handler (#614)
The click event handler for links in the card display are overlapping:
The general event for opening the link in a new window matches on user
mentions, too. But user mentions cannot be opened in a new window.
2016-07-11 12:04:42 +02:00
Maxime Quandalle
e1d01e1652 Merge pull request #531 from TheElf/devel
Plural of Emoji
2016-03-18 17:14:10 +01:00
Maxime Quandalle
90601eacae Upgrade ESLint to v2
This commit also tweak the code style following backward-incompatible v2 rules.
2016-03-17 16:26:14 +01:00
Daniel
c05029d403 Changes in code to correct the spelling of emoji (plural) 2016-02-28 23:10:52 -06:00
Maxime Quandalle
a13fad749e Change the board import layout from a popup to a full page
This commit also removes the “import a single Trello card” as we couldn’t figure
out some reasonable use case.

We also create a new publication on the server to provide the minimal user
profile informations required to display an avatar.
2016-01-31 20:03:12 +01:00
floatinghotpot
470832e798 Bugfix, and optimize icon for notification 2016-01-08 11:44:20 +08:00
Liming Xie
9bbdacc79a Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00
Maxime Quandalle
8b5fd09ff3 Fix layout on Apple devices
The layout issue was related to the lack of autoprexing for CSS
properties. c69f993 did improve the reload time significantly but for
that I had to replace `mquandalle:stylus` by the core `stylus`
package. Unfortunatly it is currently difficult to run an autoprefixer
with the core CSS compilers (as reported in
https://github.com/meteor/meteor/issues/5219).

So instead we rely on `nib` which transparently define some mixins for
autoprefixing, the only restrictions being that we have to manually
`@import 'nib'` on top of stylus files.

Fixes #461
2016-01-02 14:26:48 +01:00
floatinghotpot
55bd26dc9c Optimize login form layout & css
Fixes #448
2015-12-28 11:35:38 +08:00
Maxime Quandalle
17a2118b38 Don't display sing-in link to connected users 2015-12-21 19:20:27 +01:00
floatinghotpot
d2ac3dc63d fix board headeer issue 2015-12-17 20:38:33 +08:00
Liming Xie
354eff9f7b add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
Maxime Quandalle
480ef63273 Fix a regression introduced in 71b9a42f
The buttons in the board header were not click-able anymore.
2015-12-09 23:20:44 -05:00
Maxime Quandalle
71b9a42f00 Allow the header bar customization
This commit also provide a way to escape the Shorcuts page on
Sandstorm.
2015-12-09 19:10:26 -05:00
floatinghotpot
672c21bfe0 bugfix: only care active members, also optimize some code 2015-12-08 16:03:31 +08:00
floatinghotpot
ec130d4480 add: use user preferred lang for user form, and allow selecting 2015-12-07 12:36:51 +08:00
Maxime Quandalle
5763714d22 Enphasize keyboard shortcuts with a dedicated style
Also add release notes related to the #387 merge.

-- Fluctuat nec mergitur
2015-11-25 09:39:29 -08:00
Maxime Quandalle
31b60d82fc Upgrade Meteor to 1.2.1-rc4
This version includes a more complete selection of ES2015 polyfills
that I started used across the code base, for instance by replacing
`$.trim(str)` by `str.trim()`.
2015-10-23 16:56:55 +02:00
Maxime Quandalle
aa974aa54a Prefer ES5 methods over underscore utilities
Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim`
polyfill to support methods like `Array.prototype.forEach` in a
consistent way across all supported browsers (IE8+).

MDG recently released a blog post recommending the use of these native
methods instead of underscore [0]. We know follow this recommendation.

This commit also favor some ES6 features (argument defaults,
destructing assignment) in places where we didn’t use them.

[0]: http://info.meteor.com/blog/es2015-get-started
2015-10-22 18:13:12 +02:00
Maxime Quandalle
118b434a5a Provide a default date for lists and cards creation date
See https://github.com/wekan/wekan/pull/362#issuecomment-149645497
for motivation.

This commit also contains cosmetic changes to the import Popup and
on the code style to be more consistent with the code base.
2015-10-20 20:02:12 +02:00