Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-... | Roeland Jago Douma | 2020-04-04 | 5 | -5/+60 |
|\ | |||||
| * | Add acceptance test for restricting user enumeration to groups | Daniel Calviño Sánchez | 2020-03-24 | 2 | -0/+55 |
| * | Unify default value for restricting user enumeration with settings | Daniel Calviño Sánchez | 2020-03-24 | 3 | -5/+5 |
* | | Merge pull request #20273 from nextcloud/dependachristoph/npm_and_yarn/handle... | Roeland Jago Douma | 2020-04-04 | 10 | -19/+152 |
|\ \ | |||||
| * | | Update handlebars to get rid of minimist | Christoph Wurst | 2020-04-03 | 10 | -19/+152 |
* | | | Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cron | Roeland Jago Douma | 2020-04-04 | 3 | -3/+10 |
|\ \ \ | |||||
| * | | | Properly hint exceptions thrown by getUserFolder | Julius Härtl | 2020-04-03 | 2 | -2/+8 |
| * | | | Catch NoUserException when running the upload cleanup as cronjob | Julius Härtl | 2020-04-03 | 1 | -1/+2 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-04 | 28 | -6/+130 |
|/ / / | |||||
* | | | Merge pull request #20293 from nextcloud/fix/noid/BeforeUserLoggedInEvent-ret... | blizzz | 2020-04-03 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | fixes the return type of BeforeUserLoggedInEvent | Arthur Schiwon | 2020-04-03 | 1 | -2/+4 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-03 | 508 | -892/+1918 |
* | | | Merge pull request #20285 from nextcloud/fix/l10n-webauthn | Roeland Jago Douma | 2020-04-03 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Ignore compiled webauthn settings | Roeland Jago Douma | 2020-04-03 | 1 | -0/+1 |
* | | | Merge pull request #20257 from nextcloud/version/19/beta1v19.0.0beta1 | Roeland Jago Douma | 2020-04-03 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | 19 beta 1 | Roeland Jago Douma | 2020-04-01 | 1 | -2/+2 |
* | | | | Merge pull request #19913 from nextcloud/bugfix/noid/remove-user-name-from-pu... | Roeland Jago Douma | 2020-04-03 | 4 | -38/+260 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Add a test and fix the existing ones | Joas Schilling | 2020-04-01 | 1 | -29/+220 |
| * | | | Remove user name from public sharing page | Joas Schilling | 2020-04-01 | 3 | -9/+40 |
* | | | | Merge pull request #20217 from nextcloud/dependabot/npm_and_yarn/regenerator-... | Roeland Jago Douma | 2020-04-03 | 20 | -31/+31 |
|\ \ \ \ | |||||
| * | | | | Bump regenerator-runtime from 0.13.3 to 0.13.5 | dependabot-preview[bot] | 2020-04-03 | 20 | -31/+31 |
* | | | | | Merge pull request #20216 from nextcloud/dependabot/npm_and_yarn/build/karma-... | Roeland Jago Douma | 2020-04-03 | 2 | -15/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Bump karma-viewport from 1.0.5 to 1.0.6 in /build | dependabot-preview[bot] | 2020-03-29 | 2 | -15/+15 |
* | | | | | | Merge pull request #20244 from CHRINIMUE/add-progress-bar-to-public-upload | Roeland Jago Douma | 2020-04-03 | 5 | -13/+37 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix wrong indentation | Christopher Mueller | 2020-03-31 | 1 | -6/+6 |
| * | | | | | | add translation strings & add margin to uploaded files-list | Christopher Mueller | 2020-03-31 | 3 | -6/+5 |
| * | | | | | | add progressbar for every element & better design | Christopher Mueller | 2020-03-31 | 4 | -14/+33 |
| * | | | | | | Add basic progressbar to public upload page | Christopher Mueller | 2020-03-31 | 4 | -3/+9 |
* | | | | | | | Merge pull request #20275 from nextcloud/bugfix/noid/publicwebdav-query-appli... | Roeland Jago Douma | 2020-04-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Query Application class on publicwebdav | Julius Härtl | 2020-04-02 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #19486 from nextcloud/scanner-performance | Roeland Jago Douma | 2020-04-02 | 4 | -21/+99 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | restart transaction when cache insert fails due to duplicate | Robin Appelman | 2020-04-01 | 1 | -3/+7 |
| * | | | | | | | | fix tests | Robin Appelman | 2020-04-01 | 1 | -6/+26 |
| * | | | | | | | | call cache->insert directly instead of going trough cache->put first when sca... | Robin Appelman | 2020-04-01 | 1 | -1/+1 |
| * | | | | | | | | dont try to get existing cache data during scanning if we already know its a ... | Robin Appelman | 2020-04-01 | 1 | -4/+4 |
| * | | | | | | | | reuse known parentId when inserting cache entries in scanner | Robin Appelman | 2020-04-01 | 2 | -1/+4 |
| * | | | | | | | | optimize getMetaData for local storage | Robin Appelman | 2020-04-01 | 1 | -6/+57 |
* | | | | | | | | | Merge pull request #19672 from nextcloud/fix-pointer-cursor-on-icons-in-prima... | Roeland Jago Douma | 2020-04-02 | 1 | -0/+16 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | Fix cursor on click inputs and their descendants | Daniel Calviño Sánchez | 2020-03-25 | 1 | -0/+16 |
* | | | | | | | | | Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrow | Roeland Jago Douma | 2020-04-02 | 3 | -50/+52 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add fieldset to align arrow | Daniel Kesselberg | 2020-04-01 | 3 | -50/+52 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #20268 from nextcloud/fix/babel | John Molakvoæ | 2020-04-02 | 1 | -6/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Remove unneeded babel config variable | John Molakvoæ (skjnldsv) | 2020-04-02 | 1 | -6/+5 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 17 | -31/+344 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Update autoloader | Joas Schilling | 2020-04-02 | 2 | -0/+4 |
| * | | | | | | | Fix unit tests | Joas Schilling | 2020-04-02 | 1 | -8/+13 |
| * | | | | | | | Update new test as well | Joas Schilling | 2020-04-01 | 1 | -0/+1 |
| * | | | | | | | Optionally write the reference id into the database | Joas Schilling | 2020-03-31 | 1 | -22/+61 |
| * | | | | | | | Allow to set and get the reference id | Joas Schilling | 2020-03-31 | 3 | -0/+49 |
| * | | | | | | | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 11 | -1/+216 |