summaryrefslogtreecommitdiffstats
path: root/js/controller/AppController.js
AgeCommit message (Collapse)Author
2021-07-19Use front-end translation functionvue-modularTucker McKnight
PHP is not parsing the Vue components, so use Nextcloud's t() Javascript function instead. This commit adds t() as a global variable on the AppController so that it can be passed into components. Also move vue-loader and vue-template-compiler to devDependencies in package.json. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2019-03-05Cleanup JS and prolong error notificationSean Molenaar
2016-07-23Adjust copyright headerBernhard Posselt
2016-02-11migrate js build system to gulpBernhard Posselt
2015-03-30fix #156Bernhard Posselt
2015-03-21implement clientside search codeBernhard Posselt
2014-09-11port to es5 and add es6 shims for object prototypes insteadBernhard Posselt
2014-05-21es6 all the thingsBernhard Posselt
2014-05-20rename model to resourceBernhard Posselt
2014-05-19add test for firstrun pageBernhard Posselt