aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43697 from nextcloud/fix/default-inputs-styleFerdinand Thiessen2024-02-206-21/+33
|\
| * chore: Build CSS from SCSSFerdinand Thiessen2024-02-204-4/+4
| * fix(styles): Add default styles for disabled input elementsFerdinand Thiessen2024-02-202-1/+12
| * fix(styles): Replace deprecated CSS variablesFerdinand Thiessen2024-02-201-16/+17
* | stop the auto-logout loop after redirecting to the logoutJulien Veyssier2024-02-201-2/+5
|/
* feat(core): Add OCS endpoint for confirming the user passwordprovokateurin2024-02-203-0/+144
* feat(core): Expose the confirm password endpointprovokateurin2024-02-202-1/+69
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-202-2/+2
* Merge pull request #43339 from nextcloud/fix/42588/remove-redundant-indicesJohannes2024-02-192-1/+61
|\
| * fix(db): remove redundant indices in propertiesJohannes Merkel2024-02-182-1/+61
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-196-2/+54
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-186-2/+140
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-172-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1688-94/+194
* enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-152-61/+0
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-158-0/+52
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-14108-1576/+1190
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-1310-16/+16
* fix: phpunitJohn Molakvoæ2024-02-131-1/+1
* fix: openapiJohn Molakvoæ2024-02-132-7/+7
* feat: rename users to account or personVincent Petry2024-02-1319-39/+39
* Merge pull request #43251 from nextcloud/fix/support-external-urls-in-navigationArthur Schiwon2024-02-121-1/+2
|\
| * fix: Support other schemes than HTTP and HTTPS in app navigationCôme Chilliet2024-02-061-1/+2
| * fix: Revert external url support in icon as it’s not allowedCôme Chilliet2024-02-061-1/+1
| * Allow application to pass external links in navigationCôme Chilliet2024-02-061-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-112-0/+146
* | Merge pull request #42833 from nextcloud/enh/noid/set-boolean-configFerdinand Thiessen2024-02-091-2/+2
|\ \
| * | true, on, yes and 1 can be booleanMaxence Lange2024-01-161-2/+2
* | | chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scopeFerdinand Thiessen2024-02-096-74/+1
* | | Merge pull request #43465 from nextcloud/artonge/fix/bad_revert_commitLouis2024-02-084-35/+35
|\ \ \
| * | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-082-11/+11
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-082-24/+24
* | | | chore!: Remove global `autosize`Ferdinand Thiessen2024-02-081-2/+1
|/ / /
* | | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-084-35/+35
* | | chore: Delete deprecated internal Job classesCôme Chilliet2024-02-081-3/+3
* | | fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-082-8/+8
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-082-24/+24
* | | chore(perf): prevent unnecessary bundling of caniuse-liteRichard Steinmetz2024-02-071-15/+5
* | | Merge pull request #43319 from nextcloud/fix/theming-background-primaryAndy Scherzinger2024-02-066-7/+6
|\ \ \ | |_|/ |/| |
| * | chore: Compile assetsFerdinand Thiessen2024-02-034-4/+4
| * | fix(theming): The background is the primary color and must not be double inve...Ferdinand Thiessen2024-02-032-3/+2
* | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-042-0/+78
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-022-2/+4
* | Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-diJoas Schilling2024-02-012-169/+136
|\ \
| * | chore: Fix DI for integrity checker before installationCôme Chilliet2024-01-301-12/+4
| * | chore: use DI for \OC\RepairCôme Chilliet2024-01-301-7/+1
| * | chore: Revert using DI for IntegrityCodeChecker as it uses a special service ...Côme Chilliet2024-01-301-4/+12
| * | chore: use DI for Command\Security\ListCertificatesCôme Chilliet2024-01-302-2/+6
| * | chore: use long namespaced class instead of putting it inlineCôme Chilliet2024-01-301-1/+2