Commit Graph

874 Commits (1c26c9e376daf8a2dc6488c50bf3d9e78996c254)
 

Author SHA1 Message Date
kaiyou f8a6c8a415 Add contributors documentations
kaiyou a68802b3b5 Add the demo server and release notes
kaiyou 8e1e937808 Add a page with features and screenshots
kaiyou f0759ffda0 Update the readme to link to the new Website
kaiyou 408e9dc85e Fix the build directory path when deploying
kaiyou f5db5d183b Add the deploy command to travis builds
kaiyou d433c7a0ed Add paramiko to upload documentations after the build
kaiyou 9fbdf70dc2 Add a travis build for the documentation
kaiyou 56c0c00840 Add some shields on the homepage
kaiyou 70c32787d6 Insert a dynamic template for multiversion rendering
kaiyou 8746fafc14 Simplify the Sphinx configuration
kaiyou ce9d991a13 Improve the documentation menu
kaiyou f5ccc0e09c Remove unused makefiles
kaiyou f2ff77d554 Remove unused directories
kaiyou 1434e788ee Add a requirement list
kaiyou f22194d78b Rename the webmails directory
kaiyou edbea372e9 Merge branch 'master' into refactor-repo
kaiyou b0eadadc5c Update the gitignore
kaiyou 48bc67428b Add a first version of the tracking code
kaiyou 40e6604d16 Enable dhparam and weaken TLS on port 25 using starttls
kaiyou 2d22e9cabe Add the Mailu logo
kaiyou bc44b83819 Update links for the compose setup
kaiyou 5d395a2dd0 Fix the version number in the documentation
kaiyou fcf9515bff Fix the rst syntax for most documentation
kaiyou dc2f1280ed Import the documentation from the wiki
kaiyou ac53b3ed97 Merge branch 'master' into refactor-repo
kaiyou f9708e874a Fix the service list page
kaiyou 8722e72f8d Fix the token list template
kaiyou de2a06aec1 Fix letsencrypt by using a separate port than the proxy
kaiyou c59e05bb09 Add initial sphinx config
kaiyou 75842df0d4 Move compose base files to the docs
kaiyou 689be5f2d9 Move all directories per theme
kaiyou 26da4f306d Move images to the documentation folder
kaiyou 3f43b205d3 Prepare the changelog for 1.5.0
kaiyou 494db6a14a Add a note about changing the license related to contributors
kaiyou 7e0399a8be Update authors with translation
kaiyou aac488d7e3 Update translations
kaiyou 51e9d56b89 Add gettext calls for i18n
kaiyou cd90f0beb0
Merge pull request from Mailu/feature-auth-tokens
Implement authentication tokens
kaiyou 23bb932785
Merge branch 'master' into feature-auth-tokens
kaiyou 19fe73b388 Implement authentication rate limit, fixes
kaiyou 716e166b11 Improve the sidebar, display site title and website link
kaiyou 924760273c Update the ui macros and polish the overall UI
kaiyou 8095798a04 Enable token-based authentication
kaiyou 51c301ec56 Switch to 1000 rounds for tokens (performance)
kaiyou 30dfefb24d Fix the token generation process
kaiyou 291fbe7bc4 Add views and templates for authentication tokens
kaiyou 814ed77d7f Add data structure for authentication tokens
kaiyou eb40ea830f Make users and aliases email case insensitive
kaiyou 249f5d94d6 Add a debugging bar for development