8101154ac3
psalm fixes
2025-10-25 20:59:22 +02:00
edc9703e6b
add final to classes
2025-10-25 20:59:22 +02:00
9fe44e475a
new flake setup
2025-10-25 20:59:22 +02:00
8af8d79df9
formatting
2025-10-25 20:56:07 +02:00
Robin Appelman
bf27345a53
Merge pull request 'src/Native/NativeState.php aktualisiert' ( #137 ) from b3roch/SMB:b3roch-patch-encrypt-stat into master
...
Reviewed-on: https://codeberg.org/icewind/SMB/pulls/137
2025-10-25 20:28:07 +02:00
Robin Appelman
46cbd2cc8f
Merge pull request 'ci' ( #135 ) from forgejo-ci into master
...
Reviewed-on: https://codeberg.org/icewind/SMB/pulls/135
2025-10-25 20:27:25 +02:00
b5cfe5d2ac
8.2 and up
2025-10-25 16:52:25 +02:00
cfbd94eb0c
reuse fixes
2025-10-25 01:41:15 +02:00
4a93467905
psalm fixes
2025-10-25 01:41:15 +02:00
05cc363c9f
better flake php
2025-10-25 01:41:15 +02:00
dae8dea06c
code style
2025-10-25 01:41:15 +02:00
208057e445
composer update
2025-10-25 01:41:15 +02:00
89fa87e65b
ci fixes
2025-10-25 01:41:15 +02:00
cb1cc51847
flake
2025-10-24 01:16:51 +02:00
b3roch
ca8d49e323
src/Native/NativeState.php aktualisiert
...
Fixed problem if you use encrypted SMB connections.
This fix is related to https://github.com/eduardok/libsmbclient-php/issues/101
We use this fix since 2023-06-26 in our nextcloud instance.
Signed-off-by: b3roch <b3roch@noreply.codeberg.org>
2025-10-23 13:13:17 +02:00
a7fb16671a
ci
2025-07-07 19:14:37 +02:00
20efdbafe8
Merge pull request #134 from MatthiasKuehneEllerhold/php84
...
Add "?" to nullable parameters in functions
2025-05-03 14:57:05 +02:00
9949f3de6a
update smbclient setup
2025-05-03 14:47:45 +02:00
Matthias Kühne
98206e22b7
Upgrade CI env to 22.04 because 20.04 was removed 2025-04-15
2025-05-02 13:47:11 +02:00
Matthias Kühne
42627c6bb8
Add "?" to nullable parameters in functions
2025-05-02 13:38:01 +02:00
4b9add1221
Merge pull request #133 from icewind1991/log-invalid-path
...
include the invalid path in error message
2025-03-13 18:44:09 +01:00
6f5b94d7fe
include the invalid path in error message
2025-03-13 16:43:35 +01:00
e6904cbe75
Merge pull request #131 from nickvergessen/PHP-8.4
...
v3.7.0
feat: Add PHP 8.4 support
2024-11-11 15:08:34 +01:00
81610a3bbf
disable psalm on 8.4 for now
2024-11-11 15:00:42 +01:00
5f5e924453
composer v2 in ci
2024-11-08 19:26:51 +01:00
5362b670f8
fix php-smbclient install
2024-11-08 18:47:10 +01:00
Joas Schilling
8a6c8cd17c
feat: Add PHP 8.4 support
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-08 12:06:31 +01:00
35b33f0a72
Merge pull request #130 from pupaxxo/patch-1
...
Reset pointer to the beginning of authentication file
2024-11-05 16:34:05 +01:00
Andrea Ruggiero
a4fb6b5172
Reset pointer to the beginning of authentication file
2024-10-10 21:59:17 +02:00
15479bda21
Merge pull request #122 from come-nc/patch-1
...
Use elseif, not else if
2024-06-20 14:11:11 +02:00
faf50566fb
Merge pull request #128 from AndyScherzinger/chore/noid/reuseCompliance
...
Add SPDX headers to be REUSE compliant
2024-06-06 17:17:25 +02:00
Andy Scherzinger
2028718a86
ci: Add REUSE compliance check
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-02 20:28:50 +02:00
Andy Scherzinger
8acffcd855
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-02 20:28:14 +02:00
8416cf5e9a
Merge pull request #127 from ram-fabian-heinrich/patch-1
...
IShare.php - Typo in PHPDoc for get / put: remove file -> remote file
2024-04-08 13:07:21 +02:00
Fabian Heinrich
75bafe81c1
Update IShare.php
2024-04-07 17:33:09 +02:00
8531ffd1cb
Merge pull request #125 from icewind1991/native-stat
...
use stat instead of attributes
2023-10-20 11:13:31 +02:00
89082b2b29
use stat instead of attributes
2023-10-19 17:20:07 +02:00
e0e86b1664
ci bumps
v3.6.0
2023-08-10 15:17:39 +02:00
9d57f5aad9
fixes
2023-08-10 15:10:24 +02:00
abfd1eb360
allow unsetting kerb ticket
2023-08-10 14:37:56 +02:00
530235b2d2
update README
2023-08-09 17:17:32 +02:00
ae414e9bc5
rename sso test script
2023-08-09 17:08:18 +02:00
a103d9d79e
allow saving/loading of kerberos tickets
2023-08-09 15:47:30 +02:00
f944fae8b1
update smbclient version testing matrix
2023-04-04 13:42:54 +02:00
Côme Chilliet
72e369f743
Use elseif, not else if
...
Small fix
2022-12-20 10:31:20 +01:00
76995aa11c
set timezone for smbclient and parser to UTC
v3.5.4
2022-05-30 17:18:19 +02:00
3e25d31161
test lowercase mode strings
v3.5.3
2022-05-27 17:00:33 +02:00
49b1e989fe
handle lowercase modes
2022-05-25 17:11:14 +02:00
f8cbc6081b
add fallback for when binary is not in path
2022-05-25 17:11:03 +02:00
84356e5785
distinguish unknown error from stderr
2022-05-20 16:26:21 +02:00