Thomas Müller
9c9fec36dd
Add occ commands to enable and disable a user + a disabled user can no longer login - fixes #23838
10 years ago
Thomas Müller
5e055ca6c1
Move uninstall repair step execution to the correct place
10 years ago
Thomas Müller
b0211a54c4
Repair steps no longer implement the Emitter interface
10 years ago
Thomas Müller
f91e5f87d2
Fix installer file location
10 years ago
Thomas Müller
e049953d1a
OC_Installer -> \OC\Installer
10 years ago
Thomas Müller
54f45f95f5
Adding repair steps for install and uninstall - fixes #24306
10 years ago
Roeland Jago Douma
e68ca8695d
Move lonely file from \OC\Files to PSR-4
Conflicting PR probabaly caused this
10 years ago
Roeland Jago Douma
0caa09e845
Move \OC\Group to PSR-4
10 years ago
Roeland Jago Douma
d89b533fa5
Move old classes to legacy
10 years ago
Roeland Jago Douma
368be8894c
Move non PSR-4 files from lib/private root to legacy
As discussed we move all old style classes (OC_FOO_BAR) to legacy.
Then from there we can evaluate the need to convert them back or if they
can be fully deprecated/deleted.
10 years ago
Roeland Jago Douma
00122c166a
Properly get the internal path for a cachejail move
10 years ago
Robin Appelman
e51467689d
mount custom cache folder using mount providers
10 years ago
Vincent Petry
4326d73ff6
Fix SMB storage to not normalize UTF8
This makes sure that even if a NFD file name exists, it is found by the
storage and will be visible to higher layers. Even though the file will
be discarded anyway there, it gives the scanner a chance to display a
warning at least.
10 years ago
Roeland Jago Douma
f52c5b31b6
Move more from \OC to PSR-4
* \OC\OCSClient
* \OC\Preview
* \OC\PreviewManager
* \OC\Repair
* \OC\RepairException
* \OC\Search
* \OC\ServerContainer
* \OC\ServerNotAvailableException
* \OC\ServiceUnavailableException
* \OC\Setup
* \OC\Streamer
* \OC\SubAdmin
* \OC\SystemConfig
* \OC\TagManager
* \OC\Tags
* \OC\TempManager
* \OC\TemplateLayout
* \OC\URLGenerator
* \OC\Updater
10 years ago
Robin Appelman
d850a764eb
cap the normalized path cache
10 years ago
Roeland Jago Douma
f5e0d6ae6a
Move more of \OC to PSR-4
* \OC\DateTimeFormatter
* \OC\DateTimeZone
* \OC\ForbiddenException
* \OC\HTTPHelper
* \OC\HintException
* \OC\LargeFileHelper
* \OC\Log
* \OC\NaturalSort
* \OC\NavigationManager
* \OC\NeedsUpdateException
* \OC\NotSquareException
10 years ago
Robin Appelman
49ad0fcfa9
optimize releaselock for memcache based locking backends
10 years ago
Joas Schilling
f1b6b0799c
Add a warning if a storage wrapper was registered outside of the hook
10 years ago
Roeland Jago Douma
d312051b3d
Moved some files in \OC to PSR-4
* \OC\ActivityManager
* \OC\AllConfig
* \OC\AppConfig
* \OC\AppHelper
* \OC\Avatar
* \OC\AvatarManager
* \OC\CapabilitiesManager
* \OC\Config
* \OC\ContactsManager
* \OC\DatabaseException
* \OC\DatabaseSetupException
10 years ago
Bernhard Posselt
4c1b55be92
allow app developers to specify the minimum int size
simplify comparison
remove additional null
fix off by 1 error
10 years ago
Thomas Müller
821d8736c8
Adding progress to web upgrade
10 years ago
Thomas Müller
bbd2a07525
Remove emitter from class Repair
10 years ago
Thomas Müller
cdcd49b473
Adding progress to occ maintenance:repair
10 years ago
Joas Schilling
b8114bcc33
When we iterate over all users that might be too much memory
10 years ago
Roeland Jago Douma
eb11ed1851
Make ownCloud work again in php 7.0.6
See https://bugs.php.net/bug.php?id=72117
10 years ago
Joas Schilling
76af70180d
Don't loop over the backends, we already know where the user should be
10 years ago
Roeland Jago Douma
0b69cd1120
Move \OC\Http to PSR-4
10 years ago
Roeland Jago Douma
873d12600d
Move \OC\L10N to PSR-4
10 years ago
Roeland Jago Douma
20020abff4
Move OC_L10N_String to legacy folder
10 years ago
Robin McCorkell
77cec29b10
Prevent concurrent availability checks
10 years ago
Roeland Jago Douma
9a9834d9f5
Move \OC\Hooks to PSR-4
10 years ago
Christoph Wurst
e93bf80b29
throw SessionNotAvailableException if session_id returns empty string
10 years ago
Lukas Reschke
df8b851f53
Don't write empty RewriteBase
ownCloud may be configured to live at the root folder without a
trailing slash being specified. In this case manually set the
rewrite base to `/`
10 years ago
Thomas Müller
2ee7d2485c
Introduce background repair steps
10 years ago
Roeland Jago Douma
6b5db081a5
Move \OC\BackgroundJob to PSR-4
10 years ago
Roeland Jago Douma
a93c7d0387
Move \OC\Search to PSR-4
10 years ago
Roeland Jago Douma
bb1e2f9d9d
Move \OC\Route to PSR-4
10 years ago
Arthur Schiwon
4b46571370
check whether index is set before using it
10 years ago
Robin Appelman
61054df36d
triger the propagator from the command line scanner
10 years ago
Robin Appelman
dbfdc6282a
do propagation in a single query
10 years ago
Joas Schilling
6d668807fb
Allow automatic dependency injection for OCP\Mail\Mailer
10 years ago
Thomas Müller
c7542c02db
Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new interface - refs #24198
10 years ago
Robin Appelman
21643150aa
error out if a local storage isn't setup correctly
10 years ago
Roeland Jago Douma
76c72b5f43
Move \OC\Updater to PSR-4
10 years ago
Robin Appelman
4ac16001e0
add locks in the scanner to prevent multiple scanners running on the same files
10 years ago
Christoph Wurst
0d53e86421
add ISession::getId() wrapper for session_id
10 years ago
Roeland Jago Douma
dedf392751
Move \OC\Files to PSR-4
10 years ago
Roeland Jago Douma
a1373ae259
Move \OC\SystemTag to PSR-4
10 years ago
Roeland Jago Douma
d379157289
Move \OC\Encryption to PSR-4
10 years ago
Roeland Jago Douma
4eebccd81f
Fix inconsistent nameing of AppFramework
10 years ago