- Nov 04, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Nov 03, 2020
-
-
Morris Jobke authored
Improve CertificateManager to not be user context dependent
-
Roeland Jago Douma authored
Fix grid view toggle in tags view
-
marco authored
Add default font size
-
Julius Härtl authored
Work around snap.js state mess
-
Roeland Jago Douma authored
Replace prefix in executeUpdate
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
kesselb authored
Remove OCSResponse type hint
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Julius Härtl authored
Fix GIF being converted when used as a login image
-
Morris Jobke authored
UserStatus: clear status message if message is null
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Add a background job that checks for potential user imported SSL certificates and shows a warning in the admin settings Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Nov 02, 2020
-
-
Roeland Jago Douma authored
Just check in the certifcate manager. So every part of the system that request the certificatebundle gets the defaullt one (the 99% case) if we can. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
* removes the ability for users to import their own certificates (for external storage) * reliably returns the same certificate bundles system wide (and not depending on the user context and available sessions) The user specific certificates were broken in some cases anyways, as they are only loaded if the specific user is logged in and thus causing unexpected behavior for background jobs and other non-user triggered code paths. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Jacob Neplokh authored
- SVGs are already there, so I just added it alongside it (as recommended by https://github.com/nextcloud/server/issues/16232#issuecomment-679920284 ) Signed-off-by:
Jacob Neplokh <me@jacobneplokh.com>
-
Roeland Jago Douma authored
ensure filepicker list is empty before populating
-
Morris Jobke authored
No need to check if there is an avatar available, because it is gener…
-
blizzz authored
LDAP: fix null where IUser is expected in update groups background job
-
Simon Spannagel authored
Signed-off-by:
Simon Spannagel <simonspa@kth.se>
-
Vincent Petry authored
Snap.js is not robust enough to prevent multiple calls to open() or close(), so we added more checks to prevent these happening even when an animation is in progress. Because if we let this through, snap.js will not notice that the animation is already done (or a duplicate animation was started), so the "transitionend" event will not fire a second time. During an animation, snap.js sets up a setInterval() that hogs the CPU during the animation. Since a transition doesn't always end due to the above conditions, that CPU hogging would stay forever. This is the best workaround so far, it seems it's not possible to cancel that interval from the outside nor to trigger events to make it do so. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Roeland Jago Douma authored
Move localecache to array
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
It seems the DS Set in the polyfill implementation is a lot less efficient than normal arrays. (A LOT!). So for now use a stupid normal array. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Only parse the locales ones
-
Roeland Jago Douma authored
Update psalm-baseline.xml (was removed from DBAL update PR)
-
John Molakvoæ authored
-
nhirokinet authored
Signed-off-by:
nhirokinet <nhirokinet@nhiroki.net>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
John Molakvoæ authored
Remove deprecated OCSResponse
-
Nextcloud bot authored
-