Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-06Reduce JSHint errors/warningsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2014-11-04enable laxbreak option in jshintrc to comply with our coding guide linesArthur Schiwon
2014-05-15Files app navigation can now switchVincent Petry
- added new OCA.Files namespace for files classes - the sidebar can now switch between views/containers - the trashbin renders in its own container but currently doesn't work due to overrides - added app.js as entry point for JS code (ideally all other files should only contain classes and not trigger anything)
2014-04-07Merge branch 'master' into jshint-globals-oc-t-nThomas Müller
Conflicts: .jshintrc
2014-04-07adding ownCloud globals to jshintrc: OC, t, nThomas Müller
2014-04-07reduce code duplication, fix parse error, prevent page reload on hitting ↵Thomas Müller
enter while changing the display name - refs #8085
2014-04-04extending javascript line length to 120Thomas Müller
adding xit to globals
2014-02-27rename config to camelcaseThomas Müller
2014-01-30Added .jshintrcVincent Petry
- Also fixes a few JSHint warnings in files app - Added "global" comment on top of files app to suppress warning and also inform devs about what globals are use