summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma2020-04-045-5/+60
|\
| * Add acceptance test for restricting user enumeration to groupsDaniel Calviño Sánchez2020-03-242-0/+55
| * Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-243-5/+5
* | Merge pull request #20273 from nextcloud/dependachristoph/npm_and_yarn/handle...Roeland Jago Douma2020-04-0410-19/+152
|\ \
| * | Update handlebars to get rid of minimistChristoph Wurst2020-04-0310-19/+152
* | | Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cronRoeland Jago Douma2020-04-043-3/+10
|\ \ \
| * | | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-032-2/+8
| * | | Catch NoUserException when running the upload cleanup as cronjobJulius Härtl2020-04-031-1/+2
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-0428-6/+130
|/ / /
* | | Merge pull request #20293 from nextcloud/fix/noid/BeforeUserLoggedInEvent-ret...blizzz2020-04-031-2/+4
|\ \ \
| * | | fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2020-04-03508-892/+1918
* | | Merge pull request #20285 from nextcloud/fix/l10n-webauthnRoeland Jago Douma2020-04-031-0/+1
|\ \ \ | |/ / |/| |
| * | Ignore compiled webauthn settingsRoeland Jago Douma2020-04-031-0/+1
* | | Merge pull request #20257 from nextcloud/version/19/beta1v19.0.0beta1Roeland Jago Douma2020-04-031-2/+2
|\ \ \
| * | | 19 beta 1Roeland Jago Douma2020-04-011-2/+2
* | | | Merge pull request #19913 from nextcloud/bugfix/noid/remove-user-name-from-pu...Roeland Jago Douma2020-04-034-38/+260
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a test and fix the existing onesJoas Schilling2020-04-011-29/+220
| * | | Remove user name from public sharing pageJoas Schilling2020-04-013-9/+40
* | | | Merge pull request #20217 from nextcloud/dependabot/npm_and_yarn/regenerator-...Roeland Jago Douma2020-04-0320-31/+31
|\ \ \ \
| * | | | Bump regenerator-runtime from 0.13.3 to 0.13.5dependabot-preview[bot]2020-04-0320-31/+31
* | | | | Merge pull request #20216 from nextcloud/dependabot/npm_and_yarn/build/karma-...Roeland Jago Douma2020-04-032-15/+15
|\ \ \ \ \
| * | | | | Bump karma-viewport from 1.0.5 to 1.0.6 in /builddependabot-preview[bot]2020-03-292-15/+15
* | | | | | Merge pull request #20244 from CHRINIMUE/add-progress-bar-to-public-uploadRoeland Jago Douma2020-04-035-13/+37
|\ \ \ \ \ \
| * | | | | | fix wrong indentationChristopher Mueller2020-03-311-6/+6
| * | | | | | add translation strings & add margin to uploaded files-listChristopher Mueller2020-03-313-6/+5
| * | | | | | add progressbar for every element & better designChristopher Mueller2020-03-314-14/+33
| * | | | | | Add basic progressbar to public upload pageChristopher Mueller2020-03-314-3/+9
* | | | | | | Merge pull request #20275 from nextcloud/bugfix/noid/publicwebdav-query-appli...Roeland Jago Douma2020-04-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Query Application class on publicwebdavJulius Härtl2020-04-021-1/+1
* | | | | | | | Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma2020-04-024-21/+99
|\ \ \ \ \ \ \ \
| * | | | | | | | restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
| * | | | | | | | fix testsRobin Appelman2020-04-011-6/+26
| * | | | | | | | call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman2020-04-011-1/+1
| * | | | | | | | dont try to get existing cache data during scanning if we already know its a ...Robin Appelman2020-04-011-4/+4
| * | | | | | | | reuse known parentId when inserting cache entries in scannerRobin Appelman2020-04-012-1/+4
| * | | | | | | | optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
* | | | | | | | | Merge pull request #19672 from nextcloud/fix-pointer-cursor-on-icons-in-prima...Roeland Jago Douma2020-04-021-0/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fix cursor on click inputs and their descendantsDaniel Calviño Sánchez2020-03-251-0/+16
* | | | | | | | | Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrowRoeland Jago Douma2020-04-023-50/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add fieldset to align arrowDaniel Kesselberg2020-04-013-50/+52
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #20268 from nextcloud/fix/babelJohn Molakvoæ2020-04-021-6/+5
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Remove unneeded babel config variableJohn Molakvoæ (skjnldsv)2020-04-021-6/+5
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-0217-31/+344
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Update autoloaderJoas Schilling2020-04-022-0/+4
| * | | | | | | Fix unit testsJoas Schilling2020-04-021-8/+13
| * | | | | | | Update new test as wellJoas Schilling2020-04-011-0/+1
| * | | | | | | Optionally write the reference id into the databaseJoas Schilling2020-03-311-22/+61
| * | | | | | | Allow to set and get the reference idJoas Schilling2020-03-313-0/+49
| * | | | | | | Add optional column oc_comments.reference_idJoas Schilling2020-03-3111-1/+216