Josue-T and GitHub
6c7c91276d
Merge pull request #93 from YunoHost-Apps/manifestv2_improvements
...
Manifestv2 improvements
2024-02-07 19:02:08 +01:00
Josué Tille
311a4196fb
Simpify permission set and avoid to set all perms each time
2024-02-07 12:08:03 +01:00
Josué Tille
d836db84d1
Optimize upgrade: avoid to set premission on data dir to just call gitea command to generated keys
2024-02-07 12:06:46 +01:00
Josué Tille
e096dda814
Fix typo
2024-02-07 12:06:16 +01:00
Josué Tille
0fd3ddd816
Try fix test.toml
2024-02-06 20:08:36 +01:00
Josué Tille
d527673224
Fix test config
2024-02-06 18:05:05 +01:00
Josué Tille
37efab8ee3
Fix tests config
2024-02-06 12:05:06 +01:00
Josué Tille
919ad78989
Fix missing parameter for user admin on tests
2024-02-06 09:08:35 +01:00
Josué Tille
d7f1129845
Add test update from last package v1 version
2024-02-06 08:40:40 +01:00
Josué Tille
0073541a09
Merge branch 'testing' into manifestv2
2024-02-06 01:17:13 +01:00
Josué Tille
cd253506b9
Upgrade gitea to 1.21.5
2024-02-06 01:00:54 +01:00
Josué Tille
7064c0c7a4
Fix imap mail config
2024-02-06 00:59:40 +01:00
Josué Tille
5f7b535237
Add support to sync yunohost group to organisation teams
2024-02-05 23:42:45 +01:00
Josué Tille
8fb1399ab2
Update LDAP config
2024-02-05 21:10:22 +01:00
Josué Tille
bee1ad0a93
Fix account created by remote user header
2024-02-05 19:22:56 +01:00
Josué Tille
57740d8b4c
Move all script in script folder
2024-02-05 19:12:10 +01:00
Josué Tille
82853f2061
Fix upgrade
2024-02-02 15:48:57 +01:00
Josué Tille
b9d4c6b40f
Cleanup unused code
2024-02-02 15:23:28 +01:00
Josué Tille
7c89c86e1b
Merge remote-tracking branch 'testing' into manifestv2
2024-02-02 15:01:12 +01:00
Josué Tille
094fe33aa7
Upgrade gitea to 1.21.5
2024-02-01 22:03:16 +01:00
Josué Tille
24696469f2
Upgrade gitea to 1.21.4
2024-01-25 08:26:59 +01:00
Josué Tille
a1d263f334
Upgrade gitea to 1.21.3
2024-01-25 08:26:58 +01:00
Josué Tille
01f092458d
Update login source config and add group support
2024-01-25 00:21:50 +01:00
Josué Tille
77c36786f4
Disable reverse proxy authentication temporately
2024-01-25 00:16:19 +01:00
Josué Tille
39be9a3b28
Update ldap config also on update
2024-01-24 22:58:29 +01:00
Josué Tille
0dbe2ed538
Fix email retriving
...
With the previous config we have this error:
Error while processing incoming emails: could not connect to server 'localhost:993': tls: failed to verify certificate: x509: certificate is valid for domain.tld, not localhost
2024-01-24 22:57:48 +01:00
Josué Tille
b402f9038d
Improve permission config
2024-01-24 22:46:44 +01:00
Josué Tille
b0e2306674
Force LDAP sync at first start
2024-01-24 22:46:20 +01:00
Josué Tille
0747739c76
Use $app instead of $YNH_APP_ID
2024-01-24 22:46:09 +01:00
Josué Tille
cd38b3eae1
Fix linter
2023-12-16 14:59:13 +01:00
Josue-T and GitHub
fd141f2301
Merge pull request #92 from YunoHost-Apps/testing
...
Testing
2023-12-13 12:55:36 +01:00
Josué Tille
b7b73bbf89
Add jwt secret because gitea edit config if not present
2023-12-13 10:38:10 +01:00
Josué Tille
676d283d14
Use localhost instead of domain for mail server address
2023-12-13 10:10:44 +01:00
Josué Tille
28ca6ca0ad
Upgrade gitea to 1.21.2
2023-12-13 09:53:23 +01:00
Josué Tille
1a620afa86
Fix log configuration
...
Fix warning:
Failed to load writer mode "router" for logger router: invalid log writer type (mode): router, maybe it needs something like 'MODE=file' in [log.router] section
Failed to load writer mode "xorm" for logger xorm: invalid log writer type (mode): xorm, maybe it needs something like 'MODE=file' in [log.xorm] section
Fix log level in file because:
- warning level break startup service detection (with ynh_systemd_action)
- warning level break fail2ban
2023-11-30 14:49:11 +01:00
Josué Tille
396f0d4aaa
Use correct email to reply
...
when we use other user for email than gitea we have this error: gomail: could not send email 1: failed to issue RCPT command: 553 5.7.1 : Sender address rejected: not owned by user gitea
2023-11-30 14:26:08 +01:00
Josué Tille
a315e28309
Use smtp with starttls (not smtps)
...
When we use smtps+starttls we have this error : gomail: could not send email 1: SMTP server does not support AUTH, but credentials provided
2023-11-30 14:24:43 +01:00
Josué Tille
7e2809de42
Remove skype verify as it's obsolete
...
Deprecated config option `[mailer]` `SKIP_VERIFY` present. Use `[mailer]` `FORCE_TRUST_SERVER_CERT` instead. This fallback will be/has been removed in v1.19.0
2023-11-30 14:19:42 +01:00
Josué Tille and Félix Piédallu
b91b7e2464
Remove limit on data in nginx
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
361d0bb652
Fix email stack config
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
e73acdd808
cleanup all scripts
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
d5f508aa85
fix init permissions
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
479e4d7b2d
cleanup app.ini
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
18696acb10
Fix manifest
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
5e22a74cd7
We don't need ram to build app
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
238dec4aaf
SSO is supported
2023-11-29 17:26:25 +01:00
Josué Tille and Félix Piédallu
c3d72d5bc6
Fix mail config
2023-11-29 17:26:25 +01:00
Josue-T and GitHub
b51febc0f9
Merge pull request #91 from YunoHost-Apps/testing
...
Testing
2023-11-29 10:40:28 +01:00
Josué Tille
4ebb71f581
Fix manifest
2023-11-29 08:39:04 +01:00
Josué Tille
9c40efe2f7
Upgrade gitea to 1.21.1
2023-11-28 22:11:52 +01:00
Josue-T and GitHub
22fd459bed
Merge pull request #90 from CodeShakingSheep/replace-deprecated-mailer-config-option
...
Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini
2023-11-24 22:18:23 +01:00
Josue-T and GitHub
d4f9245d2b
Merge pull request #89 from YunoHost-Apps/testing
...
Testing
2023-11-24 10:39:44 +01:00
Josué Tille
f1d06a571e
Upgrade gitea to 1.21.0
2023-11-22 15:56:24 +01:00
Josue-T and GitHub
7cf829e71c
Merge pull request #88 from CodeShakingSheep/replace-deprecated-log-config-options
...
Replacements for access, router and xorm log in app.ini
2023-11-22 15:47:34 +01:00
Josue-T and GitHub
9a2f61a5db
Merge pull request #86 from YunoHost-Apps/testing
...
Testing
2023-10-17 08:09:24 +02:00
Josué Tille
9355477b50
Upgrade gitea to 1.20.5
2023-10-12 08:07:41 +02:00
Josue-T and GitHub
b6fac9fd8a
Merge pull request #85 from YunoHost-Apps/testing
...
Testing
2023-09-12 18:32:25 +02:00
Josué Tille
768ec56400
Upgrade gitea to 1.20.4
2023-09-12 08:37:31 +02:00
Josué Tille
87ec046a19
Upgrade gitea to 1.20.3
2023-08-22 08:00:58 +02:00
Josué Tille
679da9647a
Upgrade gitea to 1.20.2
2023-08-02 08:32:44 +02:00
Josue-T and GitHub
b327ccd302
Merge pull request #81 from YunoHost-Apps/testing
...
Testing
2023-07-25 12:11:31 +02:00
Josué Tille
a3c08f6f1f
Upgrade gitea to 1.20.1
2023-07-25 08:50:33 +02:00
Josué Tille
9fa36a7746
Upgrade gitea to 1.20.0
2023-07-18 12:54:37 +02:00
Josue-T and GitHub
731eb7aab3
Merge pull request #78 from YunoHost-Apps/testing
...
Testing
2023-07-05 14:44:34 +02:00
Josué Tille
602dec3db3
Upgrade gitea to 1.19.4
2023-07-05 09:01:33 +02:00
Josué Tille
0306a65b6a
Upgrade gitea to 1.19.3
2023-05-09 08:14:17 +02:00
Josué Tille
3fcbdd8b1d
Upgrade gitea to 1.19.2
2023-05-02 07:55:21 +02:00
Josue-T and GitHub
ba6edb7d5c
Merge pull request #71 from YunoHost-Apps/testing
...
Testing
2023-04-27 21:53:11 +02:00
Josué Tille
73a205bfb1
Upgrade gitea to 1.19.1
2023-04-27 07:52:44 +02:00
Josue-T and GitHub
d9c4cc860a
Merge pull request #70 from Typhlos/master
...
Activate gitea actions
2023-04-27 07:49:50 +02:00
Josue-T and GitHub
f7bdfd7085
Merge pull request #66 from YunoHost-Apps/testing
...
Testing
2023-03-21 20:43:10 +01:00
Josue-T and GitHub
341271947b
Take out test upgrade from gogs
2023-03-21 17:21:11 +01:00
Josué Tille
b6965e9dfb
Upgrade gitea to 1.19.0
2023-03-21 08:03:05 +01:00
Josue-T and GitHub
f61f3405db
Take out
2023-03-06 12:35:50 +01:00
Josué Tille
0295beceb0
fix upgrade script
2023-02-24 08:05:19 +01:00
Josué Tille
43282662a9
Upgrade gitea to 1.18.5
2023-02-24 07:47:21 +01:00
Josué Tille
44c9405cb0
Upgrade gitea to 1.18.4
2023-02-21 08:15:36 +01:00
Josué Tille
7dab417809
Upgrade gitea to 1.18.3
2023-01-25 08:03:48 +01:00
Josue-T and GitHub
cb64eb78fd
Merge pull request #64 from YunoHost-Apps/v1.18
...
V1.18
2023-01-25 07:49:59 +01:00
Josué Tille
b83c8250d1
Upgrade gitea to 1.18.2
2023-01-22 01:05:28 +01:00
Josué Tille
315deacb89
Upgrade gitea to 1.18.1
2023-01-18 08:02:59 +01:00
Josué Tille
6bdd9c9804
Update config
2023-01-13 08:04:03 +01:00
Josue-T and GitHub
4207a6b6d9
Merge pull request #62 from YunoHost-Apps/testing
...
Testing
2023-01-13 08:01:22 +01:00
Josué Tille
ebe8c71b08
Upgrade gitea to 1.18.0
2023-01-06 06:47:13 +01:00
Josué Tille
48a1b478c7
Upgrade gitea to 1.17.4
2022-12-23 17:52:27 +01:00
Josué Tille
42c838363f
Upgrade gitea to 1.17.3
2022-10-18 08:32:48 +02:00
Josue-T and GitHub
a063925d22
Merge pull request #57 from YunoHost-Apps/testing
...
Change user app home too if homedir is moved
2022-09-13 08:12:22 +02:00
Josué Tille
5e634a769f
Upgrade gitea to 1.17.2
2022-09-12 20:00:07 +02:00
Josue-T and GitHub
6c7d277601
Merge pull request #38 from YunoHost-Apps/testing
...
Upgrade to 1.17.1
2022-08-30 06:56:01 +02:00
Josué Tille
b5cb1820a5
Update upgrade commit
2022-08-24 07:48:14 +02:00
Josué Tille
c3bd422a32
Fix auto registration
2022-08-21 09:35:45 +02:00
Josué Tille
e93e105abc
Upgrade gitea to 1.17.1
2022-08-21 09:24:38 +02:00
Josué Tille
be6cb47687
Upgrade gitea to 1.17.0
2022-08-21 09:24:37 +02:00
Josué Tille
fd6d38d99e
Change test upgrade commit
...
We can't really easly test an oldest version because we have some issue with the permission upgrade about the public access management
2022-08-19 06:32:53 +02:00
Josue-T and GitHub
62cd55702a
Merge pull request #50 from YunoHost-Apps/LFS
...
Add LFS support
2022-08-02 23:35:40 +02:00
Josué Tille
1052d352c8
Upgrade gitea to 1.16.9
2022-07-13 08:14:34 +02:00
Josué Tille
29fb4d4a9e
Fix reverse proxy authentication
2022-05-28 20:13:30 +02:00
Josué Tille
90ba718dec
Fix checksum
2022-05-28 01:09:01 +02:00
Josué Tille
f9413cf9d6
Upgrade gitea to 1.16.8
2022-05-28 00:33:56 +02:00
Josué Tille
b2338b32c4
Upgrade gitea to 1.16.7
2022-05-28 00:33:55 +02:00