| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\
| |
| | |
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
findBinaryFinder is now a service that is still private but with some
minor optimization (remove the hasKey check).
isFunctionEnabled is now in OCP\Util
Both function are still keep but all internal usage in nextcloud/server
were migrated to the new usage, so that we can remove it in 26
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
|\ \
| | |
| | | |
Deprecated ILogger from IJob
|
| | |
| | |
| | |
| | | |
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since the ILogger will be soon removed we need to ensure that nothing in
the public api use it.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
|\ \ \
| | | |
| | | | |
Avoid locking the php session
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Sessions are a locking operation until we write close them, so close
them early and reopen later in case we want to write to them
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/unencrypted-size-revert-interface-changes
Revert interface changes from "store unencrypted size in the unencrypted_size column"
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 8238582e59b7b6ec03318bcf81bf47cce54af320.
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 2a68819a67045d87a369a8a6413f153b3b2bea5f.
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 813b50ed428a8bc36817d19c84444e96dbe3b668.
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
|\| |
| | |
| | | |
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| |\ \
| | | |
| | | | |
Remove OCP\App and OCP\BackgroundJob
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Both deprecated since NC 23
IAppManager is the replacement for OCP\App unfortunately it can't be
dependency injected in classes used by the installed otherwise the
database connection is initialised too early
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| |\ \ \
| | |_|/
| |/| | |
allow apps to specify methods carrying sensitive parameters
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
… in order to remove them from logging.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Fix tests
- Use non deprecated event stuff
- Add a bit of type hinting to the new stuff
- More safe handling of instanceOfStorage (share might not be the first
wrapper)
- Fix resharing
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Makes it possible to store download permission
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
| |/
| |
| |
| | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB
(which is used for QBMapper).
Previously we just converted this resource using settype, which produced
things like "Resource id #14" instead of the actual resource data.
Now we read the stream correctly if the returned data is a resource
See context at #22472
Fixes #22439
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
| |\
| | |
| | | |
Add typing to SimpleFS
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Fix putContent sometimes return a bool and sometimes nothing
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| |\ \
| | | |
| | | | |
Allow SSO authentication to provide a user secret
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implementing PR #24837 from immerda
Signed-off-by: MichaIng <micha@dietpi.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is an helpful helper that should be used in more place than just
server and this is already the case with groupfodlers, deck, user_oidc
and more using it, so let's make it public
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| |\ \
| | | |
| | | | |
Improve job handling through occ
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| |\ \ \
| | |/ /
| |/| | |
Cleanup avatar related code
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Move event listener to new event handling
- Add typing almost everywhere
- Fix inconsistent interface parameter
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| |\ \
| | | |
| | | | |
Remove unecessary row and make compatible with db schema
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |/
| | |
| | |
| | | |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |\ \
| | | |
| | | | |
Summer cleanup of the federation app
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Use IEventDispatcher instead of deprecated symfony dispatcher
- Use LoggerInterface where possible
- Use php 7.4 properties
- Add type hinting where possible
- Move federation hooks to a seperate listener
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| |\ \
| | | |
| | | | |
Add comments expire date
|
| | |/
| | |
| | |
| | |
| | |
| | | |
https://github.com/nextcloud/spreed/pull/7327
Signed-off-by: Vitor Mattos <vitor@php.rio>
|