summaryrefslogtreecommitdiffstats
path: root/src/view.h
Commit message (Expand)AuthorAgeFilesLines
* * Add ability to check views by client's ip (that ip from which we have a con...Vsevolod Stakhov2009-10-271-0/+2
* * Do not really check messages that should be skippedVsevolod Stakhov2009-10-191-0/+1
* * Add ability to skip check in viewsVsevolod Stakhov2009-10-161-0/+1
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-0/+28
d/noid/stable27-update-ca-cert-bundle Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
blob: 1f5dd9468f53c91aae9849fd820d5d02cda3a2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports = {
	globals: {
		__webpack_nonce__: true,
		__webpack_public_path__: true,
		_: true,
		$: true,
		moment: true,
		escapeHTML: true,
		oc_userconfig: true,
		dayNames: true,
		firstDay: true
	},
	extends: ['nextcloud'],
	rules: {
		'no-tabs': 'warn',
	}
}