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
path: root/core
AgeCommit message (Collapse)Author
2022-04-07Merge pull request #31847 from nextcloud/performance/user-status-retrivalVincent Petry
Retrieve user status only once when displaying page
2022-04-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05Retrieve user status only once when displaying pageperformance/user-status-retrivalCarl Schwan
We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05Merge pull request #31820 from nextcloud/fix/30002Louis
Explicitly close div element
2022-04-05Merge pull request #31661 from ↵blizzz
nextcloud/enh/user_ldap-add-command-to-unmap-groups Add ldap:reset-group command to unmap groups from LDAP
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-04Explicitly close div elementLouis Chemineau
Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
2022-04-04Merge pull request #31687 from nextcloud/enhancement/passwordless-app-passwordsChristoph Wurst
Allow app passwords without login password for occ user:add-app-password
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-01Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-31Return to quotation marksValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-03-31Correct codeValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-03-31Code ordering for text stringsValdnet
Code cleanup for text strings and change quotation marks to apostrophe for 'occ'. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-03-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-29Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry
Add direct arg to login flow
2022-03-29Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyrightCôme Chilliet
migration generator also includes copyright section
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
Migrate from ILogger to LoggerInterface in lib/private
2022-03-28migration generator also includes copyright sectionArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-28Add direct arg to login flowVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
2022-03-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-24Fixing psalm errorsCôme Chilliet
Encryption constructor is problematic and should still be fixed later. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Don't create cards_abiduri it if already existsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-03-23Remove old shorteningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-23Allow app passwords without login password for occ user:add-app-passwordenhancement/passwordless-app-passwordsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-23Limit the length of app password namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-22Merge pull request #31569 from nextcloud/bugfix/31519/revert-password-validationJoas Schilling
Allow creating app passwords without validating the user's password a…
2022-03-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-22Merge pull request #31629 from nextcloud/feat/remove-ie-headersPytal
2022-03-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-19Remove legacy Internet Explorer headersMichaIng
X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
2022-03-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-18Add global profile toggle configChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-15Update Version24000Date20211222112246.phpJoas Schilling
2022-03-14Allow creating app passwords without validating the user's password againbugfix/31519/revert-password-validationJoas Schilling
Aparently the idea behind the command was exactly to do this. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-11Merge pull request #31511 from ↵Joas Schilling
nextcloud/bugfix/noid/allow-installing-unstable-versions Allow installing unstable app versions based on channel and with `--allow-unstable` just like on updates
2022-03-11Merge pull request #31519 from ↵Vincent Petry
nextcloud/bugfix/noid/fix-occ-user-add-apppassword Fix occ user:add-app-password
2022-03-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-10Allow installing unstable versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>