Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ vendor/
!/tests/integration/

.ackrc
css
js
node_modules
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ While theoretically any other authentication provider implementing either one of
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png</screenshot>
<dependencies>
<nextcloud min-version="30" max-version="33" />
<nextcloud min-version="30" max-version="34" />
</dependencies>
<background-jobs>
<job>OCA\User_SAML\Jobs\CleanSessionData</job>
Expand Down
83 changes: 0 additions & 83 deletions css/admin.css

This file was deleted.

34 changes: 0 additions & 34 deletions css/personal.css

This file was deleted.

43 changes: 0 additions & 43 deletions css/selectUserBackEnd.css

This file was deleted.

16 changes: 16 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: CC0-1.0
*/

import { recommended } from '@nextcloud/eslint-config'

export default [
...recommended,
{
ignores: [
'js/**',
'l10n/**',
],
},
Comment on lines +10 to +15
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed? If yes this is a bug of our config

]
Loading
Loading