summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Fix chmod on file descriptorJ0WI2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | | | | 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-1338-30/+60
| | | | | | |
* | | | | | | Merge pull request #22203 from nextcloud/backport/21559/stable19blizzz2020-08-124-2/+77
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable19] shortcut in reading nested group members when IN_CHAIN is available
| * | | | | | | adapt tests for nc19Arthur Schiwon2020-08-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-123-13/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the detection relies that the first, requested result is not empty - it might be empty though – groups without members - protect switching from available to unavailable - switching the other way around was also not envisaged either Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-113-0/+38
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #22215 from nextcloud/backport/22211/stable19Morris Jobke2020-08-121-8/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable19] remove logging message carrying no valuable information
| * | | | | | | remove logging message carrying no valuable informationArthur Schiwon2020-08-121-8/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the exception caught is not an error, but due to valid configuration and code flow is expecting this. For an admin it is confusing, and it carries no information worth for debugging. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #22210 from nextcloud/backport/22196/stable19Roeland Jago Douma2020-08-121-2/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable19] SSE enhancement of file signature
| * | | | | | | SSE enhancementRoeland Jago Douma2020-08-121-2/+8
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not blind concatenate ints. Lets add a _ between them. So that we can distrinquis them properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / / / [tx-robot] updated from transifexNextcloud bot2020-08-1218-8/+48
|/ / / / / /
* | | | | | Merge pull request #22183 from nextcloud/backport/21173/stable19Roeland Jago Douma2020-08-111-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable19] Fix empty 'more' apps navigation after installing an app
| * | | | | | Fix empty 'more' apps navigation after installing an appJan-Christoph Borchardt2020-08-111-3/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #22171 from nextcloud/backport/21728/stable19Roeland Jago Douma2020-08-111-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable19] Reuse cache for directory mtime/size if filesystem changes can be ignored
| * | | | | | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-08-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #22192 from nextcloud/backport/22190/stable19Roeland Jago Douma2020-08-111-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable19] Fix default log_rotate_size in config.sample.php
| * | | | | | | Fix default log_rotate_size in config.sample.phpMorris Jobke2020-08-111-2/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #22178 from nextcloud/backport/22176/stable19blizzz2020-08-112-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | [stable19] Remove unexpected argument
| * | | | | | Remove unexpected argumentDaniel Kesselberg2020-08-112-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / / / / / [tx-robot] updated from transifexNextcloud bot2020-08-118-2/+84
|/ / / / /
* | | | | Merge pull request #22118 from nextcloud/backport/21138/stable19blizzz2020-08-103-7/+79
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Search also the email and displayname in user mangement for groups
| * | | | | Add integration tests for search in groupsMorris Jobke2020-08-052-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Search also the email and displayname in user mangement for groupsMorris Jobke2020-08-051-6/+18
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-08-102-0/+12
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-08-0912-20/+28
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-08-0736-8/+178
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-08-06330-540/+604
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2020-08-05260-250/+658
| | |
* | | Merge pull request #22094 from nextcloud/backport/22087/stable19Joas Schilling2020-08-046-7/+7
|\ \ \ | | | | | | | | [stable19] Fix browser freeze on long password input
| * | | Fix browser freeze on long password inputJoas Schilling2020-08-036-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-08-04282-260/+540
| | | |
* | | | Merge pull request #22091 from nextcloud/backport/22057/stable19blizzz2020-08-033-9/+23
|\ \ \ \ | |/ / / |/| | | [stable19] contactsmanager shall limit number of results early
| * | | contactsmanager shall limit number of results earlyArthur Schiwon2020-08-033-9/+23
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-01134-1342/+1348
| | |
* | | 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>
* | | | Merge pull request #22070 from nextcloud/backport/21791/stable19Morris Jobke2020-07-311-0/+0
|\ \ \ \ | | | | | | | | | | [stable19] Add Guzzle's InvalidArgumentException
| * | | | [stable19] Add Guzzle's InvalidArgumentExceptionMorris Jobke2020-07-311-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #22069 from nextcloud/backport/22043/stable19blizzz2020-07-311-1/+11
|\ \ \ \ \ | |/ / / / |/| | | | [stable19] reset the cookie internally in new API when abandoning paged results op
| * | | | reset the cookie internally in new API when abandoning paged results opArthur Schiwon2020-07-311-1/+11
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #22064 from nextcloud/backport/22005/stable19John Molakvoæ2020-07-311-1/+1
|\ \ \ \ | | | | | | | | | | [stable19] Fix height to big for iPhone when using many apps
| * | | | Fix height to big for iPhone when using many appskevin1471472020-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | Same story as https://github.com/nextcloud/server/pull/10276 I'm testing on iPhone without home button. These devices now have an even higher bottom bar.
* | | | | [tx-robot] updated from transifexNextcloud bot2020-07-3112-0/+22
|/ / / /
* | | | Merge pull request #22050 from ↵Morris Jobke2020-07-313-14/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable19/elliptic-6.5.3 [Security] Bump elliptic from 6.5.2 to 6.5.3
| * | | | [Security] Bump elliptic from 6.5.2 to 6.5.3dependabot-preview[bot]2020-07-303-14/+24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.** - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #21981 from nextcloud/backport/21972/stable19Morris Jobke2020-07-3016-80/+43
|\ \ \ \ | | | | | | | | | | [stable19] Fix PHPUnit deprecation warnings