Emile NDAGIJIMANA
9bb1425a81
[Admin panel] Add a parameter to display or not the visibility of a board in private mode only
2021-08-27 16:25:44 +02:00
Kai Lehmann
2977120129
adds card comment reactions feature
2021-08-13 20:47:55 +02:00
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
2020-08-28 11:46:51 +01:00
boeserwolf
57545f66d2
Add babel to build chain and linter
...
Enables fancy Javascript language features like optional chaining,
for developer happiness.
2020-04-22 15:16:30 +02:00
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
2020-01-03 06:49:35 +02:00
Lauri Ojansivu
4f5de87cc4
Fix typo.
2019-11-20 23:49:43 +02:00
Lauri Ojansivu
a06daff92e
Remove eslint option that does not work.
...
Thanks to xet7 !
2019-11-20 23:39:11 +02:00
Lauri Ojansivu
58e505f79a
Try to fix lint errors.
2019-11-20 21:28:48 +02:00
Lauri Ojansivu
b0f345ba21
Fix lint errors and update travis NPM version.
2019-11-20 10:14:53 +02:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Justin Reynolds
7d86af2b00
Add prettier
2019-06-27 09:13:22 -05:00
Lauri Ojansivu
3ce902123f
Lint also async. Thanks to Akuket !
2019-02-08 12:44:48 +02:00
Lauri Ojansivu
df84a2be9a
Fix lint errors.
2018-09-16 01:50:36 +03:00
Lauri Ojansivu
77efcf7137
- Add permission "No comments". It is like normal user, but does not show comments and activities.
...
Thanks to xet7 !
2018-09-04 20:09:36 +03:00
Nicu Tofan
c3037b155f
Added subtasks model and APIs for it
2018-06-26 14:32:47 +03:00
Ignatz
3bf4f3ef40
Line Endings back to Unix (Was Temporarly on Windows)
2018-05-18 11:03:04 +02:00
Ignatz
d6cfac0122
linter corrections
2018-05-18 10:24:51 +02:00
Andrés Manelli
3eb6f97291
Fix lint errors
2018-03-19 17:31:53 -03:00
Ghassen Rjab
0a16147470
Fix lint errors related to sandstorm
2018-02-26 03:19:59 +01:00
Ghassen Rjab
373e9782dc
Add Swimlanes to globals
2018-02-26 03:19:27 +01:00
pierreozoux
e28f3692ca
Revert 00a357cd70
to fix logging
2017-11-23 16:31:18 +01: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
nztqa
6a10257fd7
Add change email address
...
Set allow email change in admin panel
2017-08-07 17:40:50 +09:00
nztqa
24290b66a3
Add http and integrations
2017-07-09 14:57:38 +09:00
nztqa
06bcb7adaa
Update: camelcase to never does not check property names at all.
...
http://eslint.org/docs/2.0.0/rules/camelcase
2017-06-26 16:59:21 +09:00
huneau romain
c0ddc89f21
add Autentication to global var
2017-05-11 12:30:30 +02:00
Stephen Moloney
3154e8729b
changes to travis.yml.
...
- Add gcc-4.9 to travis host.
- namespace travis variables as seem to conflict with docker env.
- set versions on travis.
- run npm tests again.
- slight readme mod for docker
2017-04-28 10:54:29 +01:00
Lauri Ojansivu
fc113852d3
Add jsonroutes and winston.
2017-04-27 20:52:34 +03:00
Lauri Ojansivu
0319bcf7bb
REST API - Meteor 1.4 - first step issue
2017-04-27 20:49:24 +03:00
huneau romain
34089b1222
toggle no-unused-vars to warn
2017-04-19 16:51:26 +02:00
huneau romain
00a357cd70
add console, file, and zulip logger on database changes
2017-04-19 16:16:31 +02:00
Ryan Helsing
e7fddc2bcb
add to omit list
2017-03-19 15:26:19 -04: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
lksime
59731af139
Add checklist feature
2017-01-20 21:05:48 +08:00
Alexander Sulfrian
ae2c1fb77f
Fix initial board creation
...
We cannot rely on the automatic userId setting of the collection hooks.
If a user is created during invitation, the userId field will contain
the id of the inviting user.
This fix this, by mocking the CollectionHooks.getUserId function and
returning the userId of the new user for all new documents after
creating the user.
2016-06-03 03:56:40 +02: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