aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-025-1/+91
|\ | | | | prevent the root storage from accidentally scanning user folders
| * prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-115-1/+91
| | | | | | | | | | | | | | while this scan *should* never be triggered, it's good to have some failsafe to ensure that the users home contents don't end up getting scanned in the root storage Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #21580 from therealklanni/masterRoeland Jago Douma2020-07-021-1/+1
|\ \ | | | | | | Add audio formats to htaccess
| * | Add audio formats to htaccessKevin Lanni2020-06-241-1/+1
| | | | | | | | | | | | Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
* | | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-022-5/+6
|\ \ \ | | | | | | | | Replace TYPE with TYPES
| * | | Replace TYPE with TYPESDaniel Kesselberg2020-06-302-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [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.
| * | | Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21589 from nextcloud/debt/noid/wrong-exception-callRoeland Jago Douma2020-06-301-1/+1
|\ \ \ \ | | | | | | | | | | Set retry = false for forbidden exception.
| * | | | Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | 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
| * | | | Replace Share with IShare and add missing return.Daniel Kesselberg2020-06-261-3/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Log usages of the deprecated app.php fileChristoph Wurst2020-06-301-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-302-0/+4
|/ / /
* / / Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-252-0/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21558 from nextcloud/part-file-rename-maskRoeland Jago Douma2020-06-241-7/+3
|\ \ | | | | | | relax permissions mask check for detecting part file rename
| * | relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
| | | | | | | | | | | | | | | | | | with files drop uploads the original file name isn't always used for the '.ocTransferId' source path Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix testsJoas Schilling2020-06-241-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Update share type constant usageJoas Schilling2020-06-2414-202/+208
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #20916 from nextcloud/feature/unified-search-apiChristoph Wurst2020-06-2421-2/+733
|\ \ \ | | | | | | | | Add unified search API
| * | | Deprecate \OCP\ISearchChristoph Wurst2020-06-2410-2/+44
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Implement unified search for FilesChristoph Wurst2020-06-242-2/+49
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Add unified search APIChristoph Wurst2020-06-2411-0/+642
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #21525 from nextcloud/techdebt/noid/contacts-managerJoas Schilling2020-06-241-151/+154
|\ \ \ \ | |/ / / |/| | | Techdebt fix contacts manager
| * | | More importsJoas Schilling2020-06-221-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix code styleJoas Schilling2020-06-221-153/+152
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix undefined class "IAddressbook" on docsJoas Schilling2020-06-221-6/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix language in share notes email for usersJoas Schilling2020-06-232-28/+36
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Make annotations case insensitiveJoas Schilling2020-06-231-0/+3
| |/ / |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #21452 from ↵Joas Schilling2020-06-231-12/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/21451/allow-autocomplete-by-displayname-again Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on
| * | | Fix unit testsJoas Schilling2020-06-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix PHP CSJoas Schilling2020-06-171-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Move back to IGroupManager::displayNamesInGroup()Joas Schilling2020-06-171-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that despite it's name IGroup::searchDisplayName() only searches by userid and this is less fixable than changing back to this method here Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz2020-06-224-6/+23
|\ \ \ \ | | | | | | | | | | Allow to specify the cookie type for appframework responses
| * | | | Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-224-6/+23
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In general it is good to set them to Lax. But also to give devs more control over them is not a bad thing. Helps with #21474 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21475 from nextcloud/enh/noid/flow-event-dispatcherblizzz2020-06-223-0/+36
|\ \ \ \ | |/ / / |/| | | flow to not use deprecated event dispatcher methods
| * | | flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-193-0/+36
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-202-0/+2
| | | |
* | | | Merge pull request #21469 from ↵Roeland Jago Douma2020-06-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/event-service-listener-registration Fix event service listener registration
| * | | | Fix event service listener registrationJoas Schilling2020-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #21483 from nextcloud/fix/scss/timeoutRoeland Jago Douma2020-06-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Give up after 10 seconds in SCSS timeout
| * | | | | Give up after 10 seconds in SCSS timeoutRoeland Jago Douma2020-06-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Else we keep idling for ages which leads to bad UX Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Don't log KeysJoas Schilling2020-06-191-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-196-1/+127
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Continue with next app when one errors during registerChristoph Wurst2020-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | My patch at #21461 had a little error in that it exits the method when a query exception is encountered during the register step of an app. What we actually want is to continue with the next app and finish the overall registration procedure. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | 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 booting
| * | | | Catch all exceptions when an app is registering or bootingChristoph Wurst2020-06-171-1/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-182-18/+18
|/ / / /