Commit Graph

9 Commits (master)

Author SHA1 Message Date
Morris Jobke d790c27a19
Reduce JSHint errors/warnings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago
Arthur Schiwon 65cfe4796d enable laxbreak option in jshintrc to comply with our coding guide lines 10 years ago
Vincent Petry fb10bf4048 Files app navigation can now switch
- 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)
10 years ago
Thomas Müller 78e5410199 Merge branch 'master' into jshint-globals-oc-t-n
Conflicts:
	.jshintrc
10 years ago
Thomas Müller d7bc23e16d adding ownCloud globals to jshintrc: OC, t, n 10 years ago
Thomas Müller 647abe512b reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 10 years ago
Thomas Müller 086eb71cfe extending javascript line length to 120
adding xit to globals
10 years ago
Thomas Müller a5a671392c rename config to camelcase 10 years ago
Vincent Petry d36a2ff9ee Added .jshintrc
- 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
10 years ago