summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez2020-05-291-4/+4
| * | Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez2020-05-281-1/+11
| * | Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez2020-05-281-0/+6
* | | Document \OC_App::getAllApps return typeChristoph Wurst2020-05-281-1/+1
|/ /
* | Add lazy events for the Node APIRoeland Jago Douma2020-05-282-25/+95
* | Log why a token is not valid during password checkChristoph Wurst2020-05-271-0/+4
* | Improve traces of invalid token exceptionsChristoph Wurst2020-05-273-17/+20
* | Merge pull request #21092 from nextcloud/enh/noid/recommended-appsRoeland Jago Douma2020-05-252-2/+3
|\ \
| * | Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-252-2/+3
* | | Merge pull request #21090 from nextcloud/bug/noid/do-not-read-cert-from-datad...Roeland Jago Douma2020-05-251-7/+7
|\ \ \ | |/ / |/| |
| * | Do not read certificate bundle from data dir by defaultMorris Jobke2020-05-251-7/+7
* | | Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke2020-05-251-6/+29
|\ \ \ | |/ / |/| |
| * | Fix code styleMorris Jobke2020-05-251-1/+1
| * | Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel2020-03-191-6/+29