Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #44763 from nextcloud/fix/group_name_length_db | Benjamin Gaussorgues | 2024-05-16 | 2 | -5/+37 |
|\ | |||||
| * | fix(groups): allows to save group names with more than 64 characters | Benjamin Gaussorgues | 2024-04-22 | 2 | -5/+37 |
| | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | fix: Extend SVG reference check | Joas Schilling | 2024-05-16 | 1 | -0/+29 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix: run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | test: Put input files in user storage | Marcel Klehr | 2024-05-14 | 1 | -11/+10 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(TextToImage): Allow leaving the resources open | Marcel Klehr | 2024-05-14 | 1 | -8/+9 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: fix tests | Marcel Klehr | 2024-05-14 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Don't use dynamic property | Marcel Klehr | 2024-05-14 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | test: Test file authorization check | Marcel Klehr | 2024-05-14 | 1 | -2/+27 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | test: Add more tests for legacy pass-through | Marcel Klehr | 2024-05-14 | 1 | -2/+231 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | refactor: rename getTaskType to getTaskTypeId | Marcel Klehr | 2024-05-14 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | test: Add OldTasksShouldBeCleanedUp test | Marcel Klehr | 2024-05-14 | 1 | -23/+68 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: weed out some psalm errors and run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -5/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat: first pass at TaskProcessing API | Marcel Klehr | 2024-05-14 | 1 | -0/+467 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 545 | -7475/+1444 |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | | Merge pull request #44791 from nextcloud/reshare-permission-logic | Robin Appelman | 2024-05-13 | 1 | -6/+17 |
|\ \ | | | | | | | fix: consider all paths the user has for a share source when considering max permissions | ||||
| * | | test: adjust test to new permissions check logic | Robin Appelman | 2024-05-03 | 1 | -6/+17 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | feat(bg-jobs): allow setting a job class list instead of a single class in ↵ | Julien Veyssier | 2024-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | feat(bg-jobs): Allow calling cron.php with a background job class | Julius Härtl | 2024-05-02 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-php | Côme Chilliet | 2024-04-29 | 1 | -2/+1 |
|\ \ | | | | | | | fix: Drop workarounds for unsupported obsolete PHP versions | ||||
| * | | fix: Drop workarounds for unsupported obsolete PHP versions | Côme Chilliet | 2024-04-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | Also improved error handling in Installer.php to be type safe. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix(session): Do not update authtoken last_check for passwordless | Christoph Wurst | 2024-04-26 | 1 | -0/+78 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #44745 from nextcloud/fix/auth/2fa-redirect-url | Christoph Wurst | 2024-04-23 | 1 | -3/+6 |
|\ \ \ | |/ / |/| | | fix(auth): Keep redirect URL during 2FA setup and challenge | ||||
| * | | fix(auth): Keep redirect URL during 2FA setup and challenge | Christoph Wurst | 2024-04-19 | 1 | -3/+6 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | fix: Lazy load IURLGenerator from AppManager to avoid installation crash | Côme Chilliet | 2024-04-22 | 1 | -7/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Fix RouterTest by adding IAppManager | Côme Chilliet | 2024-04-22 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Fix tests following OC_App migrations to IAppManager | Côme Chilliet | 2024-04-22 | 5 | -19/+61 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Migrate a few more classes away from OC_App::getAppPath | Côme Chilliet | 2024-04-22 | 1 | -1/+0 |
|/ | | | | | | Also fixed AppTest Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #44886 from ↵ | Joas Schilling | 2024-04-18 | 1 | -4/+5 |
|\ | | | | | | | | | nextcloud/techdebt/noid/improved-activity-exceptions fix(activity): Improved activity exceptions | ||||
| * | fix(activity): Add a dedicated exception when not all fields are set while ↵ | Joas Schilling | 2024-04-17 | 1 | -4/+5 |
| | | | | | | | | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values | Ferdinand Thiessen | 2024-04-17 | 1 | -0/+15 |
|\ \ | |/ |/| | fix(appconfig): format app values | ||||
| * | fix(appconfig): format app values | Maxence Lange | 2024-04-05 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #44736 from nextcloud/fix/avatar-images | Pytal | 2024-04-09 | 1 | -0/+16 |
|\ \ | | | | | | | fix: Fix avatar images | ||||
| * | | test: Update tests | Christopher Ng | 2024-04-08 | 1 | -0/+16 |
| |/ | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* / | test: add test for jail watcher | Robin Appelman | 2024-04-08 | 1 | -0/+30 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(federation): ICloudId->getRemote() should contain the protocol | Joas Schilling | 2024-04-02 | 1 | -5/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 11 | -12/+12 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(tests): Fix tests when daytime saving time change happened recently | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #44438 from nextcloud/feat/login-form-timeout | Ferdinand Thiessen | 2024-03-25 | 1 | -19/+9 |
|\ | | | | | feat(login): Clear login form (password) after IDLE timeout | ||||
| * | feat(login): Clear login form (password) after IDLE timeout | Ferdinand Thiessen | 2024-03-25 | 1 | -19/+9 |
| | | | | | | | | | | | | | | | | | | For security reasons it is recommended to stop the login process at a defined time, this could prevent password leaks by e.g. user forgetting that they entered their password on public devices. Enforced e.g. by the BSI ORP.4.A13 rule. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(federation): Fix creating local cloudIds with http:// protocol | Joas Schilling | 2024-03-25 | 1 | -6/+10 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(config): Make sure user keys are strings | Christoph Wurst | 2024-03-19 | 1 | -0/+25 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵ | Ferdinand Thiessen | 2024-03-19 | 1 | -0/+133 |
| | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: add check for app_api_system session flag to bypass rate limit | Florian Klinger | 2024-03-18 | 1 | -1/+5 |
| | | | | | Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | Merge pull request #41684 from nextcloud/feat/rst-mimetype | Anupam Kumar | 2024-03-15 | 2 | -2/+3 |
|\ | | | | | feat(mimetypes): Add mimetype for ReStructuredText | ||||
| * | feat(mimetypes): Add mimetype for ReStructuredText | Anupam Kumar | 2024-03-15 | 2 | -2/+3 |
| | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | | Merge pull request #40117 from summersab/refactor/OC-Server-getCommentsManager | John Molakvoæ | 2024-03-15 | 2 | -2/+3 |
|\ \ |