summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-292-0/+2
* avatar generation - disable setimageformatSimon L2022-12-271-1/+2
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-262-0/+12
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-242-2/+2
* fix(session): Always setup the session if a session cookie is passedJulius H盲rtl2022-12-221-1/+1
* Merge pull request #35856 from nextcloud/enh/31284/improve-preview-max-memorySimon L2022-12-221-3/+3
|\
| * increase preview_max_memory and make it easier to debugSimon L2022-12-221-3/+3
* | Do not setup a session when not required on WebDAV requestsJulius H盲rtl2022-12-212-6/+17
|/
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-21134-2322/+90
* Merge pull request #35723 from nextcloud/bugfix/35708Vincent Petry2022-12-201-0/+4
|\
| * fix: Make sure to reopen session before cleaningJulius H盲rtl2022-12-101-0/+4
* | Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-4/+16
|\ \
| * | clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+4
| * | fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
* | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageC么me Chilliet2022-12-202-12/+11
|\ \ \
| * \ \ Merge branch 'master' into fix/clean-ldap-access-factory-usageC么me Chilliet2022-11-21185-780/+1894
| |\ \ \
| * | | | Fix return type for countUsers methodC么me Chilliet2022-10-252-12/+11
* | | | | Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-202-2/+8
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-19337-3749/+5969
| |\ \ \ \ \
| * | | | | | 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-261-1/+1
| * | | | | | 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 support for application/scim+json content typeStanimir Bozhilov2022-09-201-0/+11
* | | | | | | 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 #33709 from nextcloud/enh/displayname-cache-getStorageInfoVincent Petry2022-12-191-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Use display name cache on getStorageInfoJulius H盲rtl2022-12-161-3/+3
* | | | | | | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-baseJulius H盲rtl2022-12-193-146/+120
|\ \ \ \ \ \ \ \
| * | | | | | | | 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-191-0/+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-194-22/+68
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | 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
| * | | | | | | | Throw instead of using a bogus value if name field is missingC么me Chilliet2022-11-291-3/+9
| * | | | | | | | Same thing for ActivityC么me Chilliet2022-11-292-11/+26
| * | | | | | | | Compute parsed from rich subject and message in NotificationC么me Chilliet2022-11-292-11/+26
* | | | | | | | | Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-backJulius H盲rtl2022-12-191-0/+9
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | restoring clearCachedConfig()Maxence Lange2022-11-151-0/+9
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-172-2/+64
| |_|/ / / / / / |/| | | | | | |