| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loading | Joas Schilling | 2024-09-16 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -6/+6 |
* | fix(SetupCheck): Properly check public access to data directory | Ferdinand Thiessen | 2024-08-08 | 1 | -2/+5 |
* | fix(htaccess): Serve images as static assets | Ferdinand Thiessen | 2024-07-15 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -45/+3 |
* | fix(updatenotification): spread the use of new appconfig | Maxence Lange | 2024-03-13 | 1 | -1/+3 |
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -2/+3 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -8/+8 |
* | fix: Use DI for Setup class and move away from deprecated methods | Côme Chilliet | 2024-01-29 | 1 | -134/+101 |
* | Read Only FS return false | Git'Fellow | 2023-12-15 | 1 | -0/+4 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | do not write htaccess file if disk space is too low | Simon L | 2023-11-17 | 1 | -0/+8 |
* | Serve .flac audio files | Marcel Müller | 2023-11-16 | 1 | -1/+1 |
* | fix(install): Make installing more verbose | Joas Schilling | 2023-11-03 | 1 | -3/+17 |
* | fix ocm-provider rewrite rules | Maxence Lange | 2023-10-02 | 1 | -1/+1 |
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-07-14 | 1 | -1/+1 |
* | Add tasks::last_updated column and vacate tasks after a week | Marcel Klehr | 2023-07-07 | 1 | -0/+2 |
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -5/+5 |
* | fix(apache): Serve `mjs` (module javascript) as static files | Ferdinand Thiessen | 2023-06-07 | 1 | -1/+1 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -2/+2 |
* | Revert "remove 32-bit workarounds" | Côme Chilliet | 2023-02-07 | 1 | -3/+4 |
* | Rename canInstallExists method and add new method for removal | Alex Harpin | 2023-01-10 | 1 | -2/+9 |
* | Move CAN_INSTALL check to method and remove unlink from SetupController | Alex Harpin | 2023-01-10 | 1 | -1/+8 |
* | Remove the CAN_INSTALL file when occ maintenance:install is complete | Alex Harpin | 2023-01-10 | 1 | -0/+3 |
* | remove 32-bit workarounds | szaimen | 2022-11-02 | 1 | -4/+3 |
* | Merge pull request #34136 from nextcloud/fix/default-channel | blizzz | 2022-10-21 | 1 | -11/+13 |
|\ |
|
| * | on installation save channel to config.php if not stable | Arthur Schiwon | 2022-10-21 | 1 | -11/+13 |
* | | Use proper error pages instead of always redirecting | Julius Härtl | 2022-10-21 | 1 | -2/+2 |
|/ |
|
* | Make phpcs happy and remove unused setup thing | Vincent Petry | 2022-09-23 | 1 | -1/+0 |
* | remove getDefaultInstallationBundle | Arthur Schiwon | 2022-09-22 | 1 | -8/+0 |
* | Add back TokenCleanupJob to invalidate old temporary tokens | Thomas Citharel | 2022-08-25 | 1 | -0/+2 |
* | Remove default token which is deprecated since Nextcloud 13 | Joas Schilling | 2021-12-01 | 1 | -5/+3 |
* | Fix warning about passing null to rtrim | Côme Chilliet | 2021-11-23 | 1 | -1/+1 |
* | Allow to serve static WebAssembly and TensorFlow Lite files | Daniel Calviño Sánchez | 2021-11-17 | 1 | -1/+1 |
* | Profile backend | Christopher Ng | 2021-10-19 | 1 | -0/+3 |
* | enable the user to set a primary (notification) email address (backend) | Arthur Schiwon | 2021-09-09 | 1 | -1/+1 |
* | Check that pdo is installed | Daniel Kesselberg | 2021-07-05 | 1 | -1/+4 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | Merge pull request #22628 from Sp1l/simplify-htaccess-rewrites | Lukas Reschke | 2021-06-16 | 1 | -13/+6 |
|\ |
|
| * | Coalesce RewriteCond lines in .htaccess | Bernard Spil | 2021-06-02 | 1 | -13/+6 |
* | | Use product name in places where it is appropriate rather than the instance name | Julius Härtl | 2021-06-16 | 1 | -2/+2 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+1 |
|/ |
|
* | l10n: Unify spelling | Valdnet | 2021-05-20 | 1 | -1/+1 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 1 | -13/+4 |
* | Print an exception trace for setup exceptions | Christoph Wurst | 2021-01-07 | 1 | -0/+4 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Add htaccess exception for richdocumentscode_arm64 | Julius Härtl | 2020-09-17 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |