Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #22214 from nextcloud/dashboard/design-fixes | Morris Jobke | 2020-08-19 | 45 | -84/+767 | |
|\ \ \ \ | ||||||
| * | | | | Fix psalm warnings | Morris Jobke | 2020-08-19 | 2 | -1/+2 | |
| * | | | | Bump bundles | Julius Härtl | 2020-08-19 | 2 | -2/+2 | |
| * | | | | Only show app store link if user is admin | Julius Härtl | 2020-08-19 | 1 | -1/+2 | |
| * | | | | Dashboard: fix visual glitch when clicking on active background | Jan C. Borchardt | 2020-08-19 | 1 | -1/+1 | |
| * | | | | Add previews | Julius Härtl | 2020-08-19 | 16 | -1/+2 | |
| * | | | | Dashboard: Adjust for dark and high contrast themes | Jan C. Borchardt | 2020-08-19 | 1 | -0/+4 | |
| * | | | | Dashboard: Adjust for dark and high contrast themes | Jan C. Borchardt | 2020-08-19 | 1 | -24/+18 | |
| * | | | | Dashboard: Finish image list and attribution | Jan C. Borchardt | 2020-08-19 | 1 | -22/+45 | |
| * | | | | Dashboard: Add more feedback for selected background | Jan C. Borchardt | 2020-08-19 | 2 | -3/+10 | |
| * | | | | Fix php cs | Julius Härtl | 2020-08-19 | 2 | -13/+29 | |
| * | | | | Fix const visibility | Julius Härtl | 2020-08-19 | 1 | -3/+2 | |
| * | | | | Add active indicator to background selector | Julius Härtl | 2020-08-19 | 2 | -11/+19 | |
| * | | | | Only invert header buttons | Julius Härtl | 2020-08-19 | 2 | -4/+5 | |
| * | | | | Make it possible to define theme header styling per background | Julius Härtl | 2020-08-19 | 4 | -20/+94 | |
| * | | | | Dashboard: fix HTML structure of background picker | Jan C. Borchardt | 2020-08-19 | 1 | -24/+11 | |
| * | | | | Fix late night errors | Julius Härtl | 2020-08-19 | 2 | -1/+6 | |
| * | | | | WIP: Start off with attribution for shipped backgrounds | Julius Härtl | 2020-08-19 | 2 | -11/+46 | |
| * | | | | Allow to set a primary color background | Julius Härtl | 2020-08-19 | 7 | -75/+151 | |
| * | | | | 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 |