summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use native font stackJan-Christoph Borchardt2019-06-247-299/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-2236-113/+309
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #15540 from ↵Joas Schilling2019-06-211-2/+3
|\ | | | | | | | | nextcloud/bugfix/noid/prevent-faulty-logs-from-nested-setupFS-calls Prevent faulty logs from nested setupFS calls
| * Prevent faulty logs from nested setupFS callsJoas Schilling2019-05-151-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz2019-06-2113-24/+235
|\ \ | | | | | | Opt-in for generation userid, requiring email addresses
| * | uses "yes" and "no" for config switch over stringified numbersArthur Schiwon2019-06-213-7/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | rebuilt js files after rebaseArthur Schiwon2019-06-202-5/+5
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | makes users management page aware of the introduced optionsArthur Schiwon2019-06-197-11/+16
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | ensures mapping of chosen useridArthur Schiwon2019-06-194-6/+39
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | extends Provisioning API with optional userid and required emailArthur Schiwon2019-06-192-6/+179
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-06-2120-2/+58
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-06-206-2/+44
| | |
* | | Let the user confirm the remote wipe (#15774)John Molakvoæ2019-06-193-17/+30
|\ \ \ | | | | | | | | Let the user confirm the remote wipe
| * | | Let the user confirm the remote wipeChristoph Wurst2019-06-193-17/+30
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix window scroll container (#16009)John Molakvoæ2019-06-191-2/+2
|\ \ \ | | | | | | | | Fix window scroll container
| * | | Fix window scroll containerJulius Härtl2019-06-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Add make clean (#16012)John Molakvoæ2019-06-191-1/+16
|\ \ \ \ | | | | | | | | | | Add make clean
| * | | | Add make cleanJohn Molakvoæ (skjnldsv)2019-06-191-1/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Bump webpack-cli from 3.3.3 to 3.3.4 (#15973)John Molakvoæ2019-06-192-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Bump webpack-cli from 3.3.3 to 3.3.4
| * | | | | Bump webpack-cli from 3.3.3 to 3.3.4dependabot-preview[bot]2019-06-192-5/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/3.3.3...v3.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #16011 from nextcloud/fix/noid/ldapprovider-return-one-baseblizzz2019-06-193-20/+83
|\ \ \ \ \ | |/ / / / |/| | | | (LDAP) API: return one base properly when multiple are configured
| * | | | fixes return type in php docArthur Schiwon2019-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the backend already expects and works with the string Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fixes returning the base when multiple are specifiedArthur Schiwon2019-06-192-19/+82
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reading the config directly will return the value with line breaks * using the proper accessor gives us all bases in an array * returns the first matching one * having user id provided for the group base is strange and does not let us operate like this. here we return the first one. might change in future, a backportable fix won't have an API change however. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #15988 from nextcloud/feature/shared-browserlist-configGeorg Ehrke2019-06-197-16/+20
|\ \ \ \ | | | | | | | | | | Use shared browserslist config
| * | | | Use shared browserslist configChristoph Wurst2019-06-197-16/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #15869 from nextcloud/multiple-version-backendsRobin Appelman2019-06-191-10/+21
|\ \ \ \ \ | |_|/ / / |/| | | | fix loading multiple version backends from one app
| * | | | fix loading multiple version backends from one appRobin Appelman2019-06-041-10/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Remove auto focus of share input field on dialog open, fix #15261 (#15960)John Molakvoæ2019-06-193-8/+2
|\ \ \ \ \ | | | | | | | | | | | | Remove auto focus of share input field on dialog open, fix #15261
| * | | | | Compiling assetsnpmbuildbot[bot]2019-06-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | Remove auto focus of share input field on dialog open, fix #15261Jan-Christoph Borchardt2019-06-141-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Add extendedSupport to Subscription (#15922)John Molakvoæ2019-06-198-5/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add extendedSupport to Subscription
| * | | | | | Fix subscription testsJulius Härtl2019-06-172-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Add extendedSupport to SubscriptionJulius Härtl2019-06-176-5/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Avoid scrolling to the hidden input when toggling grid/list view (#16005)John Molakvoæ2019-06-191-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Avoid scrolling to the hidden input when toggling grid/list view
| * | | | | | Avoid scrolling to the hidden input when toggling grid/list viewJulius Härtl2019-06-191-0/+4
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #15993 from nextcloud/bugfix/noid/file-not-foundJohn Molakvoæ2019-06-191-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Properly redirect if accessing invalid file though /f/ entrypoint
| * | | | | | Properly redirect if accessing invalid file though /f/ entrypointJulius Härtl2019-06-181-1/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Allow to access source maps on apache (#16006)John Molakvoæ2019-06-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow to access source maps on apache
| * | | | | | Allow to access source maps on apacheJulius Härtl2019-06-191-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Bump webpack from 4.33.0 to 4.34.0 (#15972)John Molakvoæ2019-06-192-28/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump webpack from 4.33.0 to 4.34.0
| * | | | | | Bump webpack from 4.33.0 to 4.34.0dependabot-preview[bot]2019-06-162-28/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.33.0 to 4.34.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.33.0...v4.34.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2019-06-192-2/+68
| | | | | | |
* | | | | | | Merge pull request #15987 from nextcloud/fix/noid/cache-displayname-on-saveblizzz2019-06-182-4/+30
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | cache the displayname after an LDAP plugin set it
| * | | | | | caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-182-4/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2019-06-184-4/+4
|/ / / / / /
* | | | | | Remove precomposed from apple-touch-icon-precomposed (#15963)John Molakvoæ2019-06-174-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Remove precomposed from apple-touch-icon-precomposed
| * | | | | Remove precomposed from apple-touch-icon-precomposedGary Kim2019-06-154-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | | | Merge pull request #15858 from nextcloud/enh/noid/ldap-sharee-limited-groupsblizzz2019-06-1710-103/+106
|\ \ \ \ \ \ | | | | | | | | | | | | | | add LDAP integr. test for receiving share candidates with group limitation
| * | | | | | fix inGroup check, thus make integration tests succeedArthur Schiwon2019-06-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is not such strange return mode. Having invalid user ids caused this check to fail, and as side effect share limitation to groups to not work. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | add LDAP integr. test for receiving share candidates with group limitationArthur Schiwon2019-06-149-102/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>