summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #22209 from nextcloud/backport/21677/stable19Roeland Jago Douma2020-08-131-2/+4
|\ \ \ \ | | | | | | | | | | [stable19] Do clearstatcache() on rmdir
| * | | | Only clear the realpath cacheJ0WI2020-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | | clearstatcache() on rmdirJ0WI2020-08-121-0/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-08-1322-2/+24
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-08-122-0/+6
|/ / /
* / / Search also the email and displayname in user mangement for groupsMorris Jobke2020-08-051-6/+18
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | contactsmanager shall limit number of results earlyArthur Schiwon2020-08-033-9/+23
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #22053 from nextcloud/backport/22015/stable19Joas Schilling2020-07-315-2/+56
|\ \ | | | | | | [stable19] Correctly remove usergroup shares on removing group members
| * | Use old IServerContainer methods Morris Jobke2020-07-301-1/+1
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Correctly remove usergroup shares on removing group membersJoas Schilling2020-07-305-2/+56
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | parse_url returns null in case a parameter is not foundJoas Schilling2020-07-291-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-292-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-272-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-252-8/+8
| |
* | Ignore whitespace in sharing by mailonehappycat2020-07-241-0/+3
| | | | | | | | Signed-off-by: onehappycat <one.happy.cat@gmx.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-242-0/+60
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-232-0/+4
|
* Discourage webauthn user interactionRoeland Jago Douma2020-07-201-2/+7
| | | | | | | | | | Else people might have the feeling this is also doing 2FA. And since it is only prefered it can be ignored and hacked around. Once we have proper 2FA with webauthn in one go this probably needs to be revisted. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-07-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-07-174-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2020-07-162-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-07-10102-102/+102
|
* Merge pull request #21779 from nextcloud/backport/21499/stable19Roeland Jago Douma2020-07-091-1/+1
|\ | | | | [stable19] fix #21285 as oneliner
| * Return correct loginname in credentials,Lionel Elie Mamane2020-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | even when token is invalid or has no password. Returning the uid as loginname is wrong, and leads to problems when these differ. E.g. the getapppassword API was creating app token with the uid as loginname. In a scenario with external authentication (such as LDAP), these tokens were then invalidated next time their underlying password was checked, and systematically ceased to function. Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
* | ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-1/+8
|/ | | | | | | If we use the owners mount point this results in null. And then the rest of the checks get called with null. Which doesn't work. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-07-09126-126/+128
|
* [tx-robot] updated from transifexNextcloud bot2020-07-082-0/+8
|
* Fix releasing a shared lock multiple timesJaakko Salo2020-07-061-1/+5
| | | | Signed-off-by: Jaakko Salo <jaakkos@gmail.com>
* Merge pull request #21671 from nextcloud/revert-21095-backport/21090/stable19Roeland Jago Douma2020-07-061-7/+7
|\ | | | | Revert "[stable19] Do not read certificate bundle from data dir by default"
| * Revert "[stable19] Do not read certificate bundle from data dir by default"Roeland Jago Douma2020-07-031-7/+7
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-042-2/+22
| |
* | Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #21387 from nextcloud/backport/21380/stable19Joas Schilling2020-07-031-1/+1
|\ | | | | [stable19] Increase timeout of the appstore requests
| * Increase timeout of the appstore requestsJoas Schilling2020-07-021-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-032-0/+2
| |
* | Merge pull request #21573 from nextcloud/backport/21558/stable19Morris Jobke2020-07-021-7/+3
|\ \ | |/ |/| [stable19] 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 IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Log deprecated events as debugRoeland Jago Douma2020-07-021-1/+1
| | | | | | | | | | | | | | Since this can spam the log quite agressively we should log it as debug and not info. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #21638 from nextcloud/backport/21588/stable19Roeland Jago Douma2020-07-021-1/+2
|\ \ | | | | | | [stable19] Update presign method to match with interface again.
| * | Update presign method to match with interface again.Daniel Kesselberg2020-06-301-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #21538 from nextcloud/backport/21452/stable19Joas Schilling2020-07-011-12/+7
|\ \ \ | | | | | | | | [stable19] Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on
| * | | Fix unit testsJoas Schilling2020-06-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix PHP CSJoas Schilling2020-06-231-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Move back to IGroupManager::displayNamesInGroup()Joas Schilling2020-06-231-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>
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-012-0/+6
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2020-06-302-0/+4
| |/ |/|
* | Fix language in share notes email for usersJoas Schilling2020-06-232-28/+36
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21526 from nextcloud/backport/21479/stable19Roeland Jago Douma2020-06-234-6/+23
|\ \ | |/ |/| [stable19] Allow to specify the cookie type for appframework responses