aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #46595 from nextcloud/fix/comments/align-submit-buttonMarcel Klehr2024-07-232-2/+2
|\ \ \ \
| * | | | Merge branch 'master' into fix/comments/align-submit-buttonEdward Ly2024-07-22377-1548/+8879
| |\| | |
| * | | | build: increment patch versionEdward Ly2024-07-221-1/+1
| * | | | fix(comments): manually center align submit button in new comment fieldEdward Ly2024-07-171-1/+1
* | | | | Merge pull request #46592 from nextcloud/feat/first-day-of-week-user-settingRichard Steinmetz2024-07-238-1/+151
|\ \ \ \ \
| * | | | | feat: let users configure their first day of weekRichard Steinmetz2024-07-228-1/+151
| | |_|_|/ | |/| | |
* | | | | Merge pull request #45667 from nextcloud/fix/caldav/strict-default-calendar-c...Richard Steinmetz2024-07-2313-19/+326
|\ \ \ \ \
| * | | | | fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-2213-19/+326
| | |_|/ / | |/| | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-23160-312/+436
* | | | | Merge pull request #46692 from nextcloud/fix/dav/call-sabre-startDaniel2024-07-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(dav): Call Sabre server startChristoph Wurst2024-07-221-1/+1
| |/ / /
* | | | Merge pull request #46659 from nextcloud/feat/migrate-backupcodes-to-ncvueChristoph Wurst2024-07-221-24/+45
|\ \ \ \ | |/ / / |/| | |
| * | | feat: migrate backupcodes personal settings buttonsRichard Steinmetz2024-07-201-24/+45
* | | | Merge pull request #46661 from nextcloud/fix/issue-46632-localization-hitsrakekniven2024-07-221-1/+82
|\ \ \ \
| * | | | fix(caldav): added localization hits for translatorsSebastianKrupinski2024-07-201-1/+82
| |/ / /
* | | | Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ipsAndy Scherzinger2024-07-225-2/+69
|\ \ \ \
| * | | | feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-14/+11
| * | | | feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-195-2/+72
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2214-64/+118
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2154-4/+692
| |/ / / |/| | |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-20142-384/+1328
* | | | refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-192-5/+5
* | | | Merge pull request #46225 from nextcloud/fix/issue-11633Andy Scherzinger2024-07-191-7/+14
|\ \ \ \
| * | | | fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-101-7/+14
* | | | | Merge pull request #46631 from nextcloud/feat/file-request-cypressJohn Molakvoæ2024-07-197-21/+27
|\ \ \ \ \
| * | | | | chore: add file request cypress testingskjnldsv2024-07-193-6/+12
| * | | | | fix(files_sharing): default empty file request expirationskjnldsv2024-07-194-15/+15
* | | | | | Merge pull request #46558 from nextcloud/feat/add-setting-for-windows-compatFerdinand Thiessen2024-07-1910-7/+214
|\ \ \ \ \ \
| * | | | | | feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-1710-7/+214
* | | | | | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-198-58/+65
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-194-50/+60
| * | | | | | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-193-7/+4
| * | | | | | fix(db): Don't use deprecated 3rdparty constant: `Doctrine\DBAL\Connection::P...Joas Schilling2024-07-191-1/+1
* | | | | | | fix(settings): Fix endless spinner when wiping or deleting accountsChristopher Ng2024-07-191-2/+5
|/ / / / / /
* | | | | | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followupJohn Molakvoæ2024-07-1925-149/+517
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | chore(integration): add file request testsskjnldsv2024-07-191-6/+4
| * | | | | fix(files_sharing): file request expiration date timezoneskjnldsv2024-07-181-1/+12
| * | | | | fix(files_sharing): file request form validation and date component eventskjnldsv2024-07-182-1/+2
| * | | | | fix(files_sharing): improve file request info messagesskjnldsv2024-07-186-19/+54
| * | | | | fix(files_sharing): also allow removing READ permissions on email sharesskjnldsv2024-07-181-1/+4
| * | | | | feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-1815-61/+331
| * | | | | feat(files_sharing): allow uploading to subfolders in File requestsskjnldsv2024-07-181-5/+2
| * | | | | feat(files_sharing): use label as title and file drop destination if availableskjnldsv2024-07-182-1/+10
| * | | | | fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-182-4/+6
| * | | | | fix(files_sharing): use ClipboardText icon and fix trailing-button-clickskjnldsv2024-07-181-2/+2
| * | | | | fix(files_sharing): improve file request email handlingskjnldsv2024-07-183-9/+19
| * | | | | fix(files_sharing): file request margin and buttons orderskjnldsv2024-07-182-18/+27
| * | | | | fix(files_sharing): file request add email on focusoutskjnldsv2024-07-181-2/+3
| * | | | | fix(files_sharing): file request use l10n `t` and `n` aliasesskjnldsv2024-07-184-33/+31
| * | | | | fix(files_sharing): file request conditions with link/email global settingsskjnldsv2024-07-183-13/+37