summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-07-012-0/+6
* Merge pull request #21588 from nextcloud/bug/21214/method-signatureRoeland Jago Douma2020-06-301-1/+2
|\
| * Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
* | Merge pull request #21589 from nextcloud/debt/noid/wrong-exception-callRoeland Jago Douma2020-06-301-1/+1
|\ \
| * | Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
| |/
* | Merge pull request #21596 from nextcloud/debt/noid/share-return-mismatchRoeland Jago Douma2020-06-301-3/+3
|\ \
| * | Replace Share with IShare and add missing return.Daniel Kesselberg2020-06-261-3/+3
| |/
* | Log usages of the deprecated app.php fileChristoph Wurst2020-06-301-0/+3
* | [tx-robot] updated from transifexNextcloud bot2020-06-302-0/+4
|/
* 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
| |/ |/|