summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #35769 from nextcloud/rakekniven-patch-1John Molakvoæ2022-12-201-1/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | l10n: Align notification messages for server version and appsrakekniven2022-12-201-1/+8
* | | | | | | | | Merge pull request #35229 from nextcloud/feat/user_ldap-specific-server-for-b...blizzz2022-12-203-28/+38
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Fixed backup host logicCôme Chilliet2022-12-192-27/+25
| * | | | | | | | Make code clearer for background hostCôme Chilliet2022-12-191-8/+8
| * | | | | | | | Use a dedicated LDAP host and port for background jobs if configuredCôme Chilliet2022-12-192-6/+18
* | | | | | | | | Merge pull request #35814 from nextcloud/fix/fix-parameter-type-setreadmarkerCôme Chilliet2022-12-201-5/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix parameter type for EntityCollection::setReadMarker in comments appCôme Chilliet2022-12-191-5/+2
* | | | | | | | | | Merge pull request #35545 from nextcloud/enh/enh-fix-styles-for-33741-Focused...Christoph Wurst2022-12-205-8/+85
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Change focused items behavior that neighbor elements (text and border) have n...julia.kirschenheuter2022-12-205-8/+85
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-203-2/+191
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-192590-54077/+49065
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove type doc for regex constStanimir Bozhilov2022-12-111-1/+0
| * | | | | | | | | | | Update phpDoc of the content type JSON regex and fix the regex delimiterStanimir Bozhilov2022-12-081-1/+2
| * | | | | | | | | | | Move JSON content type regex to IRequest and make it a constStanimir Bozhilov2022-12-082-4/+6
| * | | | | | | | | | | Fix the JSON content type regex to match all MIME typesStanimir Bozhilov2022-09-262-1/+92
| * | | | | | | | | | | Type hint JSON content type regex and use preg_match lessStanimir Bozhilov2022-09-221-4/+4
| * | | | | | | | | | | Use regex for all JSON-related content typesStanimir Bozhilov2022-09-211-6/+7
| * | | | | | | | | | | Treat application/json and application/scim+json in same if-blockStanimir Bozhilov2022-09-211-11/+3
| * | | | | | | | | | | Add unit tests for application/scim+json content typeStanimir Bozhilov2022-09-201-0/+92
| * | | | | | | | | | | Add support for application/scim+json content typeStanimir Bozhilov2022-09-201-0/+11
* | | | | | | | | | | | Merge pull request #35828 from nextcloud/fix/fix-oauth2-test-dynamic-propertyVincent Petry2022-12-201-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix PHP error on PHP >= 8.2 about dynamic property use in testsCôme Chilliet2022-12-191-1/+6
* | | | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-20462-1394/+1398
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #35813 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0....Côme Chilliet2022-12-191-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update 3rdparty to master branchCôme Chilliet2022-12-191-0/+0
| * | | | | | | | | | | | Bump phpseclib/phpseclib to 2.0.40 in masterCôme Chilliet2022-12-191-0/+0
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversionCôme Chilliet2022-12-195-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-195-9/+16
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #35231 from nextcloud/fix/user_ldap-cache-fetched-list-of-...Côme Chilliet2022-12-192-8/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix user_ldap tests now that list of groups gets cachedCôme Chilliet2022-12-191-1/+1
| * | | | | | | | | | | Cache the fetched list of groupsCôme Chilliet2022-11-171-7/+14
* | | | | | | | | | | | Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfoVincent Petry2022-12-192-3/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Use display name cache on getStorageInfoJulius Härtl2022-12-162-3/+18
* | | | | | | | | | | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-baseJulius Härtl2022-12-194-149/+120
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Put back baseline for the enableAppForGroups type mismatchCôme Chilliet2022-12-191-0/+3
| * | | | | | | | | | | | Revert "Just use string for groups in enableAppForGroups"Côme Chilliet2022-12-193-16/+28
| * | | | | | | | | | | | Just use string for groups in enableAppForGroupsCôme Chilliet2022-12-193-28/+16
| * | | | | | | | | | | | Silence false-positive from psalm in lib/public/Log/functions.phpCôme Chilliet2022-12-192-6/+1
| * | | | | | | | | | | | Strong type singletons from lib/base.phpCôme Chilliet2022-12-191-12/+4
| * | | | | | | | | | | | Migrate lib/base.php to LoggerInterfaceCôme Chilliet2022-12-191-6/+5
| * | | | | | | | | | | | Put back cast to string now that timelimit is an intCôme Chilliet2022-12-191-1/+1
| * | | | | | | | | | | | Fixing more psalm errors from lib/base.phpCôme Chilliet2022-12-191-32/+31
| * | | | | | | | | | | | Use Server::get some moreCôme Chilliet2022-12-191-39/+38
| * | | | | | | | | | | | Use strict typing in base.phpCôme Chilliet2022-12-192-66/+50
* | | | | | | | | | | | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-1921-284/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-192-24/+10
| * | | | | | | | | | | | Throw on missing type of rich subject parameterCôme Chilliet2022-12-082-10/+14
| * | | | | | | | | | | | Apply the same changes to richToParsed in NotificationCôme Chilliet2022-11-291-3/+9