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-03-09Fix alternative login buttonsbugfix/noid/fix-alternativ-login-buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-17Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan
Improve caching policy use immutable when loading versionned assets
2022-02-16Improve caching policyCarl Schwan
* Cache css with version in url. This makes most js and css requests to be cached by the browser * Force caching previews, the etag is in the url so that if the propfind gives a new etag, we will refresh it otherwise it's no use to try to fetch the new etag and do tons of DB queries Tested with firefox and 'debug' => false (important so that the js/css urls are generated with ?v= parameter) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-02Avoid file system access on checking if an image existsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-01-27Add better error handlingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-27Fix registerEventListener issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-26Fix psalm issues in theming appCarl Schwan
After this change, we are down to only one psalm warning for this app and related to the Application.php. This also make composer psam:update-baseline not silently ignore new errors. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-08Fix dynamic loadingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-12-16Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet
files_trashbin and theming apps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-12-16Fix theming tests on PHP 8.1Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-12-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-02Follow upstream security recommandationCarl Schwan
See https://scssphp.github.io/scssphp/docs/#security-considerations Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-02Add rgb to hsl converterCarl Schwan
This ports away from using now internal functions from scssphp. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-11-19App summary is optionalJoas Schilling
Fixing: Error: Undefined index: summary at /var/www/html/apps/theming/lib/Controller/ThemingController.php#392 Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-11Master is now 24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-19Profile frontendChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-15Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan
Add support for Delegation Settings for more apps
2021-10-15Add support for Delegation Settings for more appsCarl Schwan
* This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-13Don't setup the filesystem to check for a favicon we don't use anywayJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-13Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-detailsJoas Schilling
Fix translated app details
2021-10-07Merge pull request #25774 from nextcloud/add-ripple-color-variablesPytal
2021-09-30Merge pull request #28816 from nextcloud/fix/deprecated-toolip-methodsCarl Schwan
Migrate deprecated tooltip methods
2021-09-30Add new variables for buttonsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-09-30Fix translated app detailsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-28Update app versions for 23Vincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-26Migrate deprecated toolip methodsMichaIng
With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-01Merge pull request #27757 from designbybeck/patch-1Joas Schilling
Target Blank for external link
2021-09-01Update apps/theming/templates/settings-admin.php Beck
including noreferrer noopener Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Beck <beck@learnopen.tech>
2021-09-01Target Blank for external linkBeck
The icon on this looks to have an arrow showing an external link, but it loads in the same window. Added target="_blank" Signed-off-by: Beck <beck@learnopen.tech>
2021-08-24improve webmanifestszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-08-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-20Fix missing theming for login buttonCarl Schwan
Close #27495 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-13Merge pull request #26481 from ghost/fdroidJulius Härtl
2021-07-12Fix Psalm code scanning alertsMichaIng
InvalidScalarArgument (apps/theming/lib/IconBuilder.php#L213): https://github.com/nextcloud/server/security/code-scanning/6691 InvalidScalarArgument (apps/theming/lib/IconBuilder.php#L213): https://github.com/nextcloud/server/security/code-scanning/6692 MissingReturnType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6693 MissingParamType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6694 MissingParamType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6695 PossiblyFalseArgument (apps/theming/lib/IconBuilder.php#L232): https://github.com/nextcloud/server/security/code-scanning/6696 Signed-off-by: MichaIng <micha@dietpi.com>
2021-07-04Add F-DroidHouraisanNEET
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-06-27[tx-robot] updated from transifexNextcloud bot
2021-06-25Validate the theming color also on CLIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-24Bump app versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-24Master is now 23Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-19[tx-robot] updated from transifexNextcloud bot