Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fix keyboard navigation | Julius Härtl | 2020-08-19 | 2 | -17/+36 | |
| * | | | | Dashboard: Customize modal design improvements | Jan C. Borchardt | 2020-08-19 | 2 | -31/+54 | |
| * | | | | Remove old shipped background | Julius Härtl | 2020-08-19 | 3 | -14/+16 | |
| * | | | | Add images | Julius Härtl | 2020-08-19 | 20 | -24/+10 | |
| * | | | | Do not reset background on every save | Julius Härtl | 2020-08-19 | 1 | -8/+5 | |
| * | | | | Push widget metadata to callback | Julius Härtl | 2020-08-19 | 1 | -1/+3 | |
| * | | | | Implement background reset and proper shipped setting | Julius Härtl | 2020-08-19 | 4 | -34/+97 | |
| * | | | | Fix loading as guest | Julius Härtl | 2020-08-19 | 1 | -0/+3 | |
| * | | | | Allow to set a custom background | Julius Härtl | 2020-08-19 | 6 | -1/+343 | |
| * | | | | Move customize button to the bottom | Julius Härtl | 2020-08-19 | 1 | -20/+24 | |
| * | | | | Sticky header background | Julius Härtl | 2020-08-19 | 1 | -1/+11 | |
| |/ / / | ||||||
* | | | | Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generation | Morris Jobke | 2020-08-19 | 6 | -40/+131 | |
|\ \ \ \ | ||||||
| * | | | | Fix typo in error message | Morris Jobke | 2020-08-19 | 1 | -1/+1 | |
| * | | | | Test for locking state in key generation | Julius Härtl | 2020-08-14 | 2 | -5/+51 | |
| * | | | | Harden key generation | Julius Härtl | 2020-08-14 | 4 | -35/+80 | |
* | | | | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in | Roeland Jago Douma | 2020-08-19 | 12 | -13/+251 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add legacy scanning command | Roeland Jago Douma | 2020-08-19 | 4 | -1/+144 | |
| * | | | | | Add setup check that links to the migration documentation | Morris Jobke | 2020-08-19 | 5 | -0/+69 | |
| * | | | | | Make legacy cipher opt in | Roeland Jago Douma | 2020-08-19 | 3 | -12/+38 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #22041 from nextcloud/feature/noid/typed_events_dav | Morris Jobke | 2020-08-19 | 34 | -104/+2350 | |
|\ \ \ \ \ | ||||||
| * | | | | | Typecast parameter of getAddressBookById | Georg Ehrke | 2020-08-19 | 1 | -1/+1 | |
| * | | | | | Add Typed Events for CalDAV- and CardDAV-related Events | Georg Ehrke | 2020-08-18 | 34 | -104/+2350 | |
* | | | | | | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 10 | -43/+49 | |
| |/ / / / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-19 | 20 | -2/+30 | |
|/ / / / | ||||||
* | | | | Merge pull request #22285 from nextcloud/techdebt/noid/move-to-typed-event-in... | Morris Jobke | 2020-08-18 | 3 | -8/+9 | |
|\ \ \ \ | ||||||
| * | | | | Use dispatchTyped instead of dispatch on the new event dispatcher | Morris Jobke | 2020-08-18 | 3 | -8/+9 | |
* | | | | | Merge pull request #22236 from nextcloud/bugfix/noid/dav_sharing_backend_canW... | Morris Jobke | 2020-08-18 | 5 | -6/+41 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add ability to limit sharing to owner | Georg Ehrke | 2020-08-18 | 5 | -6/+41 | |
* | | | | | Add highcontrast class to body just like with dark theme | Jan C. Borchardt | 2020-08-18 | 6 | -7/+17 | |
* | | | | | Improve recent file fetching | Roeland Jago Douma | 2020-08-18 | 1 | -0/+5 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-18 | 24 | -50/+74 | |
* | | | | | Merge pull request #22273 from nextcloud/bugfix/noid/status-nonexisting-icon | John Molakvoæ | 2020-08-17 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Do not try to load non-existing icon | Julius Härtl | 2020-08-17 | 1 | -1/+0 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #22109 from nextcloud/feature/20931/followup-1 | John Molakvoæ | 2020-08-17 | 11 | -14/+75 | |
|\ \ \ \ \ | ||||||
| * | | | | | Limit custom message input to 80 chars | Georg Ehrke | 2020-08-17 | 3 | -3/+4 | |
| * | | | | | Display user-status in sharing list | Georg Ehrke | 2020-08-17 | 5 | -2/+22 | |
| * | | | | | Expose status via Collaborators API | Georg Ehrke | 2020-08-14 | 3 | -9/+49 | |
* | | | | | | Merge pull request #22272 from nextcloud/phpdoc/21787/fix-misplaced-variable-... | blizzz | 2020-08-17 | 5 | -5/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 5 | -5/+4 | |
* | | | | | | | Merge pull request #21861 from nextcloud/techdebt/files-psr-container | Morris Jobke | 2020-08-17 | 1 | -15/+22 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix TagService DI name | Morris Jobke | 2020-08-17 | 1 | -1/+1 | |
| * | | | | | | Migrate files to the PSR container | Christoph Wurst | 2020-08-17 | 1 | -15/+22 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #22253 from nextcloud/debt/noid/docblocks | Morris Jobke | 2020-08-17 | 18 | -25/+21 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix some MissingDocblockType or InvalidDocblock warnings. | Daniel Kesselberg | 2020-08-14 | 18 | -25/+21 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #22260 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.20 | Roeland Jago Douma | 2020-08-17 | 16 | -24/+24 | |
|\ \ \ \ \ | ||||||
| * | | | | | Bump lodash from 4.17.19 to 4.17.20 | dependabot-preview[bot] | 2020-08-17 | 16 | -24/+24 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-17 | 6 | -6/+10 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-16 | 14 | -0/+14 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-15 | 146 | -1252/+1268 | |
* | | | | | Merge pull request #22221 from nextcloud/fix/19097/ldap-depracted-event | blizzz | 2020-08-14 | 5 | -5/+117 | |
|\ \ \ \ \ |