Commit graph

96 commits

Author SHA1 Message Date
Lauri Ojansivu
b3bb03fed4 Merge branch 'moreFieldsColours' of https://github.com/rjevnikar/wekan into rjevnikar-moreFieldsColours 2018-06-07 22:53:06 +03:00
RJevnikar
4787a1186b Adjust 'add-profile-view' in migrations.js in attempt to resolve 1675 2018-06-06 17:36:20 +00:00
RJevnikar
ea109cfdd7 Add migrations for requestedBy and assignedBy fields. 2018-06-06 13:19:53 +00:00
Lauri Ojansivu
642507fb42 Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan into devel 2018-05-19 13:06:06 +03:00
IgnatzHome
4600e4e237 Migration Test 2018-05-19 08:58:30 +02:00
Lauri Ojansivu
41b938ea69 Merge branch 'migration-checklistitems-fix' of https://github.com/franksiler/wekan into franksiler-migration-checklistitems-fix 2018-05-18 16:25:42 +03:00
Lauri Ojansivu
9b465bc98b Fix lint errors back to eslint requirements. 2018-05-18 15:20:20 +03:00
IgnatzHome
9518a5c11e resolving merge conflicts 2018-05-17 20:21:07 +02:00
Frank Siler
9a766c0f74 ensure checklistItem titles are correct when migrating 2018-05-16 19:40:27 -05:00
Lauri Ojansivu
16d75f549d Fix error: title is required.
Related 8d5cbf1e6c

Closes #1576
2018-05-08 01:20:56 +03:00
Lauri Ojansivu
8d5cbf1e6c - Fix checklists items migration error "title is required"
Thanks to xet7 !

Closes #1576
2018-04-18 17:27:15 +03:00
Lauri Ojansivu
7cc930f6b9 Fix lint error in Fibers size setting 2018-04-18 16:03:49 +03:00
Lauri Ojansivu
02e8749540 Merge branch 'viewProfile' of https://github.com/andresmanelli/wekan into andresmanelli-viewProfile 2018-04-16 21:35:07 +03:00
Lauri Ojansivu
e26a4824cf Fix Node Fibers 100% CPU issue.
Thanks to kentonv !

Related wekan/wekan-mongodb#2, related meteor/meteor#9796
2018-04-16 21:18:09 +03:00
Andrés Manelli
e5995477b8 Fix #1567 2018-04-16 14:43:10 -03:00
Andrés Manelli
153960742c Fix migration. Replace old checklist-item sort algorithm. 2018-03-19 15:03:44 -03:00
Andrés Manelli
bf7de463f1 Add checklist items model, migration and publication 2018-03-19 01:25:33 -03:00
Andrés Manelli
a14f4ffee2 Add view boards field to change between views 2018-01-22 16:54:19 -03:00
Andrés Manelli
2d7d9b5d9f Fix lint errors 2018-01-22 15:31:33 -03:00
Andrés Manelli
ecb8c88233 Add migration for swimlane addition 2018-01-22 15:10:26 -03:00
Andrés Manelli
690a5b9703 First swimlane draft, no functionality 2018-01-19 12:22:03 -03:00
Lauri Ojansivu
7c403053e3 Fix lint errors. 2017-12-03 04:00:55 +02:00
pierreozoux
e28f3692ca Revert 00a357cd70 to fix logging 2017-11-23 16:31:18 +01:00
pierreozoux
ee22364354 Try to fix build 2017-11-23 10:30:56 +01:00
pierreozoux
b03c9b9879 Fix bug when LOGGER is enabled, but LOGGERS is empty. 2017-11-22 16:10:43 +01:00
pierreozoux
7f8f6bf3db Make logger enabled by default 2017-11-22 16:10:18 +01:00
pierreozoux
4ffe9438e0 Fix add logger bug
In case you want to have only the console, it will fail at the `Winston.add`
as it is already there.
2017-11-22 16:10:03 +01:00
Lauri Ojansivu
62e43c0832 Fix: Error after sending invitation and joining board:
Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined.
Thanks to nztqa ! Closes #1331
2017-11-19 17:51:26 +02:00
Thuan Pham Quoc
3bead1bf78 Added pagination to people management in admin panel 2017-11-08 11:27:59 +07:00
Thuan Pham Quoc
29d54f46aa Added people list in admin panel , just raw data right now, will add more features soon 2017-11-07 14:01:27 +07:00
soohwa
77d23df87f Add the ability for the admin :
- disabling a login for a user (not himself)
- enabling a login for a user
- transfering the ownership of all user's boards to himself
2017-10-13 08:15:19 +02:00
Lauri Ojansivu
d6ef4a8266 Merge branch 'devel' of https://github.com/andresmanelli/wekan into andresmanelli-devel 2017-10-03 14:03:15 +03:00
nztqa
a88ac6113e Rename notice -> announcement 2017-10-01 12:43:15 +09:00
Andrés Manelli
de1ca1d12a Send result before webhook 2017-09-29 18:47:40 -03:00
Andrés Manelli
196f959f1d Add some parameters to webhook 2017-09-29 17:11:13 -03:00
nztqa
aa1876f94c Add message from service administrator 2017-09-28 16:57:04 +09:00
Ghassen Rjab
6e5d9f9bb6 Remove newItemIndex of Checklist Collection from migration script
We no longer need this field
2017-09-24 02:09:21 +01:00
Ghassen Rjab
20ba743f9b Fix lint errors 2017-09-23 01:02:44 +01:00
Ghassen Rjab
6921452a7d Add migration script to add sort field to checklists and their items 2017-09-22 22:35:07 +01:00
Pouyan Savoli
afd87e3caa many custom fields model and UI enhancements 2017-09-22 22:59:32 +02:00
Pouyan Savoli
ade3c02122 Create custom fields creation UI added to Board Menu, Model in progress 2017-09-22 22:59:32 +02:00
Andrés Manelli
1048718f0b Fix null userId. Fix description field name 2017-08-31 21:20:46 -03:00
Andrés Manelli
f566022aa4 Add activity subscription to integrations. Add API for integrations. Allow multiple integrations per board 2017-08-30 00:56:09 -03:00
Lauri Ojansivu
7d52a29620 Fixed lint error by using dot notation. 2017-08-23 23:43:12 +03:00
Andrés Manelli
a96ece2c11 Add some IDs to webhook body 2017-08-16 11:09:32 -03:00
nztqa
6a10257fd7 Add change email address
Set allow email change in admin panel
2017-08-07 17:40:50 +09:00
nztqa
e407eb9a8b Add display wekan version number and runtime environment 2017-08-03 09:24:40 +09:00
nztqa
0d5e829c56 Add publication to integrations 2017-07-09 15:18:35 +09:00
nztqa
429e2f9992 Add method outgoingWebhooks 2017-07-09 15:02:17 +09:00
mayjs
25b26657da Fixed eslint errors 2017-05-15 22:10:46 +02:00