summaryrefslogtreecommitdiffstats
path: root/server/publications
Commit message (Collapse)AuthorAgeFilesLines
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-251-1/+1
| | | | | | | | | | | | 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
* Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-083-2/+108
|\
| * Export sort fieldboeserwolf2020-04-191-0/+1
| |
| * Remove sorting by _idboeserwolf2020-04-191-1/+1
| |
| * Add sortDefault helper for sorting boardsboeserwolf2020-04-191-1/+3
| |
| * Public boards overviewNico2020-04-121-1/+1
| |
| * fix error from notifications subscriptionsJonathan Baird2020-04-011-1/+2
| |
| * add a notification drawer like trelloJonathan Baird2020-03-271-0/+100
| |
| * Make profile.initials available in publicationsNico2020-02-282-0/+2
| |
| * Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-221-17/+4
| | | | | | | | Thanks to xet7 !
| * LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-211-14/+16
| | | | | | | | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
| * Using LINKED_CARDS_ENABLEDGuillaume2019-11-291-1/+12
| |
* | Trying to upload an attachment with Meteor-FilesRomulus Urakagi Tsai2019-11-181-1/+1
|/
* Fix #2688 subcard selectorjustinr12342019-09-111-1/+1
|
* v3.39v3.39Lauri Ojansivu2019-09-111-1/+1
|
* Revert Wekan v3.37 Fix Linked cards make load all cards of database.Lauri Ojansivu2019-09-111-1/+1
| | | | | | | Thanks to xet7! Related #2688, related #2693
* Fix: Linked cards make load all cards of database.Lauri Ojansivu2019-09-071-1/+1
| | | | | | Thanks to Akuket ! Closes #2688
* Try to fix prettier.Lauri Ojansivu2019-09-041-15/+13
|
* Merge pull request #2665 from whowillcare/masterLauri Ojansivu2019-09-041-0/+6
|\ | | | | Add Feature: complete the original author's webhook functions and add two-way webhook type
| * Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-291-9/+15
| |\
| * | Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-171-0/+6
| | |
* | | Patch admin search featureguillaume2019-08-301-6/+6
| |/ |/|
* | Fix mismatched queriesJustin Reynolds2019-08-151-9/+15
|/
* Fix board queryJustin Reynolds2019-08-061-1/+1
|
* Prettier & eslint project style updateJustin Reynolds2019-06-287-170/+211
|
* Fix lint errors.Lauri Ojansivu2019-05-141-2/+2
|
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-132-5/+9
|
* Fix missing profile checks.Lauri Ojansivu2019-05-092-1/+3
| | | | Thanks to justinr1234 !
* Merge branch 'fix_subtasks' of https://github.com/andresmanelli/wekan into ↵Lauri Ojansivu2019-03-201-1/+2
|\ | | | | | | andresmanelli-fix_subtasks
| * Fix dissapearing subtasksAndrés Manelli2019-03-171-1/+2
| |
* | Migrate customFieldsAndrés Manelli2019-03-161-1/+1
|/
* Performance EnhancementsJustin Reynolds2019-02-281-12/+37
|
* Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+1
|
* - Fix lint errors.Lauri Ojansivu2019-02-011-2/+2
| | | | Thanks to xet7 !
* Improve authenticationguillaume2019-02-011-1/+11
|
* - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵Lauri Ojansivu2018-12-161-1/+1
| | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 !
* - Partially #2045 revert, continue.Lauri Ojansivu2018-12-052-29/+0
| | | | Thanks to xet7 !
* This release fixes the following bugs:Lauri Ojansivu2018-12-051-0/+28
| | | | | | | | | | - Partially #2045 revert [Improve authentication](https://github.com/wekan/wekan/issues/2016), adding back password/LDAP dropdown, because login did now work. NOTE: This was added in v1.71, reverted at v1.73 because login did not work, added back at v1.79, and then reverted partially at v1.82 because login did not work. Related LDAP logout timer does not work yet. Thanks to xet7 !
* revert changes for patch authenticationguillaume2018-11-221-0/+1
|
* Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵Lauri Ojansivu2018-11-201-1/+1
| | | | Login page and Board page. Thanks to xet7.
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-171-1/+0
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* Logout with timerguillaume2018-11-061-0/+1
|
* - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵Lauri Ojansivu2018-10-241-1/+1
| | | | | | | affect change UI yet. Thanks to xet7 ! - Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
* Fix lint errors.Lauri Ojansivu2018-10-091-1/+1
|
* add ldap support | simplify authenticationsguillaume2018-10-092-4/+4
|
* - Add LDAP. In progress.Lauri Ojansivu2018-10-031-0/+10
| | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119
* Fix lint errors.Lauri Ojansivu2018-09-161-8/+8
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-161-0/+18
|\ | | | | | | Angtrim-feature-rules
| * BeautyfiedAngelo Gallarello2018-09-141-8/+8
| |
| * Refactoring rules descriptionAngelo Gallarello2018-09-141-0/+4
| |