summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* add proper paths to locking exceptionsRobin Appelman2020-06-304-7/+8
* Merge pull request #21558 from nextcloud/part-file-rename-maskRoeland Jago Douma2020-06-241-7/+3
|\
| * relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* | Fix testsJoas Schilling2020-06-241-1/+0
* | Update share type constant usageJoas Schilling2020-06-2414-202/+208
* | Merge pull request #20916 from nextcloud/feature/unified-search-apiChristoph Wurst2020-06-249-2/+304
|\ \
| * | Deprecate \OCP\ISearchChristoph Wurst2020-06-245-2/+20
| * | Implement unified search for FilesChristoph Wurst2020-06-241-1/+48
| * | Add unified search APIChristoph Wurst2020-06-244-0/+237
* | | Merge pull request #21525 from nextcloud/techdebt/noid/contacts-managerJoas Schilling2020-06-241-151/+154
|\ \ \ | |/ / |/| |
| * | More importsJoas Schilling2020-06-221-4/+6
| * | Fix code styleJoas Schilling2020-06-221-153/+152
| * | Fix undefined class "IAddressbook" on docsJoas Schilling2020-06-221-6/+8
* | | Fix language in share notes email for usersJoas Schilling2020-06-232-28/+36
* | | Make annotations case insensitiveJoas Schilling2020-06-231-0/+3
| |/ |/|
* | Merge pull request #21452 from nextcloud/bugfix/21451/allow-autocomplete-by-d...Joas Schilling2020-06-231-12/+7
|\ \
| * | Fix unit testsJoas Schilling2020-06-181-1/+1
| * | Fix PHP CSJoas Schilling2020-06-171-1/+0
| * | Move back to IGroupManager::displayNamesInGroup()Joas Schilling2020-06-171-10/+6
* | | Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-222-3/+18
| |/ |/|
* | Merge pull request #21469 from nextcloud/bugfix/noid/event-service-listener-r...Roeland Jago Douma2020-06-191-1/+1
|\ \
| * | Fix event service listener registrationJoas Schilling2020-06-181-1/+1
* | | Merge pull request #21483 from nextcloud/fix/scss/timeoutRoeland Jago Douma2020-06-191-1/+1
|\ \ \
| * | | Give up after 10 seconds in SCSS timeoutRoeland Jago Douma2020-06-191-1/+1
| |/ /
* | | Don't log KeysJoas Schilling2020-06-191-1/+5
* | | Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-193-1/+107
|/ /
* | Continue with next app when one errors during registerChristoph Wurst2020-06-181-1/+1
* | Catch all exceptions when an app is registering or bootingChristoph Wurst2020-06-171-1/+15
* | Load the app.php before running apps' boot methodChristoph Wurst2020-06-171-3/+4
|/
* Merge pull request #21434 from nextcloud/bugfix/noid/dont-break-with-GenericE...Joas Schilling2020-06-171-1/+1
|\
| * Don't break event listeners with the GenericEventWrapperJoas Schilling2020-06-161-1/+1
* | Merge pull request #21406 from nextcloud/fix/aws-disable-csmChristoph Wurst2020-06-171-2/+3
|\ \
| * | Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-151-2/+3
* | | Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-174-0/+476
| |/ |/|
* | Merge pull request #21416 from nextcloud/fix/user-deleted-token-cleanupChristoph Wurst2020-06-161-0/+72
|\ \
| * | Clean up auth tokens when user is deletedChristoph Wurst2020-06-151-0/+72
| |/
* / Avoid duplicate matches in wide and exact resultsJulius Härtl2020-06-151-34/+22
|/
* Increase timeout of the appstore requestsJoas Schilling2020-06-121-1/+1
* Allow group search by display nameChristoph Wurst2020-06-101-0/+3
* Merge pull request #21317 from FlorentCoppint/s3_upload_part_sizeRoeland Jago Douma2020-06-092-3/+5
|\
| * Upload part size as S3 parameter instead of constant valueFlorent2020-06-092-3/+5
* | increase log level for storage self-testRobin Appelman2020-06-081-2/+2
|/
* Fix missing parent constructor call and get_class usage in GenericEventWrapperChristoph Wurst2020-06-081-3/+5
* Merge pull request #20914 from nextcloud/enh/deprecated_event_log_usageRoeland Jago Douma2020-06-042-6/+124
|\
| * Log usage of a deprecated event instead of emittingRoeland Jago Douma2020-05-222-6/+124
* | Prevent harder to share your rootJoas Schilling2020-06-031-3/+1
* | Merge pull request #21155 from nextcloud/td/move_to_capabilities_packageRoeland Jago Douma2020-05-301-1/+0
|\ \
| * | Move to @nextcloud/capabilities packageRoeland Jago Douma2020-05-291-1/+0
* | | Fix the loading order of the js files_info and files_clientRoeland Jago Douma2020-05-291-2/+2
|/ /
* | Merge pull request #21143 from nextcloud/fix-password-changes-in-link-and-mai...Roeland Jago Douma2020-05-291-5/+21
|\ \