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-21Change casing of settings labelbugfix/32350/rename-files-settingsVincent Petry
Co-authored-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-21Rename files settings on the bottom leftVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-21Merge pull request #33281 from nextcloud/enh/a11y-login-page-titleVincent Petry
Identify the login page explicitly by the page title
2022-07-21Merge pull request #32646 from jld3103/fix/user-status-heartbeat-apiCarl Schwan
Make user status heartbeat API publicly accessible
2022-07-21Merge pull request #33304 from jld3103/feature/neon-user-agentVincent Petry
Add Neon user-agent
2022-07-21Make user status heartbeat API publicly accessiblejld3103
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-07-21Add Neon user-agentjld3103
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-07-21Merge pull request #33293 from nextcloud/last-login-minuteVincent Petry
only update last login timestamp with minute percision
2022-07-21Merge pull request #33287 from nextcloud/bugfix/focus-outline-bubble-menuVincent Petry
Add legacy popover focus outline
2022-07-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-21Merge pull request #33242 from nextcloud/enh/email-material-iconsPytal
2022-07-21Use material design icons in Email componentChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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-20only update last login timestamp with minute percisionlast-login-minuteRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
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-20Add legacy popover focus outlinebugfix/focus-outline-bubble-menuJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>