Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-21Identify the login page explicitly by the page titleenh/a11y-login-page-titleChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-20Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-publicVincent Petry
Add skip content buttons to the public page layout
2022-07-20Merge pull request #33286 from nextcloud/dependabot/npm_and_yarn/terser-4.8.1Julius Härtl
Bump terser from 4.8.0 to 4.8.1
2022-07-20Bump terser from 4.8.0 to 4.8.1dependabot/npm_and_yarn/terser-4.8.1dependabot[bot]
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-19Merge pull request #33260 from nextcloud/fix/carl/quotaVincent Petry
Fix quota nav item
2022-07-19Merge pull request #33270 from nextcloud/fix/noid/location-legacy-appfileJulius Härtl
fix loading legacy app.php with multi app dir
2022-07-19Merge pull request #33267 from nextcloud/bugfix/noid/button-hoverJulius Härtl
Use hover css variable for primary buttons
2022-07-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-19Merge pull request #33268 from ↵dependabot[bot]
nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.0
2022-07-18fix loading legacy app.php with multi app dirfix/noid/location-legacy-appfileArthur Schiwon
- requireAppFile() only appends /appinfo/app.php - without the absolute path, require_once looks into include_path - the first match in inlcude_path however migth be different from appPath - fixed by providing the tested(!), full path to the app Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-18Merge pull request #33246 from nextcloud/bugfix/noid/dark-primary-lightPytal
2022-07-18Bump bamarni/composer-bin-plugin from 1.5.0 to 1.8.0dependabot[bot]
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.5.0 to 1.8.0. - [Release notes](https://github.com/bamarni/composer-bin-plugin/releases) - [Commits](https://github.com/bamarni/composer-bin-plugin/compare/v1.5.0...1.8.0) --- updated-dependencies: - dependency-name: bamarni/composer-bin-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18Merge pull request #33240 from nextcloud/fix/login-input-focusPytal
2022-07-18Use hover css variable for primary buttons and add proper focus outlinebugfix/noid/button-hoverJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18Add skip content buttons to the public page layoutbugfix/noid/skip-content-publicJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18Merge pull request #33255 from nextcloud/fix/login-password-translationJulius Härtl
LoginForm: Fix password label translation call
2022-07-18Fix quota nav itemfix/carl/quotaCarl Schwan
- Spacing was not correctly set Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-18Merge pull request #32981 from nextcloud/typing/carl/simplefsCarl Schwan
Add typing to SimpleFS
2022-07-18LoginForm: Fix password label translation callMarcel Klehr
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-18Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecretblizzz
Allow SSO authentication to provide a user secret
2022-07-18Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-settingCarl Schwan
Cleanup oauth2 admin settings
2022-07-18Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan
Move CappedMemoryCache to OCP
2022-07-18Merge pull request #32963 from nextcloud/s3-crt-bundle-downloadDaniel
also use nextcloud certificate bundle when downloading from s3
2022-07-18Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-idsVincent Petry
Allow to override #app-content and #app-navigation hrefs for content skipping
2022-07-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-16Fix styling for single skip buttons globallybugfix/noid/skip-button-idsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-16Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-16Properly set --color-primary-light-hover on dark themesbugfix/noid/dark-primary-lightJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-15Fix login input focus borderfix/login-input-focusChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-15Merge pull request #33238 from ↵Carl Schwan
nextcloud/bugfix/noid/fix-html-validation-of-material-design-icons Fix html validation of material design icons
2022-07-15RecompileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15Fix HTML validation of material design iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-14Merge pull request #33222 from ↵Pytal
nextcloud/bugfix/noid/fix-translation-of-user-exists-error
2022-07-14Merge pull request #33235 from nextcloud/bugfix/noid/fix-duplicate-id-holeJoas Schilling
Fix duplicate id "hole"
2022-07-14Add typing to SimpleFStyping/carl/simplefsCarl Schwan
- Fix putContent sometimes return a bool and sometimes nothing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-14RecompileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14Move CappedMemoryCache to OCPfeat/capped-memorycache-ocpCarl Schwan
This is an helpful helper that should be used in more place than just server and this is already the case with groupfodlers, deck, user_oidc and more using it, so let's make it public Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-14Fix duplicate id "hole"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14Cleanup oauth2 admin settingscleanup/oauth2-admin-settingCarl Schwan
- Use more vue components - Add link to doc Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-14RecompileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14Translate error when user already existsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14Merge pull request #33214 from nextcloud/fix/bump-sabre/dav-to-4.4.0Carl Schwan
Bump sabre/dav to 4.4.0
2022-07-14Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-colorCarl Schwan
Fix settings icon color
2022-07-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-14Merge pull request #33230 from nextcloud/enh/noid/64bit-setup-check-linkSimon L
add a link to system requirements for new 64bit setup check
2022-07-13add a link to system requirements for new 64bit setup checkszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>