Граф коммитов

325 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 6d4405ecff
Merge pull request #262 from nextcloud/dependabot/composer/symfony/process-5.4.46 2024-11-06 20:51:23 +00:00
dependabot[bot] 2884c6e749
Bump symfony/process from 5.4.7 to 5.4.46
Bumps [symfony/process](https://github.com/symfony/process) from 5.4.7 to 5.4.46.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/process/compare/v5.4.7...v5.4.46)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06 20:47:58 +00:00
Joas Schilling 412e397069
Merge pull request #258 from nextcloud/ci/noid/update-workflow-109
ci: Update workflows
2024-09-10 11:48:12 +02:00
Joas Schilling 8b18c65014
ci: Update workflows
[skip-ci]

Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-10 11:47:58 +02:00
Andy Scherzinger 514a7c5ed3
Merge pull request #257 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml
chore(CI): Updating dependabot-approve-merge.yml workflow from template
2024-09-02 16:15:09 +02:00
Nextcloud bot 6eb024359c chore(CI): Updating dependabot-approve-merge.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-02 10:59:35 +00:00
Jonas Sulzer 06bef5554d
Merge pull request #256 from nextcloud/rlz/3.4.0
🚀 RELEASE: v3.4.0
2024-07-28 10:34:04 +02:00
Jonas Sulzer 5b70ef00bb
Merge pull request #249 from nextcloud/fix/user-count
🐛 FIX: wrong user count
2024-07-28 10:33:01 +02:00
Jonas Sulzer 955c884a6b
🚀 RELEASE: v3.4.0
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2024-07-25 14:03:30 +02:00
Jonas Sulzer a3da95fdaf
Merge pull request #255 from nextcloud/automated/update-workflows/default
chore: update workflows from templates
2024-07-21 17:06:48 +02:00
skjnldsv 7b92009000 chore: update workflows from templates
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-13 12:17:28 +02:00
Jonas Sulzer 3d850aa615
Merge pull request #251 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml
Updating dependabot-approve-merge.yml workflow from template
2024-04-27 08:16:07 +02:00
Nextcloud bot 3777fe3331 Updating dependabot-approve-merge.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 18:17:26 +00:00
Jonas Sulzer b27d85a783
Merge pull request #228 from BjoKaSH/imap_log_failure_reason
Distinguish wrong credentials from other problems (IMAP)
2024-04-02 11:35:38 +02:00
Jonas Sulzer e45b03e5b8
Merge pull request #221 from jensb/patch-1
Update README.md, add warning about fail2ban-like tools
2024-04-02 11:31:01 +02:00
Jonas Sulzer f1430569ce
Merge pull request #229 from BjoKaSH/fix_imap_out_of_bound
Fix out-of-bound array access (IMAP)
2024-04-02 11:29:44 +02:00
Jonas Sulzer 6186795698
Merge pull request #242 from nextcloud/automated/update-workflows/default
chore: update workflows from templates
2024-04-02 11:09:40 +02:00
Jonas Sulzer af6bf33e57
Merge pull request #248 from nextcloud/rlz/3.3.0
🚀 RELEASE: v3.3.0
2024-04-02 10:29:03 +02:00
Jonas Sulzer 0ea46a1730
🐛 FIX: wrong user count
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2024-03-30 01:25:04 +01:00
Jonas Sulzer 285a810b88
👌 IMPROVE: rephrase recommendation about bruteforce protection
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2024-03-30 00:13:15 +01:00
Jonas Sulzer ada0fbcf52
🚀 RELEASE: v3.3.0
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2024-03-30 00:02:27 +01:00
skjnldsv 09dba5689e chore: update workflows from templates
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-03-08 22:02:25 +01:00
Côme Chilliet d0e609438e
Merge pull request #238 from pierrecorsini/patch-1
Wrong class name corrected with : `\OCA\UserExternal\WebDavAuth' inst…
2024-02-29 10:07:03 +01:00
John Molakvoæ 320c90ce89
Merge pull request #241 from Glandos/patch-1 2024-02-28 11:18:07 +01:00
Glandos 430a0e6384
Add support for NC 28
Signed-off-by: Glandos <bugs-github@antipoul.fr>
2023-12-22 12:52:40 +01:00
Bjoern Kahl 69483900d1 Distinguish wrong credentials from other problems (IMAP)
Verifying login data can fail for a number of reasons like temporary
connection failure to the IMAP server, Internal problems of the IMAP
server, or actually wrong username / password combination.

This change logs the reason for login failures, helping server admins to
diagnose login problems and better support their users.

Ideally, we would have an option to pass the reason upwards, so the
NextCloud login system can show appropriate errors to users attempting
to login.

Signed-off-by: Bjoern Kahl <mls@bjoern-kahl.de>
2023-11-25 21:49:19 +01:00
Bjoern Kahl 8fd2a5d06a Fix out-of-bound array access (IMAP)
The IMAP method allows user names with or without a domain part.  For
user names without a domain part, it still tries to access the (then
non-existing) domain, resulting in "Error: Undefined array key 1 at
.../nextcloud/apps/user_external/lib/IMAP.php#85" log messages.

Signed-off-by: Bjoern Kahl <mls@bjoern-kahl.de>
2023-11-25 21:46:26 +01:00
Pierre CORSINI 1aa72d73bc
Wrong class name corrected with : `\OCA\UserExternal\WebDavAuth' instead of `WebDAVAuth`
Signed-off-by: Pierre CORSINI <50719398+pierrecorsini@users.noreply.github.com>
2023-10-01 22:59:27 +01:00
John Molakvoæ 455726df6a
Merge pull request #234 from nextcloud/feat/27 2023-06-13 16:09:15 +02:00
John Molakvoæ 3ae18e6199
chore: min is 25, max is 27
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-13 16:04:08 +02:00
violoncello.ch 14abc962d7
Merge pull request #232 from nextcloud/automated/update-workflows
chore: update workflows from templates
2023-06-03 12:03:28 +02:00
John Molakvoæ 9957e7f38b
chore: update workflows from templates
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-01 18:33:02 +02:00
violoncello.ch 216a5e8441
Merge pull request #230 from nextcloud/automated/update-workflows
chore: update workflows from templates
2023-05-28 14:49:39 +02:00
John Molakvoæ 23129291f4
chore: update workflows from templates
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-28 14:04:07 +02:00
jensb f30f950b57
Update README.md, add warning about fail2ban-like tools
Signed-off-by: jensb <jens-github@spamfreemail.de>
2023-03-14 18:59:52 +01:00
Côme Chilliet 9090251e8e
Merge pull request #217 from Glandos/patch-1
Trim doesn't accept null anymore
2023-01-24 10:26:02 +01:00
Glandos 5e5c330a7c
Trim doesn't accept null anymore
Fix #203 

Signed-off-by: Glandos <bugs-github@antipoul.fr>
2023-01-19 00:02:03 +01:00
violoncello.ch ff044910e1
Merge pull request #214 from nextcloud/changelog
update changelog
2023-01-17 15:31:57 +01:00
violoncello.ch e5b2b2e988
Merge pull request #164 from tem-hth/master
Examine error code returned by curl handle instead of return value from curl_exec. Using the return value from curl_exec resulted in failure on new mailboxes that did not contain any mail.
2022-12-27 21:40:28 +01:00
Jonas Sulzer 73a7e4794b
👌 IMPROVE: update changelog
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2022-12-27 21:37:02 +01:00
Tem Ogunfiditimi 1fbc471efe
Examine error code returned by curl handle instead of return value from curl_exec. Using the return value from curl_exec resulted in failure on new mailboxes that did not contain any mail.
Signed-off-by: Tem Ogunfiditimi <tem@episof.com>

Changed comparison to identical check

Signed-off-by: Tem Ogunfiditmi <tem@episof.com>
Signed-off-by: Tem Ogunfiditimi <tem@episof.com>
2022-12-27 21:36:59 +01:00
Jonas Sulzer 2a9c7ce4b7
👌 IMPROVE: update changelog
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2022-12-27 20:46:23 +01:00
violoncello.ch 850de08ac9
Merge pull request #212 from michael-dev/feature/compat-nc-25
Update info.xml
2022-12-27 20:39:31 +01:00
Jonas Sulzer 3f9eccef76
🚀 RELEASE: 3.1.0
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2022-12-27 20:38:21 +01:00
violoncello.ch 8fd1667168
Merge pull request #208 from nextcloud/feat/workflow-auto-update-lint-php-cs.yml
Updating lint-php-cs.yml workflow from template
2022-12-27 16:21:06 +01:00
violoncello.ch 1a382deac2
Merge pull request #207 from nextcloud/feat/workflow-auto-update-lint-php.yml
Updating lint-php.yml workflow from template
2022-12-27 16:20:26 +01:00
michael-dev 5fd908f728 Update info.xml
Works with NC 25 for me

Signed-off-by: M. Braun <michael-dev@fami-braun.de>
2022-12-15 10:42:00 +01:00
Nextcloud bot ed6aa90148 Updating lint-php-cs.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-15 12:16:12 +00:00
Nextcloud bot d3568494a5 Updating lint-php.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-15 11:08:10 +00:00
violoncello.ch 4be24bc554
Merge pull request #206 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml
Updating dependabot-approve-merge.yml workflow from template
2022-08-08 21:09:46 +02:00