| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(theming): allow to disable standalone windowsbackport/50666/stable29 | Simon L | 2025-02-07 | 1 | -0/+8 |
* | docs: update overwrite.cli.url wordingbackport/49065/stable29 | Simon L. | 2024-11-04 | 1 | -0/+2 |
* | docs: added customclient_fdroid config key to config.sample.php file | Bahman Jafarzadeh | 2024-08-06 | 1 | -0/+3 |
* | fix(config) : Clarity smtp debugging config option usage | Josh | 2024-08-06 | 1 | -0/+2 |
* | fix: Max file size for metadata generation | Git'Fellow | 2024-08-05 | 1 | -0/+9 |
* | docs: Update token_auth_activity_update default value to match implementation | Julius Härtl | 2024-06-06 | 1 | -1/+1 |
* | feat: add request id as comment to all queries | Robin Appelman | 2024-04-22 | 1 | -2/+9 |
* | feat(settings): Allow to sort groups in the account management alphabetically | Ferdinand Thiessen | 2024-03-27 | 1 | -0/+1 |
* | Merge pull request #44438 from nextcloud/feat/login-form-timeout | Ferdinand Thiessen | 2024-03-25 | 1 | -0/+8 |
|\ |
|
| * | feat(login): Clear login form (password) after IDLE timeout | Ferdinand Thiessen | 2024-03-25 | 1 | -0/+8 |
* | | fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address i... | Ferdinand Thiessen | 2024-03-25 | 1 | -3/+3 |
|/ |
|
* | docs(config.sample.php): | Josh | 2024-03-11 | 1 | -1/+3 |
* | fix(config): deprecated enable_file_metadata | Maxence Lange | 2024-03-11 | 1 | -11/+0 |
* | in text: "bruteforce" > "brute force" | Alexander Müller | 2024-03-03 | 1 | -3/+3 |
* | fix: Also expose forbidden filename character in the capabilities | Ferdinand Thiessen | 2024-02-28 | 1 | -0/+2 |
* | feat(db): Make dirty query logging available in production | Christoph Wurst | 2024-01-30 | 1 | -0/+9 |
* | fix(db): Fix replica password example config | Christoph Wurst | 2024-01-23 | 1 | -2/+2 |
* | Merge pull request #41998 from nextcloud/enh/read-replica | Daniel | 2023-12-27 | 1 | -0/+8 |
|\ |
|
| * | enh: Implement PrimaryReadReplicaConnection | Julius Härtl | 2023-12-16 | 1 | -0/+8 |
* | | Add global accessibility switch | Louis Chemineau | 2023-12-19 | 1 | -0/+7 |
|/ |
|
* | feat(dav): dispatch out-of-office started and ended events | Richard Steinmetz | 2023-11-23 | 1 | -0/+10 |
* | feat: allow multiple libreoffice invocations | Daniel Kesselberg | 2023-11-13 | 1 | -8/+0 |
* | feat: add preview provider for emf files based on office | Daniel Kesselberg | 2023-11-13 | 1 | -1/+2 |
* | Add unified search toggle in config | fenn-cs | 2023-11-10 | 1 | -0/+7 |
* | config.sample.php: fix incorrect theme name + add a missing one | Josh Richards | 2023-10-15 | 1 | -1/+1 |
* | address review | Simon L | 2023-10-06 | 1 | -0/+6 |
* | fix(files): disallow illegal characters | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -0/+11 |
* | Merge pull request #39978 from joshtrichards/jr-cfg-sample-trystack-remove | Arthur Schiwon | 2023-08-29 | 1 | -1/+0 |
|\ |
|
| * | (config sample) Remove defunct trystack.org url | Josh Richards | 2023-08-19 | 1 | -1/+0 |
* | | feat(security): Add a "testing mode" for bruteforce protection that doesn't s... | Joas Schilling | 2023-08-21 | 1 | -0/+13 |
|/ |
|
* | docs(config): inform about log.backtrace | Arthur Schiwon | 2023-07-17 | 1 | -0/+10 |
* | style(config): alphabetise preview providers | Joda Stößer | 2023-06-19 | 1 | -11/+11 |
* | Changes after code review. | Dominik Fuchß | 2023-06-13 | 1 | -2/+2 |
* | Add config variable for curl timeout | Dominik Fuchß | 2023-06-13 | 1 | -0/+5 |
* | allow to specify upgrade.cli-upgrade-link in order to link to the correct doc... | Simon L | 2023-06-10 | 1 | -0/+5 |
* | Allow to specify an imaginary key | JanisPlayer | 2023-05-22 | 1 | -0/+5 |
* | Merge pull request #38321 from nextcloud/pulsejet/patch-dbtableprefix | Simon L | 2023-05-16 | 1 | -1/+1 |
|\ |
|
| * | Add dbtableprefix to sample config | Varun Patil | 2023-05-16 | 1 | -1/+1 |
* | | doc(config): Rearrange sample config into appropriate sections | Christoph Wurst | 2023-05-10 | 1 | -53/+56 |
* | | doc(auth): Warn about disabled token passwords and LDAP logout | Christoph Wurst | 2023-04-11 | 1 | -0/+4 |
* | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI | Joas Schilling | 2023-04-03 | 1 | -1/+10 |
* | | fix default_language doc | Arthur Schiwon | 2023-03-30 | 1 | -7/+8 |
* | | fix(docs): Fix RST parsing of the sample config | Joas Schilling | 2023-03-28 | 1 | -10/+12 |
|/ |
|
* | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 1 | -14/+9 |
* | Fix default value for files_no_background_scan | max-nextcloud | 2023-01-24 | 1 | -1/+1 |
* | Update config/config.sample.php
| William | 2023-01-18 | 1 | -1/+1 |
* | add documentation preview_ffmpeg_path | William | 2023-01-18 | 1 | -1/+8 |
* | Update config/config.sample.php: fix typos. | CaptainSifff | 2023-01-04 | 1 | -1/+1 |
* | elaborate on what is required for using the tempdirectory setting of nextcloud | Florian Goth | 2023-01-04 | 1 | -1/+4 |
* | docs: trusted_proxies support IPv6 ranges | Daniel Kesselberg | 2023-01-03 | 1 | -5/+3 |