| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-07-01 | 4 | -24/+24 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-28 | 4 | -34/+38 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-27 | 10 | -4/+30 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-26 | 4 | -0/+32 |
* | Merge pull request #27645 from nextcloud/dependabot/npm_and_yarn/css-vars-pon... | dependabot[bot] | 2021-06-25 | 2 | -6/+6 |
|\ |
|
| * | Bump css-vars-ponyfill from 2.4.3 to 2.4.5 | dependabot[bot] | 2021-06-25 | 2 | -6/+6 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-25 | 6 | -2/+154 |
|/ |
|
* | Merge pull request #27629 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1 | dependabot[bot] | 2021-06-24 | 20 | -139/+139 |
|\ |
|
| * | Bump core-js from 3.13.1 to 3.15.1 | dependabot[bot] | 2021-06-24 | 20 | -139/+139 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-24 | 18 | -24/+52 |
* | | Merge pull request #27605 from nextcloud/better-security-warning | Lukas Reschke | 2021-06-23 | 2 | -6/+12 |
|\ \ |
|
| * | | Move header into h3 | Lukas Reschke | 2021-06-23 | 2 | -6/+12 |
| * | | Make security warning stand out more | Lukas Reschke | 2021-06-22 | 2 | -4/+4 |
* | | | Merge pull request #27635 from nextcloud/fix/datetime-constants | Pytal | 2021-06-23 | 3 | -4/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 3 | -4/+4 |
* | | | Bump query-string from 5.1.1 to 7.0.1 | dependabot[bot] | 2021-06-23 | 12 | -30/+25 |
|/ / |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-23 | 4 | -2/+16 |
* | | Merge pull request #27604 from nextcloud/bugfix/24918 | Pytal | 2021-06-22 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | Proper opacity on multiselect actions in files | Julius Härtl | 2021-06-22 | 1 | -2/+5 |
* | | Merge pull request #27566 from nextcloud/fix/device-login-styles | Lukas Reschke | 2021-06-22 | 20 | -74/+97 |
|\ \ |
|
| * | | Update login with device page styles | Christopher Ng | 2021-06-21 | 20 | -74/+97 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-22 | 4 | -4/+14 |
|/ / |
|
* | | Fix typing error | Louis Chemineau | 2021-06-21 | 1 | -1/+5 |
* | | Merge pull request #27573 from nextcloud/dependabot/npm_and_yarn/vue-material... | dependabot-preview[bot] | 2021-06-21 | 2 | -2/+2 |
|\ \ |
|
| * | | Bump vue-material-design-icons from 4.11.0 to 4.12.1 | dependabot-preview[bot] | 2021-06-21 | 2 | -2/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-21 | 4 | -16/+16 |
|/ / |
|
* | | Merge pull request #27532 from nextcloud/fix/noid/properly-cleanup-webauthn-u... | Morris Jobke | 2021-06-18 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Properly cleanup entries of WebAuthn on user deletion | Morris Jobke | 2021-06-18 | 1 | -0/+2 |
* | | Merge pull request #27537 from nextcloud/fix/noid/webauthn-localhost | Pytal | 2021-06-17 | 5 | -7/+17 |
|\ \ |
|
| * | | Allow WebAuthn on localhost as well | Morris Jobke | 2021-06-17 | 5 | -7/+17 |
| |/ |
|
* / | Let apps toggle an unread counter on app icons | Julius Härtl | 2021-06-16 | 5 | -11/+64 |
|/ |
|
* | Use product name in places where it is appropriate rather than the instance name | Julius Härtl | 2021-06-16 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-15 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-14 | 2 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-13 | 2 | -22/+22 |
* | Convert command option defaults to strings | Christoph Wurst | 2021-06-09 | 3 | -6/+6 |
* | Merge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-by | Christoph Wurst | 2021-06-09 | 1 | -5/+2 |
|\ |
|
| * | Fix #26085 | Daniel Kesselberg | 2021-06-08 | 1 | -5/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-08 | 2 | -0/+8 |
* | | Merge pull request #27123 from nextcloud/feature/emit_sidebar_events | Morris Jobke | 2021-06-07 | 18 | -164/+161 |
|\ \ |
|
| * | | Emit sidebar events | Louis Chemineau | 2021-06-07 | 18 | -164/+161 |
* | | | Merge pull request #26494 from rigrig/fix-php8-deprecations | Morris Jobke | 2021-06-07 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix functions taking optional parameters before required ones | Richard de Boer | 2021-05-29 | 1 | -2/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-07 | 4 | -2/+10 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-06 | 4 | -0/+32 |
* | | | Merge pull request #27008 from francoisfreitag/no-jq-app-calendar | John Molakvoæ | 2021-06-05 | 18 | -160/+163 |
|\ \ \ |
|
| * | | | Port dav calendar settings page to Vue.js | François Freitag | 2021-06-05 | 18 | -160/+163 |
* | | | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 174 | -335/+170 |
|/ / / |
|
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-04 | 16 | -24/+80 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-03 | 136 | -494/+494 |