summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-252-0/+2
* 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-2421-2/+733
|\ \
| * | Deprecate \OCP\ISearchChristoph Wurst2020-06-2410-2/+44
| * | Implement unified search for FilesChristoph Wurst2020-06-242-2/+49
| * | Add unified search APIChristoph Wurst2020-06-2411-0/+642
* | | 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
* | | Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz2020-06-224-6/+23
|\ \ \
| * | | Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-224-6/+23
| | |/ | |/|
* | | Merge pull request #21475 from nextcloud/enh/noid/flow-event-dispatcherblizzz2020-06-223-0/+36
|\ \ \ | |/ / |/| |
| * | flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-193-0/+36
* | | [tx-robot] updated from transifexNextcloud bot2020-06-202-0/+2
* | | 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-196-1/+127
|/ / /
* | | Continue with next app when one errors during registerChristoph Wurst2020-06-181-1/+1
* | | Merge pull request #21461 from nextcloud/fix/catch-app-register-boot-exceptionsRoeland Jago Douma2020-06-181-1/+15
|\ \ \
| * | | Catch all exceptions when an app is registering or bootingChristoph Wurst2020-06-171-1/+15
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-182-18/+18
|/ / /
* | / Load the app.php before running apps' boot methodChristoph Wurst2020-06-172-3/+11
| |/ |/|
* | 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
* | | Migrate Settings to new bootstrap mechanismChristoph Wurst2020-06-171-2/+0
* | | Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-1710-0/+701
| |/ |/|
* | Merge pull request #21416 from nextcloud/fix/user-deleted-token-cleanupChristoph Wurst2020-06-163-0/+74
|\ \
| * | Clean up auth tokens when user is deletedChristoph Wurst2020-06-153-0/+74
| |/
* / 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
* Merge pull request #21358 from nextcloud/enhancement/search-group-by-displaynameRoeland Jago Douma2020-06-111-0/+3
|\
| * Allow group search by display nameChristoph Wurst2020-06-101-0/+3
* | [tx-robot] updated from transifexNextcloud bot2020-06-114-6/+12
|/
* [tx-robot] updated from transifexNextcloud bot2020-06-104-4/+10
* Merge pull request #21317 from FlorentCoppint/s3_upload_part_sizeRoeland Jago Douma2020-06-092-3/+5
|\