Commit e22de68
committed
File tree
1,018 files changed
+15390
-9445
lines changed- .github/workflows
- apps
- admin_audit/l10n
- comments/l10n
- dashboard/l10n
- dav
- l10n
- lib
- Files/Sharing
- Paginate
- tests/unit
- CalDAV/Schedule
- Files/Sharing
- Listener
- Paginate
- encryption
- appinfo
- composer/composer
- l10n
- lib
- AppInfo
- Command
- Listeners
- tests
- federatedfilesharing
- l10n
- lib/AppInfo
- federation/l10n
- files_external
- l10n
- lib/Lib/Storage
- src
- files_reminders/l10n
- files_sharing
- l10n
- src
- files_filters
- mixins
- utils
- views
- files_trashbin
- l10n
- src
- files_actions
- files_listActions
- files_views
- services
- files_versions
- l10n
- lib
- Listener
- files
- appinfo
- composer/composer
- l10n
- lib/Command/Mount
- src
- actions
- components
- FilesAppSettings
- models
- store
- views
- profile/l10n
- provisioning_api/l10n
- settings
- composer/composer
- l10n
- lib
- AppInfo
- SetupChecks
- tests/SetupChecks
- systemtags
- l10n
- src/files_actions
- theming/l10n
- twofactor_backupcodes/l10n
- updatenotification/l10n
- user_ldap/l10n
- user_status/l10n
- weather_status/l10n
- webhook_listeners
- appinfo
- l10n
- workflowengine/l10n
- build
- frontend-legacy
- frontend
- apps
- integration
- collaboration_features
- features/bootstrap
- filesdrop_features
- openldap_features
- psalm
- config
- core
- Command
- Info
- User/Keys
- Controller
- Migrations
- css
- l10n
- src
- components/login
- views
- cypress/e2e/files
- dist
- lib
- composer/composer
- l10n
- private
- Activity
- AppFramework
- DependencyInjection
- Http
- Middleware
- Security
- Utility
- Authentication/Login
- Collaboration/Collaborators
- Command
- DB/QueryBuilder/ExpressionBuilder
- Files
- Cache
- ObjectStore
- Storage
- Wrapper
- Http/Client
- OCM
- Profiler
- Security/IdentityProof
- Snowflake
- public
- AppFramework
- Command
- DB
- QueryBuilder
- TaskProcessing
- resources
- codesigning
- config
- tests
- Core
- Controller
- Service
- lib
- AppFramework/Middleware
- Security
- Authentication/Login
- Avatar
- Cache
- Collaboration/Collaborators
- Command
- DB/QueryBuilder
- Partitioned
- Files
- SimpleFS
- Storage/Wrapper
- Http/Client
- Memcache
- Preview
- Repair
- Security/IdentityProof
- Snowflake
- Template
- Traits
- User
- vendor-bin
- phpunit
- rector
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,018 files changed
+15390
-9445
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
- .github/workflows/composer-auto.yml+3-3
- .gitignore+21-8
- .patches/mp3info-break-frame-parsing.patch+26
- .patches/mp3info-fix-incorrect-lookup-for-mpeg-header.patch+33
- composer.json+2-2
- composer.lock+21-28
- composer.patches.json+6-1
- composer/autoload_static.php+109-109
- composer/installed.json+29-30
- composer/installed.php+6-6
- icewind/smb/src/ACL.php+1-1
- icewind/smb/src/AbstractShare.php+1-1
- icewind/smb/src/AnonymousAuth.php+2-2
- icewind/smb/src/BasicAuth.php+4-4
- icewind/smb/src/Change.php+1-1
- icewind/smb/src/Exception/AccessDeniedException.php+1-1
- icewind/smb/src/Exception/AlreadyExistsException.php+1-1
- icewind/smb/src/Exception/AuthenticationException.php+1-1
- icewind/smb/src/Exception/ConnectionAbortedException.php+1-1
- icewind/smb/src/Exception/ConnectionException.php+1-1
- icewind/smb/src/Exception/ConnectionRefusedException.php+1-1
- icewind/smb/src/Exception/ConnectionResetException.php+1-1
- icewind/smb/src/Exception/DependencyException.php+1-1
- icewind/smb/src/Exception/Exception.php+2-2
- icewind/smb/src/Exception/FileInUseException.php+1-1
- icewind/smb/src/Exception/ForbiddenException.php+1-1
- icewind/smb/src/Exception/HostDownException.php+1-1
- icewind/smb/src/Exception/InvalidArgumentException.php+1-1
- icewind/smb/src/Exception/InvalidHostException.php+1-1
- icewind/smb/src/Exception/InvalidParameterException.php+1-1
- icewind/smb/src/Exception/InvalidPathException.php+1-1
- icewind/smb/src/Exception/InvalidRequestException.php+3
- icewind/smb/src/Exception/InvalidResourceException.php+1-1
- icewind/smb/src/Exception/InvalidTicket.php+2-3
- icewind/smb/src/Exception/InvalidTypeException.php+1-1
- icewind/smb/src/Exception/NoLoginServerException.php+1-1
- icewind/smb/src/Exception/NoRouteToHostException.php+1-1
- icewind/smb/src/Exception/NotEmptyException.php+1-1
- icewind/smb/src/Exception/NotFoundException.php+1-1
- icewind/smb/src/Exception/OutOfSpaceException.php+1-1
- icewind/smb/src/Exception/RevisionMismatchException.php+2-2
- icewind/smb/src/Exception/TimedOutException.php+1-1
- icewind/smb/src/KerberosApacheAuth.php+1-1
- icewind/smb/src/KerberosTicket.php+17-6
- icewind/smb/src/Native/NativeFileInfo.php+11-3
- icewind/smb/src/Native/NativeReadStream.php+2-2
- icewind/smb/src/Native/NativeServer.php+1-1
- icewind/smb/src/Native/NativeShare.php+4-1
- icewind/smb/src/Native/NativeState.php+8-3
- icewind/smb/src/Native/NativeStream.php+3
- icewind/smb/src/Native/NativeWriteStream.php+3-3
- icewind/smb/src/Options.php+3
- icewind/smb/src/ServerFactory.php+1-1
- icewind/smb/src/StringBuffer.php+1-1
- icewind/smb/src/System.php+3
- icewind/smb/src/TimeZoneProvider.php+8-4
- icewind/smb/src/Wrapped/Connection.php+4-4
- icewind/smb/src/Wrapped/ErrorCodes.php+1-1
- icewind/smb/src/Wrapped/FileInfo.php+1-1
- icewind/smb/src/Wrapped/NotifyHandler.php+1-1
- icewind/smb/src/Wrapped/Parser.php+33-18
- icewind/smb/src/Wrapped/RawConnection.php+4-2
- icewind/smb/src/Wrapped/Server.php+4-4
- icewind/smb/src/Wrapped/Share.php+9-9
- symfony/http-foundation/BinaryFileResponse.php+4-4
- symfony/http-foundation/Cookie.php+2-2
- symfony/http-foundation/File/Exception/AccessDeniedException.php+1-1
- symfony/http-foundation/File/Exception/FileNotFoundException.php+1-1
- symfony/http-foundation/File/Exception/UnexpectedTypeException.php+1-1
- symfony/http-foundation/File/File.php+4-4
- symfony/http-foundation/File/UploadedFile.php+2-2
- symfony/http-foundation/HeaderBag.php+2-2
- symfony/http-foundation/HeaderUtils.php+1-1
- symfony/http-foundation/InputBag.php+5-5
- symfony/http-foundation/IpUtils.php+11-1
- symfony/http-foundation/JsonResponse.php+2-2
- symfony/http-foundation/ParameterBag.php+5-5
- symfony/http-foundation/RedirectResponse.php+2-2
- symfony/http-foundation/Request.php+53-27
- symfony/http-foundation/RequestStack.php+7
- symfony/http-foundation/Response.php+4-4
- symfony/http-foundation/ResponseHeaderBag.php+8-8
- symfony/http-foundation/Session/SessionUtils.php+2-2
- symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php+2-2
- symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php+1-1
- symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php+1-1
- symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php+2-2
- symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php+7-7
- symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php+1-1
- symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php+2-2
- symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php+1-1
- symfony/http-foundation/Session/Storage/MockArraySessionStorage.php+1-1
- symfony/http-foundation/Session/Storage/MockFileSessionStorage.php+1-1
- symfony/http-foundation/Session/Storage/NativeSessionStorage.php+5-5
- wapmorgan/mp3info/PATCHES.txt+11
- wapmorgan/mp3info/src/Mp3Info.php+5-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments