aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add option to disable db user creation trough environment variableRobin Appelman2023-02-213-44/+53
* Merge pull request #36780 from nextcloud/bugfix/noid/console-error-share-authJulius Härtl2023-02-202-3/+4
|\
| * fix: Fix loading styles from core/css/Julius Härtl2023-02-201-2/+1
| * fix: Avoid throwing errors on public auth pageJulius Härtl2023-02-201-1/+3
* | Merge pull request #31859 from max65482/fix_group_shareAnna2023-02-201-1/+1
|\ \
| * | assign group share valueMaximilian Martin2023-02-201-1/+1
| |/
* | Merge pull request #36653 from nextcloud/bugfix/noid/more-defensive-old-token...Joas Schilling2023-02-201-1/+1
|\ \ | |/ |/|
| * fix(authentication): Handle null or empty string password hashJoas Schilling2023-02-101-1/+1
* | Merge pull request #36589 from nextcloud/enh/perf-remove-icacheJulius Härtl2023-02-2030-1079/+159
|\ \
| * | fix: Use passed LazyFolder when building sabre nodesJulius Härtl2023-02-171-1/+2
| * | tests: Remove legacy chunking testsJulius Härtl2023-02-171-27/+0
| * | tests: Remove legacy checksum testJulius Härtl2023-02-172-43/+0
| * | tests: Fix test isolation on object storageJulius Härtl2023-02-172-1/+13
| * | Do not set up filesystem on every callAnna Larch2023-02-1724-1007/+144
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2030-16/+60
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1928-10/+458
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-182-0/+2
|/ /
* | Merge pull request #36751 from nextcloud/fix/mobile_breakpointmax-nextcloud2023-02-175-5/+5
|\ \
| * | Don't regard 1024px width viewport as mobileJonas2023-02-165-5/+5
* | | Merge pull request #35360 from nextcloud/bugfix/noid/direct-editing-revert-scopeJulius Härtl2023-02-173-1/+25
|\ \ \
| * | | Revert the token scope to not end up with storing the user used in the sessionJulius Härtl2023-02-173-1/+25
|/ / /
* | | Merge pull request #36396 from nextcloud/fix/corsJulius Härtl2023-02-172-2/+36
|\ \ \
| * | | fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-162-2/+36
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1730-10/+38
* | | | Merge pull request #36738 from nextcloud/deps/nextcloud/password-confirmation...Pytal2023-02-165-11/+18
|\ \ \ \
| * | | | Bump @nextcloud/password-confirmation from 4.0.3 to 4.0.4Christopher Ng2023-02-155-11/+18
* | | | | Merge pull request #36515 from nextcloud/fix/sharees-remove-deckJulius Härtl2023-02-161-10/+1
|\ \ \ \ \
| * | | | | Remove Deck from Sharees APIjld31032023-02-031-10/+1
* | | | | | Merge pull request #36687 from nextcloud/release/26.0.0_beta_4v26.0.0beta4blizzz2023-02-161-2/+2
|\ \ \ \ \ \
| * | | | | | 26.0.0 beta 4Arthur Schiwon2023-02-131-2/+2
* | | | | | | Merge pull request #36556 from nextcloud/artonge/fix/expiring_file_versions_e...blizzz2023-02-161-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Handle empty DB while expiring versionsLouis Chemineau2023-02-081-4/+10
* | | | | | | | Merge pull request #36735 from nextcloud/fix/32635/fix-vcf-contactsLouis2023-02-162-2/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | fix the contacts-menu vcf-contact avatarsSimon L2023-02-152-2/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #36689 from nextcloud/fix/x-robots-tag-headerSimon L2023-02-1612-37/+80
|\ \ \ \ \ \ \
| * | | | | | | Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-1512-37/+80
| |/ / / / / /
* | | | | | | Merge pull request #36737 from nextcloud/enh/noid/fix-entriesSimon L2023-02-163-10/+6
|\ \ \ \ \ \ \
| * | | | | | | fix too long entries in contacts-menuSimon L2023-02-163-10/+6
| |/ / / / / /
* / / / / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1642-2/+80
|/ / / / / /
* | | | | | Merge pull request #35365 from nextcloud/enh/check-opcache-file_cache_onlyMichaIng2023-02-151-0/+2
|\ \ \ \ \ \
| * | | | | | Check for opcache.file_cache_only=1MichaIng2023-02-151-0/+2
* | | | | | | Merge pull request #36639 from nextcloud/userbackend-local-cacheChristoph Wurst2023-02-154-1/+58
|\ \ \ \ \ \ \
| * | | | | | | also cache backend for user in memory instead of always going to redisRobin Appelman2023-02-104-1/+58
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #36698 from nextcloud/db-profile-start-timeChristoph Wurst2023-02-151-0/+1
|\ \ \ \ \ \ \
| * | | | | | | log start time of queries for profilerRobin Appelman2023-02-141-0/+1
* | | | | | | | Merge pull request #36691 from nextcloud/fix/25175/fix-config-truncatingSimon L2023-02-151-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | address review by JoasSimon L2023-02-151-2/+3
| * | | | | | | | add a disk_free_space check before writing configSimon L2023-02-131-0/+6
* | | | | | | | | Merge pull request #36443 from nextcloud/fix/23063/fix-login-log-entrySimon L2023-02-151-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | fix the login log entrySimon L2023-01-301-2/+2