Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-... | Morris Jobke | 2020-08-19 | 2 | -6/+1 |
|\ | |||||
| * | Cast float to int to avoid invalid scalar argument warning | Morris Jobke | 2020-08-18 | 2 | -6/+1 |
* | | 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 | 19 | -16/+327 |
|\ \ \ \ | |||||
| * | | | | Add legacy scanning command | Roeland Jago Douma | 2020-08-19 | 5 | -1/+145 |
| * | | | | Add setup check that links to the migration documentation | Morris Jobke | 2020-08-19 | 6 | -2/+77 |
| * | | | | Make legacy cipher opt in | Roeland Jago Douma | 2020-08-19 | 8 | -13/+105 |
| | |/ / | |/| | | |||||
* | | | | 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 |
* | | | | | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-names | Morris Jobke | 2020-08-19 | 24 | -139/+171 |
|\ \ \ \ \ | |||||
| * | | | | | Better psalm CI output | Morris Jobke | 2020-08-19 | 1 | -2/+2 |
| * | | | | | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 23 | -137/+169 |
* | | | | | | Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximum | Morris Jobke | 2020-08-19 | 11 | -52/+188 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix the return type of OC_Template->fetchPage() to be string only | Morris Jobke | 2020-08-19 | 2 | -14/+1 |
| * | | | | | More test fixing | Joas Schilling | 2020-08-19 | 1 | -2/+2 |
| * | | | | | Update autoloader | Joas Schilling | 2020-08-19 | 2 | -0/+4 |