Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #37235 from nextcloud/backport/37227/stable26 | Arthur Schiwon | 2023-03-16 | 1 | -10/+16 |
|\ | | | | | [stable26] chore: use local variable for remote address | ||||
| * | chore: use local variable for remote address | Daniel Kesselberg | 2023-03-15 | 1 | -10/+16 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #37246 from nextcloud/backport/37242/stable26 | Arthur Schiwon | 2023-03-16 | 1 | -1/+1 |
|\ \ | | | | | | | [stable26] Reduce list | ||||
| * | | Reduce list | Joas Schilling | 2023-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-16 | 6 | -6/+10 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / | Extend list | Joas Schilling | 2023-03-15 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #37212 from nextcloud/backport/37029/stable26 | Arthur Schiwon | 2023-03-15 | 1 | -7/+9 |
|\ | | | | | [stable26] Add chunking in SystemTagObjectMapper::getTagIdsForObjects | ||||
| * | Add chunking in SystemTagObjectMapper::getTagIdsForObjects | Côme Chilliet | 2023-03-14 | 1 | -7/+9 |
| | | | | | | | | | | | | This avoids crashing on Oracle with more than 1000 objects Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #37072 from nextcloud/backport/36883/stable26 | Arthur Schiwon | 2023-03-15 | 2 | -9/+29 |
|\ \ | | | | | | | [stable26] dispatch BeforeUserLoggedInEvent | ||||
| * | | dispatch BeforeUserLoggedInEvent | Maxence Lange | 2023-03-07 | 2 | -9/+29 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-15 | 2 | -4/+6 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #37157 from nextcloud/backport/37070/stable26 | Simon L | 2023-03-10 | 1 | -4/+6 |
|\ \ | | | | | | | [stable26] add a check for disk_free_space in Config.php | ||||
| * | | add a check for disk_free_space in Config.php | Simon L | 2023-03-09 | 1 | -4/+6 |
| | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | | Merge pull request #37155 from nextcloud/backport/37140/stable26 | Simon L | 2023-03-10 | 1 | -33/+32 |
|\ \ \ | | | | | | | | | [stable26] imaginary - fix autorotate for heic and improve the logic | ||||
| * | | | imaginary - fix autorotate and improve the logic | Simon L | 2023-03-09 | 1 | -33/+32 |
| |/ / | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | | Merge pull request #37161 from nextcloud/backport/37116/stable26 | Arthur Schiwon | 2023-03-10 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | [stable26] postgresql installation - add quotes around user names | ||||
| * | | | postgresql - add quotes around user names | Simon L | 2023-03-10 | 1 | -4/+4 |
| |/ / | | | | | | | | | | | | | | | | fix https://github.com/nextcloud/server/issues/37114 Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* / / | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-10 | 2 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #37141 from nextcloud/backport/37139/stable26 | Arthur Schiwon | 2023-03-09 | 4 | -0/+10 |
|\ \ | | | | | | | [stable26] Share type sciencemesh | ||||
| * | | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 4 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org> | ||||
* | | | feat(s3): Use multipart upload for chunked uploading | Julius Härtl | 2023-03-09 | 6 | -3/+266 |
| | | | | | | | | | | | | | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #37066 from nextcloud/backport/34835/stable26 | Arthur Schiwon | 2023-03-09 | 3 | -3/+13 |
|\ \ \ | | | | | | | | | [stable26] Run WebDAV integration tests against S3 | ||||
| * | | | fix: Use proper path for quota fetching | Julius Härtl | 2023-03-07 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | fix: Recalculate storage statistics on updating the quota | Julius Härtl | 2023-03-07 | 2 | -0/+10 |
| | |/ | |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #37073 from nextcloud/backport/37026/stable26 | Julius Härtl | 2023-03-09 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | [stable26] fix: Avoid log spam on 404 routes not using GET | ||||
| * | | | fix: Avoid log spam on 404 routes not using GET | Julius Härtl | 2023-03-07 | 1 | -1/+4 |
| |/ / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | / | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-09 | 4 | -4/+12 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-08 | 2 | -0/+8 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-06 | 6 | -0/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-03 | 194 | -0/+194 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Implement file reference wiget | Julius Härtl | 2023-03-02 | 2 | -9/+39 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #36803 from nextcloud/fix/sqlite-comments | blizzz | 2023-03-02 | 1 | -1/+5 |
|\ | | | | | [db]: Remove not supported column comments for SQLite | ||||
| * | fix(DB): Remove not supported column comments when using SQLite | Ferdinand Thiessen | 2023-02-22 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | | fix: treat text app session parameters as sensitive values | Max | 2023-03-01 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | * `PublicSessionController create` receives a share token. * The others receive the parameters for a text session: `document_id`, `session_id`, `session_token`. Even though these are relatively short lived they could be used to retrieve content from the document when leaked. Signed-off-by: Max <max@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-03-01 | 4 | -0/+118 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-28 | 4 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat(translations): Add translation provider API | Julius Härtl | 2023-02-27 | 10 | -0/+390 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #36837 from nextcloud/fix/truncate-overlong-tagnames | Joas Schilling | 2023-02-27 | 1 | -3/+5 |
|\ \ | | | | | | | fix(SystemTagManager): Truncate overlong tag names | ||||
| * | | fix(SystemTagManager): Truncate overlong tag names | Marcel Klehr | 2023-02-24 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-27 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-25 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #36781 from ↵v26.0.0beta5 | Joas Schilling | 2023-02-24 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/run-repairsteps-against-oracle fix(CI): Run repair steps against Oracle DB | ||||
| * | | | Fix appconfig compatibility with Oracle DB | Joas Schilling | 2023-02-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | fix(OCC): Don't throw in the repair step for phone validation | Joas Schilling | 2023-02-23 | 1 | -1/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / / | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-24 | 2 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-23 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Update autoloader after #36792 | Julius Härtl | 2023-02-21 | 2 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #36795 from ↵ | Côme Chilliet | 2023-02-21 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/fix/remove-erronous-parentheses-in-in-clause Avoid extra parenthesis around SQL in IN expressions | ||||
| * | Avoid extra parenthesis around SQL in IN expressions | Côme Chilliet | 2023-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The expression builder already suround the SQL with parenthesis when using in(), so we must not add another pair, this confuses at least sqlite. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #36792 from nextcloud/enh/noid/add-before-group-changed-event | Julien Veyssier | 2023-02-21 | 2 | -0/+96 |
|\ \ | | | | | | | New BeforeGroupChangedEvent before setDisplayName on groups |