summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translations.Lauri Ojansivu2017-04-052-7/+7
|
* Move Meteor 1.4 to it's own branch, and devel back to Meteor 1.3Lauri Ojansivu2017-04-055-117/+108
|
* Merge pull request #976 from dwrensha/sandstorm-is-comment-onlyLauri Ojansivu2017-04-041-1/+2
|\ | | | | fix updateUserPermissions() on Sandstorm
| * fix updateUserPermissions() on SandstormDavid Renshaw2017-04-041-1/+2
|/ | | | | | | The new isCommentOnly property needs to be set when Sandstorm updates user permissions, because otherwise a schema validation error occurs and users never get added as members of boards.
* Merge pull request #957 from brylie/feature/meteor-1.4Lauri Ojansivu2017-04-045-108/+117
|\ | | | | meteor update all packages
| * meteor update all packagesBrylie Christopher Oxley2017-03-305-108/+117
| |
* | Merge branch 'Zokormazo-admin' into develLauri Ojansivu2017-04-022-1/+18
|\ \ | | | | | | | | | | | | | | | | | | Set first user as admin, it there is no existing users and Wekan is not running at Sandstorm. Fixes #924
| * | Add feature: Set first user as Admin if not running at Sandstorm. Fixes #924Lauri Ojansivu2017-04-021-0/+13
| | |
| * | Merge branch 'admin' of https://github.com/Zokormazo/wekan into Zokormazo-adminLauri Ojansivu2017-04-021-1/+5
|/| | | | | | | | | | | | | | | | | Add Feature: Set admin on first run Fixes #924
| * | 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
| | |
* | | v0.18 Wekan release.v0.18Lauri Ojansivu2017-04-024-5/+5
| | |
* | | Update translations.Lauri Ojansivu2017-04-021-2/+2
| | |
* | | Fix typo.Lauri Ojansivu2017-04-021-1/+1
| | |
* | | Move Sandstorm to separate paragraph.Lauri Ojansivu2017-04-021-6/+8
| | |
* | | Move features and integrations to wiki.Lauri Ojansivu2017-04-021-19/+20
|/ /
* | Update translations.Lauri Ojansivu2017-04-023-7/+7
| |
* | Add: Fix email settings loaging. Thanks to Zokormazo !Lauri Ojansivu2017-04-021-0/+8
| |
* | Merge branch 'Zokormazo-email' into develLauri Ojansivu2017-04-024-47/+38
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This fixes #951, fixes #948, and fixes #937
| * | Fix email settings loading:Julen Landa Alustiza2017-04-014-47/+38
|/ / | | | | | | | | | | | | | | | | | | | | 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
* | Fix typo.Lauri Ojansivu2017-03-311-1/+1
| |
* | Add link to Enable Admin Panel.Lauri Ojansivu2017-03-311-0/+3
| |
* | Add link to Import/Export MongoDB data to/from Docker container.Lauri Ojansivu2017-03-311-0/+3
| |
* | Add alternative Docker image while current one is broken.Lauri Ojansivu2017-03-311-0/+7
| |
* | Add translation: Basque (eu)Lauri Ojansivu2017-03-311-0/+351
| |
* | Update translations.Lauri Ojansivu2017-03-3125-7/+57
| |
* | Add TLS toggle option to smtp configuration. Thanks to Zokormazo !Lauri Ojansivu2017-03-311-0/+1
| |
* | Merge branch 'Zokormazo-tls' into develLauri Ojansivu2017-03-314-10/+30
|\ \ | |/ |/|
| * Add TLS toggle option to smtp configurationJulen Landa Alustiza2017-03-304-10/+30
|/
* Fix typo.Lauri Ojansivu2017-03-301-2/+2
|
* Fix: Use navigator language by default instead of English.Lauri Ojansivu2017-03-301-2/+3
|
* Merge branch 'umbertooo-navigator-preferred-language' into develLauri Ojansivu2017-03-301-4/+10
|\
| * Merge branch 'navigator-preferred-language' of ↵Lauri Ojansivu2017-03-301-4/+10
|/| | | | | | | https://github.com/umbertooo/wekan into umbertooo-navigator-preferred-language
| * Use the navigator's language properties even if a user exists but the user ↵Felix Michels2016-10-191-2/+8
| | | | | | | | | | | | has not yet choosen a profile language. If the browser provides multiple preferred languages via `navigator.languages`, select the most-preferred one. WKN-47
* | Merge pull request #952 from rhelsing/comment-hotfixLauri Ojansivu2017-03-301-0/+1
|\ \ | | | | | | hotfix to user add isCommentOnly
| * | hotfix to user addRyan Helsing2017-03-291-0/+1
|/ /
* | Merge pull request #946 from stephenmoloney/develLauri Ojansivu2017-03-281-1/+0
|\ \ | | | | | | fix dockerfile
| * | remove invalid commandStephen Moloney2017-03-281-1/+0
| | |
* | | Update changelog.Lauri Ojansivu2017-03-281-6/+18
| | |
* | | Update translations.Lauri Ojansivu2017-03-2825-0/+50
|/ /
* | Merge pull request #925 from rhelsing/comment-permissionsLauri Ojansivu2017-03-2822-63/+177
|\ \ | | | | | | Comment permissions
| * | add to omit listRyan Helsing2017-03-191-0/+1
| | |
| * | fix understood syntaxRyan Helsing2017-03-191-2/+2
| | |
| * | comment only working, naive implementation completeRyan Helsing2017-03-1813-18/+64
| | |
| * | current progressRyan Helsing2017-03-187-29/+46
| | |
| * | dont show list optionsRyan Helsing2017-03-182-11/+11
| | |
| * | cant see add list if comment onlyRyan Helsing2017-03-183-1/+12
| | |
| * | ability to store comment only, actual prevention nextRyan Helsing2017-03-184-7/+44
| | |
| * | add english descRyan Helsing2017-03-181-1/+3
| | |
* | | Merge pull request #943 from Zokormazo/smtpLauri Ojansivu2017-03-284-35/+47
|\ \ \ | | | | | | | | Don't send emails if missing smtp host