You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When authenticating via **Personal Access Token (PAT)**:
5
-
- open [GitHub Developer Settings >> Tokens](https://github.com/settings/tokens)
6
-
- confirm that your PAT has the following recommended permissions: `notifications`, `read:user` and `repo`
7
-
- Note: if you only want Gitify to access public repositories, you can use permissions: `notifications`, `read:user` and `public_repo`
8
-
9
-
When authenticating via **Gitify GitHub App**:
10
-
- some organizations require GitHub Apps to request access prior to allowing access to organization data (including notifications)
11
-
- to check if Gitify is approved by your organization open [GitHub Developer Settings >> GitHub Apps](https://github.com/settings/applications), then click on _Gitify_ and scroll to _Organization access_
4
+
5
+
Filters in Gitify help you manage which notifications are shown in the app, allowing you to concentrate on the most crucial ones for your workflow.
6
+
7
+
<br />
8
+
9
+
Filters can be accessed from the Gitify sidebar. By default, all notifications are shown.
10
+
11
+
<br />
12
+
13
+
If you apply filters, your inbox will display notifications based on a `LOGICAL AND` condition.
title: "How to configure OAuth App authentication?"
2
+
title: "My notifications aren't showing?"
3
3
---
4
-
To authenticate via an **OAuth App**:
5
-
- create a new application within _GitHub → Settings → Developer settings → OAuth Apps_.
6
-
- Set _Authorization callback URL_ as `gitify://oauth`
7
-
- Complete all remaining mandatory fields
8
-
- Click _Register application_
9
-
- Now click on _Generate a new client secret_
10
-
- Use this client/secret pair within Gitify to authenticate.
4
+
When authenticating via **Personal Access Token (PAT)**:
5
+
- open [GitHub Developer Settings >> Tokens](https://github.com/settings/tokens)
6
+
- confirm that your PAT has the following recommended permissions: `notifications`, `read:user` and `repo`
7
+
- Note: if you only want Gitify to access public repositories, you can use permissions: `notifications`, `read:user` and `public_repo`
8
+
9
+
When authenticating via **Gitify GitHub App**:
10
+
- some organizations require GitHub Apps to request access prior to allowing access to organization data (including notifications)
11
+
- to check if Gitify is approved by your organization open [GitHub Developer Settings >> GitHub Apps](https://github.com/settings/applications), then click on _Gitify_ and scroll to _Organization access_
title: "What does 'Unsubscribe from Thread' mean?"
2
+
title: "How to configure OAuth App authentication?"
3
3
---
4
-
When you **Unsubscribe from Thread**, you will not receive future notifications for the thread until you either comment on the thread or get a **@mention**.
5
-
6
-
<br />
7
-
8
-
_Note: If you are watching a repository, you receive notifications for all threads by default._
4
+
To authenticate via an **OAuth App**:
5
+
- create a new application within _GitHub → Settings → Developer settings → OAuth Apps_.
6
+
- Set _Authorization callback URL_ as `gitify://oauth`
7
+
- Complete all remaining mandatory fields
8
+
- Click _Register application_
9
+
- Now click on _Generate a new client secret_
10
+
- Use this client/secret pair within Gitify to authenticate.
title: "Something is not working as expected, how can I debug Gitify?"
2
+
title: "What does 'Unsubscribe from Thread' mean?"
3
3
---
4
-
Using **Chrome Developer Tools** (console logs, network requests, etc):
5
-
- All platforms: right click tray icon then _Developer → Toggle Developer Tools_
6
-
- macOS: `command + opt + i`
7
-
- Windows: `ctrl + shift + i`
8
-
- Linux: `ctrl + shift + i`
4
+
When you **Unsubscribe from Thread**, you will not receive future notifications for the thread until you either comment on the thread or get a **@mention**.
9
5
10
6
<br />
11
7
12
-
Using **Application Log Files**:
13
-
- All platforms: right click tray icon then _Developer → View Application Logs_
0 commit comments