##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3241:611f6ed0
app: disconect auth plugin loading from authentication registry. - introduce load_all flag used in skip application load time for certain actions
0
r3240:b74ad312
core: change from homebrew plugin system into pyramid machinery. - it's faster to load - homebrew system was never used as intended - it's cleaner CE/EE code this way
0
r3239:1b708774
markdown-renderer: use lazy loaded markdown renderers initialization. - they are heavy to initialize, and should be cached. - we're not caching it at load time, but on access time after this change. - speeds up application start.
0
r3238:426d07af
application: re-organize imports for pyramid to prepare code for speedup optimization.
0
r3237:5cf82ecc
env-variables: make it safer if there's a syntax problem inside .ini file. It's better to not crash, since it means server wont start. Let users fix problems instead of breaking the startup because of that.
0
r3236:e37f5984
system-info: expose base_url
0
r3235:db5132ef
ldap: adde common ldap-ce na ldap-ee structure, and extend options - added timeout - make the code more shared - allow specification of tls certdir and certfile manually
0
r3234:83285ea3
auth-plugins: updated display names of plugins, and root resource.
0
r3233:4c12f36b
auth-plugins: updated UI for authentication plugins, and allow unsorted (in order of registration) display of plugins.
0
r3232:683a85b0
auth-plugins: expose docs and icon methods for authentication.
0
r3231:462664f1
code: code cleanups, use is None instead of == None.
0
r3230:3c9caf8e
reviewers: use target repo owner as default reviewer in case of CE edition. - Fixes #5515 - This was somehow different than in EE edition
0
r3229:a91339bd
acl: support evolve subcommands when checking for permissions.
0
r3228:cf42fa59
svn: added example to check version of loaded mod_dav_svn module.
0
r3227:75c71c31
ldap: ensure the proper cert files and dirs are set. - addresses some issues with SSL certificates after bump of the LDAP drivers.
0
r3226:feb956fc
static: use same way of loading static in root and standalone error_document to prevent from having JS errors.
0
r3225:64ac37fb
docs: updated documentation for SVN 1.10 Wandisco repositories.
0
r3224:ea959a16
utils: updated request generation so ishell can run some automation scripts.
0
r3223:95dfd17a
svn: split generate and write parts for easier usage in automation scripts.
0
r3222:796b989f
ui: update custom logos template to also allow header logo change.
0
load next
< 1 .. 104 105 106 107 108 .. 268 >
showing 20 out of 5342 commits