##// END OF EJS Templates
auth-user: enabled cache flags for fetching ACL ids....
auth-user: enabled cache flags for fetching ACL ids. - those are now safe to cache since we have a proper cache invalidation logic for permissions of users - for lots of repo this makes our goto switcher much much faster

File last commit:

r4030:386f1ab6 default
r4328:eca0587d default
Show More
index.js
6 lines | 285 B | application/javascript | JavascriptLexer
js: migrate to polymer 3.x
r3173 import '@polymer/iron-ajax/iron-ajax.js';
js: support shared styles via webpack inline
r3179 import './shared-styles.js';
js: migrate to polymer 3.x
r3173 import './channelstream-connection/channelstream-connection.js';
import './rhodecode-toast/rhodecode-toast.js';
import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
import './rhodecode-app/rhodecode-app.js';