summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'improve-notify' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-07-122-0/+59
|\ | | | | | | nztqa-improve-notify
| * Add call outgoing webhooks methodnztqa2017-07-091-0/+5
| |
| * Add integrations modelnztqa2017-07-091-0/+54
| |
* | Add import Wekan board featureGhassen Rjab2017-07-083-496/+993
|/
* fixe errorzago2017-06-291-3/+3
|
* linebreaker fixingzago2017-06-291-24/+23
|
* adding a put method to update a cardzago2017-06-291-0/+30
|
* Fix: id generationnztqa2017-06-281-1/+7
|
* Update import from Trello featureGhassen Rjab2017-06-231-0/+1
| | | Add importing the due date of a card
* Fix importing Trello boardGhassen Rjab2017-06-221-2/+2
| | | Attribute correct members to their comments
* Fix login url in invitation email. Closes #993Lauri Ojansivu2017-06-191-1/+1
|
* Reenable the export featureJohannes Zellner2017-06-121-22/+22
| | | | Fixes #1055
* Fixed a typo..mayjs2017-05-161-1/+1
|
* Implemented the change of /api/user/boards as proposed by huneaumayjs2017-05-161-1/+5
|
* Fixed eslint errorsmayjs2017-05-152-10/+10
|
* Added readonly user access to cardsmayjs2017-05-151-2/+2
|
* Modified access to GET /api/boards/:boardId/lists/:listIdmayjs2017-05-151-1/+1
|
* Modified access to GET /api/boards/:boardId/listsmayjs2017-05-151-1/+2
|
* Extracted board access check functionmayjs2017-05-151-4/+1
|
* Changed GET /api/boards/:id to allow access by the normally also allowed users.mayjs2017-05-151-2/+5
|
* Fixed a typo and removed an old todo commentmayjs2017-05-151-2/+2
|
* Changed /api/user/boards to only check if the user is logged inmayjs2017-05-151-1/+1
|
* let -> constmayjs2017-05-152-2/+2
|
* Added an endpoint to get the user referenced by the given tokenmayjs2017-05-151-0/+10
|
* Removed old debug outputmayjs2017-05-151-1/+0
|
* Fixed the errors existing in /api/user/boardsmayjs2017-05-151-8/+15
|
* Added /api/user/boardsJohannes May2017-05-131-0/+12
|
* add token authentication, only admin can use apihuneau romain2017-05-116-0/+24
|
* add rest api for checklist and card commenthuneau romain2017-05-102-15/+139
|
* REST API - Meteor 1.4 - first step issueLauri Ojansivu2017-04-275-112/+329
|
* isCommentOnly false fix for Trello import. Thanks to rhelsing !Lauri Ojansivu2017-04-251-0/+2
|
* dangling commas errorStephen Moloney2017-04-061-2/+2
|
* First user is admin only if not running in sandstormJulen Landa Alustiza2017-04-021-1/+1
|
* Add isAdmin to user SchemaJulen Landa Alustiza2017-04-021-0/+4
|
* Fix email settings loading:Julen Landa Alustiza2017-04-012-30/+28
| | | | | | | | | | | MAIL_URL was overriden with database info all the time. Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor exists valid admin panel data MAIL_URL is not set. MAIL_FROM was ignored. Same behaviour, env variable has bigger priority than database configuration. On both cases, althrought environment variable is set, updating admin-panel mail settings will load new info and ignore the environment variable. Remove some code that is not needed anymore
* Add TLS toggle option to smtp configurationJulen Landa Alustiza2017-03-301-6/+12
|
* hotfix to user addRyan Helsing2017-03-291-0/+1
|
* Merge pull request #925 from rhelsing/comment-permissionsLauri Ojansivu2017-03-283-4/+23
|\ | | | | Comment permissions
| * comment only working, naive implementation completeRyan Helsing2017-03-182-3/+8
| |
| * cant see add list if comment onlyRyan Helsing2017-03-181-0/+5
| |
| * ability to store comment only, actual prevention nextRyan Helsing2017-03-181-1/+10
| |
* | Merge pull request #943 from Zokormazo/smtpLauri Ojansivu2017-03-282-25/+30
|\ \ | | | | | | Don't send emails if missing smtp host
| * | Don't send emails if missing smtp hostJulen Landa Alustiza2017-03-282-25/+30
| |/
* / Remove invitation code if email sending failed, improve registration process ↵lkisme2017-03-282-8/+17
|/ | | | with invitation
* Set mail-from to environment immediately after changed,lkisme2017-03-091-3/+20
| | | | allow user set a blank username&password pair in SMTP setting.
* Merge branch 'checklist-import' of https://github.com/whodafly/wekan into ↵Lauri Ojansivu2017-03-051-1/+41
|\ | | | | | | whodafly-checklist-import
| * Fix up some linting issuesRaoul Snyman2017-03-051-4/+4
| |
| * Close #873 by importing checklists from TrelloRaoul Snyman2017-03-051-1/+41
| |
* | Fix merge conflict.Lauri Ojansivu2017-03-053-1/+205
|\ \
| * | wording change, email sending optimization, add texts to i18nlkisme2017-02-262-8/+8
| | |