summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| * | | Don't send emails if missing smtp hostJulen Landa Alustiza2017-03-284-36/+47
| | | |
* | | | Merge pull request #945 from Serubin/develLauri Ojansivu2017-03-281-0/+1
|\ \ \ \ | | | | | | | | | | Dockerfile fix for local packages
| * | | | Dockerfile fix for local packagesSerubin2017-03-281-0/+1
| | | | |
* | | | | Merge pull request #942 from stephenmoloney/develLauri Ojansivu2017-03-282-9/+26
|\ \ \ \ \ | |/ / / / |/| | | | user high availability key server and update travis.yml for docker builds
| * | | | update travis for a docker buildStephen Moloney2017-03-281-1/+18
| | | | |
| * | | | user high availability key server. sks-keyservers.net/overview-of-pools.phpStephen Moloney2017-03-281-8/+8
|/ / / /
* | | | Update Dockerfile maintainer and npm version.Lauri Ojansivu2017-03-281-2/+2
| | | |
* | | | Add registration and invitation fixes. Thanks to lkisme !Lauri Ojansivu2017-03-281-0/+15
| | | |
* | | | Merge branch 'lkisme-invtn-bug-fix' into develLauri Ojansivu2017-03-284-12/+19
|\ \ \ \
| * | | | Merge branch 'invtn-bug-fix' of https://github.com/lkisme/wekan into ↵Lauri Ojansivu2017-03-284-12/+19
|/| | | | | | | | | | | | | | | | | | | lkisme-invtn-bug-fix
| * | | | Remove invitation code if email sending failed, improve registration process ↵lkisme2017-03-284-12/+19
| |/ / / | | | | | | | | | | | | with invitation
* | | | Update translations.Lauri Ojansivu2017-03-2825-276/+279
| | | |
* | | | Remove unused text, no need to translate it anymore.Lauri Ojansivu2017-03-281-2/+1
| | | |
* | | | Merge pull request #940 from JamborJan/develLauri Ojansivu2017-03-284-4/+8
|\ \ \ \ | |/ / / |/| | | Add bigger screenshots
| * | | Tinified pngsJJ2017-03-282-0/+0
| | | | | | | | | | | | | | | | Tinified pngs with https://tinypng.com/
| * | | Add bigger screenshotsJJ2017-03-284-4/+8
| | | | | | | | | | | | | | | | According to this conversation: https://oasis.sandstorm.io/grain/mZ6GkpaHjWAyxxKXgwTCG5/b/sandstorm/libreboard/KgLwFJqLmgheFvwRc 2 bigger screenshots added
* | | | Release v0.17v0.17Lauri Ojansivu2017-03-252-2/+2
| | | |