mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-07-03 06:00:05 +02:00
Compare commits
15 commits
v1.11.15-s
...
v1.11.28-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b3516d1621 | ||
![]() |
788816299c | ||
![]() |
2e3d370c38 | ||
![]() |
d977e5c753 | ||
![]() |
0ef609f57b | ||
![]() |
2066ef2623 | ||
![]() |
b0177a4276 | ||
![]() |
87e7893d07 | ||
![]() |
ae4eb4c3da | ||
![]() |
32f58e1c3f | ||
![]() |
db908634ea | ||
![]() |
965a3b2d0e | ||
![]() |
775fb00b75 | ||
![]() |
9d4602fea6 | ||
![]() |
eb17c2ad94 |
8 changed files with 27 additions and 9 deletions
17
.github/workflows/stale.yml
vendored
Normal file
17
.github/workflows/stale.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: 'Close stale issues'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
stale-issue-message: 'This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
|
||||
days-before-issue-stale: 150
|
||||
days-before-issue-close: 14
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
exempt-issue-labels: 'longterm,enhancement,parity-with-android,prio:medium,prio:high,electron issue,encrypted room search,build infrastructure'
|
|
@ -16,8 +16,8 @@
|
|||
"https://scalar-staging.vector.im/api",
|
||||
"https://scalar-staging.riot.im/scalar/api"
|
||||
],
|
||||
"showLabsSettings": true,
|
||||
"roomDirectory": {
|
||||
"show_labs_settings": true,
|
||||
"room_directory": {
|
||||
"servers": [
|
||||
"matrix.org",
|
||||
"gitter.im",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d25e426c42d4eeef4fd62aea61642fd66fe7f73b
|
||||
Subproject commit 55a5d81ef815546fb2d2967896b77ab61410196e
|
|
@ -1 +1 @@
|
|||
Subproject commit ebb0d6a212299540247587abd345ce633a414813
|
||||
Subproject commit a46cb302c74ebdb7bdc226f295b7e1ed264f199d
|
|
@ -21,8 +21,8 @@
|
|||
"MXID": "MXID",
|
||||
"In group chats": "Ve skupinových chatech",
|
||||
"In public rooms": "Ve veřejných místnostech",
|
||||
"All rooms you're in will appear in Home.": "Všechny místnosti, ve kterých se nacházíte, se zobrazí v domovském zobrazení.",
|
||||
"Show all rooms in Home": "Ukázat všechny místnosti v domovském zobrazení",
|
||||
"All rooms you're in will appear in Home.": "Všechny místnosti, ve kterých se nacházíte, se zobrazí v Úvodu.",
|
||||
"Show all rooms in Home": "Zobrazit všechny místnosti v Úvodu",
|
||||
"Show people in spaces": "Ukázat lidi v prostorech",
|
||||
"Show notification badges for People in Spaces": "Zobrazit odznaky oznámení pro Lidé v prostorech",
|
||||
"Return to the room previously opened in a space": "Návrat do dříve otevřené místnosti v prostoru",
|
||||
|
|
|
@ -40,5 +40,6 @@
|
|||
"Room list style": "Estilo da lista de salas",
|
||||
"Mark rooms as unread": "Permitir markar conversas como não lidos",
|
||||
"Mark as unread": "Markar como não lido",
|
||||
"Mark as read": "Markar como lido"
|
||||
"Mark as read": "Markar como lido",
|
||||
"Collapse additional buttons": "Recolher botões adicionais"
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6128de1bafde5b2112f2fe6dd2101e822d2c0636
|
||||
Subproject commit 738c29c7c32187d2d9cdda0aca998b6946acb746
|
|
@ -1 +1 @@
|
|||
Subproject commit 23de404c637747b5f2662b12355b0cbc4ab0d951
|
||||
Subproject commit becb56166ec8cc5fbfb42440bbad42f5bb0f485a
|
Loading…
Add table
Add a link
Reference in a new issue