summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use Meteor 1.4 and Node v4 based Docker image.Lauri Ojansivu2017-04-061-16/+10
|
* Merge pull request #982 from stephenmoloney/met1.4Lauri Ojansivu2017-04-061-2/+2
|\ | | | | Met1.4
| * dangling commas errorStephen Moloney2017-04-062-6/+6
| |
| * remove tailing commasStephen Moloney2017-04-061-4/+4
|/
* Merge pull request #981 from stephenmoloney/met1.4Lauri Ojansivu2017-04-063-13/+27
|\ | | | | Met1.4
| * rebuildStephen Moloney2017-04-051-3/+3
| |
| * no tests - removeStephen Moloney2017-04-051-1/+0
| |
| * Fix dockerbuild and modify travisStephen Moloney2017-04-052-5/+20
| |
| * Merge branch 'devel' of https://github.com/wekan/wekan into develStephen Moloney2017-04-046-109/+119
| |\
| * | change versions for dockerbuildStephen Moloney2017-04-041-6/+6
| | |
* | | Update translations.Lauri Ojansivu2017-04-052-7/+7
| |/ |/|
* | 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