eaglexmw-gmail

Results 8 issues of eaglexmw-gmail

增加配置local-auth以读取yaml配置方式设置; 增加配置项allow-signup,设置成false后将禁止用户注册; 支持将rttys部署在域名的子目录下; 增加local-assets配置项,配置后,rttys将使用本地文件方式的前端资源。

fix bug: import module from invalid path. all compile/test ok.

add new feature: deploy under the subfolder of domain. Like this: deploy under [www.example.com/filestash]

feature: deploy on a subdirectory of domain.

feature: supports deploying filestash to subfolders of domain names. like this: www.example.com/filestash. add new env var FILESTASH_BASEURL for support nginx reverse config: proxy_pass http://xxx:8334/; or proxy_pass http://xxx:8334;

like this: [www.example.com/memos]. with nginx reverse config: proxy_pass http://xxx:5230/;

feature: Generation C++ Code to Multi Files.

bugfix: if form's event_handler is virtual, inherited class's event_handler need add virtual + override.