summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* only log diagnostic events if a treshhold is setRobin Appelman2022-05-131-1/+1
* Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan2022-05-131-9/+9
|\
| * Minor optimizations for saving user personal informationCarl Schwan2022-05-121-9/+9
* | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-136-51/+25
|\ \ | |/ |/|
| * Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-126-51/+25
* | Merge pull request #32008 from nextcloud/fix/getSize-boolCarl Schwan2022-05-121-5/+10
|\ \
| * | Fix Call to a member function getSize() on boolCarl Schwan2022-05-121-5/+10
* | | Merge pull request #32335 from nextcloud/storage-info-dont-unjailCarl Schwan2022-05-121-4/+1
|\ \ \
| * | | don't unjail the path when getting the storage infoRobin Appelman2022-05-111-4/+1
| | |/ | |/|
* | | Merge pull request #32185 from nextcloud/fix/default-share-provider-oracleCarl Schwan2022-05-121-7/+18
|\ \ \
| * | | Fix getting shares in a folder on OracheCarl Schwan2022-05-121-7/+18
* | | | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-126-228/+134
|\ \ \ \
| * | | | Cleanup lock related codeCarl Schwan2022-05-126-228/+134
* | | | | Validate requested length is random string generatorVincent Petry2022-05-121-1/+6
* | | | | Merge pull request #32344 from nextcloud/fix/always-free-db-result-qbmapper-f...Joas Schilling2022-05-121-9/+8
|\ \ \ \ \
| * | | | | Always free the DB result in QBMapper::findEntitiesChristoph Wurst2022-05-121-9/+8
* | | | | | Merge pull request #32339 from nextcloud/appdatafactory-publicCarl Schwan2022-05-125-14/+34
|\ \ \ \ \ \
| * | | | | | Make it possible to get the appdata folder using the public APICarl Schwan2022-05-115-14/+34
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #32278 from nextcloud/remove-default-phpJohn Molakvoæ2022-05-121-10/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove default valuesGit'Fellow2022-05-051-10/+1
* | | | | | Add talk-poll to the ROS definitionsJoas Schilling2022-05-111-0/+19
| |/ / / / |/| | | |
* | | | | Merge pull request #32326 from nextcloud/fix/icons-cacherJohn Molakvoæ2022-05-115-299/+1
|\ \ \ \ \
| * | | | | Compile themingJohn Molakvoæ2022-05-112-4/+0
| * | | | | Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-102-294/+1
| * | | | | Migrate to static icons coloursJohn Molakvoæ2022-05-101-1/+0
* | | | | | Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan2022-05-105-0/+59
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add a public replacement for OC::$server->getCarl Schwan2022-05-105-0/+59
* | | | | | Merge pull request #32315 from nextcloud/fix/noid/preview-duplicate-folder-cr...John Molakvoæ2022-05-101-2/+10
|\ \ \ \ \ \
| * | | | | | Fix preview generator trying to recreate an existing folderRichard Steinmetz2022-05-091-2/+10
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-102-0/+2
* | | | | | | Set loglevel for IMagick Thumbnail error to infoAlexander F2022-05-091-1/+1
* | | | | | | Fix JSON error when comment has no reactionsJoas Schilling2022-05-091-11/+17
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-094-0/+42
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-082-0/+20
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-062-0/+4
* | | | | | Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-051-6/+10
|\ \ \ \ \ \
| * | | | | | Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-6/+10
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry2022-05-051-1/+1
|\ \ \ \ \ \
| * | | | | | Save encrypted files in binary formatplumbeo2022-05-041-1/+1
* | | | | | | Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookupLouis2022-05-052-1/+11
|\ \ \ \ \ \ \
| * | | | | | | Add setting to ignore email during searchLouis Chemineau2022-05-032-1/+11
* | | | | | | | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-053-2/+14
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Add CSP policy merge priority for booleansVincent Petry2022-04-013-2/+14
* | | | | | | | Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-infoCarl Schwan2022-05-051-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Add hit information to profilerCarl Schwan2022-05-051-0/+1
* | | | | | | | Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wra...Vincent Petry2022-05-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow compatibility wrapper on local external storageVincent Petry2022-04-261-1/+1
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-052-6/+6
* | | | | | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-042-0/+24
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Use email settings in DAV searchLouis Chemineau2022-04-192-1/+13