- Dec 22, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Dec 20, 2017
-
-
Morris Jobke authored
Fix box shadow of header elements
-
Morris Jobke authored
Better handle avatars
-
Morris Jobke authored
* unify shadow blur from 3px to 10px * remove opacity of background of app labels * for IE: use box-shadow as fallback (because the filter: drop-shadow is not supported) Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 19, 2017
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
With the new avatar endpoint there is no difference between unknown users and errors when generating the placeholder avatar. Therefore the avatar function will now show the old placeholder if both a user and displayname was given as parameters. In case there is no displayname provided we cannot build the proper placeholder so the unknown user placeholder is shown. The displayname is not required for the avatar anymore, so we can get rid of the old code path for placeholders. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
The js and php code differ ever so slightly. So having the placeholder for a second and then the image is just weird. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
blizzz authored
Use javascript to send the actual password reset
-
Roeland Jago Douma authored
Fix opening the menu in a share page
-
Roeland Jago Douma authored
Fixes #7574 During some refactoring the event linked to password reset got removed. This ment that we just submitted a normal POST but without the CSRF token. And none of the js magic to redirect afterwards. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Cache final result of update check
-
Daniel Calviño Sánchez authored
".popovermenu" elements are visible or not depending on whether they also have the "open" CSS class or not. "#header .menu" elements were always hidden, so when both rules applied to the same element, like in the menu of a Share page, the element was always hidden due to "#header .menu" being more specific than ".popovermenu" and thus overriding its rules. Now, "#header .menu" elements are hidden only if they are not a ".popovermenu" too. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
- Dec 18, 2017
-
-
Morris Jobke authored
handle exceptions in SMB::stat
-
Roeland Jago Douma authored
Add index to share_with column in the share table
-
Roeland Jago Douma authored
don't use deprecated method for requesting memcache
-
Morris Jobke authored
If the parsed data is not a valid response we should not cache it and only cache the preprocessed result set. Fixes #7442 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Use injected AppManager
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org> Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
Roeland Jago Douma authored
Let DI handle the background job
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Roeland Jago Douma authored
Fixes #7548 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Upgrade leafo/scssphp to 0.7.2
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Morris Jobke authored
Fix default parameter of OC_DB::executeAudited()
-
Robin Appelman authored
additional debug logging on smb copy/rename failures
-
Morris Jobke authored
Respect sharing options when searching using MailPlugin #7428
-