summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-15228-656/+702
* Merge pull request #36690 from nextcloud/bugfix/noid/rollback-hookJulius Härtl2023-04-144-21/+34
|\
| * fix: Check return type on rollbackJulius Härtl2023-03-131-5/+8
| * don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-03-132-14/+17
| * tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-03-132-2/+9
| * fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-03-132-7/+7
* | Merge pull request #37611 from ZE3kr/patch-1Julius Härtl2023-04-141-1/+1
|\ \
| * | Update AmazonS3.phpJames Guo2023-04-061-1/+1
* | | Merge pull request #37603 from joshtrichards/jr-reset-pw-honest-msgSimon L2023-04-143-6/+4
|\ \ \
| * | | Compile webpack assets - againJosh Richards2023-04-132-3/+3
| * | | More honest reset password request responseJosh Richards2023-04-131-3/+1
* | | | Merge pull request #36351 from nextcloud/bugfix/noid/move-encryption-password...Joas Schilling2023-04-144-93/+42
|\ \ \ \
| * | | | Fix unit testsJoas Schilling2023-03-081-0/+8
| * | | | Move encrypt-all password email to EmailTemplateJoas Schilling2023-03-083-93/+34
* | | | | Merge pull request #37726 from nextcloud/feat/files-eventsJulius Härtl2023-04-149-29/+19
|\ \ \ \ \
| * | | | | fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-149-29/+19
* | | | | | Merge pull request #37476 from nextcloud/ci/checkers/fix-autoloader-generatio...Arthur Schiwon2023-04-141-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ci(checkers): Fix autoloader regeneration for non-shipped appsChristoph Wurst2023-04-031-0/+5
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-142-0/+12
| |_|/ / / |/| | | |
* | | | | Merge pull request #32499 from nextcloud/enh/noid/ldap-search-entryuuid-no-wi...Arthur Schiwon2023-04-131-0/+5
|\ \ \ \ \
| * | | | | perform exact Ldap search as well to make sure it works for attributes withou...Julien Veyssier2023-04-131-0/+5
|/ / / / /
* | | | | Merge pull request #37429 from nextcloud/object-store-rmdirJulius Härtl2023-04-131-36/+50
|\ \ \ \ \
| * | | | | improve objectstore rmdir handlingRobin Appelman2023-04-031-36/+50
| |/ / / /
* | | | | Merge pull request #37704 from nextcloud/bugfix/noid/fix-translations-apiJohn Molakvoæ2023-04-131-6/+16
|\ \ \ \ \
| * | | | | feat(translation): Allow guests to use translations as wellJoas Schilling2023-04-131-2/+4
| * | | | | fix(translation): Use 400 as status code to be distinguishable from server er...Joas Schilling2023-04-131-2/+2
| * | | | | fix(translation): Properly set the numbers as HTTP status codeJoas Schilling2023-04-131-2/+2
| * | | | | fix(translation): Translate error messages on translations APIJoas Schilling2023-04-131-4/+12
* | | | | | Merge pull request #37692 from nextcloud/feat/resizeobserver-breakpoint-filesSimon L2023-04-13144-254/+1067
|\ \ \ \ \ \
| * | | | | | feat(files): better breakpoints and sidebar responsive designJohn Molakvoæ2023-04-13144-254/+1067
* | | | | | | Merge pull request #37697 from nextcloud/fix/button-textJoas Schilling2023-04-131-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix button textChristopher Ng2023-04-121-2/+2
|/ / / / / /
* / / / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-1334-18/+140
|/ / / / /
* | | | | Merge pull request #37642 from nextcloud/fix/reactivity-filesJohn Molakvoæ2023-04-1224-224/+273
|\ \ \ \ \
| * | | | | fix: wrong copyrightJohn Molakvoæ2023-04-1218-31/+31
| * | | | | feat(files): responsive design for mobile and narrow screensJohn Molakvoæ2023-04-127-14/+100
| * | | | | fix(files): cleanup common table row stylingJohn Molakvoæ2023-04-125-180/+143
* | | | | | Merge pull request #37680 from nextcloud/enh/noid/add-app-type-extended-authe...Maxence Lange2023-04-127-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | app type extended_authenticationMaxence Lange2023-04-127-1/+7
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-12148-718/+756
|/ / / / /
* | | | | Merge pull request #37678 from nextcloud/doc/auth/no-token-password-no-client...Christoph Wurst2023-04-111-0/+4
|\ \ \ \ \
| * | | | | doc(auth): Warn about disabled token passwords and LDAP logoutChristoph Wurst2023-04-111-0/+4
* | | | | | Merge pull request #37617 from nextcloud/notify-self-test-errorArthur Schiwon2023-04-112-1/+7
|\ \ \ \ \ \
| * | | | | | handle not being able to write file for notify self-testRobin Appelman2023-04-062-1/+7
* | | | | | | Merge pull request #37626 from nextcloud/fix/compare-imip-email-valuesArthur Schiwon2023-04-111-3/+3
|\ \ \ \ \ \ \
| * | | | | | | fix(dav): add string comparison for diffAnna Larch2023-04-071-3/+3
* | | | | | | | Merge pull request #37669 from nextcloud/feat/files-right-clickJohn Molakvoæ2023-04-116-10/+96
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | feat(files): right clickJohn Molakvoæ2023-04-116-10/+96
|/ / / / / / /
* | | | | | | Merge pull request #37639 from nextcloud/feat/files/selectionJohn Molakvoæ2023-04-1110-23/+145
|\ \ \ \ \ \ \
| * | | | | | | feat(files): implement shift-selectJohn Molakvoæ2023-04-1110-23/+145
|/ / / / / / /