summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix php csJulius Härtl2020-08-192-13/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix const visibilityJulius Härtl2020-08-191-3/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add active indicator to background selectorJulius Härtl2020-08-192-11/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Only invert header buttonsJulius Härtl2020-08-192-4/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Make it possible to define theme header styling per backgroundJulius Härtl2020-08-194-20/+94
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Dashboard: fix HTML structure of background pickerJan C. Borchardt2020-08-191-24/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Fix late night errorsJulius Härtl2020-08-192-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | WIP: Start off with attribution for shipped backgroundsJulius Härtl2020-08-192-11/+46
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Allow to set a primary color backgroundJulius Härtl2020-08-197-75/+151
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix keyboard navigationJulius Härtl2020-08-192-17/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Dashboard: Customize modal design improvementsJan C. Borchardt2020-08-192-31/+54
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Remove old shipped backgroundJulius Härtl2020-08-193-14/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add imagesJulius Härtl2020-08-1920-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> update images Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Do not reset background on every saveJulius Härtl2020-08-191-8/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Push widget metadata to callbackJulius Härtl2020-08-191-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Implement background reset and proper shipped settingJulius Härtl2020-08-194-34/+97
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix loading as guestJulius Härtl2020-08-191-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Allow to set a custom backgroundJulius Härtl2020-08-196-1/+343
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Move customize button to the bottomJulius Härtl2020-08-191-20/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Sticky header backgroundJulius Härtl2020-08-191-1/+11
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke2020-08-196-40/+131
|\ \ \ \ | | | | | | | | | | Harden SSE key generation
| * | | | Fix typo in error message Morris Jobke2020-08-191-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Test for locking state in key generationJulius Härtl2020-08-142-5/+51
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Harden key generationJulius Härtl2020-08-144-35/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There might be cases where multiple requests trigger the key generation at the same time and the instance ends up with a non-fitting public/private key pair. Therefore the whole key generation should be locked. Other than that this makes sure that user key generation return values are properly validated. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_inRoeland Jago Douma2020-08-1912-13/+251
|\ \ \ \ \ | | | | | | | | | | | | SSE: make legacy format opt in
| * | | | | Add legacy scanning commandRoeland Jago Douma2020-08-194-1/+144
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Add setup check that links to the migration documentationMorris Jobke2020-08-195-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Make legacy cipher opt inRoeland Jago Douma2020-08-193-12/+38
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Systems that upgrade have this enabled by default * New systems disable it * We'll have to add some wargning in the setup checks if this is enabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #22041 from nextcloud/feature/noid/typed_events_davMorris Jobke2020-08-1934-104/+2350
|\ \ \ \ \ | | | | | | | | | | | | Add Typed Events for CalDAV- and CardDAV-related Events
| * | | | | Typecast parameter of getAddressBookByIdGeorg Ehrke2020-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-1834-104/+2350
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-1910-43/+49
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-08-1920-2/+30
|/ / / /
* | | | Merge pull request #22285 from ↵Morris Jobke2020-08-183-8/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/move-to-typed-event-in-list.php Use dispatchTyped instead of dispatch on the new event dispatcher
| * | | | Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-183-8/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #22236 from ↵Morris Jobke2020-08-185-6/+41
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/dav_sharing_backend_canWrite_isOwner CalDAV: Add ability to limit sharing to owner
| * | | | Add ability to limit sharing to ownerGeorg Ehrke2020-08-185-6/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Add highcontrast class to body just like with dark themeJan C. Borchardt2020-08-186-7/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | | | Improve recent file fetchingRoeland Jago Douma2020-08-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #16876 Before we'd just fetch everything from all storages we'd have access to. Then we'd sort. And filter in php. Now this of course is tricky if a user shared just a file with you and then has a ton of activity. Now we try to contruct the prefix path. So that the filtering can happen right away in the databae. Now this will make the DB more busy. But it should help overall as in most cases less queries are needed then etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-08-1824-50/+74
| | | | |
* | | | | Merge pull request #22273 from nextcloud/bugfix/noid/status-nonexisting-iconJohn Molakvoæ2020-08-171-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Do not try to load non-existing icon
| * | | | | Do not try to load non-existing iconJulius Härtl2020-08-171-1/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ2020-08-1711-14/+75
|\ \ \ \ \
| * | | | | Limit custom message input to 80 charsGeorg Ehrke2020-08-173-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | Display user-status in sharing listGeorg Ehrke2020-08-175-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | Expose status via Collaborators APIGeorg Ehrke2020-08-143-9/+49
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | Merge pull request #22272 from ↵blizzz2020-08-175-5/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/phpdoc/21787/fix-misplaced-variable-phpdoc Fix "misplaced variables" warning of Psalm in PHPDoc statements
| * | | | | | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-175-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #21861 from nextcloud/techdebt/files-psr-containerMorris Jobke2020-08-171-15/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Migrate files to the PSR container
| * | | | | | Fix TagService DI nameMorris Jobke2020-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>